[Git][debian-gis-team/fiona][master] 2 commits: Fix FTBFS with tzdata 2024b-3.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Thu Oct 10 15:20:22 BST 2024
Bas Couwenberg pushed to branch master at Debian GIS Project / fiona
Commits:
7377330f by Bas Couwenberg at 2024-10-10T16:07:20+02:00
Fix FTBFS with tzdata 2024b-3.
- - - - -
f14bd665 by Bas Couwenberg at 2024-10-10T16:07:34+02:00
Set distribution to unstable.
- - - - -
3 changed files:
- debian/changelog
- debian/patches/series
- + debian/patches/tzdata.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+fiona (1.10.1-2) unstable; urgency=medium
+
+ * Team upload.
+ * Fix FTBFS with tzdata 2024b-3.
+
+ -- Bas Couwenberg <sebastic at debian.org> Thu, 10 Oct 2024 16:07:23 +0200
+
fiona (1.10.1-1) unstable; urgency=medium
* Team upload.
=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
0001-Rename-fio-command-to-fiona-to-avoid-name-clash.patch
test_drvsupport.patch
+tzdata.patch
=====================================
debian/patches/tzdata.patch
=====================================
@@ -0,0 +1,22 @@
+Description: Fix test failure with tzdata 2024b-3.
+ EST & MET are obsoleted and moved to tzdata-legacy.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: https://github.com/Toblerity/Fiona/pull/1458
+
+--- a/tests/test_datetime.py
++++ b/tests/test_datetime.py
+@@ -318,12 +318,12 @@ def test_compare_times_utc():
+
+ d1 = (
+ datetime.datetime(2020, 6, 21, 12, 0, 0, tzinfo=pytz.utc)
+- .astimezone(timezone("MET"))
++ .astimezone(timezone("Europe/Brussels"))
+ .timetz()
+ )
+ d2 = (
+ datetime.datetime(2020, 6, 21, 12, 0, 0, tzinfo=pytz.utc)
+- .astimezone(timezone("EST"))
++ .astimezone(timezone("America/Panama"))
+ .timetz()
+ )
+ assert compare_times_utc(d1, d2)
View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/-/compare/4e8cc5e929a124411f04196438c7132bf0d4fb22...f14bd665669fcb366e56c925bd9fd3ae60715789
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/-/compare/4e8cc5e929a124411f04196438c7132bf0d4fb22...f14bd665669fcb366e56c925bd9fd3ae60715789
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20241010/7ff2c7e9/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list