diff --git a/filelock-3.13.1.tar.gz b/filelock-3.13.1.tar.gz deleted file mode 100644 index 25d217db13e794f59549e2b1edc455d5d1ac0184..0000000000000000000000000000000000000000 Binary files a/filelock-3.13.1.tar.gz and /dev/null differ diff --git a/filelock-3.13.2.tar.gz b/filelock-3.13.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..32e32c4d69dadcfe7e2bc9a0f29dc21669d7701f Binary files /dev/null and b/filelock-3.13.2.tar.gz differ diff --git a/python-filelock.spec b/python-filelock.spec index f392b6e134f2e06b21726e4b511a264a33490e8c..9f88a2da4b87909e60fa679646c2aa9b6474a79d 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -1,11 +1,10 @@ Name: python-filelock -Version: 3.13.1 -Release: 2 +Version: 3.13.2 +Release: 1 Summary: A platform independent file lock License: Unlicense URL: https://github.com/benediktschmitt/py-filelock -Source0: https://files.pythonhosted.org/packages/70/70/41905c80dcfe71b22fb06827b8eae65781783d4a14194bce79d16a013263/filelock-3.13.1.tar.gz -Patch0: 0001-BugFix-fix-permission-denied-error-when-lock-file-is.patch +Source0: https://files.pythonhosted.org/packages/70/70/41905c80dcfe71b22fb06827b8eae65781783d4a14194bce79d16a013263/filelock-3.13.2.tar.gz BuildArch: noarch @@ -63,6 +62,12 @@ pytest %doc README.md %changelog +* Mon May 13 2024 songliyang - 3.13.2-1 +- Update package to version 3.13.2 +- fix small typo in _unix.py +- Update SECURITY.md to reflect Python 3.7 support dropoff +- Update index.rst to improve the demo usage +- fix permission denied error when lock file is placed in `/tm... * Thu May 09 2024 wangxiaomeng - 3.13.1-2 - Backport patch:fix permission denied error when lock file is placed in /tmp