- update to 1.3.0:

* Ignore lines that start with `-i`. Fixes #6

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-declarative-requirements?expand=0&rev=5
This commit is contained in:
2024-01-15 21:37:28 +00:00
committed by Git OBS Bridge
parent 4006d50961
commit f458f3d986
4 changed files with 12 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-setuptools-declarative-requirements
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-setuptools-declarative-requirements
Version: 1.2.0
Version: 1.3.0
Release: 0
Summary: File support for setuptools declarative setup.cfg
License: Apache-2.0
@@ -30,6 +30,7 @@ BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pypiserver}
BuildRequires: %{python_module pytest-shell-utilities}
BuildRequires: %{python_module toml}
BuildRequires: %{python_module virtualenv}
BuildRequires: %{python_module wheel}