Skip to content
Snippets Groups Projects
Commit e67fcb93 authored by Sandro Tosi's avatar Sandro Tosi
Browse files

Drop python2 support; Closes: #937817

parent 8fd9747e
No related branches found
No related tags found
No related merge requests found
python-httplib2 (0.14.0-2) UNRELEASED; urgency=medium
* Drop python2 support; Closes: #937817
-- Sandro Tosi <morph@debian.org> Fri, 27 Mar 2020 22:32:27 -0400
python-httplib2 (0.14.0-1) unstable; urgency=medium
* Team upload.
......
......@@ -8,8 +8,6 @@ Uploaders:
Build-Depends:
debhelper-compat (= 12),
dh-python,
python-all,
python-setuptools,
python3-all,
python3-setuptools,
Standards-Version: 4.4.1
......@@ -17,27 +15,6 @@ Homepage: https://github.com/httplib2/httplib2
Vcs-Git: https://salsa.debian.org/python-team/modules/python-httplib2.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-httplib2
Package: python-httplib2
Architecture: all
Breaks: python-pysimplesoap (<< 1.16-2.1)
Depends:
ca-certificates,
${misc:Depends},
${python:Depends},
Description: comprehensive HTTP client library written for Python
httplib2.py supports many features left out of other HTTP libraries.
* HTTP and HTTPS
* Keep-Alive
* Authentication
* Caching
* All Methods
* Redirects
* Compression
* Lost update support
* Unit Tested
.
This package provides module for python2 series.
Package: python3-httplib2
Architecture: all
Breaks: python3-pysimplesoap (<< 1.16-2.1)
......
......@@ -3,7 +3,7 @@
export PYBUILD_NAME=httplib2
%:
dh $@ --buildsystem pybuild --with python2,python3
dh $@ --buildsystem pybuild --with python3
override_dh_auto_test:
# Tests require internet access
Test-Command: python python2/httplib2test.py --verbose
Restrictions: allow-stderr
Test-Command: python3 python3/httplib2test.py --verbose
Restrictions: allow-stderr
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment