From 0d0c721e0db2d396b6ff6e7c4d925892994f078faf32615888edf9c8e3387858 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 27 Apr 2024 07:41:09 +0000 Subject: [PATCH] - update to 4.2.1: * Switch to ruff for formatting and use codespell and docformatter * Use hatch over tox * Allow working without ctypes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformdirs?expand=0&rev=23 --- platformdirs-4.2.0.tar.gz | 3 --- platformdirs-4.2.1.tar.gz | 3 +++ python-platformdirs.changes | 9 +++++++++ python-platformdirs.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 platformdirs-4.2.0.tar.gz create mode 100644 platformdirs-4.2.1.tar.gz diff --git a/platformdirs-4.2.0.tar.gz b/platformdirs-4.2.0.tar.gz deleted file mode 100644 index 5b81fcc..0000000 --- a/platformdirs-4.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef0cc731df711022c174543cb70a9b5bd22e5a9337c8624ef2c2ceb8ddad8768 -size 20055 diff --git a/platformdirs-4.2.1.tar.gz b/platformdirs-4.2.1.tar.gz new file mode 100644 index 0000000..1e94181 --- /dev/null +++ b/platformdirs-4.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031cd18d4ec63ec53e82dceaac0417d218a6863f7745dfcc9efe7793b7039bdf +size 20398 diff --git a/python-platformdirs.changes b/python-platformdirs.changes index 524dad7..eb8e2bc 100644 --- a/python-platformdirs.changes +++ b/python-platformdirs.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Apr 27 07:40:21 UTC 2024 - Dirk Müller + +- update to 4.2.1: + * Switch to ruff for formatting and use codespell and + docformatter + * Use hatch over tox + * Allow working without ctypes + ------------------------------------------------------------------- Thu Feb 1 12:37:16 UTC 2024 - Dirk Müller diff --git a/python-platformdirs.spec b/python-platformdirs.spec index cb1bd1c..1e9be9e 100644 --- a/python-platformdirs.spec +++ b/python-platformdirs.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-platformdirs -Version: 4.2.0 +Version: 4.2.1 Release: 0 Summary: Module for determining appropriate platform-specific dirs License: MIT