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
|
python-maxminddb (2.2.0-1) unstable; urgency=medium
* Acknowledge NMU, with gratitude to Stefano Rivera.
* Add autopkgtest, running the upstream test suite.
* Tag the python-maxminddb-doc package with Multi-Arch: foreign.
* Add support for the "nocheck" and "nodoc" build profiles.
* Simplify debian/rules:
- Use dh-sequence-python3 and dh-sequence-sphinxdoc instead of dh --with.
- Replace override_dh_auto_build with execute_before_dh_auto_build.
- Replace override_dh_auto_clean with debian/clean.
- Replace override_dh_auto_test with debian/pybuild.testfiles.
* Drop python3-mock dependency, replaced upstream since v2.0.0.
* Update copyright years.
* Add upstream metadata.
* Bump Standards-Version to 4.6.2, no further changes needed.
-- Faidon Liambotis <paravoid@debian.org> Mon, 16 Jan 2023 12:42:00 +0200
python-maxminddb (2.2.0-0.1) unstable; urgency=medium
* Non-maintainer upload.
* New upstream release.
* Switch from nose to pytest, following upstream. (Closes: #1018530)
* Bump copyright years.
* Patch: Add support for setuptools >= 60 (Closes: #1022449)
-- Stefano Rivera <stefanor@debian.org> Sat, 12 Nov 2022 09:45:17 +0200
python-maxminddb (2.0.3-1) unstable; urgency=medium
* New upstream release.
* d/control: Add myself as Uploader.
* d/p/Stop-using-deprecated-Feature-from-setuptools.patch: Remove patch.
The patch was incorporated by upstream.
-- Sergio Durigan Junior <sergiodj@debian.org> Thu, 10 Dec 2020 23:29:45 -0500
python-maxminddb (1.4.1-3) unstable; urgency=medium
[ Faidon Liambotis ]
* Switch the copyright format URI to https
* Ship examples/ in the doc package
[ Ondřej Nový ]
* Stop using deprecated Feature from setuptools (Closes: #959544)
* Bump debhelper compat level to 13
* d/watch: Upgrade version to 4
* Mark Rules-Requires-Root: no
* Bump standards version to 4.5.1
* Add myself as uploader (Closes: #975001)
-- Ondřej Nový <onovy@debian.org> Tue, 24 Nov 2020 13:04:16 +0100
python-maxminddb (1.4.1-2) unstable; urgency=medium
* Drop Python 2 binary package. (Closes: #937909)
* Bump debhelper compat level to 12.
* Bump Standards-Version to 4.4.0, no changes needed.
* Include the full text of the CC-BY-SA-3.0-Unported license.
* Add Built-Using to the python-maxminddb-doc package, set to
${sphinxdoc:Built-Using}.
-- Faidon Liambotis <paravoid@debian.org> Wed, 04 Sep 2019 16:04:57 +0300
python-maxminddb (1.4.1-1) unstable; urgency=medium
* New upstream release, fixes test failure (and thus FTBFS) with Python 3.7.
(Closes: #902756)
-- Faidon Liambotis <paravoid@debian.org> Sat, 30 Jun 2018 17:38:07 +0300
python-maxminddb (1.4.0-1) unstable; urgency=medium
* New upstream release.
* Update Vcs-* URLs to point to salsa.debian.org.
* Bump Standards-Version to 4.1.4, no changes needed.
* Update Copyright years in debian/copyright.
* Build-Depend on python{,3}-mock.
* Drop X-Python-Version/X-Python3-Version; the 2.6/3.3 minimums are ancient
and can be satisfied even by oldstable.
* Switch pypi.debian.net's URL to HTTPS.
-- Faidon Liambotis <paravoid@debian.org> Sat, 26 May 2018 20:10:54 +0300
python-maxminddb (1.3.0-1) unstable; urgency=medium
[ Ondřej Nový ]
* New upstream release
* Enable additional hardening (hardening=+all)
[ Faidon Liambotis ]
* Bump Standards-Version to 4.0.0.
-- Faidon Liambotis <paravoid@debian.org> Fri, 04 Aug 2017 22:55:29 +0300
python-maxminddb (1.2.3-1) unstable; urgency=medium
* New upstream release.
-- Faidon Liambotis <paravoid@debian.org> Wed, 25 Jan 2017 11:05:24 +0200
python-maxminddb (1.2.2-1) unstable; urgency=medium
[ Faidon Liambotis ]
* New upstream release.
[ Ondřej Nový ]
* d/control: Added Homepage
* Bumped debhelper compat version to 10
* Added autopkgtest-pkg-python testsuite
-- Faidon Liambotis <paravoid@debian.org> Sat, 17 Dec 2016 03:06:44 +0200
python-maxminddb (1.2.1-1) unstable; urgency=medium
* New upstream release.
* Build-Depend on python-ipaddress instead of python-ipaddr, per upstream's
change.
* Bump Standards-Version to 3.9.8.
* Switch Vcs-Git/Vcs-Browser to https URLs.
* Add doc-base file for python-maxminddb-doc.
* Remove maxminddb.egg-info/ on clean as well.
-- Faidon Liambotis <paravoid@debian.org> Fri, 15 Jul 2016 13:28:12 +0300
python-maxminddb (1.2.0-1.2) unstable; urgency=medium
* Non-maintainer upload.
* Do not override the way we run tests but instead ensure that README.rst
exists in the build directory. That way we test the correct code and the
built extension.
-- Raphaël Hertzog <hertzog@debian.org> Thu, 14 Jan 2016 17:19:28 +0100
python-maxminddb (1.2.0-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Run tests in a way that does not change the current directory
so that the tests can rely on the existence of README.rst.
Closes: #805689
-- Raphaël Hertzog <hertzog@debian.org> Thu, 14 Jan 2016 16:54:16 +0100
python-maxminddb (1.2.0-1) unstable; urgency=medium
* Initial release. (Closes: #768984)
-- Faidon Liambotis <paravoid@debian.org> Wed, 13 May 2015 12:54:06 +0300
|