diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 01:57:18 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 01:57:18 +0000 |
commit | dc521da52a64f5090418daf2b7a3ea6153a73b2c (patch) | |
tree | 4f3ca10f301ec3a16e4ed127454941ad815d003e | |
parent | c52be83f3c079cd5fb8cc535bbd3714fc36a4995 (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.28.1.tar.gz +/OWSLib-0.29.1.tar.gz diff --git a/python-OWSLib.spec b/python-OWSLib.spec index 57f4ab4..e59b977 100644 --- a/python-OWSLib.spec +++ b/python-OWSLib.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-OWSLib -Version: 0.28.1 +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/4f/c8/8810d088c4a05b4cd0ef048785855a7765ef12748fe94cbb06f1fa1bb7e6/OWSLib-0.28.1.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.28.1 +%autosetup -n OWSLib-0.29.1 %build %py3_build @@ -89,5 +89,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 0.28.1-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 0.29.1-1 - Package Spec generated @@ -1 +1 @@ -e3dcd3ff174129c4e01c88738dd75886 OWSLib-0.28.1.tar.gz +c3b177a642c491c59e1fe26f9436b1e3 OWSLib-0.29.1.tar.gz |