From b1a2642b1c9d4f54acc9b991ac3220c7a72922438253c275b7011441c50bcd78 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 15 May 2025 04:32:39 +0000 Subject: [PATCH] - Update to 0.13.0: * Add parser for [dependency-groups]. - Skip a testcase broken by Click 8.2.0. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyproject-parser?expand=0&rev=6 --- pyproject-parser-0.11.1.tar.gz | 3 --- pyproject-parser-0.13.0.tar.gz | 3 +++ python-pyproject-parser.changes | 7 +++++++ python-pyproject-parser.spec | 10 +++++----- 4 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 pyproject-parser-0.11.1.tar.gz create mode 100644 pyproject-parser-0.13.0.tar.gz diff --git a/pyproject-parser-0.11.1.tar.gz b/pyproject-parser-0.11.1.tar.gz deleted file mode 100644 index 3667a37..0000000 --- a/pyproject-parser-0.11.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:908291a7c667e12cd15e400399b5551bb1e97fa11b2af2473be0cbbe4b0d57d2 -size 154751 diff --git a/pyproject-parser-0.13.0.tar.gz b/pyproject-parser-0.13.0.tar.gz new file mode 100644 index 0000000..9dfabf4 --- /dev/null +++ b/pyproject-parser-0.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a95409b191b7c7be08d4e0c6e558c9253dc428750819cd65115619630a9aa6c +size 156226 diff --git a/python-pyproject-parser.changes b/python-pyproject-parser.changes index a7fa4f3..b788192 100644 --- a/python-pyproject-parser.changes +++ b/python-pyproject-parser.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu May 15 04:31:53 UTC 2025 - Steve Kowalik + +- 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 diff --git a/python-pyproject-parser.spec b/python-pyproject-parser.spec index 033783b..27ee1e4 100644 --- a/python-pyproject-parser.spec +++ b/python-pyproject-parser.spec @@ -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 @@ -26,15 +26,14 @@ %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} @@ -92,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}