File: changelog

package info (click to toggle)
python-maxminddb 2.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,516 kB
  • sloc: ansic: 7,238; python: 1,416; perl: 987; makefile: 273; sh: 191
file content (189 lines) | stat: -rw-r--r-- 6,605 bytes parent folder | download
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
python-maxminddb (2.6.3-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.7.0, no changes needed.

 -- Faidon Liambotis <paravoid@debian.org>  Sun, 16 Feb 2025 13:40:38 +0200

python-maxminddb (2.6.0-1) unstable; urgency=medium

  * New upstream release.
  * Remove Ondřej Nový and Sergio Durigan Junior from Uploaders.

 -- Faidon Liambotis <paravoid@debian.org>  Wed, 20 Mar 2024 15:22:24 +0200

python-maxminddb (2.5.2-1) unstable; urgency=medium

  * New upstream release.

 -- Faidon Liambotis <paravoid@debian.org>  Tue, 16 Jan 2024 09:58:03 +0200

python-maxminddb (2.5.1-1) unstable; urgency=medium

  * New upstream release.
    - Pass MAXMINDDB_USE_SYSTEM_LIBMAXMINDDB to use the system copy of
      libmaxminddb, rather than the embedded copy introduced in 2.5.x.
  * Add Build-Depends on python3-setuptools-scm and python3-wheel, and switch
    to the pyproject pybuild plugin, as pyproject.toml is used now by
    upstream.
  * Remove sphinxdoc:Built-Using from the doc package, to address Lintian
    built-using-field-on-arch-all-package.

 -- Faidon Liambotis <paravoid@debian.org>  Mon, 13 Nov 2023 07:40:57 +0200

python-maxminddb (2.4.0-1) unstable; urgency=medium

  * New upstream release.
    - Drop backported patch avoid-distutils.
  * Update copyright years.

 -- Faidon Liambotis <paravoid@debian.org>  Fri, 14 Jul 2023 02:52:00 +0300

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