Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 20 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <sweetyfish@deepin.org> Tue, 08 Apr 2025 15:04:02 +0800
-- Tianyu Chen <sweetyfish@deepin.org> 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 <tchet@debian.org> 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 <cjwatson@debian.org> Tue, 22 Apr 2025 17:53:33 +0100

python-tz (2025.2-1) unstable; urgency=medium

Expand Down
7 changes: 3 additions & 4 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
Source: python-tz
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Alastair McKinstry <mckinstry@debian.org>,
Debian/Ubuntu Zope Team <pkg-zope-developers@lists.alioth.debian.org>,
Fabio Tranchitella <kobold@debian.org>
Debian/Ubuntu Zope Team <pkg-zope-developers@lists.alioth.debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion debian/tests/control
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading