17
0

Accepting request 880616 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/880616
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pathvalidate?expand=0&rev=6
This commit is contained in:
2021-03-24 15:13:51 +00:00
committed by Git OBS Bridge
4 changed files with 12 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Mar 21 13:33:57 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.4.0
* Add exclude_symbols argument to replace_symbol function.
* Fix permissions of files included in sdist package binary.
-------------------------------------------------------------------
Thu Nov 26 10:16:44 UTC 2020 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pathvalidate
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pathvalidate
Version: 2.3.0
Version: 2.4.0
Release: 0
Summary: Python library to sanitize/validate a string such as filenames
License: MIT