diff --git a/platformdirs-3.11.0.tar.gz b/platformdirs-3.11.0.tar.gz deleted file mode 100644 index 90e5584c6d462a7f5b381b99279551b57ad021f5..0000000000000000000000000000000000000000 Binary files a/platformdirs-3.11.0.tar.gz and /dev/null differ diff --git a/platformdirs-4.2.2.tar.gz b/platformdirs-4.2.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6bdb33ec67c3a1a86f95a8ee9960e53f95c9e784 Binary files /dev/null and b/platformdirs-4.2.2.tar.gz differ diff --git a/python-platformdirs.spec b/python-platformdirs.spec index 46cf7700588988f88215bb3f1a8ddb611e03ecb3..1cfbcd84ba456fb5c61bbecdcf995179f7f0e256 100644 --- a/python-platformdirs.spec +++ b/python-platformdirs.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-platformdirs -Version: 3.11.0 +Version: 4.2.2 Release: 1 Summary: A small Python module for determining appropriate platform-specific dirs License: MIT @@ -69,6 +69,17 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Fri Jun 28 2024 yaoxin - 4.2.2-1 +- Update to 4.2.2 + * Fix android detection when python4android is present + * Switch to ruff for formatting and use codespell and docformatter + * Use hatch over tox by + * Allow working without ctypes by + * Fix 2 typos about XDG_DATA_DIR + * Add convenience methods to PlatformDirsAPI that allow iterating over both user and site dirs/paths. + * Drop support for EOL Python 3.7 + * site_cache_dir: Use /var/cache again instead of /var/tmp on UNIX + * Mon Jan 15 2024 xu_ping <707078654@qq.com> - 3.11.0-1 - Upgrade the version to 3.11.0