14
0

- Update to 0.24.0:

- Improved type annotations for UserList subclasses. (#299)
  - Macro definitions gained a new commented_out property
    indicating that a macro definition is commented out. Another
    new property, comment_out_style, determines if it is achieved
    by using a %dnl (discard next line) directive (e.g. %dnl
    %global prerelease beta2) or by replacing the starting % with
    # (e.g. #global prerelease beta2). (#298)
- Fix a bad Requires: %{python_module typing_extensions}

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-specfile?expand=0&rev=34
This commit is contained in:
2023-11-08 10:17:40 +00:00
committed by Git OBS Bridge
parent 6508ce7495
commit 40097385cc
4 changed files with 18 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
Name: python-specfile
Version: 0.23.0
Version: 0.24.0
Release: 0
Summary: A library for parsing and manipulating RPM spec files
License: MIT
@@ -29,8 +29,8 @@ BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: %{python_module typing_extensions}
Requires: python-rpm
Requires: python-typing_extensions
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module flexmock}