Bas Couwenberg pushed to branch master at Debian GIS Project / owslib
Commits: af54890c by Bas Couwenberg at 2022-12-22T20:44:10+01:00 Add py3dist overrides for dataclasses. - - - - - 7fd9fd0c by Bas Couwenberg at 2022-12-22T20:51:30+01:00 Fix 'Recommends' typo. - - - - - 3 changed files: - debian/changelog - debian/control - + debian/py3dist-overrides Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,8 @@ owslib (0.27.2-3) UNRELEASED; urgency=medium * Team upload. * Add Rules-Requires-Root to control file. + * Add py3dist overrides for dataclasses. + * Fix 'Recommends' typo. -- Bas Couwenberg <[email protected]> Mon, 28 Nov 2022 19:03:18 +0100 ===================================== debian/control ===================================== @@ -24,7 +24,7 @@ Architecture: all Depends: python3-lxml, ${python3:Depends}, ${misc:Depends} -Recommeds: python3-pyproj +Recommends: python3-pyproj Description: Client library for Open Geospatial (OGC) web services (Python 3) OWSLib is a Python package for client programming with Open Geospatial Consortium (OGC) web service (hence OWS) interface standards, and their ===================================== debian/py3dist-overrides ===================================== @@ -0,0 +1,2 @@ +# only required for Python < 3.7 +dataclasses View it on GitLab: https://salsa.debian.org/debian-gis-team/owslib/-/compare/7e2910fd179df19a180b384a5b6d10a687123db5...7fd9fd0cf79b4a46b91551808e9ce1bbad5f272e -- View it on GitLab: https://salsa.debian.org/debian-gis-team/owslib/-/compare/7e2910fd179df19a180b384a5b6d10a687123db5...7fd9fd0cf79b4a46b91551808e9ce1bbad5f272e You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
