diff --git a/p_fix-version-number.patch b/p_fix-version-number.patch deleted file mode 100644 index 50ea9c0..0000000 --- a/p_fix-version-number.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nru pycomposefile-0.0.32.orig/setup.py pycomposefile-0.0.32/setup.py ---- pycomposefile-0.0.32.orig/setup.py 2024-10-22 21:45:01.000000000 +0200 -+++ pycomposefile-0.0.32/setup.py 2025-02-13 09:44:53.716839775 +0100 -@@ -3,7 +3,7 @@ - - long_desc = open("README.md").read() - required = ['pyyaml'] # Comma seperated dependent libraries name --version = os.environ.get("BUILD_TAG", "0.0.1a1").lstrip("v") -+version = os.environ.get("BUILD_TAG", "0.0.32").lstrip("v") - - setuptools.setup( - name="pycomposefile", diff --git a/pycomposefile-0.0.32.tar.gz b/pycomposefile-0.0.32.tar.gz deleted file mode 100644 index 4a2cd9f..0000000 --- a/pycomposefile-0.0.32.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a355d515c4c4ff92ee5a16590de8b367a3be4827046592d0870f8cb6ac4a6e34 -size 15946 diff --git a/pycomposefile-0.0.34.tar.gz b/pycomposefile-0.0.34.tar.gz new file mode 100644 index 0000000..43e3042 --- /dev/null +++ b/pycomposefile-0.0.34.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:933a93b439f8692882b4d50ff744e12a3d996040068e96651a37dd842126a508 +size 17426 diff --git a/python-pycomposefile.changes b/python-pycomposefile.changes index 7715aba..c0f1d71 100644 --- a/python-pycomposefile.changes +++ b/python-pycomposefile.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Jan 9 13:08:45 UTC 2026 - John Paul Adrian Glaubitz + +- Update to version 0.0.34 + * Add comprehensive test coverage for KVP splitting with multiple equals signs + * Add LICENSE and sample/ to sdist +- from version 0.0.33 + * Bump setuptools from 75.2.0 to 78.1.1 + * Update service + * Fix regex to correctly capture default values in environment variable + replacement embed version in sdist and migrate to pyproject.toml +- Drop p_fix-version-number.patch, fixed upstream +- Update BuildRequires from pyproject.toml + ------------------------------------------------------------------- Thu Feb 13 20:48:26 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-pycomposefile.spec b/python-pycomposefile.spec index a39f96e..7cd497b 100644 --- a/python-pycomposefile.spec +++ b/python-pycomposefile.spec @@ -1,7 +1,7 @@ # # spec file for package python-pycomposefile # -# 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 @@ -18,15 +18,13 @@ %{?sle15_python_module_pythons} Name: python-pycomposefile -Version: 0.0.32 +Version: 0.0.34 Release: 0 Summary: Structured deserialization of Docker Compose files License: MIT URL: https://github.com/smurawski/pycomposefile Source: https://files.pythonhosted.org/packages/source/p/pycomposefile/pycomposefile-%{version}.tar.gz -# PATCH-FIX-UPSTREAM p_fix-version-number.patch -# https://github.com/smurawski/pycomposefile/issues/29 -Patch: p_fix-version-number.patch +BuildRequires: %{python_module flit-core >= 3.11} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel}