python-wsgi-intercept (1.9.2-1ubuntu1) groovy; urgency=low * Merge from Debian unstable. Remaining changes: - d/watch: Fixed. * Dropped changes, included in Debian: - New upstream release for OpenStack Ussuri. - Drop python2 support. - d/p/*: Dropped. No longer needed. * Dropped changes, no longer needed: - Use pybuild, not distutils. -- Steve Langasek Wed, 10 Jun 2020 09:22:00 -0700 python-wsgi-intercept (1.9.2-1) unstable; urgency=medium * New upstream release: - Works with newer httplib2 (Closes: #950038). -- Thomas Goirand Sun, 12 Apr 2020 22:20:07 +0200 python-wsgi-intercept (1.9.2-0ubuntu3) focal; urgency=medium * Use pybuild, not distutils. -- Steve Langasek Thu, 23 Apr 2020 00:52:00 -0700 python-wsgi-intercept (1.9.2-0ubuntu2) focal; urgency=medium * Drop python2 support. -- Steve Langasek Thu, 23 Apr 2020 00:40:17 -0700 python-wsgi-intercept (1.9.2-0ubuntu1) focal; urgency=medium * New upstream release for OpenStack Ussuri. * d/p/*: Dropped. No longer needed. -- Corey Bryant Fri, 13 Mar 2020 11:30:06 -0400 python-wsgi-intercept (1.9.1-0ubuntu1) focal; urgency=medium * d/watch: Fixed. * New upstream release for OpenStack Ussuri. -- Sahid Orentino Ferdjaoui Mon, 03 Feb 2020 11:27:38 +0000 python-wsgi-intercept (1.8.1-2) unstable; urgency=medium * Uploading to unstable. -- Thomas Goirand Mon, 21 Oct 2019 10:43:18 +0200 python-wsgi-intercept (1.8.1-1) experimental; urgency=medium * New upstream release. -- Thomas Goirand Tue, 24 Sep 2019 13:12:46 +0200 python-wsgi-intercept (1.8.0-0ubuntu1) cosmic; urgency=medium * New upstream release. -- Corey Bryant Wed, 29 Aug 2018 16:28:57 -0400 python-wsgi-intercept (1.5.0-3) unstable; urgency=medium [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org * d/control: Use team+openstack@tracker.debian.org as maintainer * Use debhelper-compat instead of debian/compat. [ Thomas Goirand ] * Drop Python 2 support (Closes: #938267). -- Thomas Goirand Sun, 08 Sep 2019 10:55:42 +0200 python-wsgi-intercept (1.5.0-2) unstable; urgency=medium * Uploading to unstable. -- Thomas Goirand Wed, 01 Nov 2017 22:50:23 +0000 python-wsgi-intercept (1.5.0-1) experimental; urgency=medium [ Ondřej Nový ] * Standards-Version is 3.9.8 now (no change) * d/rules: Changed UPSTREAM_GIT protocol to https * d/copyright: Changed source URL to https protocol [ Daniel Baumann ] * Updating vcs fields. * Updating copyright format url. * Updating maintainer field. * Running wrap-and-sort -bast. * Updating standards version to 4.0.0. * Removing gbp.conf, not used anymore or should be specified in the developers dotfiles. * Updating standards version to 4.0.1. * Updating standards version to 4.1.0. [ Thomas Goirand ] * New upstream release. * Using pkgos-dh_auto_install. * Remove patch, and define WSGI_INTERCEPT_SKIP_NETWORK which is now understood by upstream unit tests. * Standards-Version is now 4.1.1. -- Thomas Goirand Mon, 09 Oct 2017 21:57:11 +0200 python-wsgi-intercept (1.4.1-0ubuntu1) zesty; urgency=medium * d/gbp.conf: Update gbp configuration file. * d/control: Update Vcs-* links and maintainers. * d/watch: Update to point to pypi. * debian/patches/25-do-not-run-internet-needing-tests.patch: Dropped no longer needed. * New upstream release. * debian/rules: Remove tests since they do not run properly. -- Chuck Short Fri, 27 Jan 2017 13:25:31 -0500 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 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 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 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 for the report (Closes: #758020) -- Thomas Goirand 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 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 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 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 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 Fri, 01 Nov 2013 14:34:15 +0800 python-wsgi-intercept (0.5.1-1) unstable; urgency=low * Initial release. (Closes: #725031) -- Thomas Goirand Tue, 01 Oct 2013 01:05:06 +0800