diff --git a/SPECS/python-filelock/python-filelock.signatures.json b/SPECS/python-filelock/python-filelock.signatures.json index 76b2ab838fc..12d92717b7a 100644 --- a/SPECS/python-filelock/python-filelock.signatures.json +++ b/SPECS/python-filelock/python-filelock.signatures.json @@ -1,5 +1,5 @@ { - "Signatures": { - "python-filelock-3.14.0.tar.gz": "6ea72da3be9b8c82afd3edcf99f2fffbb5076335a5ae4d03248bb5b6c3eae78a" - } + "Signatures": { + "python-filelock-3.20.1.tar.gz": "b8360948b351b80f420878d8516519a2204b07aefcdcfd24912a5d33127f188c" + } } diff --git a/SPECS/python-filelock/python-filelock.spec b/SPECS/python-filelock/python-filelock.spec index 15f76974f5f..e24ffa98f5f 100644 --- a/SPECS/python-filelock/python-filelock.spec +++ b/SPECS/python-filelock/python-filelock.spec @@ -1,13 +1,14 @@ %global srcname filelock Summary: A platform independent file lock Name: python-filelock -Version: 3.14.0 +Version: 3.20.1 Release: 1%{?dist} License: Unlicense Vendor: Microsoft Corporation Distribution: Azure Linux URL: https://github.com/toxdev/filelock Source0: https://files.pythonhosted.org/packages/source/f/%{srcname}/%{srcname}-%{version}.tar.gz#/%{name}-%{version}.tar.gz +Patch0: remove-python-3.14-classifier.patch BuildArch: noarch %description @@ -63,6 +64,9 @@ pip3 install iniconfig %license %{python3_sitelib}/%{srcname}-%{version}.dist-info/licenses/LICENSE %changelog +* Fri Dec 19 2025 CBL-Mariner Servicing Account - 3.20.1-1 +- Auto-upgrade to 3.20.1 - for CVE-2025-68146 + * Fri Apr 26 2024 Osama Esmail - 3.14.0-1 - Lot of redoing to use pyproject - Removing 'docs' subpackage since the new src doesn't include that folder diff --git a/SPECS/python-filelock/remove-python-3.14-classifier.patch b/SPECS/python-filelock/remove-python-3.14-classifier.patch new file mode 100644 index 00000000000..d02ea061888 --- /dev/null +++ b/SPECS/python-filelock/remove-python-3.14-classifier.patch @@ -0,0 +1,13 @@ +diff --git a/pyproject.toml b/pyproject.toml +index 7b09dd5..568f3dd 100644 +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -31,8 +31,6 @@ classifiers = [ + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", +- "Programming Language :: Python :: 3.13", +- "Programming Language :: Python :: 3.14", + "Topic :: Internet", + "Topic :: Software Development :: Libraries", + "Topic :: System", diff --git a/cgmanifest.json b/cgmanifest.json index e85965edb3c..af3571bd8b1 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -22823,8 +22823,8 @@ "type": "other", "other": { "name": "python-filelock", - "version": "3.14.0", - "downloadUrl": "https://files.pythonhosted.org/packages/source/f/filelock/filelock-3.14.0.tar.gz" + "version": "3.20.1", + "downloadUrl": "https://files.pythonhosted.org/packages/source/f/filelock/filelock-3.20.1.tar.gz" } } },