diff --git a/portalocker-2.0.0.tar.gz b/portalocker-2.0.0.tar.gz deleted file mode 100644 index af4e12ce66dd681d0972a8f31cb3cba0d1c531ab..0000000000000000000000000000000000000000 Binary files a/portalocker-2.0.0.tar.gz and /dev/null differ diff --git a/portalocker-2.4.0.tar.gz b/portalocker-2.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..079eadd65837d6a9ac96a08a0c65b3923dab38c0 Binary files /dev/null and b/portalocker-2.4.0.tar.gz differ diff --git a/python-portalocker.spec b/python-portalocker.spec index 45b9a4ed2282c1311d4cab9194ffa04dbb09b935..454fe77ed3431cbf68947262952b4da14ff03a99 100644 --- a/python-portalocker.spec +++ b/python-portalocker.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-portalocker -Version: 2.0.0 -Release: 2 +Version: 2.4.0 +Release: 1 Summary: Wraps the portalocker recipe for easy usage License: PSF URL: https://github.com/WoLpH/portalocker -Source0: https://files.pythonhosted.org/packages/df/48/62cf97ff7d2233e7db29dfb83f1584e26289e88af8af39de1a76629ac487/portalocker-2.0.0.tar.gz +Source0: https://files.pythonhosted.org/packages/dc/60/9646b57d473d38fd23af22f18dce6baa4d591f37024e0c3dcd2d66814d50/portalocker-2.4.0.tar.gz BuildArch: noarch @@ -27,7 +27,7 @@ Provides: python3-portalocker-doc Portalocker is a library to provide an easy API to file locking. %prep -%autosetup -n portalocker-2.0.0 +%autosetup -n portalocker-2.4.0 %build %py3_build @@ -68,6 +68,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jun 23 2022 SimpleUpdate Robot - 2.4.0-1 +- Upgrade to version 2.4.0 + * Sat Oct 09 2021 wulei - 2.0.0-2 - Delete module folder after uninstall