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
|
python-kubernetes (30.1.0-2) unstable; urgency=medium
* Team upload.
* Remove runtime dependency on python3-setuptools
-- Alexandre Detiste <tchet@debian.org> Mon, 27 Jan 2025 13:37:42 +0100
python-kubernetes (30.1.0-1) unstable; urgency=medium
* Team Upload
* New upstream version 30.1.0
* Remove patch applied upstream
* Remove extraneous python3-mock build dep
* Use new dh-sequence-python3
* Use the standard /usr/share/dpkg/pkg-info.mk
instead of calling dpkg-parsechangelog
-- Alexandre Detiste <tchet@debian.org> Sat, 08 Jun 2024 11:03:52 +0200
python-kubernetes (29.0.0-1) unstable; urgency=medium
* Team Upload
* New upstream version 29.0.0 (Closes: #1058350)
* remove obsolete python3-nose build dependency (Closes: #1018523)
* remove obsolete python3-randomize build dependency
* refresh patch
-- Alexandre Detiste <tchet@debian.org> Fri, 03 May 2024 13:50:22 +0200
python-kubernetes (26.1.0-3) unstable; urgency=medium
* Re-upload source-only.
-- Thomas Goirand <zigo@debian.org> Thu, 18 Apr 2024 11:59:26 +0200
python-kubernetes (26.1.0-2) unstable; urgency=medium
* Uploading to unstable.
* Add fix-assertEqual.patch.
-- Thomas Goirand <zigo@debian.org> Thu, 04 Apr 2024 08:47:06 +0200
python-kubernetes (26.1.0-1) experimental; urgency=medium
* New upstream release.
* Cleans better.
-- Thomas Goirand <zigo@debian.org> Tue, 29 Aug 2023 16:52:56 +0200
python-kubernetes (22.6.0-2) unstable; urgency=medium
[ Debian Janitor ]
* Bump debhelper from old 12 to 13.
* Update standards version to 4.6.0, no changes needed.
-- Jelmer Vernooij <jelmer@debian.org> Mon, 17 Oct 2022 03:23:56 +0100
python-kubernetes (22.6.0-1) unstable; urgency=medium
* New upstream release.
* Increase python3-yaml required version.
-- Thomas Goirand <zigo@debian.org> Thu, 25 Aug 2022 16:13:29 +0200
python-kubernetes (12.0.1-1) unstable; urgency=medium
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
* 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 ]
* Set upstream metadata fields: Bug-Database, Bug-Submit.
* Update standards version to 4.5.0, no changes needed.
[ Thomas Goirand ]
* New upstream release (Closes: #954381).
- Fixes FTBFS (Closes: #959621, #973072).
* Use git to generate upstream tarball, as the PyPi module doesn't include
the test folder. Using the gen-orig-xz in debian/rules, as using the
repack function of debian/watch doesn't make sense (why downloading a
tarball that would be later on discarded? I'm open to a better solution
which would be uscan compatible though...). Switch d/watch to the github
tag therefore.
* override_dh_auto_test to set PYTHONPATH.
-- Thomas Goirand <zigo@debian.org> Fri, 20 Nov 2020 09:16:10 +0100
python-kubernetes (7.0.0~a1-2) unstable; urgency=medium
* Team upload.
* Use debhelper-compat instead of debian/compat.
* Use Python 3 for building docs.
* Drop Python 2 support.
* Use pybuild for building package.
* Enable autopkgtest-pkg-python testsuite.
* Bump debhelper compat level to 12.
* Drop openstack-pkg-tools from B-D, not needed anymore.
* Bump standards version to 4.4.0 (no changes).
-- Ondřej Nový <onovy@debian.org> Fri, 09 Aug 2019 12:06:14 +0200
python-kubernetes (7.0.0~a1-1) unstable; urgency=medium
* Team upload.
* New upstream version.
+ ACTION REQUIRED: Rename the currently being-used async parameter to
async_req to support Python 3.7 because it's a reserved keyword now.
-- Christoph Berg <myon@debian.org> Mon, 23 Jul 2018 19:55:52 +0200
python-kubernetes (4.0.0-2) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Sun, 25 Feb 2018 22:56:31 +0000
python-kubernetes (4.0.0-1) experimental; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https in Format
[ Thomas Goirand ]
* New upstream release.
* Fixed (build-)depends for this release.
* Move the package to the DPMT:
- Update maintainer and uploader.
- Update VCS fields.
- Switched to pristine-tar.
* Standards-Version is now 4.1.3.
-- Thomas Goirand <zigo@debian.org> Wed, 21 Feb 2018 10:33:23 +0100
python-kubernetes (2.0.0-2) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Thu, 02 Nov 2017 01:04:30 +0000
python-kubernetes (2.0.0-1) experimental; urgency=medium
* Initial release. (Closes: #879560)
-- Thomas Goirand <zigo@debian.org> Sun, 22 Oct 2017 22:06:24 +0200
|