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
|
python-ftputil (5.0.4-1) unstable; urgency=medium
* New upstream version.
* d/control: Bump Standards-Version to 4.6.1 (from 4.6.0.1; no further
changes).
* d/patches: Remove dont-install-doc-with-setup.patch, documentation isn't
in upstream tarball.
* d/python3-ftputil.docs: Remove it, documentation isn't longer present in
upstream tarball.
* d/copyright: Update Copyright year for upstream files.
* d/copyright: Add me in the Copyright of the debian/* files.
-- Emmanuel Arias <eamanu@yaerobi.com> Sat, 28 May 2022 06:04:47 +0000
python-ftputil (5.0.3-1) unstable; urgency=medium
* New upstream release.
* d/patches: updates patches in the package.
- Remove 0002-Skip-test-that-fail-on-Debian.patch. It's not apply.
- Remove patches that delete tests with real FTP and ignore them in
d/rules.
- Add patch to don't install docs files via setup.py.
* wrap-and-sort.
* d/control: Add python3-freezegun as Build Depends. It's needed for tests.
* d/control: Add <!nocheck> profile to Build Depends used in tests.
* d/control: Bump debhelper-compat to 13. No changes needed.
* d/control: Bump Standards-Version to 4.6.0.1. No changes needed.
* d/watch: Bump version to 4.
* d/copyright: Update copyright year for * files.
- Update Copyright information for ftputil/lrucache.py file.
* d/control: Add Rules-Requires-Root: no in the source stanza.
* d/python3-ftputil.docs: install the files from doc/ folder. Don't
install the folder itself.
* d/control: Remove XB-Python-Egg-Name field from binary package stanza.
* d/tests: Add autopkgtests.
-- Emmanuel Arias <eamanu@yaerobi.com> Tue, 22 Feb 2022 07:02:00 +0000
python-ftputil (3.4-5) unstable; urgency=medium
* Team upload.
+ Source-only upload.
-- Nilesh Patra <nilesh@debian.org> Fri, 31 Dec 2021 16:43:46 +0530
python-ftputil (3.4-4) unstable; urgency=medium
[ Olivier Sallou]
* fix autotests, switching collections.Callable to collections.abc.Callable
(Closes: #1002352).
[ 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 deprecated 9 to 12.
-- Ondřej Nový <onovy@debian.org> Thu, 24 Sep 2020 08:44:03 +0200
python-ftputil (3.4-3) unstable; urgency=medium
* d/gbp.conf: set debian/master as default branch.
* d/salsa-ci.yml: enable salsa-ci.
[ Olivier Sallou ]
* d/patches/fix_tests_future.patch: fix failing test (Closes: #952208)
-- Emmanuel Arias <eamanu@yaerobi.com> Tue, 25 Feb 2020 20:26:57 -0300
python-ftputil (3.4-2) unstable; urgency=medium
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
[ Sandro Tosi ]
* Drop python2 support (package biomaj for py3k only); Closes: #944680
-- Sandro Tosi <morph@debian.org> Wed, 13 Nov 2019 13:18:17 -0500
python-ftputil (3.4-1) unstable; urgency=medium
[ Olivier Sallou ]
* Debian package, Closes: #933390
Keep python2 version package as this package will be a dependency of
another debian package (biomaj) available both with python2 and 3.
-- Olivier Sallou <osallou@debian.org> Tue, 30 Jul 2019 09:41:16 +0000
|