[Git][debian-gis-team/python-geopandas][master] 2 commits: Remove generated files in clean target.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Fri Aug 11 16:09:03 BST 2023



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 <sebastic at debian.org>  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 <sebastic at debian.org>
+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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20230811/f07640f3/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list