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
|
python-invoke (2.2.0-2) unstable; urgency=medium
* Team Upload
* Drop dependency on python3-pkg-resources (Closes: #1083652)
-- Alexandre Detiste <tchet@debian.org> Mon, 14 Oct 2024 17:47:42 +0200
python-invoke (2.2.0-1) unstable; urgency=medium
* Team Upload
* New upstream version 2.2.0 (Closes: #1070758)
* update dependencies for v2.2.0
- python3-mock
- python3-zombie-imp
+ python3-icecream
+ python3-pytest
+ python3-pytest-relaxed
-- Alexandre Detiste <tchet@debian.org> Wed, 08 May 2024 20:31:25 +0200
python-invoke (2.0.0-1.2) unstable; urgency=medium
* Team upload.
* Avoid FTBFS with Python3.12 by using python3-zombie-imp
-- Alexandre Detiste <tchet@debian.org> Tue, 02 Jan 2024 20:32:49 +0100
python-invoke (2.0.0-1.1) unstable; urgency=medium
* Team upload.
* Remove old dependencies on python3-six & python3-nose
(Closes: #1018515, #1039096)
-- Alexandre Detiste <tchet@debian.org> Tue, 02 Jan 2024 09:28:51 +0100
python-invoke (2.0.0-1) unstable; urgency=medium
* New upstream release.
* Remove patch unvendorize-six-and-yaml.patch, fixed upstream
-- Antoine Beaupré <anarcat@debian.org> Thu, 26 Jan 2023 15:17:00 -0500
python-invoke (1.7.0+ds-2) unstable; urgency=medium
[ Debian Janitor ]
* Use secure URI in Homepage field.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
* Update standards version to 4.6.0, no changes needed.
* Set upstream metadata fields: Repository.
* Update standards version to 4.6.1, no changes needed.
-- Jelmer Vernooij <jelmer@debian.org> Tue, 22 Nov 2022 01:33:09 +0000
python-invoke (1.7.0+ds-1) unstable; urgency=medium
* Upload experimental version to unstable, unchanged.
-- Antoine Beaupré <anarcat@debian.org> Wed, 27 Apr 2022 12:11:52 -0400
python-invoke (1.7.0+ds-1~exp1) experimental; urgency=medium
* New upstream release.
-- Antoine Beaupré <anarcat@debian.org> Thu, 31 Mar 2022 21:14:38 -0400
python-invoke (1.5.0+ds-1) unstable; urgency=medium
* Acknowledge recent NMus.
* Salvage package: transfer maintainership to Python team, keeping zigo,
adding myself, as uploaders. (Closes: #964718)
* New upstream release.
* Bump standards, no change.
* Switch to sane (DEP-14) git branch layout instead of
Openstack-specific one.
-- Antoine Beaupré <anarcat@debian.org> Thu, 04 Mar 2021 20:34:57 -0500
python-invoke (1.4.1+ds-0.1) unstable; urgency=medium
* Non-maintainer upload.
* New upstream release.
* Fix uscan configuration to automatically repack orig tarball.
-- Antoine Beaupré <anarcat@debian.org> Wed, 08 Jul 2020 15:59:58 -0400
python-invoke (1.3.0+ds-0.1) unstable; urgency=low
* Non-maintainer upload.
* New upstream version 1.3.0+ds. For a list of changes, see:
https://www.pyinvoke.org/changelog.html (Closes: #935108)
* Add runtime dependency to python3-pkg-resources.
* Refresh unvendorize-six-and-yaml.patch for new upstream version.
-- Luca Boccassi <bluca@debian.org> Sat, 23 Nov 2019 16:46:49 +0000
python-invoke (0.11.1+dfsg1-2) unstable; urgency=medium
[ Ondřej Nový ]
* d/rules: Changed UPSTREAM_GIT protocol to https
* d/control: Use team+openstack@tracker.debian.org as maintainer
* Use debhelper-compat instead of debian/compat.
* d/control: Set Vcs-* to salsa.debian.org
[ Daniel Baumann ]
* Updating copyright format url.
* Updating maintainer field.
* Running wrap-and-sort -bast.
* Removing gbp.conf, not used anymore or should be specified in the
developers dotfiles.
* Correcting permissions in debian packaging files.
* Updating standards version to 4.1.0.
[ Thomas Goirand ]
* Removed Python 2 support (Closes: #937840).
-- Thomas Goirand <zigo@debian.org> Thu, 05 Sep 2019 17:54:41 +0200
python-invoke (0.11.1+dfsg1-1) unstable; urgency=medium
* New upstream release:
- Fixes FTBFS (Closes: #802894).
* Rewrote unvendorize-six.patch.
* Switched to git tags packaging workflow.
* Fixed watch file to use github tag rather than broken pypi.
* Removed unit testing, because upstream now uses spec, which isn't in
Debian.
* Using HTTPS for VCS URLs.
* Fix debian/copyright ordering, years, and six.py removal.
-- Thomas Goirand <zigo@debian.org> Wed, 28 Oct 2015 06:00:18 +0000
python-invoke (0.9.0-2) unstable; urgency=medium
* override_dh_python3 to fix Py3 shebang.
-- Thomas Goirand <zigo@debian.org> Sat, 24 Oct 2015 00:04:28 +0000
python-invoke (0.9.0-1) unstable; urgency=medium
* Initial release. (Closes: #768952)
-- Thomas Goirand <zigo@debian.org> Mon, 10 Nov 2014 19:00:56 +0800
|