15
0

Accepting request 789281 from home:mnhauke

- Update to version 2.2.2
  * Fix __str__ method
  * Fix to avoid raise an exception when an absolute path
    includes "."/".."
  * Modify an error message
  * Modify raising exception from NullNameError to ValidationError
    of validate_pathtype

OBS-URL: https://build.opensuse.org/request/show/789281
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pathvalidate?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2020-03-28 14:10:23 +00:00
committed by Git OBS Bridge
parent 60ee095639
commit f97ac96bdf
4 changed files with 15 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pathvalidate
Version: 2.2.1
Version: 2.2.2
Release: 0
Summary: Python library to sanitize/validate a string such as filenames
License: MIT