From 1e2231925bc3cd303b95986b6e68ce5460e20f107ff8a7afc9d3025d28864faa Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 4 Jun 2024 20:38:14 +0000 Subject: [PATCH] - update to 4.2.2: * Fix android detection when python4android is present OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformdirs?expand=0&rev=25 --- platformdirs-4.2.1.tar.gz | 3 --- platformdirs-4.2.2.tar.gz | 3 +++ python-platformdirs.changes | 6 ++++++ python-platformdirs.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 platformdirs-4.2.1.tar.gz create mode 100644 platformdirs-4.2.2.tar.gz diff --git a/platformdirs-4.2.1.tar.gz b/platformdirs-4.2.1.tar.gz deleted file mode 100644 index 1e94181..0000000 --- a/platformdirs-4.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:031cd18d4ec63ec53e82dceaac0417d218a6863f7745dfcc9efe7793b7039bdf -size 20398 diff --git a/platformdirs-4.2.2.tar.gz b/platformdirs-4.2.2.tar.gz new file mode 100644 index 0000000..a15d63a --- /dev/null +++ b/platformdirs-4.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b7b51f512eed9e84a22788b4bce1de17c0adb134d6becb09836e37d8654cd3 +size 20916 diff --git a/python-platformdirs.changes b/python-platformdirs.changes index eb8e2bc..a900131 100644 --- a/python-platformdirs.changes +++ b/python-platformdirs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 4 20:37:45 UTC 2024 - Dirk Müller + +- update to 4.2.2: + * Fix android detection when python4android is present + ------------------------------------------------------------------- Sat Apr 27 07:40:21 UTC 2024 - Dirk Müller diff --git a/python-platformdirs.spec b/python-platformdirs.spec index 1e9be9e..f8c1c9f 100644 --- a/python-platformdirs.spec +++ b/python-platformdirs.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-platformdirs -Version: 4.2.1 +Version: 4.2.2 Release: 0 Summary: Module for determining appropriate platform-specific dirs License: MIT