From fcf8c157443a55de7f46643493af576e418b574f4af3fc134efdddcad90c9f60 Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Tue, 14 Jan 2025 13:36:41 +0000 Subject: [PATCH] Accepting request 1237730 from home:glaubitz:branches:devel:languages:python - Update to 3.2.3 * Fix dot-files validation - from version 3.2.2 * Fix the detection logic of the reservation words for the file name on Windows * Drop support for Python 3.7/3.8 * Refactor type annotations OBS-URL: https://build.opensuse.org/request/show/1237730 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pathvalidate?expand=0&rev=19 --- pathvalidate-3.2.1.tar.gz | 3 --- pathvalidate-3.2.3.tar.gz | 3 +++ python-pathvalidate.changes | 11 +++++++++++ python-pathvalidate.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 pathvalidate-3.2.1.tar.gz create mode 100644 pathvalidate-3.2.3.tar.gz diff --git a/pathvalidate-3.2.1.tar.gz b/pathvalidate-3.2.1.tar.gz deleted file mode 100644 index b986f2b..0000000 --- a/pathvalidate-3.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5d07b1e2374187040612a1fcd2bcb2919f8db180df254c9581bb90bf903377d -size 59263 diff --git a/pathvalidate-3.2.3.tar.gz b/pathvalidate-3.2.3.tar.gz new file mode 100644 index 0000000..52399d2 --- /dev/null +++ b/pathvalidate-3.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b5b9278e30382d6d213497623043ebe63f10e29055be4419a9c04c721739cb +size 61717 diff --git a/python-pathvalidate.changes b/python-pathvalidate.changes index f9853d8..c47e47c 100644 --- a/python-pathvalidate.changes +++ b/python-pathvalidate.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jan 14 11:12:53 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 3.2.3 + * Fix dot-files validation +- from version 3.2.2 + * Fix the detection logic of the reservation + words for the file name on Windows + * Drop support for Python 3.7/3.8 + * Refactor type annotations + ------------------------------------------------------------------- Sat Aug 31 12:18:51 UTC 2024 - Dirk Müller diff --git a/python-pathvalidate.spec b/python-pathvalidate.spec index 30f836b..5072dcd 100644 --- a/python-pathvalidate.spec +++ b/python-pathvalidate.spec @@ -1,7 +1,7 @@ # # spec file for package python-pathvalidate # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pathvalidate -Version: 3.2.1 +Version: 3.2.3 Release: 0 Summary: Python library to sanitize/validate a string such as filenames License: MIT