diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-07 05:55:42 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-07 05:55:42 +0000 |
commit | 482528ca1f4b666cebb453d55ef845206c1509d6 (patch) | |
tree | 12801271cba48162af3ba785f2e9e90b96b420eb | |
parent | c97d54a990a18672becc4f138e27d9ef5a051b37 (diff) |
automatic import of python-gdal
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-gdal.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /GDAL-3.6.2.tar.gz +/GDAL-3.6.3.tar.gz diff --git a/python-gdal.spec b/python-gdal.spec index e627804..d43b4ed 100644 --- a/python-gdal.spec +++ b/python-gdal.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-GDAL -Version: 3.6.2 +Version: 3.6.3 Release: 1 Summary: GDAL: Geospatial Data Abstraction Library License: MIT URL: http://www.gdal.org -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/49/4f/174743caf64d1999c46ab2ee72b2cb0d77a47bd7ed04f954f863e35a25fd/GDAL-3.6.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1e/82/71ce6786f464da7591f77bfc550002c85bd2df683d4a4929d69f2a3f1808/GDAL-3.6.3.tar.gz BuildArch: noarch @@ -52,7 +52,7 @@ match those of the GDAL and OGR C++ classes. There is no Python specific reference documentation, but the `GDAL API Tutorial`_ includes Python examples. %prep -%autosetup -n GDAL-3.6.2 +%autosetup -n GDAL-3.6.3 %build %py3_build @@ -92,5 +92,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 3.6.2-1 +* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 3.6.3-1 - Package Spec generated @@ -1 +1 @@ -b1850907a2a0b4761f4b571dd3fa210b GDAL-3.6.2.tar.gz +80ac51d47e89b0292198a60a35f85577 GDAL-3.6.3.tar.gz |