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,3 +1,14 @@
-------------------------------------------------------------------
Tue Jan 14 11:12:53 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <dmueller@suse.com>