15
0

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
This commit is contained in:
2025-01-14 13:36:41 +00:00
committed by Git OBS Bridge
parent 0c3f97348d
commit fcf8c15744
4 changed files with 16 additions and 5 deletions

View File

@@ -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