[Git][debian-gis-team/pywps][upstream] New upstream version 4.2.11

Bas Couwenberg gitlab at salsa.debian.org
Sat Feb 6 06:08:57 GMT 2021



Bas Couwenberg pushed to branch upstream at Debian GIS Project / pywps


Commits:
0e2b628d by Bas Couwenberg at 2021-02-06T06:51:54+01:00
New upstream version 4.2.11
- - - - -


6 changed files:

- VERSION.txt
- debian/changelog
- 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,9 @@
+pywps (4.2.11) trusty; urgency=medium
+
+  * Dropping support for Python 2.x in requirements (#569).
+
+ -- Carsten Ehbrecht <ehbrecht at dkrz.de>  Fri, 05 Feb 2021 18:00:00 +0000
+
 pywps (4.2.10) trusty; urgency=medium
 
   * Moved MetadataUrl to pywps.app.Common to avoid dependencies on sphinx (#565).


=====================================
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/-/commit/0e2b628df4891232bf1c73526f6d1b9ce943c04f

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pywps/-/commit/0e2b628df4891232bf1c73526f6d1b9ce943c04f
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/677248e2/attachment-0001.html>


More information about the Pkg-grass-devel mailing list