[Git][debian-gis-team/python-geopandas][upstream] New upstream version 0.12.1
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sat Oct 29 13:04:08 BST 2022
Bas Couwenberg pushed to branch upstream 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
- - - - -
4 changed files:
- CHANGELOG.md
- 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)
-------------------------------
=====================================
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/-/commit/8e32b7f4d104ec2ceeccc5dca5009426846db1b8
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-geopandas/-/commit/8e32b7f4d104ec2ceeccc5dca5009426846db1b8
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/20221029/dff4a1c7/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list