diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-indexed_gzip.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /indexed_gzip-1.7.0.tar.gz +/indexed_gzip-1.7.1.tar.gz diff --git a/python-indexed_gzip.spec b/python-indexed_gzip.spec index b2b7316..dad7836 100644 --- a/python-indexed_gzip.spec +++ b/python-indexed_gzip.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-indexed-gzip -Version: 1.7.0 +Version: 1.7.1 Release: 1 Summary: Fast random access of gzip files in Python License: zlib URL: https://github.com/pauldmccarthy/indexed_gzip -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/74/52/9c621a3e3fa0cf41cad8edd4dd2e928bb9545378a2756946d489ebf86e92/indexed_gzip-1.7.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0e/24/6b7f45d8bb5ed7ed0253b399c0a54880c8540c4cb34ea5579fe3f038b326/indexed_gzip-1.7.1.tar.gz %description @@ -990,7 +990,7 @@ perusal in the [LICENSE](LICENSE) file. %prep -%autosetup -n indexed-gzip-1.7.0 +%autosetup -n indexed-gzip-1.7.1 %build %py3_build @@ -1030,5 +1030,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.7.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.7.1-1 - Package Spec generated @@ -1 +1 @@ -b4eeb6dd3775c2728d43238c296b8e18 indexed_gzip-1.7.0.tar.gz +4704d65bfbad62b46d98e777be65a30d indexed_gzip-1.7.1.tar.gz |