diff --git a/debian/changelog b/debian/changelog index 90ab2f7..0bc91e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,25 @@ -python-tz (2025.2-1deepin1) unstable; urgency=medium +python-tz (2025.2-3deepin1) unstable; urgency=medium - * python3.13 -> python3.12 + * d/python3-pytz.install: Python 3.12 in deepin - -- Tianyu Chen Tue, 08 Apr 2025 15:04:02 +0800 + -- Tianyu Chen Tue, 16 Sep 2025 10:07:36 +0800 + +python-tz (2025.2-3) unstable; urgency=medium + + * Team upload. + * Do not ship /usr/lib/python3/dist-packages/README.rst + + [ William Desportes ] + * Remove Fabio from Uploaders + + -- Alexandre Detiste Sun, 18 May 2025 20:33:30 +0200 + +python-tz (2025.2-2) unstable; urgency=medium + + * Team upload. + * Fix autopkgtests to account for code moving to src/ (closes: #1103581). + + -- Colin Watson Tue, 22 Apr 2025 17:53:33 +0100 python-tz (2025.2-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 9b0f4d1..8f11b8c 100644 --- a/debian/control +++ b/debian/control @@ -1,10 +1,9 @@ Source: python-tz Section: python Priority: optional -Maintainer: Debian Python Team +Maintainer: Debian Python Team Uploaders: Alastair McKinstry , - Debian/Ubuntu Zope Team , - Fabio Tranchitella + Debian/Ubuntu Zope Team Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, @@ -36,4 +35,4 @@ Depends: python3-pytz, ${misc:Depends} Architecture: all Section: oldlibs Description: transitional package to rename python3-tz - This is a transitional package. It can safely be removed. + This is a transitional package. It can safely be removed. diff --git a/debian/rules b/debian/rules index 35e9b9f..de84d5d 100755 --- a/debian/rules +++ b/debian/rules @@ -30,4 +30,4 @@ override_dh_auto_test: dh_auto_test -- --before-test="\ cp $(CURDIR)/src/README.rst {build_dir}; \ cp -r $(CURDIR)/src/pytz/tests {build_dir}/pytz/" \ - --after-test="rm -rf {build_dir}/src/README.rst {build_dir}/pytz/tests" + --after-test="rm -rf {build_dir}/README.rst {build_dir}/pytz/tests" diff --git a/debian/tests/control b/debian/tests/control index d5600fb..a416ad8 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,4 +1,4 @@ -Test-Command: cp -r pytz/tests "$AUTOPKGTEST_TMP" && cd "$AUTOPKGTEST_TMP" && rm -f tests/test_docs.py && touch tests/__init__.py && python3 -m unittest discover -v +Test-Command: cp -r src/pytz/tests "$AUTOPKGTEST_TMP" && cd "$AUTOPKGTEST_TMP" && rm -f tests/test_docs.py && touch tests/__init__.py && python3 -m unittest discover -v Depends: python3, python3-tz Restrictions: allow-stderr Features: test-name=unittest