[Git][debian-gis-team/pywps][master] 5 commits: New upstream version 4.2.11
Bas Couwenberg
gitlab at salsa.debian.org
Sat Feb 6 06:08:54 GMT 2021
Bas Couwenberg pushed to branch master at Debian GIS Project / pywps
Commits:
0e2b628d by Bas Couwenberg at 2021-02-06T06:51:54+01:00
New upstream version 4.2.11
- - - - -
6ab2f276 by Bas Couwenberg at 2021-02-06T06:51:56+01:00
Update upstream source from tag 'upstream/4.2.11'
Update to upstream version '4.2.11'
with Debian dir b6cbcb0609b0faf3e1af799d535894efbbd1778e
- - - - -
360511c1 by Bas Couwenberg at 2021-02-06T06:52:31+01:00
New upstream release.
- - - - -
099c5811 by Bas Couwenberg at 2021-02-06T06:54:19+01:00
Drop python3-flufl.enum (build) dependency.
- - - - -
9091710f by Bas Couwenberg at 2021-02-06T06:55:27+01:00
Set distribution to unstable.
- - - - -
7 changed files:
- VERSION.txt
- debian/changelog
- debian/control
- pywps/__init__.py
- requirements-dev.txt
- requirements.txt
- setup.py
Changes:
=====================================
VERSION.txt
=====================================
@@ -1 +1 @@
-4.2.10
+4.2.11
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+pywps (4.2.11-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Drop python3-flufl.enum (build) dependency.
+
+ -- Bas Couwenberg <sebastic at debian.org> Sat, 06 Feb 2021 06:55:13 +0100
+
pywps (4.2.10-1) unstable; urgency=medium
* New upstream release.
=====================================
debian/control
=====================================
@@ -11,7 +11,6 @@ Build-Depends: debhelper (>= 10~),
lsb-release,
python3-all,
python3-dateutil,
- python3-flufl.enum,
python3-gdal,
python3-jinja2,
python3-jsonschema,
@@ -31,7 +30,6 @@ Homepage: https://pywps.org
Package: python3-pywps
Architecture: all
Depends: python3-dateutil,
- python3-flufl.enum,
python3-gdal,
python3-jinja2,
python3-jsonschema,
=====================================
pywps/__init__.py
=====================================
@@ -9,7 +9,7 @@ import os
from lxml.builder import ElementMaker
-__version__ = '4.2.10'
+__version__ = '4.2.11'
LOGGER = logging.getLogger('PYWPS')
LOGGER.debug('setting core variables')
=====================================
requirements-dev.txt
=====================================
@@ -1,6 +1,5 @@
coverage
flake8
-flufl.enum
pylint
six
Sphinx
=====================================
requirements.txt
=====================================
@@ -1,9 +1,7 @@
-flufl.enum
jinja2
jsonschema
lxml
owslib
-pathlib
python-dateutil
requests
SQLAlchemy
=====================================
setup.py
=====================================
@@ -56,6 +56,7 @@ CONFIG = {
'Topic :: Scientific/Engineering :: GIS'
],
'install_requires': INSTALL_REQUIRES,
+ 'python_requires': '>=3.6, <4',
'packages': find_packages(exclude=["docs", "tests.*", "tests"]),
'include_package_data': True,
'scripts': [],
View it on GitLab: https://salsa.debian.org/debian-gis-team/pywps/-/compare/e8c30fd0a225ae71cdc926f89bbc3e39adcbcbe9...9091710f815380d1ae002834ccbeaa6f5ef1a700
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pywps/-/compare/e8c30fd0a225ae71cdc926f89bbc3e39adcbcbe9...9091710f815380d1ae002834ccbeaa6f5ef1a700
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20210206/2e72cef3/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list