Codebase list httmock / aa501fd
Revert "Drop Python 2 support" This reverts commit 9fc6c1e474348fe7d423d26a1750308805e579cc. I'd missed python-gitlab's build-dependency on python-httmock (see #937788). Colin Watson 4 years ago
3 changed file(s) with 21 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 httmock (1.3.0-3) UNRELEASED; urgency=medium
1
2 * Restore Python 2 support temporarily; I'd missed python-gitlab's
3 build-dependency on python-httmock (see #937788).
4
5 -- Colin Watson <cjwatson@debian.org> Fri, 06 Sep 2019 23:14:39 +0100
6
07 httmock (1.3.0-2) unstable; urgency=medium
18
29 [ Ondřej Nový ]
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,
710 python3 (>= 3.1.2-8~),
811 python3-requests (>= 1.0.0),
912 python3-setuptools
1114 Vcs-Git: https://salsa.debian.org/python-team/modules/httmock.git
1215 Vcs-Browser: https://salsa.debian.org/python-team/modules/httmock
1316 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.
1427
1528 Package: python3-httmock
1629 Architecture: all
22 export PYBUILD_NAME := httmock
33
44 %:
5 dh $@ --with python3 --buildsystem=pybuild
5 dh $@ --with python2,python3 --buildsystem=pybuild