diff --git a/python-winacl.spec b/python-winacl.spec index b323dadef94e19d9fbadc5106d9d98846d31a176..6cf64a2b54f07c8d49e76d86ff144572b62f4054 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.6 +Version: 0.1.7 Release: 1 Summary: ACL/ACE/Security Descriptor manipulation library in pure Python License: MIT URL: https://github.com/skelsec/winacl -Source0: https://files.pythonhosted.org/packages/bd/90/b92ae2830a57950ed4da4caffe727ef92f0fdaa3d29f9dc099dc4d65ba22/winacl-0.1.6.tar.gz +Source0: https://files.pythonhosted.org/packages/79/72/e868311f61f7d88341623c31d63a028fe51b08d350797df5067e05843d82/winacl-0.1.7.tar.gz BuildArch: noarch %description @@ -13,7 +13,7 @@ ACL/ACE/Security Descriptor manipulation library in pure Python %package -n python3-winacl Summary: ACL/ACE/Security Descriptor manipulation library in pure Python -Provides: python-winacl +Provides: python-winacl = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-winacl @@ -26,7 +26,7 @@ Provides: python3-winacl-doc Development documents and examples for winacl %prep -%autosetup -n winacl-0.1.6 +%autosetup -n winacl-%{version} %build %py3_build @@ -66,6 +66,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jun 20 2023 jiangxinyu - 0.1.7-1 +- Update package to version 0.1.7 + * Wed Dec 14 2022 wenzhiwei - 0.1.6-1 - update to 0.1.6 diff --git a/winacl-0.1.5.tar.gz b/winacl-0.1.5.tar.gz deleted file mode 100644 index 11805e71b1b7b58f06bdc7a564582e05fba2069d..0000000000000000000000000000000000000000 Binary files a/winacl-0.1.5.tar.gz and /dev/null differ diff --git a/winacl-0.1.6.tar.gz b/winacl-0.1.6.tar.gz deleted file mode 100644 index 937fdd8bf633560759852207d7375331fcd5668a..0000000000000000000000000000000000000000 Binary files a/winacl-0.1.6.tar.gz and /dev/null differ diff --git a/winacl-0.1.7.tar.gz b/winacl-0.1.7.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..518243a5d105da235515aa3ef7f98562443c9f48 Binary files /dev/null and b/winacl-0.1.7.tar.gz differ