From 4c1e1a01075d863208c6e7064886a0c9eba38e1b865e787252b1e4bd12746ce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 16 Feb 2020 12:15:24 +0000 Subject: [PATCH] Accepting request 774680 from home:mnhauke - Update to version 2.2.0 * Add POSIX as a platform * Change platform of validate_filepath_arg/sanitize_filepath_arg to 'auto': OBS-URL: https://build.opensuse.org/request/show/774680 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pathvalidate?expand=0&rev=3 --- pathvalidate-2.1.0.tar.gz | 3 --- pathvalidate-2.2.0.tar.gz | 3 +++ python-pathvalidate.changes | 8 ++++++++ python-pathvalidate.spec | 8 +++++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 pathvalidate-2.1.0.tar.gz create mode 100644 pathvalidate-2.2.0.tar.gz diff --git a/pathvalidate-2.1.0.tar.gz b/pathvalidate-2.1.0.tar.gz deleted file mode 100644 index 7ad36b2..0000000 --- a/pathvalidate-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62d1a0aa4923e6b3c46c34b47e0810f088b3ddde57e228dab0c493435040f154 -size 23800 diff --git a/pathvalidate-2.2.0.tar.gz b/pathvalidate-2.2.0.tar.gz new file mode 100644 index 0000000..67e25e6 --- /dev/null +++ b/pathvalidate-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0350595279de799707da6ad4779bdf811d5ad5d6b3638fe1c38a8b9b03f9140e +size 24229 diff --git a/python-pathvalidate.changes b/python-pathvalidate.changes index fc0e4be..a6b61b1 100644 --- a/python-pathvalidate.changes +++ b/python-pathvalidate.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Feb 16 09:54:22 UTC 2020 - Martin Hauke + +- Update to version 2.2.0 + * Add POSIX as a platform + * Change platform of validate_filepath_arg/sanitize_filepath_arg + to 'auto': + ------------------------------------------------------------------- Sat Feb 8 09:47:08 UTC 2020 - Martin Hauke diff --git a/python-pathvalidate.spec b/python-pathvalidate.spec index 25ae73a..04ba1e3 100644 --- a/python-pathvalidate.spec +++ b/python-pathvalidate.spec @@ -1,7 +1,7 @@ # # spec file for package python-pathvalidate # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,13 +12,14 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pathvalidate -Version: 2.1.0 +Version: 2.2.0 Release: 0 Summary: Python library to sanitize/validate a string such as filenames License: MIT @@ -30,6 +31,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module Faker} +BuildRequires: %{python_module allpairspy} BuildRequires: %{python_module click} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools >= 38.3.0}