From abcc1fa0dac4500906786b989419c4c9b1eccce89a36cebc0726aac3ef8435cb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 26 Jan 2026 08:18:39 +0000 Subject: [PATCH] - update to 0.14.0: * Requires Python 3.9+ * Add support for PEP 639 license expressions OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyproject-parser?expand=0&rev=12 --- pyproject-parser-0.13.0.tar.gz | 3 --- pyproject-parser-0.14.0.tar.gz | 3 +++ python-pyproject-parser.changes | 7 +++++++ python-pyproject-parser.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 pyproject-parser-0.13.0.tar.gz create mode 100644 pyproject-parser-0.14.0.tar.gz diff --git a/pyproject-parser-0.13.0.tar.gz b/pyproject-parser-0.13.0.tar.gz deleted file mode 100644 index 9dfabf4..0000000 --- a/pyproject-parser-0.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a95409b191b7c7be08d4e0c6e558c9253dc428750819cd65115619630a9aa6c -size 156226 diff --git a/pyproject-parser-0.14.0.tar.gz b/pyproject-parser-0.14.0.tar.gz new file mode 100644 index 0000000..a6a64fe --- /dev/null +++ b/pyproject-parser-0.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc83d131bb0f908822e2b51d56a0df52687b46b7d6690be1da34f8cf0773fc38 +size 160984 diff --git a/python-pyproject-parser.changes b/python-pyproject-parser.changes index 2537a35..0384f7d 100644 --- a/python-pyproject-parser.changes +++ b/python-pyproject-parser.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jan 26 08:15:40 UTC 2026 - Dirk Müller + +- update to 0.14.0: + * Requires Python 3.9+ + * Add support for PEP 639 license expressions + ------------------------------------------------------------------- Tue Aug 12 12:47:41 UTC 2025 - Markéta Machová diff --git a/python-pyproject-parser.spec b/python-pyproject-parser.spec index ec2cd3b..eca65a0 100644 --- a/python-pyproject-parser.spec +++ b/python-pyproject-parser.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyproject-parser # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,7 +31,7 @@ %bcond_with libalternatives %endif Name: python-pyproject-parser%{psuffix} -Version: 0.13.0 +Version: 0.14.0 Release: 0 Summary: Parser for 'pyproject.toml' License: MIT