14
0

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:
2024-07-09 13:28:14 +00:00
committed by Git OBS Bridge
parent afb27d434d
commit 569e18f069
4 changed files with 21 additions and 5 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:405cab9e9caafac4364f9a4c03b5beaf47b73edcd3749b66760d89eb03c2efc1
size 105187