forked from pool/python-specfile
Accepting request 1185798 from home:smolsheep:upgrades
Depends on SR#1185797 to build properly https://build.opensuse.org/request/show/1185797 - Add typing_extensions to BuildRequires - Remove typing_extensions from Requires -- gh#packit/specfile#179 - Update to 0.31.0: * Value of a Tag no longer includes trailing whitespace (if any) * specfile now tries to expand macros before processing conditions to be able to resolve conditional expressions defined by macros, for example OpenSUSE Tumbleweed defines %ifpython3 macro as %if "%{python_flavor}" == "python3" - Updates from 0.30.0: * Fixed an exception that occured when accessing the Specfile.has_autochangelog property while having unparseable lines (e.g. lines ending with unescaped %) in %changelog OBS-URL: https://build.opensuse.org/request/show/1185798 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-specfile?expand=0&rev=44
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-specfile
|
||||
Version: 0.29.0
|
||||
Version: 0.31.0
|
||||
Release: 0
|
||||
Summary: A library for parsing and manipulating RPM spec files
|
||||
License: MIT
|
||||
@@ -30,12 +30,12 @@ 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