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
|
pygresql (1:6.1.0-2) unstable; urgency=medium
* Team upload.
* Run regression tests in pg_virtualenv so we don't need root;
test against all supported PostgreSQL versions.
-- Christoph Berg <myon@debian.org> Sun, 16 Feb 2025 11:23:12 +0100
pygresql (1:6.1.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Add autopkgtest dependency on tzdata-legacy.
-- Colin Watson <cjwatson@debian.org> Sun, 08 Dec 2024 00:11:39 +0000
pygresql (1:6.0.1-2) unstable; urgency=medium
* Team upload.
* Disable server version checks. All other tests work, so there's no point
in insisting that the PG version is less than 17 or any other constant.
(Closes: #1080959)
-- Christoph Berg <myon@debian.org> Fri, 06 Sep 2024 11:45:22 +0000
pygresql (1:6.0.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Thu, 16 May 2024 22:35:34 +0100
pygresql (1:6.0-1) unstable; urgency=medium
[ Dale Richards ]
* New upstream version 6.0
* New maintainer. (Closes: #623685)
* d/control: Add pyproject dependency.
* Update d/copyright for new version and maintainer.
* Run upstream tests with autopkgtest.
* Bump standards version to 4.6.2, no changes needed.
* Use GitHub source in d/watch (the tarballs on PyPI appear to
be missing key documentation files.)
* Add d/clean to remove built docs. (Closes: #1047505)
* Add patch to disable tests that require disabling SSL, since
SSL is enforced in Debian's default PostgreSQL install.
* Respect .gitattributes file to ensure checked out source tree
matches the line ending formats used in the source tarballs
when using git-buildpackage or Salsa CI (see README.Debian).
* d/salsa-ci.yml: Disable arm64 crossbuild due to incompatible
dependencies.
[ Jeroen Ploemen ]
* d/watch: correct extension for upstream tarballs.
* d/rules: move docs build to execute_after_dh_auto_build.
-- Dale Richards <dale@dalerichards.net> Thu, 04 Jan 2024 16:58:30 +0000
pygresql (1:5.1.2-2) unstable; urgency=medium
* QA upload.
[ Debian Janitor ]
* Bump debhelper from old 12 to 13.
* Update standards version to 4.6.1, no changes needed.
* Avoid explicitly specifying -Wl,--as-needed linker flag.
-- Jelmer Vernooij <jelmer@debian.org> Thu, 13 Oct 2022 13:44:54 +0100
pygresql (1:5.1.2-1) unstable; urgency=medium
* QA upload.
* New upstream version 5.1.2
-- Håvard Flaget Aasen <haavard_aasen@yahoo.no> Wed, 22 Apr 2020 20:03:16 +0200
pygresql (1:5.1.1-1) unstable; urgency=medium
* QA upload.
* New upstream version 5.1.1
* d/copyright
- Update copyright year
- Change source, development is now on GitHub
- Removed obsolete entries, upstream cleaned up the docs folder
* Use secure URI on homepage
* Set upstream metadata fields: Bug-Database, Repository,
Repository-Browse, Bug-Submit
* Remove obsolete lintian-overrides
* Remove deletion and substitution of jquery.js from d/rules
-- Håvard Flaget Aasen <haavard_aasen@yahoo.no> Tue, 10 Mar 2020 17:51:21 +0100
pygresql (1:5.1-1) unstable; urgency=medium
* QA upload.
* New upstream version 5.1
* Update d/watch, now points to PyPi
* Update Standards-Version to 4.5.0
* Add d/source/lintian-overrides
* Update d/copyright, remove files entries that is removed upstream.
* Change doc package from *.rst.txt to *.html files
- Add sphinxdoc:Depends for doc package in d/control
- Add d/python-pygresql-doc.doc-base
* Remove unneeded build-dependencies
* Add Rules-Requires-Root: no
* Add salsa CI
-- Håvard Flaget Aasen <haavard_aasen@yahoo.no> Sat, 01 Feb 2020 20:12:35 +0100
pygresql (1:5.0.6-3) unstable; urgency=medium
* Drop Python 2 package (Closes: #937451)
* Bump debhelper from 11 to 12 and switch to debhelper-compat
-- Moritz Muehlenhoff <jmm@debian.org> Sun, 03 Nov 2019 22:40:10 +0100
pygresql (1:5.0.6-2) unstable; urgency=medium
* QA upload.
[ Michael Hudson-Doyle ]
* Fix autopkgtest to not hard code Python 3.6. Closes: #916874
[ Mattia Rizzolo ]
* Mark the autopkgtest as superficial.
* Mark python-pygresql-doc as Multi-Arch:foreign.
-- Mattia Rizzolo <mattia@debian.org> Thu, 20 Dec 2018 12:49:25 +0100
pygresql (1:5.0.6-1) unstable; urgency=medium
* QA upload
* New upstream version 5.0.6
* debian/tests/control:
- Add file
* debian/watch:
- Secure uri
-- Herbert Parentes Fortes Neto <hpfn@debian.org> Sat, 18 Aug 2018 13:14:15 -0300
pygresql (1:5.0.5-1) unstable; urgency=medium
* QA upload
* New upstream version 5.0.5
* DH_LEVEL: 11
* debian/control:
- X-Python*-Version commented
- Bump Standards-Version from 4.1.2 to 4.1.4
- Vcs-* at salsa.debian.org
* debian/copyright:
- Update file
-- Herbert Parentes Fortes Neto <hpfn@debian.org> Sun, 27 May 2018 14:24:36 -0300
pygresql (1:5.0.4-1) unstable; urgency=medium
* QA upload
* New upstream version 5.0.4
* debian/control:
- Build-Depends: python3-sphinx only
- Bump Standards-Version from 3.9.8 to 4.1.2
* debian/copyright:
- Update
* debian/gbp.conf:
- Created
* debian/rules:
- Fix patch to upstream changelog file
* debian/source/options:
- Create to ignore egg-info dir
-- Herbert Parentes Fortes Neto <hpfn@debian.org> Sat, 02 Dec 2017 10:25:44 -0200
pygresql (1:5.0.3-1) unstable; urgency=low
* QA upload.
* New upstream release. (Closes: #844580)
- whishlist bug.
-- Herbert Parentes Fortes Neto <hpfn@debian.org> Mon, 19 Dec 2016 09:24:05 -0200
pygresql (1:5.0.2-2) unstable; urgency=medium
* QA upload.
* debian/copyright:
- Fix BSD-1-clause license text.
-- Herbert Parentes Fortes Neto <hpfn@debian.org> Mon, 28 Nov 2016 11:17:28 -0200
pygresql (1:5.0.2-1) unstable; urgency=medium
* QA upload.
* DH Level: 10
* New upstream release.
* debian/control:
- Bump Standards-Version from 3.9.1 to 3.9.8.
- Add Homepage.
- Build-Depends:
- add:
- dh-python
- python-all
- python-setuptools
- python3 support
- python-docutils
- python-sphinx
- remove python-all-dbg
- Remove Build-Conflicts.
- Remove XS-Python-Version.
- Add X-Python-Version.
- Add X-Python3-Version.
- Add Vcs* entries.
- Remove python-egenix-mxdatetime from Depends.
- Remove 'Package: python-pygresql-dbg'. Debhelper take care of that.
- Add 'Package: python3-pygresql'
- Add 'Package: python-pygresql-doc'. Just '.txt' files.
* debian/copyright:
- format 1.0
- complete re-write.
* debian/python-pygresql-doc.install:
- created.
* debian/rules:
- Complete re-write. Pybuild system.
- Add hardening.
* debian/source/format:
- 3.0 (quilt)
* debian/watch:
- version 4.
- new url.
-- Herbert Parentes Fortes Neto <hpfn@debian.org> Tue, 22 Nov 2016 10:30:46 -0200
pygresql (1:4.0-3.1) unstable; urgency=medium
* Non-maintainer upload.
* Add B-D on postgresql-server-dev-all.
* Add includedir-server to includes.
Closes: #741806
-- Evgeni Golov <evgeni.golov@credativ.de> Fri, 25 Apr 2014 15:15:25 +0200
pygresql (1:4.0-3) unstable; urgency=low
* Orphan the package.
* Build using dh_python2. Closes: #616968.
-- Matthias Klose <doko@debian.org> Fri, 22 Apr 2011 10:56:38 +0200
pygresql (1:4.0-2) unstable; urgency=low
* python-pygresql: Provide python-pg, no need to rename the package.
Closes: #556415.
-- Matthias Klose <doko@debian.org> Tue, 19 Jan 2010 13:53:30 +0100
pygresql (1:4.0-1) unstable; urgency=low
* New upstream version.
-- Matthias Klose <doko@debian.org> Sat, 29 Aug 2009 10:12:35 +0200
pygresql (1:3.8.1-3) unstable; urgency=low
* Rebuild to move files to /usr/share/pyshared.
-- Matthias Klose <doko@debian.org> Tue, 24 Jun 2008 19:40:43 +0200
pygresql (1:3.8.1-2) unstable; urgency=low
* Fix package dependency on libpq. Closes: #430836.
* Merge from Ubuntu: Build a python-pygresql-dbg package.
-- Matthias Klose <doko@debian.org> Thu, 02 Aug 2007 02:07:53 +0200
pygresql (1:3.8.1-1) unstable; urgency=low
* New upstream version.
* Convert to updated Python policy. Closes: #373494.
-- Matthias Klose <doko@debian.org> Fri, 16 Jun 2006 21:43:33 +0200
pygresql (1:3.8-1.1) unstable; urgency=high
* NMU with the maintainer's permission.
* Urgency high since this only fixes an important bug with a trivial patch.
* pg.py, _quote(): Escape quotes in strings as '', not as \', since the
latter does not work any more with some client encodings with the latest
PostgreSQL (in some multi-byte encodings you can exploit \' escaping to
inject SQL code, see CVE-2006-2314). Closes: #369239
-- Martin Pitt <mpitt@debian.org> Sun, 28 May 2006 17:23:29 +0200
pygresql (1:3.8-1) unstable; urgency=low
* New upstream version.
-- Matthias Klose <doko@debian.org> Sun, 5 Mar 2006 10:41:48 +0000
pygresql (1:3.7-1) unstable; urgency=low
* New upstream version.
-- Matthias Klose <doko@debian.org> Thu, 22 Sep 2005 06:56:26 +0200
pygresql (1:3.6.2-1) unstable; urgency=low
* New upstream version (bug fix release).
* Drop python2.2 package.
-- Matthias Klose <doko@debian.org> Wed, 27 Jul 2005 10:41:38 +0200
pygresql (1:3.6.1-1) unstable; urgency=low
* New upstream version.
-- Matthias Klose <doko@debian.org> Sun, 16 Jan 2005 10:33:28 +0100
pygresql (1:3.5-4) unstable; urgency=low
* Build python2.4 packages.
-- Matthias Klose <doko@debian.org> Sun, 12 Dec 2004 18:08:35 +0100
pygresql (1:3.5-3) unstable; urgency=medium
* Fix typo (closes: #276775).
-- Matthias Klose <doko@debian.org> Sat, 16 Oct 2004 13:49:03 +0200
pygresql (1:3.5-2) unstable; urgency=medium
* Fix error using time types (Chad Miller). Closes: #212271.
-- Matthias Klose <doko@debian.org> Fri, 8 Oct 2004 22:24:46 +0200
pygresql (1:3.5-1) unstable; urgency=medium
* New upstream version.
-- Matthias Klose <doko@debian.org> Wed, 1 Sep 2004 18:57:04 +0200
pygresql (1:3.4-4) unstable; urgency=low
* Add build dependency on python (neeeded for debhelper's dh_python).
-- Matthias Klose <doko@debian.org> Thu, 1 Jul 2004 20:34:38 +0200
pygresql (1:3.4-3) unstable; urgency=low
* Fix download URL (closes: #244242).
-- Matthias Klose <doko@debian.org> Tue, 20 Apr 2004 23:56:44 +0200
pygresql (1:3.4-2) unstable; urgency=low
* Add upstream README.txt (closes: #244245).
* Remove README.Debian (closes: #244244).
* Fix download location (closes: #244242).
-- Matthias Klose <doko@debian.org> Mon, 19 Apr 2004 07:50:11 +0200
pygresql (1:3.4-1) unstable; urgency=low
* New upstream version.
* Build-Depend on versioned libpq-dev to get the correct shlibs dependency.
-- Matthias Klose <doko@debian.org> Sun, 22 Feb 2004 19:10:09 +0100
pygresql (1:3.2.90-3) unstable; urgency=low
* Fix installation directory.
-- Matthias Klose <doko@debian.org> Sat, 10 Jan 2004 22:37:02 +0100
pygresql (1:3.2.90-2) unstable; urgency=low
* Add dependencies on the python-egenix-mxdatetime module.
-- Matthias Klose <doko@debian.org> Sat, 10 Jan 2004 20:18:59 +0100
pygresql (1:3.2.90-1) unstable; urgency=low
* Initial Release, taken from CVS.
* Use the pygresql version number, increase the epoch.
-- Matthias Klose <doko@debian.org> Sat, 10 Jan 2004 19:26:26 +0100
|