[Git][debian-gis-team/python-shapely][upstream] New upstream version 1.8~rc2

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Wed Oct 20 05:25:02 BST 2021



Bas Couwenberg pushed to branch upstream at Debian GIS Project / python-shapely


Commits:
6adf634d by Bas Couwenberg at 2021-10-20T06:17:22+02:00
New upstream version 1.8~rc2
- - - - -


4 changed files:

- CHANGES.txt
- + pyproject.toml
- shapely/__init__.py
- shapely/geos.py


Changes:

=====================================
CHANGES.txt
=====================================
@@ -1,6 +1,21 @@
 Changes
 =======
 
+1.8rc2 (2021-10-19)
+-------------------
+
+Build:
+
+A pyproject.toml file has been added to specify build dependencies for the
+_vectorized and _speedups modules (#1128). To install shapely without these
+build dependencies, use the features of your build tool that disable PEP 517
+and 518 support.
+
+Bug fixes:
+
+- Part of PR #1042, which added a new primary GEOS library name to be searched
+  for, has been reverted by PR #1201.
+
 1.8rc1 (2021-10-04)
 -------------------
 


=====================================
pyproject.toml
=====================================
@@ -0,0 +1,2 @@
+[build-system]
+requires = ["setuptools", "wheel", "cython", "oldest-supported-numpy"]


=====================================
shapely/__init__.py
=====================================
@@ -1 +1 @@
-__version__ = "1.8rc1"
+__version__ = "1.8rc2"


=====================================
shapely/geos.py
=====================================
@@ -96,7 +96,7 @@ if sys.platform.startswith('linux'):
             'libgeos_c.so.1',
             'libgeos_c.so',
         ]
-        _lgeos = load_dll('libgeos_c', fallbacks=alt_paths)
+        _lgeos = load_dll('geos_c', fallbacks=alt_paths)
 
     # ctypes.CDLL(None) internally calls dlopen(NULL), and as the dlopen
     # manpage says, "If filename is NULL, then the returned handle is for the



View it on GitLab: https://salsa.debian.org/debian-gis-team/python-shapely/-/commit/6adf634db5cc28c927d6ec64366181cb8aed044d

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-shapely/-/commit/6adf634db5cc28c927d6ec64366181cb8aed044d
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/20211020/3669a704/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list