diff --git a/pathvalidate-3.2.0.tar.gz b/pathvalidate-3.2.0.tar.gz deleted file mode 100644 index a62fe53..0000000 --- a/pathvalidate-3.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e8378cf6712bff67fbe7a8307d99fa8c1a0cb28aa477056f8fc374f0dff24ad -size 31246 diff --git a/pathvalidate-3.2.1.tar.gz b/pathvalidate-3.2.1.tar.gz new file mode 100644 index 0000000..b986f2b --- /dev/null +++ b/pathvalidate-3.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d07b1e2374187040612a1fcd2bcb2919f8db180df254c9581bb90bf903377d +size 59263 diff --git a/python-pathvalidate.changes b/python-pathvalidate.changes index 7af6b3e..f9853d8 100644 --- a/python-pathvalidate.changes +++ b/python-pathvalidate.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sat Aug 31 12:18:51 UTC 2024 - Dirk Müller + +- update to 3.2.1: + * Test Python 3.12 in CIs + * Fix coverage report + * Fix `sanitize_filename` truncation + * Fix validation functions of filepaths + * If `platform` argument is `windows` or `universal`, filepaths + ending with a space or a period should be detected as an + error + * Fix POSIX-style absolute paths were not detected as errors + with `platform="windows"` or `platform="universal"` on Python + 3.12 and below + * Add support for Python 3.13 + * Improve type annotations + * Add a build and publish workflow + * Add Sigstore signatures to release assets + ------------------------------------------------------------------- Sat Dec 9 10:06:13 UTC 2023 - Dirk Müller diff --git a/python-pathvalidate.spec b/python-pathvalidate.spec index 8641b47..30f836b 100644 --- a/python-pathvalidate.spec +++ b/python-pathvalidate.spec @@ -1,7 +1,7 @@ # # spec file for package python-pathvalidate # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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.0 +Version: 3.2.1 Release: 0 Summary: Python library to sanitize/validate a string such as filenames License: MIT