17
0

Accepting request 774695 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/774695
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pathvalidate?expand=0&rev=2
This commit is contained in:
2020-02-18 09:35:52 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Feb 16 09:54:22 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- 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 <mardnh@gmx.de>

View File

@@ -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}