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
|
pytest-localserver (0.9.0.post0-1) unstable; urgency=medium
* QA upload.
* Fix d/watch
* New upstream version 0.9.0.post0
* Use dh-sequence-python3
* Set Rules-Requires-Root: no
-- Alexandre Detiste <tchet@debian.org> Fri, 20 Dec 2024 22:35:09 +0100
pytest-localserver (0.8.1-2) unstable; urgency=medium
* QA upload.
* remove obsolete python3-six build dependency
* fix project homepage
-- Alexandre Detiste <tchet@debian.org> Sat, 24 Feb 2024 14:22:05 +0100
pytest-localserver (0.8.1-1) unstable; urgency=medium
* QA upload.
* New upstream version. Closes: #1056449, #1058352, #1040093, #1040120.
* Fix installation of README.
* Bump standards version.
-- Matthias Klose <doko@debian.org> Sun, 14 Jan 2024 08:54:49 +0100
pytest-localserver (0.5.0-4) unstable; urgency=medium
* QA upload.
[ Debian Janitor ]
* Bump debhelper from old 12 to 13.
* Update standards version to 4.6.0, no changes needed.
* Update standards version to 4.6.1, no changes needed.
-- Jelmer Vernooij <jelmer@debian.org> Thu, 01 Dec 2022 09:06:01 +0000
pytest-localserver (0.5.0-3) unstable; urgency=medium
* QA upload.
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
* Bump Standards-Version to 4.4.1.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Debian Janitor ]
* Bump debhelper from old 9 to 12.
* Update standards version to 4.5.0, no changes needed.
-- Jelmer Vernooij <jelmer@debian.org> Wed, 03 Feb 2021 04:16:48 +0000
pytest-localserver (0.5.0-2) unstable; urgency=medium
* QA upload.
* Drop python2 package. Closes: #937562
-- Dimitri John Ledkov <xnox@ubuntu.com> Thu, 12 Dec 2019 03:26:45 +0000
pytest-localserver (0.5.0-1) unstable; urgency=medium
[ Emanuele Rocca ]
* QA upload
* New upstream release 0.5.0
* Provide new server.pem meeting OpenSSL SECLEVEL 2 requirements
(Closes: #911836)
* Bump Standards-Version
[ Ondřej Nový ]
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
-- Emanuele Rocca <ema@debian.org> Mon, 25 Feb 2019 20:40:05 +0100
pytest-localserver (0.3.7-2) unstable; urgency=medium
* Orphan package:
+ put Debian in QA in Maintainer field, drop Uploaders.
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* d/watch: Use https protocol
-- Daniel Stender <stender@debian.org> Mon, 19 Feb 2018 16:59:50 +0100
pytest-localserver (0.3.7-1) unstable; urgency=medium
* New upstream release (Closes: #867518).
* drop git-dpm regime (remove deb/.git-dpm, add deb/gbp.conf).
* deb/copyright:
+ add pytest_localserver.egg-info to Files-Excluded.
* deb/clean:
+ let deb/clean handle egg-info folder (drop deb/source/options).
-- Daniel Stender <stender@debian.org> Tue, 18 Jul 2017 18:18:04 +0200
pytest-localserver (0.3.6-1) unstable; urgency=medium
* New upstream release.
* deb/control: bump standards to 3.9.8 (no changes needed).
* deb/rules: don't purge .cache/ in dh_auto_test override, use deb/clean
instead.
* remove deb/gbp.conf (not needed anymore).
-- Daniel Stender <stender@debian.org> Sun, 28 Aug 2016 13:37:29 +0200
pytest-localserver (0.3.5-1) unstable; urgency=medium
* New upstream release:
+ dropped py35-fix.patch (applied upstream).
* deb/control:
+ put group into Maintainer field (unconfirmed group uploads).
+ updated uploader email address.
+ bumped standards to 3.9.7 (no changes needed).
+ use HTTPS also for Vcs-Git.
+ removed Testsuite field (deprecated).
* deb/copyright:
+ set Files-Excluded for cruft.
+ updated.
* deb/rules: added removal of .cache to PYBUILD tests args.
* deb/test/python{,3}-pytest-localserver:
+ put set -e into script body.
+ use shell loop instead of pipes with xargs and env.
-- Daniel Stender <stender@debian.org> Fri, 18 Mar 2016 18:43:30 +0100
pytest-localserver (0.3.4-2) unstable; urgency=medium
* deb/control:
+ updated Homepage.
+ use https for Vcs-Browser.
* deb/tests/: corrected names of scripts.
* Added py35-fix.patch (Closes: #801302).
* Added deb/.git-dpm.
-- Daniel Stender <debian@danielstender.com> Sun, 25 Oct 2015 18:52:36 +0100
pytest-localserver (0.3.4-1) unstable; urgency=medium
* Initial release (Closes: #792784)
-- Daniel Stender <debian@danielstender.com> Wed, 29 Jul 2015 19:48:59 +0200
|