Bas Couwenberg pushed to branch experimental at Debian GIS Project / mapproxy
Commits: 51d5e5b1 by Bas Couwenberg at 2021-07-14T16:27:25+02:00 New upstream version 1.13.2 - - - - - 97dbf298 by Bas Couwenberg at 2021-07-14T16:27:31+02:00 Update upstream source from tag 'upstream/1.13.2' Update to upstream version '1.13.2' with Debian dir 5f15a7b65941f0aac3a5c157c463a0c3bd031081 - - - - - e8a63820 by Bas Couwenberg at 2021-07-14T16:27:45+02:00 New upstream release. - - - - - 518f0036 by Bas Couwenberg at 2021-07-14T16:28:25+02:00 Set distribution to experimental. - - - - - 5 changed files: - CHANGES.txt - debian/changelog - 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 ~~~~~~~~~~~~~~~~~ ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +mapproxy (1.13.2-1~exp1) experimental; urgency=medium + + * New upstream release. + + -- Bas Couwenberg <[email protected]> Wed, 14 Jul 2021 16:28:11 +0200 + mapproxy (1.13.1-1~exp1) experimental; urgency=medium * New upstream release. ===================================== 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/-/compare/3ac191b01954030a775cff86bdd84ebe6073e302...518f0036c8af637319f3af9dcc5f1be5e502eeed -- View it on GitLab: https://salsa.debian.org/debian-gis-team/mapproxy/-/compare/3ac191b01954030a775cff86bdd84ebe6073e302...518f0036c8af637319f3af9dcc5f1be5e502eeed 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
