diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 04:27:33 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 04:27:33 +0000 |
commit | fd10b20fd15eab99576b7c0dcd61ecee54c17228 (patch) | |
tree | 9b274d8dfd91da0761b41c8fc66cca6389f25d24 | |
parent | cbd66fbd83142d2be59a164b168c7c1fb8deb56e (diff) |
automatic import of python-frozendictopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-frozendict.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1,2 +1,3 @@ /frozendict-2.3.5.tar.gz /frozendict-2.3.6.tar.gz +/frozendict-2.3.7.tar.gz diff --git a/python-frozendict.spec b/python-frozendict.spec index 5dd6bfd..7c307c1 100644 --- a/python-frozendict.spec +++ b/python-frozendict.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-frozendict -Version: 2.3.6 +Version: 2.3.7 Release: 1 Summary: A simple immutable dictionary License: LGPL v3 URL: https://github.com/Marco-Sulla/python-frozendict -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/93/0b/d07e3ebdc3e31acff5a59a7e087c3f19bc456691dfd9afefd427168350d1/frozendict-2.3.6.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/08/7c/a200d7dec1810f104f7bd08d12ff2fa22a1f024906c81b05856d8a12fc1e/frozendict-2.3.7.tar.gz %description @@ -1077,7 +1077,7 @@ Name: `class.fromkeys()`; Size: 1000; Keys: int; Type: frozendict; Time: 3 %prep -%autosetup -n frozendict-2.3.6 +%autosetup -n frozendict-2.3.7 %build %py3_build @@ -1117,5 +1117,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 2.3.6-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2.3.7-1 - Package Spec generated @@ -1 +1 @@ -d463dcfd7140e85569958a827f5e2428 frozendict-2.3.6.tar.gz +469d399ab29a8f0ad73b162152d2953f frozendict-2.3.7.tar.gz |