diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-zict.spec | 9 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 6 deletions
@@ -1 +1,2 @@ /zict-2.2.0.tar.gz +/zict-3.0.0.tar.gz diff --git a/python-zict.spec b/python-zict.spec index 15ff2e0..39ccfca 100644 --- a/python-zict.spec +++ b/python-zict.spec @@ -1,14 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-zict -Version: 2.2.0 +Version: 3.0.0 Release: 1 Summary: Mutable mapping tools License: BSD URL: http://zict.readthedocs.io/en/latest/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/96/ed/c4f036bf588841d18b49a97a7df65604461206b044dc1373c3fa25431c1d/zict-2.2.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d1/ac/3c494dd7ec5122cff8252c1a209b282c0867af029f805ae9befd73ae37eb/zict-3.0.0.tar.gz BuildArch: noarch -Requires: python3-heapdict %description @@ -44,7 +43,7 @@ Mutable Mapping tools. See `documentation`_. %prep -%autosetup -n zict-2.2.0 +%autosetup -n zict-3.0.0 %build %py3_build @@ -84,5 +83,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 2.2.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.0-1 - Package Spec generated @@ -1 +1 @@ -9a119a41c585cf7116ad05d7eaf0b8a5 zict-2.2.0.tar.gz +12f29aee5f197323252e2a94cac68d40 zict-3.0.0.tar.gz |