Bas Couwenberg pushed to branch master at Debian GIS Project / python-geopandas
Commits: b06e35c5 by Bas Couwenberg at 2023-08-11T16:37:31+02:00 Remove generated files in clean target. - - - - - e1a2ae25 by Bas Couwenberg at 2023-08-11T17:08:51+02:00 Add patch to fix pytz.exceptions.UnknownTimeZoneError. - - - - - 4 changed files: - debian/changelog - + debian/clean - debian/patches/series - + debian/patches/us-eastern.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +python-geopandas (0.13.2-4) UNRELEASED; urgency=medium + + * Team upload. + * Remove generated files in clean target. + * Add patch to fix pytz.exceptions.UnknownTimeZoneError. + + -- Bas Couwenberg <[email protected]> Fri, 11 Aug 2023 16:37:28 +0200 + python-geopandas (0.13.2-3) unstable; urgency=medium * Team upload. ===================================== debian/clean ===================================== @@ -0,0 +1 @@ +*-info/ ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ no-gallery.patch +us-eastern.patch ===================================== debian/patches/us-eastern.patch ===================================== @@ -0,0 +1,15 @@ +Description: Fix "pytz.exceptions.UnknownTimeZoneError: 'US/Eastern'". +Author: Bas Couwenberg <[email protected]> +Bug: https://github.com/geopandas/geopandas/issues/2979 + +--- a/geopandas/io/tests/test_file.py ++++ b/geopandas/io/tests/test_file.py +@@ -184,7 +184,7 @@ def test_to_file_bool(tmpdir, driver, ex + + + TEST_DATE = datetime.datetime(2021, 11, 21, 1, 7, 43, 17500) +-eastern = pytz.timezone("US/Eastern") ++eastern = pytz.timezone("America/New_York") + + datetime_type_tests = (TEST_DATE, eastern.localize(TEST_DATE)) + View it on GitLab: https://salsa.debian.org/debian-gis-team/python-geopandas/-/compare/198bb49889d9067bde63e34e6a93cd676e522601...e1a2ae25c7f01b3b844a40088844d3afa50ed81a -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-geopandas/-/compare/198bb49889d9067bde63e34e6a93cd676e522601...e1a2ae25c7f01b3b844a40088844d3afa50ed81a You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
