diff --git a/portalocker-3.1.1.tar.gz b/portalocker-3.1.1.tar.gz deleted file mode 100644 index 0ac5999ffad50cc6fb0694c0ffd3de306810074b..0000000000000000000000000000000000000000 Binary files a/portalocker-3.1.1.tar.gz and /dev/null differ diff --git a/portalocker-3.2.0.tar.gz b/portalocker-3.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e74c9e54a010e4c74e549bb599be959b39afde0d Binary files /dev/null and b/portalocker-3.2.0.tar.gz differ diff --git a/python-portalocker.spec b/python-portalocker.spec index d571eb1470c84fa3364eeda65452bbd58247b287..648cf3134476ad5162590584eba780d73978eb5a 100644 --- a/python-portalocker.spec +++ b/python-portalocker.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-portalocker -Version: 3.1.1 +Version: 3.2.0 Release: 1 Summary: Wraps the portalocker recipe for easy usage License: BSD-3-Clause @@ -72,6 +72,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 05 2025 jinshuaiyu - 3.2.0-1 +- Update package to version 3.2.0 +- Rewrote locking mechanism to allow for custom locking classes so both Windows and Posix (Linux/Mac/BSD) systems have configurable locking options for both exclusive and shared locking. + * Thu Mar 27 2025 openeuler_bot - 3.1.1-1 - Properly propagating exceptions for NFS read-only lock issues and added support for being able to choose between lockf and flock thanks to @oliver-s-lee (v2.10.0) - Improved type hints thanks to @jonde94 and modernised CI setup (v3.0.0)