1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
python-wsgi-intercept (1.1.2-2) unstable; urgency=medium
[ Ondřej Nový ]
* Fixed VCS URLs (https).
[ Thomas Goirand ]
* Uploading to unstable.
* Standards-Version: 3.9.7 (no change).
-- Thomas Goirand <zigo@debian.org> Mon, 04 Apr 2016 17:19:51 +0000
python-wsgi-intercept (1.1.2-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
* Bumped Standards-Version to 3.9.6.
* Fixed debian/copyright.
* Rebased 25-do-not-run-internet-needing-tests.patch.
* Get away from pybuild, as we don't want http_proxy / https_proxy being set.
* Watch file using github tag.
* Fixed homepage.
-- Thomas Goirand <zigo@debian.org> Mon, 25 Jan 2016 12:49:48 +0000
python-wsgi-intercept (0.8.1-3) unstable; urgency=medium
* Team upload.
* d/p/01-system-urllib3.patch: Dropped, resolving FTBFS; requests now
DTRT with regards to using system Python modules (Closes: #792161).
-- James Page <james.page@ubuntu.com> Fri, 10 Jul 2015 16:25:27 +0100
python-wsgi-intercept (0.8.1-2) unstable; urgency=medium
* Removed unit tests which are doing outbound network connection to google.
Thanks to Matthias Klose <doko@ubuntu.com> for the report (Closes: #758020)
-- Thomas Goirand <zigo@debian.org> Thu, 14 Aug 2014 15:17:49 +0800
python-wsgi-intercept (0.8.1-1) unstable; urgency=medium
* New upstream release.
* Switched to github as upstream source, and using tags for orig file.
* Adds patch from upstream bug tracker to fix issue with requests
vendorized urllib3 that doesn't work the same way as what is in Debian.
Thanks a lot to upstream author for help! (Closes: #755315).
-- Thomas Goirand <zigo@debian.org> Wed, 06 Aug 2014 14:16:41 +0000
python-wsgi-intercept (0.6.5-1) unstable; urgency=medium
* New upstream release
* debian/patches/old-urllib3.patch: skip requests lib tests, if
urllib3 is too old.
* Bump minimum required python3 version to 3.3.
* Fix debian/watch file URL.
* Drop patch from 0.6.4-2, included upstream.
* Allow testsuite to succeed without network access (like on launchpad)
-- Dimitri John Ledkov <xnox@ubuntu.com> Mon, 30 Jun 2014 01:08:21 +0100
python-wsgi-intercept (0.6.4-2) unstable; urgency=medium
* Apply patch to fix regression since 0.5.1. Values in HTTP headers was
not preceded by a single space, as preferred in the RFC. Also it's
ugly not to do it, and no-one else deviates from that preference.
-- Dimitri John Ledkov <xnox@ubuntu.com> Tue, 24 Jun 2014 14:47:45 +0100
python-wsgi-intercept (0.6.4-1) unstable; urgency=medium
* New upstream release.
* Update watch file.
* Enable python3 build.
* Switch to pybuild.
-- Dimitri John Ledkov <xnox@ubuntu.com> Tue, 24 Jun 2014 12:50:59 +0100
python-wsgi-intercept (0.6.1-1) unstable; urgency=medium
* New upstream release (Closes: #740720).
* Fixed debian/copyright as per FTP masters suggestion.
-- Thomas Goirand <zigo@debian.org> Fri, 01 Nov 2013 14:34:15 +0800
python-wsgi-intercept (0.5.1-1) unstable; urgency=low
* Initial release. (Closes: #725031)
-- Thomas Goirand <zigo@debian.org> Tue, 01 Oct 2013 01:05:06 +0800
|