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 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428
|
python-apsw (3.46.0.1-1) unstable; urgency=medium
* New upstream release 3.46.0.1
-- Joel Rosdahl <joel@debian.org> Mon, 17 Jun 2024 19:55:53 +0200
python-apsw (3.45.3.0-1) unstable; urgency=medium
* New upstream release 3.45.3.0
* Update Standards-Version to 4.7.0 with no changes
-- Joel Rosdahl <joel@debian.org> Sat, 27 Apr 2024 14:33:43 +0200
python-apsw (3.43.0.0-1) unstable; urgency=medium
* Use system SQLite config
* Remove obsolete treatment of underscore.js and Google Analytics
* Adjust debian/copyright to match current license
* Remove obsolete NEWS file
* New upstream release 3.43.0.0
* Clean up debian/rules
* Remove stray -g (debug) option from pybuild arguments (closes: #1043042)
* Add quilt patch description
* Add Build-Depends for pybuild
-- Joel Rosdahl <joel@debian.org> Tue, 12 Sep 2023 16:40:22 +0200
python-apsw (3.42.0.1-1) unstable; urgency=medium
* New upstream release 3.42.0.1
-- Joel Rosdahl <joel@debian.org> Thu, 03 Aug 2023 10:16:31 +0200
python-apsw (3.40.0.0-2) unstable; urgency=medium
* Update Standards-Version to 4.6.2 with no changes
* Add build dependency on python3-setuptools (closes: #1026582)
-- Joel Rosdahl <joel@debian.org> Fri, 23 Dec 2022 19:19:32 +0100
python-apsw (3.40.0.0-1) unstable; urgency=medium
* New upstream release 3.40.0.0
-- Joel Rosdahl <joel@debian.org> Mon, 28 Nov 2022 21:47:25 +0100
python-apsw (3.39.2.0-1) unstable; urgency=medium
* New upstream release 3.39.2.0
* Update Standards-Version to 4.6.1 with no changes
* Suppress false positive source-is-missing Lintian warnings
-- Joel Rosdahl <joel@debian.org> Wed, 03 Aug 2022 12:58:29 +0200
python-apsw (3.36.0-r1-2) unstable; urgency=medium
* Remove python3-apsw-dbg package (closes: #994346)
-- Joel Rosdahl <joel@debian.org> Sun, 03 Oct 2021 16:53:45 +0200
python-apsw (3.36.0-r1-1) unstable; urgency=medium
* New upstream release 3.36.0-r1
* Bump to Standards-Version 4.6.0 with no changes
* Update debian/copyright to match package copyright
-- Joel Rosdahl <joel@debian.org> Sun, 29 Aug 2021 08:44:29 +0200
python-apsw (3.34.0-r1-1) unstable; urgency=medium
* New upstream release 3.34.0-r1
* Bump to Standards-Version 4.5.1 with no changes
* Bump watch file format to version 4 with no changes
-- Joel Rosdahl <joel@debian.org> Sat, 13 Feb 2021 12:31:12 +0100
python-apsw (3.32.2-r1-1) unstable; urgency=medium
* New upstream release 3.32.2-r1
* Bump to Standards-Version 4.5.0 with no changes
* Require libsqlite3-dev >= 3.32.0
* Remove legacy Python 2 packages
-- Joel Rosdahl <joel@debian.org> Sun, 26 Jul 2020 20:03:26 +0200
python-apsw (3.30.1-r1-1) unstable; urgency=medium
* New upstream release 3.30.1-r1
* Require libsqlite3-dev >= 3.30.0
* Use dh sequencer and include Python 3.8 extensions (closes: #942686)
-- Joel Rosdahl <joel@debian.org> Thu, 12 Dec 2019 21:11:20 +0100
python-apsw (3.29.0-r1-2) unstable; urgency=medium
* Back out "Fix the installation of 3.8 extensions" (closes: #943506)
-- Joel Rosdahl <joel@debian.org> Fri, 25 Oct 2019 20:15:23 +0200
python-apsw (3.29.0-r1-1) unstable; urgency=medium
* New upstream release 3.29.0-r1
* Fix the installation of 3.8 extensions (closes: #942686)
* Require libsqlite3-dev 3.29.0 for building
* Bump Standards-Version to 4.4.1 (no changes)
-- Joel Rosdahl <joel@debian.org> Thu, 24 Oct 2019 21:38:46 +0200
python-apsw (3.28.0-r1-1) unstable; urgency=medium
* New upstream release 3.28.0-r1
* Require libsqlite3-dev 3.28.0 for building
-- Joel Rosdahl <joel@debian.org> Sat, 03 Aug 2019 11:19:06 +0200
python-apsw (3.27.2-r1-1) unstable; urgency=medium
* New upstream release 3.27.2-r1
* Update Standards-Version to 4.3.0 with no changes
* Require libsqlite3-dev 3.27.2 for building
* Update debian/copyright to match current copyright text
-- Joel Rosdahl <joel@debian.org> Wed, 01 May 2019 22:25:11 +0200
python-apsw (3.24.0-r1-1) unstable; urgency=medium
* New upstream release 3.24.0-r1
* Require libsqlite3-dev 3.24.0 for building
* Bump Standards-Version to 4.2.1
* Remove outdated X-Python3-Version control tag
* Add bindnow linker flag for hardening
* Remove deprecated priority extra
-- Joel Rosdahl <joel@debian.org> Wed, 12 Sep 2018 20:40:43 +0200
python-apsw (3.16.2-r1-2) unstable; urgency=medium
* Require libsqlite3-dev 3.16.2 for building
-- Joel Rosdahl <joel@debian.org> Sun, 12 Feb 2017 21:50:39 +0100
python-apsw (3.16.2-r1-1) unstable; urgency=medium
* New upstream release 3.16.2-r1
-- Joel Rosdahl <joel@debian.org> Sun, 12 Feb 2017 17:35:55 +0100
python-apsw (3.13.0-r1-1) unstable; urgency=medium
* New upstream release 3.13.0-r1
* Require libsqlite3-dev 3.13.0 for building
* Bump Standards-Version to 3.9.8 (no changes)
-- Joel Rosdahl <joel@debian.org> Sun, 28 Aug 2016 15:23:05 +0200
python-apsw (3.8.11.1-r1-1) unstable; urgency=medium
[ Joel Rosdahl ]
* New upstream version
* Use debhelper compat level 9
* Update debian/watch to new upstream location
[ Scott Kitterman ]
* Move dh_python2/3 calls to after dh_install so dependency generation works
(thanks to Piotr Ożarowski for figuring this part out) (closes: #799272)
* Correct python:Depends to be python3:Depends so proper dependencies are
generated for python3-apsw
* Add build-depends on dh-python so current code base is used
* Remove obsolete provides
-- Joel Rosdahl <joel@debian.org> Thu, 17 Sep 2015 21:16:10 +0200
python-apsw (3.8.10.1-r1-1) unstable; urgency=medium
* New upstream release 3.8.10.1-r1
* Require libsqlite3-dev >= 3.8.10
* Bumped Standards-Version to 3.9.6 (no changes)
-- Joel Rosdahl <joel@debian.org> Sun, 21 Jun 2015 16:10:45 +0200
python-apsw (3.8.6-r1-1) unstable; urgency=medium
* New upstream release 3.8.6-r1
* Require libsqlite3-dev >= 3.8.6
-- Joel Rosdahl <joel@debian.org> Mon, 08 Sep 2014 22:31:00 +0200
python-apsw (3.8.5-r1-1) unstable; urgency=medium
* New upstream release 3.8.5-r1
* Require libsqlite3-dev >= 3.8.5
-- Joel Rosdahl <joel@debian.org> Thu, 10 Jul 2014 14:52:09 +0200
python-apsw (3.8.2-r1-2) unstable; urgency=medium
* New upstream URL and license text
* Handle /usr/share/doc/python-apsw-doc symlink upgrade (closes: #736303)
* Move python3 debug extensions into python3-apsw-dbg (closes: #736775)
* Remove Google Analytics footer
* Build-depend on libsqlite3-dev 3.8.2
-- Joel Rosdahl <joel@debian.org> Fri, 07 Feb 2014 20:00:13 +0100
python-apsw (3.8.2-r1-1) unstable; urgency=low
* New upstream release 3.8.2-r1.
-- Joel Rosdahl <joel@debian.org> Wed, 11 Dec 2013 22:05:31 +0100
python-apsw (3.8.1-r1-1) unstable; urgency=low
* New upstream release 3.8.1-r1.
* Bump Standards-Version to 3.9.5
-- Joel Rosdahl <joel@debian.org> Sun, 08 Dec 2013 10:30:29 +0100
python-apsw (3.7.17-r1-1) unstable; urgency=low
[Joel Rosdahl]
* New upstream release 3.7.17-r1.
[ Nikolaus Rath ]
* Also build Python 3 package (closes: #706992)
* Tighten build depends on libsqlite3-dev (closes: #710049)
-- Joel Rosdahl <joel@debian.org> Tue, 18 Jun 2013 22:24:58 +0200
python-apsw (3.7.16.1-r1-1) unstable; urgency=low
* New upstream release 3.7.16.1-r1
-- Joel Rosdahl <joel@debian.org> Sun, 31 Mar 2013 20:41:13 +0200
python-apsw (3.7.14.1-r1-1) unstable; urgency=low
* New upstream release 3.7.14.1-r1
* Add X-Python-Version control field
* Build with flags from /usr/share/dpkg/buildflags.mk for hardening
* Don't symlink doc directory for python-apsw-doc to python-apsw
-- Joel Rosdahl <joel@debian.org> Sun, 25 Nov 2012 15:10:34 +0100
python-apsw (3.7.14-r1-1) unstable; urgency=low
* New upstream version 3.7.14-r1
* Don't use defunct googlecode.debian.net redirector anymore
* Update copyright years from doc/copyright.html
* Use underscore.js from libjs-underscore
* Use the min variant of jquery
* Don't let python-apsw-doc depend on python-apsw
* Bump Standards-Version to 3.9.4
-- Joel Rosdahl <joel@debian.org> Sun, 23 Sep 2012 18:42:47 +0200
python-apsw (3.7.6.3-r1-1) unstable; urgency=low
* New upstream release
* Convert from dh_pycentral to dh_python2 (closes: #616991)
* Use debhelper compat level 8
* Bump Standards-Version to 3.9.2
* Pass --install-layout=deb to "setup.py install"
* Add build-arch and build-indep targets to debian/rules
* Imported Upstream version 3.7.6.3-r1
-- Joel Rosdahl <joel@debian.org> Thu, 30 Jun 2011 22:45:04 +0200
python-apsw (3.7.5-r1-1) unstable; urgency=low
* New upstream version.
-- Joel Rosdahl <joel@debian.org> Sun, 20 Feb 2011 17:09:08 +0100
python-apsw (3.7.0.1-r1-1) unstable; urgency=low
* New upstream release.
* Use correct section for APSW manual in doc-base entry.
* Updated Standards-Version to 3.9.1.
* Added debian/watch file.
* Removed asterisks from NEWS.Debian.
* The doc-base entry is now actually included in python-apsw-doc.
-- Joel Rosdahl <joel@debian.org> Sat, 14 Aug 2010 22:16:48 +0200
python-apsw (3.6.23.1-r1-1) unstable; urgency=low
* New upstream version.
* Changed source package format to "3.0 (quilt)".
* Updated Standards-Version to 3.8.4.
* Don't compile with debug information in the non-dbg package.
-- Joel Rosdahl <joel@debian.org> Sun, 16 May 2010 14:34:35 +0200
python-apsw (3.6.22-r1-2) unstable; urgency=low
* Split documentation into a python-apsw-doc package to avoid
python-apsw depending on libjs-jquery. Closes: #565868.
* Removed obsolete .doc-base files for python2.4 and python2.5.
* Added .doc-base file for python-apsw-doc.
* Build depend on debhelper >= 7.0.0~.
-- Joel Rosdahl <joel@debian.org> Sat, 23 Jan 2010 20:38:33 +0100
python-apsw (3.6.22-r1-1) unstable; urgency=low
* New upstream version.
* Added ${misc:Depends} for binary packages' requirements.
-- Joel Rosdahl <joel@debian.org> Mon, 11 Jan 2010 20:44:37 +0100
python-apsw (3.6.20-r1-1) unstable; urgency=low
* New upstream version.
* Enable extension loading again. Closes: #557567.
* Remove src/shell.c when cleaning so that it doesn't end up in the
diff.
* Updated URL to APSW's new location at Google Code.
* Updated debian/copyright to match current license.
-- Joel Rosdahl <joel@debian.org> Mon, 23 Nov 2009 21:43:50 +0100
python-apsw (3.6.19-r1-1) unstable; urgency=low
* New upstream release.
* Updated Standards-Version to 3.8.3.
* Build-depend on libsqlite3-dev >= 3.6.18.
* Put python-apsw-dbg in the Debug section.
* Put HTML documentation in /usr/share/doc/python-apsw/html and let
python-apsw depend on and use libjs-jquery.
-- Joel Rosdahl <joel@debian.org> Sun, 18 Oct 2009 22:08:57 +0200
python-apsw (3.6.13-r1-1) unstable; urgency=low
* New upstream release.
-- Joel Rosdahl <joel@debian.org> Sun, 10 May 2009 22:35:38 +0200
python-apsw (3.5.9-r2-1) unstable; urgency=low
* New upstream release.
* Build dependency on libsqlite3-dev 3.5.9.
* Updated Standards-Version to 3.8.0.
-- Joel Rosdahl <joel@debian.org> Mon, 07 Jul 2008 20:24:11 +0200
python-apsw (3.3.13-r1-3) unstable; urgency=low
* Build python-apsw-dbg package.
-- Joel Rosdahl <joel@debian.org> Thu, 21 Jun 2007 23:18:31 +0200
python-apsw (3.3.13-r1-2) unstable; urgency=low
* Corrected documentation about Unicode strings in apsw.html.
* Created NEWS.Debian with information about notable changes since
python-apsw 3.3.5r1.
-- Joel Rosdahl <joel@debian.org> Sun, 03 Jun 2007 23:09:49 +0200
python-apsw (3.3.13-r1-1) unstable; urgency=low
* New upstream release.
* Updated build dependencies on debhelper, python-all-dev,
python-central and libsqlite3-dev.
* Removed use of dh_python.
* Added debian/pycompat.
* Removed XS-Python-Standards-Version field.
-- Joel Rosdahl <joel@debian.org> Thu, 12 Apr 2007 07:07:54 +0200
python-apsw (3.3.5r1-2) unstable; urgency=low
* Adapt to new Python policy. Closes: bug#373511.
* Updated Standards-Version to 3.7.2.
-- Joel Rosdahl <joel@debian.org> Mon, 19 Jun 2006 18:43:11 +0000
python-apsw (3.3.5r1-1) unstable; urgency=low
* New upstream release. Closes: bug#365222.
* APSW now has more error checking. Closes: bug#329236.
-- Joel Rosdahl <joel@debian.org> Tue, 2 May 2006 22:53:03 +0200
python-apsw (3.2.7r1-1) unstable; urgency=low
* New upstream release.
* Closes: bug#329233 ("segfault on too few argument bindings").
-- Joel Rosdahl <joel@debian.org> Sun, 9 Oct 2005 21:31:13 +0200
python-apsw (3.2.2r1-3) unstable; urgency=low
* Clarified description.
-- Joel Rosdahl <joel@debian.org> Fri, 9 Sep 2005 18:16:51 +0200
python-apsw (3.2.2r1-2) unstable; urgency=low
* Added doc-base information.
-- Joel Rosdahl <joel@debian.org> Fri, 2 Sep 2005 17:59:56 +0200
python-apsw (3.2.2r1-1) unstable; urgency=low
* New upstream release.
* Standards-Version 3.6.2.
-- Joel Rosdahl <joel@debian.org> Sun, 21 Aug 2005 19:12:14 +0200
python-apsw (3.2.1r1-1) unstable; urgency=low
* New upstream release.
-- Joel Rosdahl <joel@debian.org> Sun, 5 Jun 2005 11:50:41 +0200
python-apsw (3.1.3r1-2) unstable; urgency=low
* Corrected description of the python-apsw binary package.
-- Joel Rosdahl <joel@debian.org> Tue, 5 Apr 2005 16:50:49 +0200
python-apsw (3.1.3r1-1) unstable; urgency=low
* First version of the package. Closes: bug#296652.
-- Joel Rosdahl <joel@debian.org> Thu, 10 Mar 2005 22:06:25 +0100
|