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
|
check-manifest (0.46-1) unstable; urgency=medium
* Team upload
* New upstream version 0.46
* d/p/0001-Make-sure-we-create-HOME-.config-breezy-before-testi.patch:
Add forwarded tag.
-- Arthur Diniz <arthurbdiniz@gmail.com> Tue, 19 Jan 2021 05:00:36 -0300
check-manifest (0.45-2) unstable; urgency=medium
* d/control: Add python3-build as a B-D. (Closes: #975929)
* d/control: Bump Standards-Version to 4.5.1.
-- Sergio Durigan Junior <sergiodj@debian.org> Sun, 06 Dec 2020 18:12:47 -0500
check-manifest (0.45-1) unstable; urgency=medium
[ 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.
[ Sergio Durigan Junior ]
* New upstream version 0.45
* d/control: Add test dependencies to Build-Depends.
* d/rules: Set up tests during to run during build time.
* d/control: Add Rules-Requires-Root: no.
* d/tests/*: Revamp autopkgtest and fix it.
Previously, we were (naively) testing things using tox, which ended up
running pip, and therefore not testing our package. The autopkgtest
has now been rewritten and improved, so that everything is properly
tested.
-- Sergio Durigan Junior <sergiodj@debian.org> Wed, 11 Nov 2020 00:39:04 -0500
check-manifest (0.42-1) unstable; urgency=medium
* d/watch: Fetch sources from pypi.debian.net instead of github.com.
This is better because we end up getting more files that are needed to
properly build and test everything, like tox.ini.
* New upstream version 0.42
* d/control: Bump debhelper-compat to 13.
* d/control: Bump Standards-Version to 4.5.0.
* Update dep8 tests to use tox.
Upstream recommends using tox to run the tests, so that's what we're
doing.
* d/control: Remove test dependencies.
We run the tests using dep8, not during build time.
-- Sergio Durigan Junior <sergiodj@debian.org> Sun, 02 Aug 2020 12:52:44 -0400
check-manifest (0.40-1) unstable; urgency=medium
* New upstream version 0.40.
-- Sergio Durigan Junior <sergiodj@debian.org> Sat, 19 Oct 2019 20:11:56 -0400
check-manifest (0.39-2) unstable; urgency=medium
* Bump version for source-only upload.
-- Sergio Durigan Junior <sergiodj@debian.org> Tue, 08 Oct 2019 00:02:25 -0400
check-manifest (0.39-1) unstable; urgency=medium
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
* d/control: Remove ancient X-Python3-Version field.
[ Sergio Durigan Junior ]
* New upstream version 0.39.
* Depend on 'brz' (breezy) instead of 'bzr' (Bazaar).
Bazaar is being deprecated, and breezy is the replacement for it. We
now depend on 'brz' (breezy) for our testing purposes.
* Build-Depend on python3-toml.
* Make sure we create $HOME/.config/breezy when testing breezy.
(Closes: #941558)
* Bump Standards-Version to 4.4.1.
* Bump compat version to 12.
* Cleanup d/watch file.
-- Sergio Durigan Junior <sergiodj@debian.org> Wed, 02 Oct 2019 10:10:14 -0400
check-manifest (0.37-1) unstable; urgency=medium
* Add d/tests/control.
Because the package name doesn't start with "python*-", debci doesn't
automatically run the regular Python tests. Therefore, we need to
manually provide the scripts necessary to do it.
* Update my e-mail address and bump Standards-Version.
* New upstream version 0.37
* Remove Testsuite: field from d/control.
-- Sergio Durigan Junior <sergiodj@debian.org> Tue, 17 Apr 2018 14:37:35 -0400
check-manifest (0.36-2) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
[ Sergio Durigan Junior ]
* Re-enable tests.
I made a mistake when packaging and assumed that the tests required
internet connection. They don't. Therefore, we can re-enable them.
This also adds the necessary Build-Depends for the tests.
* Bump d/compat version to 11.
-- Sergio Durigan Junior <sergiodj@sergiodj.net> Sat, 17 Feb 2018 12:31:02 -0500
check-manifest (0.36-1) unstable; urgency=medium
* Initial release (Closes: #734117)
-- Sergio Durigan Junior <sergiodj@sergiodj.net> Thu, 28 Dec 2017 01:47:13 -0500
|