ǝɹʇʇɐʃǝ◖ xıʃǝɟ pushed to branch master at Debian GIS Project / pygeoapi
Commits: ca3713ef by Felix Delattre at 2023-07-03T15:24:30+00:00 Removed unused repacksuffix in watch file. - - - - - eda67598 by Felix Delattre at 2023-07-03T15:26:36+00:00 Fixed copyright statement. - - - - - 3b0c1d13 by Felix Delattre at 2023-07-03T15:30:16+00:00 Improved control file. - - - - - 3 changed files: - debian/control - debian/copyright - debian/watch Changes: ===================================== debian/control ===================================== @@ -1,8 +1,9 @@ Source: pygeoapi -Section: python +Section: science Priority: optional Maintainer: Debian GIS Project <[email protected]> -Uploaders: Angelos Tzotsos <[email protected]> +Uploaders: Angelos Tzotsos <[email protected]>, + Felix Delattre <[email protected]> Build-Depends: debhelper-compat (= 13), dh-python, python3-all, @@ -14,19 +15,16 @@ Homepage: https://pygeoapi.io/ Rules-Requires-Root: no Package: python3-pygeoapi -Architecture: any +Architecture: all Section: utils Depends: ${python3:Depends}, - python3-pkg-resources, - python3-click, - python3-dateutil, - python3-flask, - python3-tz, - python3-unicodecsv, - python3-yaml, ${misc:Depends} -Suggests: python3-elasticsearch, python3-fiona, python3-geojson, python3-pyproj, python3-rasterio -Description: pygeoapi provides an API to geospatial data. - It is a Python server implementation of the OGC API suite of standards and - provides the capability to deploy a RESTful OGC API endpoint using OpenAPI, - GeoJSON, and HTML. +Suggests: python3-elasticsearch, + python3-fiona, + python3-geojson, + python3-pyproj, + python3-rasterio +Description: pygeoapi provides an API to geospatial data + pygeoapi is a Python server implementation of the OGC API suite of standards + and provides the capability to deploy a RESTful OGC API endpoint using + OpenAPI, GeoJSON, and HTML. ===================================== debian/copyright ===================================== @@ -4,7 +4,8 @@ Upstream-Contact: Tom Kralidis <[email protected]> Source: https://github.com/geopython/pygeoapi Files: * -Copyright: 2019, Tom Kralidis <[email protected]> +Copyright: 2018-2023, Tom Kralidis <[email protected]> +License: MIT Files: debian/* Copyright: 2021-2023, Angelos Tzotsos <[email protected]> ===================================== debian/watch ===================================== @@ -2,7 +2,6 @@ version=4 opts=\ dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\ uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/;s/\-/\./g,\ -filenamemangle=s/(?:.*?)?(?:rel|v|pygeoapi)?[\-\_]?(\d\S+)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/pygeoapi-$1.$2/,\ -repacksuffix=+ds \ +filenamemangle=s/(?:.*?)?(?:rel|v|pygeoapi)?[\-\_]?(\d\S+)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/pygeoapi-$1.$2/ \ https://github.com/geopython/pygeoapi/tags \ (?:.*?/archive/(?:.*?/)?)?(?:rel|v|pygeoapi)?[\-\_]?(\d\S+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) View it on GitLab: https://salsa.debian.org/debian-gis-team/pygeoapi/-/compare/07694887b63fc0a6efc3ee2ecf015b3267559655...3b0c1d13e67af5755fbe53172d0a82fcc32e0bb4 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pygeoapi/-/compare/07694887b63fc0a6efc3ee2ecf015b3267559655...3b0c1d13e67af5755fbe53172d0a82fcc32e0bb4 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
