15
0

Accepting request 850982 from home:jayvdb:branches:devel:languages:python

- Update to v2.3.0
  * Change not to process for "."/".." by sanitization functions
  * Change to normalize with sanitize_filepath in default

OBS-URL: https://build.opensuse.org/request/show/850982
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pathvalidate?expand=0&rev=9
This commit is contained in:
2020-11-27 13:18:06 +00:00
committed by Git OBS Bridge
parent f97ac96bdf
commit a49dce8d87
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e11b54eabfc227c9561f5b9b1e1b1eeb3e93db0f1a1dc333bfce95218c251feb
size 25029

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:32d30dbacb711c16bb188b12ce7e9a46b41785f50a12f64500f747480a4b6ee3
size 25262

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Nov 26 10:16:44 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Update to v2.3.0
* Change not to process for "."/".." by sanitization functions
* Change to normalize with sanitize_filepath in default
-------------------------------------------------------------------
Sat Mar 28 12:35:30 UTC 2020 - Martin Hauke <mardnh@gmx.de>

View File

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