summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-05 06:40:58 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-05 06:40:58 +0000
commit2f5b091d72b5214a308157cf4b0a9440b7da0176 (patch)
treecdb7c05c9d1fbe3fb6a986fdb9380d9e34d9f3b8
parent31d79b824a4fda6c4d8e58eec3f7a8550b5e074e (diff)
automatic import of python-mapproxyopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-mapproxy.spec264
-rw-r--r--sources1
3 files changed, 266 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..583cff5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/MapProxy-1.16.0.tar.gz
diff --git a/python-mapproxy.spec b/python-mapproxy.spec
new file mode 100644
index 0000000..b84886b
--- /dev/null
+++ b/python-mapproxy.spec
@@ -0,0 +1,264 @@
+%global _empty_manifest_terminate_build 0
+Name: python-MapProxy
+Version: 1.16.0
+Release: 1
+Summary: An accelerating proxy for tile and web map services
+License: Apache Software License 2.0
+URL: https://mapproxy.org
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/65/0e/f3ecc15f1f9dbd95ecdf1cd3246712ae13920d9665c3dbed089cd5d12d3b/MapProxy-1.16.0.tar.gz
+BuildArch: noarch
+
+
+%description
+Nightly
+~~~~~~~~~~~~~~~~~
+1.16.0 2023-04-13
+~~~~~~~~~~~~~~~~~
+Breaking:
+- Removal of old unsupported python versions 2.7 and 3.6
+- Tested python version range is now 3.7 to 3.11
+- Lots of dependency updates
+Improvements:
+- New cache: Azure Blob storage
+- Lots of dependency updates
+- Support for JSON legends
+- Updated layer preview to use latest openlayers
+- Official docker images released, documentation updated
+Fixes:
+- Fixed issues with sqlite cache (#629 and #625)
+- Dependency correction
+- library detection difficulties on some operating systems
+- encoding issues with umlauts in featureinfo
+- Several minor bugfixes
+- mapproxy-util export - derive image format from cache config
+1.15.1 2022-06-14
+~~~~~~~~~~~~~~~~~
+Fixes:
+- Fixup release on PyPI
+1.15.0 2022-06-14
+~~~~~~~~~~~~~~~~~
+Improvements:
+- WMS Dimension caching (#449)
+- Add a mechanism to define plugins (#578)
+- Support of non-EPSG SRS authorities (#572)
+- Support for python 3.10 (#582)
+Fixes:
+- Several minor bugfixes
+1.14.0 2021-11-24
+~~~~~~~~~~~~~~~~~
+Improvements:
+- Refresh while serving (#518).
+- Enabled commandline option `skip uncached` (#515)
+- Several dependencies updated
+- Support for python 3.5 has been dropped because of its EOL, 3.9 has been added
+Fixes:
+- Several minor bugfixes
+- Security fix to avoid potential web cache poisoning.
+1.13.2 2021-07-14
+~~~~~~~~~~~~~~~~~
+Fixes:
+- Hotfix: Fixup demo service (#528).
+1.13.1 2021-07-13
+~~~~~~~~~~~~~~~~~
+Improvements:
+- Support cookie management for HTTP sources.
+Fixes:
+- Security fix for local file disclosure (#526).
+1.13.0 2020-11-18
+~~~~~~~~~~~~~~~~~
+Improvements:
+- Proj: Support for PROJ>=5 via pyproj.
+- Services: New hide_exception_url option to hide source URLs.
+- Tile sources: Support '@' in URL path (e.g. /0/0/0@2x.png)
+Fixes:
+- Various fixes for Python 3.8 compatibility.
+- WMS: Always query WMS server in supported SRS.
+- Fix warnings for tagged layer sources in layers.
+- Demo: Fix capabilites "as HTML" when running behind a proxy
+
+%package -n python3-MapProxy
+Summary: An accelerating proxy for tile and web map services
+Provides: python-MapProxy
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-MapProxy
+Nightly
+~~~~~~~~~~~~~~~~~
+1.16.0 2023-04-13
+~~~~~~~~~~~~~~~~~
+Breaking:
+- Removal of old unsupported python versions 2.7 and 3.6
+- Tested python version range is now 3.7 to 3.11
+- Lots of dependency updates
+Improvements:
+- New cache: Azure Blob storage
+- Lots of dependency updates
+- Support for JSON legends
+- Updated layer preview to use latest openlayers
+- Official docker images released, documentation updated
+Fixes:
+- Fixed issues with sqlite cache (#629 and #625)
+- Dependency correction
+- library detection difficulties on some operating systems
+- encoding issues with umlauts in featureinfo
+- Several minor bugfixes
+- mapproxy-util export - derive image format from cache config
+1.15.1 2022-06-14
+~~~~~~~~~~~~~~~~~
+Fixes:
+- Fixup release on PyPI
+1.15.0 2022-06-14
+~~~~~~~~~~~~~~~~~
+Improvements:
+- WMS Dimension caching (#449)
+- Add a mechanism to define plugins (#578)
+- Support of non-EPSG SRS authorities (#572)
+- Support for python 3.10 (#582)
+Fixes:
+- Several minor bugfixes
+1.14.0 2021-11-24
+~~~~~~~~~~~~~~~~~
+Improvements:
+- Refresh while serving (#518).
+- Enabled commandline option `skip uncached` (#515)
+- Several dependencies updated
+- Support for python 3.5 has been dropped because of its EOL, 3.9 has been added
+Fixes:
+- Several minor bugfixes
+- Security fix to avoid potential web cache poisoning.
+1.13.2 2021-07-14
+~~~~~~~~~~~~~~~~~
+Fixes:
+- Hotfix: Fixup demo service (#528).
+1.13.1 2021-07-13
+~~~~~~~~~~~~~~~~~
+Improvements:
+- Support cookie management for HTTP sources.
+Fixes:
+- Security fix for local file disclosure (#526).
+1.13.0 2020-11-18
+~~~~~~~~~~~~~~~~~
+Improvements:
+- Proj: Support for PROJ>=5 via pyproj.
+- Services: New hide_exception_url option to hide source URLs.
+- Tile sources: Support '@' in URL path (e.g. /0/0/0@2x.png)
+Fixes:
+- Various fixes for Python 3.8 compatibility.
+- WMS: Always query WMS server in supported SRS.
+- Fix warnings for tagged layer sources in layers.
+- Demo: Fix capabilites "as HTML" when running behind a proxy
+
+%package help
+Summary: Development documents and examples for MapProxy
+Provides: python3-MapProxy-doc
+%description help
+Nightly
+~~~~~~~~~~~~~~~~~
+1.16.0 2023-04-13
+~~~~~~~~~~~~~~~~~
+Breaking:
+- Removal of old unsupported python versions 2.7 and 3.6
+- Tested python version range is now 3.7 to 3.11
+- Lots of dependency updates
+Improvements:
+- New cache: Azure Blob storage
+- Lots of dependency updates
+- Support for JSON legends
+- Updated layer preview to use latest openlayers
+- Official docker images released, documentation updated
+Fixes:
+- Fixed issues with sqlite cache (#629 and #625)
+- Dependency correction
+- library detection difficulties on some operating systems
+- encoding issues with umlauts in featureinfo
+- Several minor bugfixes
+- mapproxy-util export - derive image format from cache config
+1.15.1 2022-06-14
+~~~~~~~~~~~~~~~~~
+Fixes:
+- Fixup release on PyPI
+1.15.0 2022-06-14
+~~~~~~~~~~~~~~~~~
+Improvements:
+- WMS Dimension caching (#449)
+- Add a mechanism to define plugins (#578)
+- Support of non-EPSG SRS authorities (#572)
+- Support for python 3.10 (#582)
+Fixes:
+- Several minor bugfixes
+1.14.0 2021-11-24
+~~~~~~~~~~~~~~~~~
+Improvements:
+- Refresh while serving (#518).
+- Enabled commandline option `skip uncached` (#515)
+- Several dependencies updated
+- Support for python 3.5 has been dropped because of its EOL, 3.9 has been added
+Fixes:
+- Several minor bugfixes
+- Security fix to avoid potential web cache poisoning.
+1.13.2 2021-07-14
+~~~~~~~~~~~~~~~~~
+Fixes:
+- Hotfix: Fixup demo service (#528).
+1.13.1 2021-07-13
+~~~~~~~~~~~~~~~~~
+Improvements:
+- Support cookie management for HTTP sources.
+Fixes:
+- Security fix for local file disclosure (#526).
+1.13.0 2020-11-18
+~~~~~~~~~~~~~~~~~
+Improvements:
+- Proj: Support for PROJ>=5 via pyproj.
+- Services: New hide_exception_url option to hide source URLs.
+- Tile sources: Support '@' in URL path (e.g. /0/0/0@2x.png)
+Fixes:
+- Various fixes for Python 3.8 compatibility.
+- WMS: Always query WMS server in supported SRS.
+- Fix warnings for tagged layer sources in layers.
+- Demo: Fix capabilites "as HTML" when running behind a proxy
+
+%prep
+%autosetup -n MapProxy-1.16.0
+
+%build
+%py3_build
+
+%install
+%py3_install
+install -d -m755 %{buildroot}/%{_pkgdocdir}
+if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
+if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
+if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
+if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
+pushd %{buildroot}
+if [ -d usr/lib ]; then
+ find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/lib64 ]; then
+ find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/bin ]; then
+ find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/sbin ]; then
+ find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+touch doclist.lst
+if [ -d usr/share/man ]; then
+ find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
+fi
+popd
+mv %{buildroot}/filelist.lst .
+mv %{buildroot}/doclist.lst .
+
+%files -n python3-MapProxy -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Fri May 05 2023 Python_Bot <Python_Bot@openeuler.org> - 1.16.0-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..d6d30be
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+bc0afd038316240046500e6df8aacc7d MapProxy-1.16.0.tar.gz