From c0d565e7331d93b6bf866bc40811c5f468ef69370c212819bc9c45423373f0b2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 28 Dec 2025 14:12:29 +0000 Subject: [PATCH] - update to 4.5.1: * Fix no-ctypes fallback on windows OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformdirs?expand=0&rev=37 --- platformdirs-4.5.0.tar.gz | 3 --- platformdirs-4.5.1.tar.gz | 3 +++ python-platformdirs.changes | 6 ++++++ python-platformdirs.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 platformdirs-4.5.0.tar.gz create mode 100644 platformdirs-4.5.1.tar.gz diff --git a/platformdirs-4.5.0.tar.gz b/platformdirs-4.5.0.tar.gz deleted file mode 100644 index 555c363..0000000 --- a/platformdirs-4.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70ddccdd7c99fc5942e9fc25636a8b34d04c24b335100223152c2803e4063312 -size 21632 diff --git a/platformdirs-4.5.1.tar.gz b/platformdirs-4.5.1.tar.gz new file mode 100644 index 0000000..371c1ca --- /dev/null +++ b/platformdirs-4.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61d5cdcc6065745cdd94f0f878977f8de9437be93de97c1c12f853c9c0cdcbda +size 21715 diff --git a/python-platformdirs.changes b/python-platformdirs.changes index 4ebc6a3..9c32174 100644 --- a/python-platformdirs.changes +++ b/python-platformdirs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 28 14:12:07 UTC 2025 - Dirk Müller + +- update to 4.5.1: + * Fix no-ctypes fallback on windows + ------------------------------------------------------------------- Fri Oct 31 11:41:41 UTC 2025 - Dirk Müller diff --git a/python-platformdirs.spec b/python-platformdirs.spec index c8045b0..0fada85 100644 --- a/python-platformdirs.spec +++ b/python-platformdirs.spec @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-platformdirs%{psuffix} -Version: 4.5.0 +Version: 4.5.1 Release: 0 Summary: Module for determining appropriate platform-specific dirs License: MIT