15
0
forked from pool/python-cfgv

Accepting request 1112161 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1112161
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cfgv?expand=0&rev=7
This commit is contained in:
2023-09-20 11:29:11 +00:00
committed by Git OBS Bridge
4 changed files with 20 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:726c8670e5d08d20bcbf3c71f8232f8a0b8caead2be228565c70cd68fad1214a
size 10395

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

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

View File

@@ -1,14 +1,21 @@
-------------------------------------------------------------------
Tue Sep 12 07:06:50 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.4.0:
* add a custom display name for loading from file
* require python 3.8
-------------------------------------------------------------------
Sun Mar 27 14:52:35 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 3.3.1:
* python 3.9 enabled
* python 3.9 enabled
-------------------------------------------------------------------
Wed Aug 5 01:05:34 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 3.2.0:
* No upstream changelog
* No upstream changelog
-------------------------------------------------------------------
Mon Mar 30 13:55:49 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cfgv
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,17 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-cfgv
Version: 3.3.1
Version: 3.4.0
Release: 0
Summary: Configuration validator producing human readable error messages
License: MIT
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}
BuildRequires: %{python_module devel >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -41,10 +42,10 @@ A configuration validator for Python that produce human readable error messages.
%setup -q -n cfgv-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check