Hello,

Here's an update for py-xyzservices to 2023.2.0. Offline tests continue to
pass and add py-requests as a TDEP (missed the first time around).

changelog:
Providers:
    Updated available layers of GeoportailFrance

Bug fixes:
    Use pkgutil instead of importlib to fetch the JSON if the default in share
    is not available. Fixes this fallback for Python 3.8.


Thanks,
Lucas
diff /usr/ports
commit - f9544b990b420cc4a68450cd335f74795967a2d2
path + /usr/ports
blob - 9841cdd238544690c703057f3dbec0cc34b1422f
file + geo/py-xyzservices/Makefile
--- geo/py-xyzservices/Makefile
+++ geo/py-xyzservices/Makefile
@@ -1,6 +1,6 @@
 COMMENT =      source of XYZ tiles providers
 
-MODPY_EGG_VERSION =    2022.9.0
+MODPY_EGG_VERSION =    2023.2.0
 
 DISTNAME =     xyzservices-${MODPY_EGG_VERSION}
 PKGNAME =      py-${DISTNAME}
@@ -21,6 +21,7 @@ TEST_DEPENDS =        geo/py-mercantile${MODPY_FLAVOR}
 MODPY_PYBUILD =        setuptools
 
 # Many tests want to get online, but there are passing tests
-TEST_DEPENDS = geo/py-mercantile${MODPY_FLAVOR}
+TEST_DEPENDS = geo/py-mercantile${MODPY_FLAVOR} \
+               www/py-requests${MODPY_FLAVOR}
 
 .include <bsd.port.mk>
blob - 4b08980035bd526c180ebf1f42b58e5ecf950a05
file + geo/py-xyzservices/distinfo
--- geo/py-xyzservices/distinfo
+++ geo/py-xyzservices/distinfo
@@ -1,2 +1,2 @@
-SHA256 (xyzservices-2022.9.0.tar.gz) = 
K1e2qgqIB8L7Aj1OgrOpvKIBbGfXcAhop9SiMxKXjDU=
-SIZE (xyzservices-2022.9.0.tar.gz) = 1133163
+SHA256 (xyzservices-2023.2.0.tar.gz) = 
uMFDIovRSZdKZy90sRMsPTYTfj/IxIl7ywN2C7Az97M=
+SIZE (xyzservices-2023.2.0.tar.gz) = 1133277

Reply via email to