- 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
This commit is contained in:
2025-05-15 04:32:39 +00:00
committed by Git OBS Bridge
parent 9af8f9feda
commit b1a2642b1c
4 changed files with 15 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,10 @@
-------------------------------------------------------------------
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> Thu Feb 27 10:11:48 UTC 2025 - ecsos <ecsos@opensuse.org>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pyproject-parser # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -26,15 +26,14 @@
%endif %endif
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-pyproject-parser%{psuffix} Name: python-pyproject-parser%{psuffix}
Version: 0.11.1 Version: 0.13.0
Release: 0 Release: 0
Summary: Parser for 'pyproject.toml' Summary: Parser for 'pyproject.toml'
License: MIT License: MIT
URL: https://github.com/repo-helper/pyproject-parser 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 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 pip}
BuildRequires: %{python_module setuptools >= 40.6.0}
BuildRequires: %{python_module wheel >= 0.34.2}
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
# SECTION test requirements # SECTION test requirements
%if %{with test} %if %{with test}
@@ -92,7 +91,8 @@ Parser for 'pyproject.toml'
%check %check
%if %{with test} %if %{with test}
%pytest # Broken with click 8.2.0
%pytest -k 'not test_handle_tracebacks_ignored_exceptions_click'
%endif %endif
%if !%{with test} %if !%{with test}