diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-aenum.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /aenum-3.1.11.tar.gz +/aenum-3.1.12.tar.gz diff --git a/python-aenum.spec b/python-aenum.spec index 3cd5c21..67ad477 100644 --- a/python-aenum.spec +++ b/python-aenum.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-aenum -Version: 3.1.11 +Version: 3.1.12 Release: 1 Summary: Advanced Enumerations (compatible with Python's stdlib Enum), NamedTuples, and NamedConstants License: BSD License URL: https://github.com/ethanfurman/aenum -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/63/6c/a71e18de7c651f384b328be6bccadbbd472aca62f547c1a307b9388d03ca/aenum-3.1.11.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/95/52/2e14cc189a4fde1e6e7f8f9039f3818f4be86fa772a2397235f01ed4ba1c/aenum-3.1.12.tar.gz BuildArch: noarch @@ -214,7 +214,7 @@ Utility functions include: %prep -%autosetup -n aenum-3.1.11 +%autosetup -n aenum-3.1.12 %build %py3_build @@ -254,5 +254,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Mar 07 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.11-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.12-1 - Package Spec generated @@ -1 +1 @@ -c0b78a74cdfacc0bf0cbb42785afaed8 aenum-3.1.11.tar.gz +ecddc6311a79058f472b6e7a5b7b9d1c aenum-3.1.12.tar.gz |