Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2023 17:14:56 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 83f41e5ecdb4 - main - graphics/py-osmnet: Update to 0.1.7
Message-ID:  <202308211714.37LHEuYZ001830@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=83f41e5ecdb4c40b57f256a2600a3ab66ce30af9

commit 83f41e5ecdb4c40b57f256a2600a3ab66ce30af9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-21 17:04:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-21 17:04:24 +0000

    graphics/py-osmnet: Update to 0.1.7
    
    Changes:        https://github.com/UDST/osmnet/releases
---
 graphics/py-osmnet/Makefile | 7 +++----
 graphics/py-osmnet/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/graphics/py-osmnet/Makefile b/graphics/py-osmnet/Makefile
index bb74b08664fe..a4fe87901bb7 100644
--- a/graphics/py-osmnet/Makefile
+++ b/graphics/py-osmnet/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	osmnet
-PORTVERSION=	0.1.6
-PORTREVISION=	2
+PORTVERSION=	0.1.7
 CATEGORIES=	graphics python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,11 +11,11 @@ WWW=		https://github.com/UDST/osmnet
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}geopandas>=0.7:graphics/py-geopandas@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}geopandas>=0.11:graphics/py-geopandas@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}numpy>=1.10,1:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pandas>=0.23,1:math/py-pandas@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.9.1:www/py-requests@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}shapely>=1.5:devel/py-shapely@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}shapely>=1.8:devel/py-shapely@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
diff --git a/graphics/py-osmnet/distinfo b/graphics/py-osmnet/distinfo
index 833c9d7c3078..7cdfaf1bd8b1 100644
--- a/graphics/py-osmnet/distinfo
+++ b/graphics/py-osmnet/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1614794176
-SHA256 (osmnet-0.1.6.tar.gz) = 3cfb73317e59286797913e68ea3134205786ff1221111bbc5044b76ed8d26335
-SIZE (osmnet-0.1.6.tar.gz) = 27311
+TIMESTAMP = 1692211793
+SHA256 (osmnet-0.1.7.tar.gz) = 21f856ea4cc63c15fc7dc65dce7db8cd3f01c58f0b09d8cc9e860496bd0a419a
+SIZE (osmnet-0.1.7.tar.gz) = 27086



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308211714.37LHEuYZ001830>