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 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
|
ndg-httpsclient (0.5.1-6) unstable; urgency=medium
[ Debian Janitor ]
* debian/copyright: use spaces rather than tabs to start continuation
lines.
* Set upstream metadata fields: Repository, Repository-Browse.
* Use canonical URL in Vcs-Browser.
* Update standards version to 4.4.1, no changes needed.
-- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 20 Jan 2020 10:14:27 +0100
ndg-httpsclient (0.5.1-5) unstable; urgency=medium
* Drop all python2 leftover dependencies (Closes: #937122)
* Bump std-version to 4.4.1, no changes required
-- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 20 Jan 2020 09:57:16 +0100
ndg-httpsclient (0.5.1-4) unstable; urgency=medium
[ Ondřej Nový ]
* d/copyright: Use https protocol in Format field
* d/watch: Use https protocol
-- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 12 Sep 2019 22:26:22 +0200
ndg-httpsclient (0.5.1-3) unstable; urgency=medium
* Fix typo in breaks/replaces relationship that prevented smooth upgrades
Closes: #939596.
- thanks a lot to Axel Beckert <abe@debian.org> for the report!
-- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 12 Sep 2019 22:23:05 +0200
ndg-httpsclient (0.5.1-2) unstable; urgency=medium
* Bump copyright years
* Bump std-version to 4.4.0
* Bump compat level to 12
* Drop python2 package (Closes: #937122)
-- Gianfranco Costamagna <locutusofborg@debian.org> Tue, 03 Sep 2019 19:10:19 +0200
ndg-httpsclient (0.5.1-1) unstable; urgency=medium
* New upstream version 0.5.1
* Update std-version to 4.1.5, no changes required
-- Gianfranco Costamagna <locutusofborg@debian.org> Tue, 24 Jul 2018 17:06:37 +0200
ndg-httpsclient (0.5.0-1) unstable; urgency=medium
* New upstream version 0.5.0
* Bump std-version to 4.1.4, no changes required
* Switch VCS fields to salsa.d.o
-- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 30 Apr 2018 09:29:55 +0200
ndg-httpsclient (0.4.4-1) unstable; urgency=medium
* New upstream version 0.4.4
* Bump std-version to 4.1.2
* Bump copyright year
-- Gianfranco Costamagna <locutusofborg@debian.org> Sat, 10 Feb 2018 15:26:31 +0100
ndg-httpsclient (0.4.3-1) unstable; urgency=medium
* New upstream version 0.4.3
* Move pyasn1 to dependencies
* Bump std-version to 4.1.0
* Bump compat level to 10
* Bump copyright year
-- Gianfranco Costamagna <locutusofborg@debian.org> Sat, 09 Sep 2017 00:07:12 +0200
ndg-httpsclient (0.4.2-1) unstable; urgency=medium
* New upstream release.
-- Gianfranco Costamagna <locutusofborg@debian.org> Wed, 20 Jul 2016 10:34:42 +0200
ndg-httpsclient (0.4.1-1) unstable; urgency=medium
* New upstream release.
* Update watch file to version 4
* Update std-version to 3.9.8
* Update VCS fields in secure mode.
* Update copyright file
-- Gianfranco Costamagna <locutusofborg@debian.org> Fri, 10 Jun 2016 11:25:25 +0200
ndg-httpsclient (0.4.0-3) unstable; urgency=medium
* Remove conflict between python and python3 version.
- this means that the binary is now provided only by the python2
version. (Closes: #804115)
-- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 05 Nov 2015 10:48:23 +0100
ndg-httpsclient (0.4.0-2) unstable; urgency=medium
* Add python3 package. (Closes: #803525)
thanks Harlan Lieberman-Berg for the bug report!
-- Gianfranco Costamagna <locutusofborg@debian.org> Sat, 31 Oct 2015 08:17:02 +0100
ndg-httpsclient (0.4.0-1) unstable; urgency=medium
[ Gianfranco Costamagna ]
* New upstream release (Closes: #784202, #794677).
* Add a manpage
* Convert to quilt format.
* Use pybuild
* Take over package maintenance with jcristau blessing.
* Bump std-version to 3.9.6.
* Change VCS fields.
* Bump compat level to 9.
* Fix watch file.
* Run wrap-and-sort
* Make copyright file machine-readable.
* Drop patch basicauth.diff, fixed upstream.
* Drop patch fix_socket_close.diff, fixed upstream.
* Drop python-openssl from runtime dependencies,
already taken care on setup.py.
[ Adam Conrad ]
* debian/rules: Fix leaked test server process with extra vim and vigor.
[ Martin Pitt ]
* debian/rules: Fix leaked test server process, which upsets our ancient
sbuild on the buildds (Closes: #783059).
* Run tests during package build:
- Add python-openssl and openssl build dependencies.
- debian/rules: Start test server and run test_urllib2.py.
* Add fix_socket_close.diff: Fix AttributeError when destructing an
un-opened Connection object. Exposed by test03_open_fails_unknown_loc.
[ Matthias Klose ]
* Build using pybuild (Closes: #786098).
-- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 10 Aug 2015 16:03:11 +0200
ndg-httpsclient (0.3.2-1) unstable; urgency=low
* Initial release (closes: #750638).
-- Julien Cristau <jcristau@debian.org> Thu, 05 Jun 2014 16:41:31 +0200
|