15
0
forked from pool/python-cfgv

Accepting request 824395 from devel:languages:python

- Update to 3.2.0:
  * No upstream changelog

OBS-URL: https://build.opensuse.org/request/show/824395
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cfgv?expand=0&rev=5
This commit is contained in:
2020-08-05 18:28:25 +00:00
committed by Git OBS Bridge
4 changed files with 10 additions and 5 deletions

View File

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

3
cfgv-3.2.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 5 01:05:34 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 3.2.0:
* No upstream changelog
-------------------------------------------------------------------
Mon Mar 30 13:55:49 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -19,11 +19,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-cfgv
Version: 3.1.0
Version: 3.2.0
Release: 0
Summary: Configuration validator producing human readable error messages
License: MIT
Group: Development/Languages/Python
URL: https://github.com/asottile/cfgv
Source: https://github.com/asottile/cfgv/archive/v%{version}.tar.gz#/cfgv-%{version}.tar.gz
BuildRequires: %{python_module setuptools}