[Git][debian-gis-team/mapproxy][upstream] New upstream version 1.13.2

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Wed Jul 14 15:39:54 BST 2021



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


Commits:
51d5e5b1 by Bas Couwenberg at 2021-07-14T16:27:25+02:00
New upstream version 1.13.2
- - - - -


4 changed files:

- CHANGES.txt
- doc/conf.py
- mapproxy/service/demo.py
- setup.py


Changes:

=====================================
CHANGES.txt
=====================================
@@ -1,6 +1,12 @@
 Nightly
 ~~~~~~~~~~~~~~~~~
 
+1.13.2 2021-07-14
+~~~~~~~~~~~~~~~~~
+
+Fixes:
+
+- Hotfix: Fixup demo service (#528).
 
 1.13.1 2021-07-13
 ~~~~~~~~~~~~~~~~~


=====================================
doc/conf.py
=====================================
@@ -51,7 +51,7 @@ copyright = u'Oliver Tonnhofer, Omniscale'
 # The short X.Y version.
 version = '1.13'
 # The full version, including alpha/beta/rc tags.
-release = '1.13.1'
+release = '1.13.2'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.


=====================================
mapproxy/service/demo.py
=====================================
@@ -68,7 +68,7 @@ class DemoServer(Server):
 
     def handle(self, req):
         if req.path.startswith('/demo/static/'):
-            if '..' in req:
+            if '..' in req.path:
                 return Response('file not found', content_type='text/plain', status=404)
             filename = req.path.lstrip('/')
             filename = static_filename(filename)


=====================================
setup.py
=====================================
@@ -54,7 +54,7 @@ def long_description(changelog_releases=10):
 
 setup(
     name='MapProxy',
-    version="1.13.1",
+    version="1.13.2",
     description='An accelerating proxy for tile and web map services',
     long_description=long_description(7),
     author='Oliver Tonnhofer',



View it on GitLab: https://salsa.debian.org/debian-gis-team/mapproxy/-/commit/51d5e5b16e28c047c7877795a6ac64178f8f981d

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/mapproxy/-/commit/51d5e5b16e28c047c7877795a6ac64178f8f981d
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/20210714/a61abea6/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list