diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-fiona.spec | 10 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 7 insertions, 6 deletions
@@ -1 +1,2 @@ /Fiona-1.9.1.tar.gz +/Fiona-1.9.2.tar.gz diff --git a/python-fiona.spec b/python-fiona.spec index 5f9123f..c793a5b 100644 --- a/python-fiona.spec +++ b/python-fiona.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-Fiona -Version: 1.9.1 +Version: 1.9.2 Release: 1 Summary: Fiona reads and writes spatial data files License: BSD 3-Clause URL: https://pypi.org/project/Fiona/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/62/c4/05f25e319e1bffacaf521bf366c31b01acda7d1acf251d3e4f1f0d0270d3/Fiona-1.9.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f1/57/61443cf8b58022cb117c26d8a25c8a1435b24de9dac5d7f848b94a2c584a/Fiona-1.9.2.tar.gz Requires: python3-attrs Requires: python3-certifi @@ -13,7 +13,7 @@ Requires: python3-click Requires: python3-click-plugins Requires: python3-cligj Requires: python3-munch -Requires: python3-setuptools +Requires: python3-importlib-metadata Requires: python3-Fiona[calc,s3,test] Requires: python3-shapely Requires: python3-boto3 @@ -44,7 +44,7 @@ Provides: python3-Fiona-doc %prep -%autosetup -n Fiona-1.9.1 +%autosetup -n Fiona-1.9.2 %build %py3_build @@ -84,5 +84,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.9.1-1 +* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 1.9.2-1 - Package Spec generated @@ -1 +1 @@ -2949061f4a222ec0facb060046c4aa5a Fiona-1.9.1.tar.gz +d735401b9c9cbfbbddcdbf5b0124919b Fiona-1.9.2.tar.gz |