diff --git a/python-winacl.spec b/python-winacl.spec index c20f1c07e0b9e035d1ff7a66fb443de0a46f9869..cf4260a54d3e95a42c6b877ebb1f990acb2a443d 100644 --- a/python-winacl.spec +++ b/python-winacl.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-winacl -Version: 0.1.1 +Version: 0.1.5 Release: 1 Summary: ACL/ACE/Security Descriptor manipulation library in pure Python License: MIT License URL: https://github.com/skelsec/winacl -Source0: https://files.pythonhosted.org/packages/49/30/8a100f9127a9a54a26bc8ebdccd6bddee3615aa0e8adb36bd4dd89a094e8/winacl-0.1.1.tar.gz +Source0: https://files.pythonhosted.org/packages/ed/0b/543261133db2309e25599ef297d68dc0cdad80fbe4a402d2569f52893ac2/winacl-0.1.5.tar.gz BuildArch: noarch %description @@ -26,7 +26,7 @@ Provides: python3-winacl-doc Development documents and examples for winacl %prep -%autosetup -n winacl-0.1.1 +%autosetup -n winacl-0.1.5 %build %py3_build @@ -66,5 +66,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Sun May 23 2021 Python_Bot +* Tue Oct 11 2022 chendexi - 0.1.5-1 +- Upgrade to 0.1.5 + +* Sun May 23 2021 Python_Bot - 0.1.1-1 - Package Spec generated diff --git a/winacl-0.1.1.tar.gz b/winacl-0.1.1.tar.gz deleted file mode 100644 index 3b15b4bfe3ece4cac4fa2b906d5078a30814ebc6..0000000000000000000000000000000000000000 Binary files a/winacl-0.1.1.tar.gz and /dev/null differ diff --git a/winacl-0.1.5.tar.gz b/winacl-0.1.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..11805e71b1b7b58f06bdc7a564582e05fba2069d Binary files /dev/null and b/winacl-0.1.5.tar.gz differ