15
0

Accepting request 880394 from home:mnhauke

- Update to version 2.4.0
  * Add exclude_symbols argument to replace_symbol function.
  * Fix permissions of files included in sdist package binary.

OBS-URL: https://build.opensuse.org/request/show/880394
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pathvalidate?expand=0&rev=11
This commit is contained in:
2021-03-22 22:15:52 +00:00
committed by Git OBS Bridge
parent a49dce8d87
commit b22ee1c7ef
4 changed files with 12 additions and 5 deletions

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