forked from pool/python-specfile
Accepting request 1186413 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1186413 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-specfile?expand=0&rev=22
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 5 13:06:52 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 08:54:27 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3cb4f40759bc860911c81769ba694738633de6099e6fde8391ae607a122c148
|
||||
size 104414
|
3
specfile-0.31.0.tar.gz
Normal file
3
specfile-0.31.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:405cab9e9caafac4364f9a4c03b5beaf47b73edcd3749b66760d89eb03c2efc1
|
||||
size 105187
|
Reference in New Issue
Block a user