forked from pool/python-specfile
- Update to 0.35.0
* Added support for creating Specfile instances from file objects and strings. (#458) * The context_management type stubs now use ParamSpec from typing_extensions to support Python < 3.10. (#466) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-specfile?expand=0&rev=66
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-specfile
|
||||
Version: 0.34.2
|
||||
Version: 0.35.0
|
||||
Release: 0
|
||||
Summary: A library for parsing and manipulating RPM spec files
|
||||
License: MIT
|
||||
@@ -31,13 +31,11 @@ BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-rpm
|
||||
Requires: python-typing_extensions
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module flexmock}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module rpm}
|
||||
BuildRequires: %{python_module typing_extensions}
|
||||
BuildRequires: git-core
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
Reference in New Issue
Block a user