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
|
python-etcd (0.4.5-6) unstable; urgency=medium
* Team upload.
* Mark package "Multi-Arch: foreign" (Closes: #1078024)
* Drop build-dependency on python3-mock
-- Alexandre Detiste <tchet@debian.org> Wed, 11 Dec 2024 13:29:08 +0100
python-etcd (0.4.5-5) unstable; urgency=medium
* Team upload.
* Fix Python3.12 issues
Closes: #1058364
* Testsuite: autopkgtest-pkg-python (routine-update)
* Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
* watch file standard 4 (routine-update)
* Standards-Version: 4.7.0 (routine-update)
* Fix test suite (Thanks a lot for the help to s3v) (Closes: #1058364)
-- Andreas Tille <tille@debian.org> Wed, 06 Nov 2024 13:43:00 +0100
python-etcd (0.4.5-4) unstable; urgency=medium
* Team upload.
* Build-depend on pytest instead of nose. (Closes: #1018488)
* Pass path to unit tests in PYBUILD_TEST_ARGS.
* Update d/watch to use github tags instead of releases.
* Set Standards-Version to 4.6.1, no change needed.
-- Emanuele Rocca <ema@debian.org> Mon, 19 Sep 2022 16:22:49 +0200
python-etcd (0.4.5-3) unstable; urgency=medium
[ Debian Janitor ]
* Bump debhelper from old 11 to 12.
* Remove obsolete fields Name from debian/upstream/metadata.
* Set upstream metadata fields: Bug-Submit, Repository, Repository-
Browse.
* Use dh $@ sequencer.
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Debian Janitor ]
* Bump debhelper from old 12 to 13.
-- Sandro Tosi <morph@debian.org> Fri, 03 Jun 2022 10:51:47 -0400
python-etcd (0.4.5-2) unstable; urgency=medium
* Team upload.
* Drop Python 2 support.
-- Andrey Rahmatullin <wrar@debian.org> Mon, 12 Aug 2019 23:16:22 +0500
python-etcd (0.4.5-1) unstable; urgency=medium
* Add debian/upstream/metadata.
* New upstream release.
-- Jelmer Vernooij <jelmer@debian.org> Wed, 24 Oct 2018 01:57:07 +0000
python-etcd (0.4.3-3) unstable; urgency=medium
* Team upload.
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org.
* d/copyright: Use https protocol in Format field.
* d/control: Remove ancient X-Python-Version field.
* d/control: Remove ancient X-Python3-Version field.
[ Mattia Rizzolo ]
* Drop useless build-depends on python(3)-dbg.
* Bump debhelper compat level to 11.
* Use the pybuild build system.
This also enabled for the first time build time testing.
* Bump Standards-Version to 4.2.1.
+ Set Rules-Requires-Root:no.
* Add a manual call to dh_python3 as for some reason after this rebuild it
loses the dependency on python3-dnspython...
-- Mattia Rizzolo <mattia@debian.org> Tue, 02 Oct 2018 20:01:15 +0200
python-etcd (0.4.3-2) unstable; urgency=medium
[ Ondřej Nový ]
* Fixed VCS URL (https)
[ Jelmer Vernooij ]
* Merge in 0.4.2-2 changes.
* Unicodify my surname.
* Bump standards version to 3.9.8 (no changes).
* Drop '-b unstable' from Vcs-Git header, consistent with team maintained
packages.
-- Jelmer Vernooij <jelmer@debian.org> Sun, 03 Jul 2016 20:58:13 +0000
python-etcd (0.4.3-1) unstable; urgency=medium
* New upstream release.
-- Jelmer Vernooij <jelmer@debian.org> Sun, 03 Jul 2016 20:40:16 +0000
python-etcd (0.4.2-2) unstable; urgency=medium
* Team upload.
* Change python/python3-all-dev build-deps to python/python3-all since there
is no arch any content that needs the -dev packages (this eases the
python3.5 transition by getting this false positive off the tracker)
-- Scott Kitterman <scott@kitterman.com> Wed, 30 Dec 2015 17:54:59 -0500
python-etcd (0.4.2-1) unstable; urgency=low
* Initial release. (Closes: #802925)
-- Jelmer Vernooij <jelmer@debian.org> Sun, 25 Oct 2015 21:44:31 +0000
|