graphics/py-rasterio: Update to 1.3.11

Changes:	https://github.com/rasterio/rasterio/releases
This commit is contained in:
Po-Chuan Hsieh 2024-09-09 02:19:51 +08:00
parent 0360e8e0d4
commit 80c516d979
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= rasterio PORTNAME= rasterio
PORTVERSION= 1.3.10 PORTVERSION= 1.3.11
CATEGORIES= graphics python CATEGORIES= graphics python
MASTER_SITES= PYPI MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1713001140 TIMESTAMP = 1725559851
SHA256 (rasterio-1.3.10.tar.gz) = ce182c735b4f9e8735d90600607ecab15ef895eb8aa660bf665751529477e326 SHA256 (rasterio-1.3.11.tar.gz) = 47aa70b4718ebc80d825bb7db3127577d74e31c53048ce215145c0baf530ece9
SIZE (rasterio-1.3.10.tar.gz) = 412856 SIZE (rasterio-1.3.11.tar.gz) = 413094

View file

@ -1,4 +1,4 @@
--- pyproject.toml.orig 2024-04-10 14:59:49 UTC --- pyproject.toml.orig 2024-09-03 20:46:46 UTC
+++ pyproject.toml +++ pyproject.toml
@@ -1,10 +1,9 @@ requires = [ @@ -1,10 +1,9 @@ requires = [
[build-system] [build-system]
@ -7,7 +7,7 @@
+ "setuptools>=61", + "setuptools>=61",
"wheel", "wheel",
- "cython~=3.0.2", - "cython~=3.0.2",
- "numpy==2.0.0rc1; python_version >= '3.9'", - "numpy>=2.0.0,<3.0; python_version >= '3.9'",
- "oldest-supported-numpy; python_version < '3.9'" - "oldest-supported-numpy; python_version < '3.9'"
+ "cython", + "cython",
+ "numpy", + "numpy",