diff --git a/platformdirs-4.4.0.tar.gz b/platformdirs-4.4.0.tar.gz deleted file mode 100644 index e546b7c692fce21b0c74dc55f08e5c14bf9e6696..0000000000000000000000000000000000000000 Binary files a/platformdirs-4.4.0.tar.gz and /dev/null differ diff --git a/platformdirs-4.5.0.tar.gz b/platformdirs-4.5.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a648aae19ad896669f6af18c5e286c7392b92761 Binary files /dev/null and b/platformdirs-4.5.0.tar.gz differ diff --git a/python-platformdirs.spec b/python-platformdirs.spec index 080b8c0c2d06051c8197e240f5a0186d0c714192..41f3f4a5a5095f4ea4cb40344fb1094ce4683fb1 100644 --- a/python-platformdirs.spec +++ b/python-platformdirs.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-platformdirs -Version: 4.4.0 +Version: 4.5.0 Release: 1 Summary: A small Python module for determining appropriate platform-specific dirs License: MIT @@ -69,6 +69,9 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Thu Oct 09 2025 maqi - 4.5.0-1 +- Upgrade to 4.5.0 + * Fri Sep 19 2025 Yu Peng - 4.4.0-1 - Upgrade to 4.4.0 *feat: improve homebrew path detection