Sync from SUSE:SLFO:Main python-pyproject-parser revision c2a1e76236cee14eca536e12846731c2

This commit is contained in:
2025-06-27 15:51:07 +02:00
parent 7bf022bf94
commit 424ecb14c2
4 changed files with 21 additions and 8 deletions

BIN
pyproject-parser-0.11.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
pyproject-parser-0.13.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 15 04:31:53 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.13.0:
* Add parser for [dependency-groups].
- Skip a testcase broken by Click 8.2.0.
-------------------------------------------------------------------
Thu Feb 27 10:11:48 UTC 2025 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Fri Jul 26 07:14:36 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyproject-parser
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,16 +24,16 @@
%define psuffix %{nil}
%bcond_with test
%endif
%{?sle15_python_module_pythons}
Name: python-pyproject-parser%{psuffix}
Version: 0.11.1
Version: 0.13.0
Release: 0
Summary: Parser for 'pyproject.toml'
License: MIT
URL: https://github.com/repo-helper/pyproject-parser
Source: https://github.com/repo-helper/pyproject-parser/archive/refs/tags/v%{version}.tar.gz#/pyproject-parser-%{version}.tar.gz
BuildRequires: %{python_module hatch-requirements-txt}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 40.6.0}
BuildRequires: %{python_module wheel >= 0.34.2}
BuildRequires: python-rpm-macros
# SECTION test requirements
%if %{with test}
@@ -91,7 +91,8 @@ Parser for 'pyproject.toml'
%check
%if %{with test}
%pytest
# Broken with click 8.2.0
%pytest -k 'not test_handle_tracebacks_ignored_exceptions_click'
%endif
%if !%{with test}