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
|
python-docformatter (1.7.5-4) unstable; urgency=medium
* Team upload.
* Trim autopkgtest dependencies
-- Alexandre Detiste <tchet@debian.org> Sat, 15 Feb 2025 13:41:04 +0100
python-docformatter (1.7.5-3) unstable; urgency=medium
* Team upload.
* Patch: Support Python 3.13. (Closes: #1058333)
* Revert "disable 3 tests that fails with Python3.13"
* Revert "sync autopkgtest"
* Patch: Run docformatter with the same python version as the test suite.
-- Stefano Rivera <stefanor@debian.org> Mon, 03 Feb 2025 18:07:35 -0400
python-docformatter (1.7.5-2) unstable; urgency=medium
* Team Upload
* Use dh-sequence-python3
* Disable 3 tests that fails with Python3.13 beacause of
the new stripping of the docstrings.
* Remove dependency on python3-mock
-- Alexandre Detiste <tchet@debian.org> Sat, 14 Dec 2024 12:38:08 +0100
python-docformatter (1.7.5-1) unstable; urgency=medium
* New upstream version 1.7.5
* Refresh patches.
* Add patch to use local image resource to prevent privacy breach.
* Simplify d/rules by using execute_ targets instead of overrides.
* Fix permissions for docformatter/__main__.py.
* Update changelog for 1.7.5-1 release
-- Michael Fladischer <fladi@debian.org> Fri, 08 Sep 2023 21:14:18 +0000
python-docformatter (1.7.3-1) unstable; urgency=medium
* New upstream version 1.7.3
-- Michael Fladischer <fladi@debian.org> Thu, 29 Jun 2023 11:43:15 +0000
python-docformatter (1.7.2-1) unstable; urgency=medium
* New upstream version 1.7.2
* Build using pybuild-plugin-pyproject and python3-poetry-core, remove
python3-setuptools from Build-Depends.
* Add myself to d/copyright and as uploader.
* Bump Standards-Version to 4.6.2.
* Update project homepage URL.
* Add python3-charset-normalizer and python3-mock to Build-Depends, required
by tests.
* Add upstream contact to d/copyright.
* Fix whitesapce in d/copyright.
* Install testfiles using d/pybuild.testfiles.
* Skip end-to-end tests durign build-time tests, they expect the
docformatter script to be installed.
* Simplify d/rules by using execute_after_ targets instead ov overrides.
* Fix PYTHONPATH when calling help2man for the docformatter script.
* Enable upstream testsuite for autopkgtests.
* Add patch to not include LICENSE file in installation.
* Run wrap-and-sort -bast to reduce diff size of future changes.
* Build and ship documentation in python-docformatter-doc package.
-- Michael Fladischer <fladi@debian.org> Wed, 21 Jun 2023 21:14:34 +0000
python-docformatter (1.4-3) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Repository-Browse.
* Remove obsolete field Name from debian/upstream/metadata (already present in
machine-readable debian/copyright).
* Update standards version to 4.6.1, no changes needed.
-- Jelmer Vernooij <jelmer@debian.org> Fri, 28 Oct 2022 19:44:21 +0100
python-docformatter (1.4-2) unstable; urgency=medium
* Team upload.
* Update Standards-Version to 4.6.0 (no changes needed)
-- Scott Talbert <swt@techie.net> Fri, 12 Nov 2021 10:23:30 -0500
python-docformatter (1.4-1) unstable; urgency=medium
* Initial release (Closes: #976442).
-- Adam Cecile <acecile@le-vert.net> Tue, 28 Sep 2021 22:40:12 +0200
|