Bas Couwenberg pushed to branch master at Debian GIS Project / python-geopandas
Commits: 8e32b7f4 by Bas Couwenberg at 2022-10-29T13:50:26+02:00 New upstream version 0.12.1 - - - - - 3cbb1f10 by Bas Couwenberg at 2022-10-29T13:50:54+02:00 Update upstream source from tag 'upstream/0.12.1' Update to upstream version '0.12.1' with Debian dir 962ef001fb342a754a656c0317f33e04b29faded - - - - - 0fb4e93a by Bas Couwenberg at 2022-10-29T13:51:11+02:00 New upstream release. - - - - - bc6c9cad by Bas Couwenberg at 2022-10-29T13:51:51+02:00 Refresh patches. - - - - - 75fec502 by Bas Couwenberg at 2022-10-29T13:52:14+02:00 Set distribution to unstable. - - - - - 6 changed files: - CHANGELOG.md - debian/changelog - debian/patches/no-gallery.patch - doc/source/community/contributing.rst - geopandas/_version.py - setup.py Changes: ===================================== CHANGELOG.md ===================================== @@ -4,6 +4,11 @@ Changelog Development version ------------------- +Version 0.12.1 (October 29, 2022) +--------------------------------- + +Small bug-fix release removing the shapely<2 pin in the installation requirements. + Version 0.12 (October 24, 2022) ------------------------------- ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +python-geopandas (0.12.1-1) unstable; urgency=medium + + * Team upload. + * New upstream release. + * Refresh patches. + + -- Bas Couwenberg <[email protected]> Sat, 29 Oct 2022 13:52:07 +0200 + python-geopandas (0.12.0-1) unstable; urgency=medium * Team upload. ===================================== debian/patches/no-gallery.patch ===================================== @@ -4,7 +4,7 @@ Forwarded: not-needed --- a/doc/source/conf.py +++ b/doc/source/conf.py -@@ -29,7 +29,6 @@ import warnings +@@ -33,7 +33,6 @@ import geopandas # noqa extensions = [ "IPython.sphinxext.ipython_console_highlighting", "IPython.sphinxext.ipython_directive", ===================================== doc/source/community/contributing.rst ===================================== @@ -225,7 +225,7 @@ This should install all necessary dependencies. Once dependencies are in place, make an in-place build by navigating to the git clone of the *GeoPandas* repository and running:: - python setup.py develop + python -m pip install -e . 5) Making changes and writing tests ===================================== geopandas/_version.py ===================================== @@ -23,9 +23,9 @@ def get_keywords(): # setup.py/versioneer.py will grep for the variable names, so they must # each be defined on a line of their own. _version.py will just call # get_keywords(). - git_refnames = " (HEAD -> main, tag: v0.12.0)" - git_full = "31f8e6af3b6ec57dc50633e2e1cdfb3a6e932a95" - git_date = "2022-10-24 09:06:05 +0200" + git_refnames = " (HEAD -> main, tag: v0.12.1)" + git_full = "195f70bd1aef5f4eea014b4947e067723ceb6d92" + git_date = "2022-10-29 09:25:27 +0200" keywords = {"refnames": git_refnames, "full": git_full, "date": git_date} return keywords ===================================== setup.py ===================================== @@ -34,7 +34,7 @@ if os.environ.get("READTHEDOCS", False) == "True": else: INSTALL_REQUIRES = [ "pandas >= 1.0.0", - "shapely >= 1.7, < 2", + "shapely >= 1.7", "fiona >= 1.8", "pyproj >= 2.6.1.post1", "packaging", View it on GitLab: https://salsa.debian.org/debian-gis-team/python-geopandas/-/compare/77c7f6210cbd90ff5f57ea6745c017d782c0c7a5...75fec5022daa9502ec389db7b59e3b2af17c0f42 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-geopandas/-/compare/77c7f6210cbd90ff5f57ea6745c017d782c0c7a5...75fec5022daa9502ec389db7b59e3b2af17c0f42 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
