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

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Mar 28 12:35:30 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- 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
-------------------------------------------------------------------
Fri Mar 20 16:48:47 UTC 2020 - Martin Hauke <mardnh@gmx.de>