From b22ee1c7ef70c2ff7cd51f3f560367c99c0a376c0f24c00e9ab9a7d3d2cd1a7f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 22 Mar 2021 22:15:52 +0000 Subject: [PATCH] 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 --- pathvalidate-2.3.0.tar.gz | 3 --- pathvalidate-2.4.0.tar.gz | 3 +++ python-pathvalidate.changes | 7 +++++++ python-pathvalidate.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 pathvalidate-2.3.0.tar.gz create mode 100644 pathvalidate-2.4.0.tar.gz diff --git a/pathvalidate-2.3.0.tar.gz b/pathvalidate-2.3.0.tar.gz deleted file mode 100644 index 701c4ab..0000000 --- a/pathvalidate-2.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32d30dbacb711c16bb188b12ce7e9a46b41785f50a12f64500f747480a4b6ee3 -size 25262 diff --git a/pathvalidate-2.4.0.tar.gz b/pathvalidate-2.4.0.tar.gz new file mode 100644 index 0000000..18234e4 --- /dev/null +++ b/pathvalidate-2.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0dab13e121628829f5aeb01220ca7af00c3b3b2fe5d83dc81fa0612ad58ade9 +size 25910 diff --git a/python-pathvalidate.changes b/python-pathvalidate.changes index adefea9..8c3df40 100644 --- a/python-pathvalidate.changes +++ b/python-pathvalidate.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Mar 21 13:33:57 UTC 2021 - Martin Hauke + +- 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 diff --git a/python-pathvalidate.spec b/python-pathvalidate.spec index ce1527d..5657f68 100644 --- a/python-pathvalidate.spec +++ b/python-pathvalidate.spec @@ -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