diff --git a/flufl_lock-8.0.2.tar.gz b/flufl_lock-8.0.2.tar.gz deleted file mode 100644 index 6b08973417e9f206d658d74e571ea420d1cd5ad5..0000000000000000000000000000000000000000 Binary files a/flufl_lock-8.0.2.tar.gz and /dev/null differ diff --git a/flufl_lock-8.1.0.tar.gz b/flufl_lock-8.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..51fdcd4b4dad48a0237d2891d0ff2c26724347d4 Binary files /dev/null and b/flufl_lock-8.1.0.tar.gz differ diff --git a/python-flufl.lock.spec b/python-flufl.lock.spec index bef2fd74fb9a9637ef6425122d68d02750883566..d3c185e0b2054c45eb1b59fa90b3c95a1ea3860b 100644 --- a/python-flufl.lock.spec +++ b/python-flufl.lock.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-flufl.lock -Version: 8.0.2 +Version: 8.1.0 Release: 1 Summary: NFS-safe file locking with timeouts for POSIX and Windows. License: Apache-2.0 URL: https://pypi.org/project/flufl.lock -Source0: https://files.pythonhosted.org/packages/da/de/a17ec72723eb806c71bdcf04519570cbf9baa2d923b9e15ea1a296f6acbe/flufl_lock-8.0.2.tar.gz +Source0: https://files.pythonhosted.org/packages/source/f/flufl.lock/flufl_lock-%{version}.tar.gz BuildArch: noarch %description @@ -22,6 +22,7 @@ BuildRequires: python3-pip BuildRequires: python3-wheel BuildRequires: python3-pdm-pep517 BuildRequires: python3-pdm-backend +BuildRequires: python3-hatchling %description -n python3-flufl.lock The flufl.lock library provides an NFS-safe file-based locking algorithm @@ -55,6 +56,9 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Wed Aug 07 2024 yuanlipeng - 8.1.0-1 +- Update package to version 8.1.0 + * Thu Dec 07 2023 jiangxinyu - 8.0.2-1 - Update package to version 8.0.2