diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-23 07:42:51 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 07:42:51 +0000 |
commit | 2dfa212445d97f7a9958b92f079d9b0bd09187eb (patch) | |
tree | b2c5fb3cc1f716eca9d52df7f89852c37917f337 | |
parent | 9ae1bc29594ac9fc2a92cd9458491064278de4ee (diff) |
automatic import of python-owslibopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-owslib.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /OWSLib-0.29.0.tar.gz +/OWSLib-0.29.1.tar.gz diff --git a/python-owslib.spec b/python-owslib.spec index 875821f..fd3d04c 100644 --- a/python-owslib.spec +++ b/python-owslib.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-OWSLib -Version: 0.29.0 +Version: 0.29.1 Release: 1 Summary: OGC Web Service utility library License: BSD URL: https://geopython.github.io/OWSLib -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/81/26/04ab64a4e9d048037628ca113a660a426f6f8a0a8237ba089bd1c67a0f85/OWSLib-0.29.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/66/7b/684f35864eeb493f9ce7dc98857a42e47e205bf681fd42ae5dde5ca133a1/OWSLib-0.29.1.tar.gz BuildArch: noarch Requires: python3-lxml @@ -49,7 +49,7 @@ OWSLib provides a common API for accessing service metadata and wrappers for numerous OGC Web Service interfaces. %prep -%autosetup -n OWSLib-0.29.0 +%autosetup -n OWSLib-0.29.1 %build %py3_build @@ -89,5 +89,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.29.0-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 0.29.1-1 - Package Spec generated @@ -1 +1 @@ -b332229a48b03933bc90acc78b1be51a OWSLib-0.29.0.tar.gz +c3b177a642c491c59e1fe26f9436b1e3 OWSLib-0.29.1.tar.gz |