Codebase list httmock / 2500384
Drop python2 support; Closes: #936712 Sandro Tosi 4 years ago
3 changed file(s) with 8 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
0 httmock (1.3.0-5) UNRELEASED; urgency=medium
1
2 * Team upload.
3 * Drop python2 support; Closes: #936712
4
5 -- Sandro Tosi <morph@debian.org> Sat, 26 Oct 2019 10:55:15 -0400
6
07 httmock (1.3.0-4) unstable; urgency=medium
18
29 * Source-only upload to allow migration to testing.
44 Uploaders: Colin Watson <cjwatson@debian.org>
55 Build-Depends: debhelper-compat (= 9),
66 dh-python,
7 python (>= 2.6.6-3~),
8 python-requests (>= 1.0.0),
9 python-setuptools,
107 python3 (>= 3.1.2-8~),
118 python3-requests (>= 1.0.0),
129 python3-setuptools
1411 Vcs-Git: https://salsa.debian.org/python-team/modules/httmock.git
1512 Vcs-Browser: https://salsa.debian.org/python-team/modules/httmock
1613 Homepage: https://github.com/patrys/httmock
17
18 Package: python-httmock
19 Architecture: all
20 Multi-Arch: foreign
21 Depends: ${misc:Depends}, ${python:Depends}
22 Description: Mocking library for python-requests
23 This library allows unit tests to provide mocked responses to HTTP requests
24 made using the 'requests' library, either conditionally using the
25 'urlmatch' decorator or for all requests using the 'all_requests'
26 decorator.
2714
2815 Package: python3-httmock
2916 Architecture: all
22 export PYBUILD_NAME := httmock
33
44 %:
5 dh $@ --with python2,python3 --buildsystem=pybuild
5 dh $@ --with python3 --buildsystem=pybuild