diff --git a/p_fix-version-number.patch b/p_fix-version-number.patch index acc03a9..50ea9c0 100644 --- a/p_fix-version-number.patch +++ b/p_fix-version-number.patch @@ -1,12 +1,12 @@ -diff -Nru pycomposefile-0.0.30.orig/setup.py pycomposefile-0.0.30/setup.py ---- pycomposefile-0.0.30.orig/setup.py 2023-01-17 17:59:29.000000000 +0100 -+++ pycomposefile-0.0.30/setup.py 2023-10-04 15:16:46.064028015 +0200 +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.30").lstrip("v") ++version = os.environ.get("BUILD_TAG", "0.0.32").lstrip("v") setuptools.setup( name="pycomposefile", diff --git a/pycomposefile-0.0.30.tar.gz b/pycomposefile-0.0.30.tar.gz deleted file mode 100644 index e18d0f5..0000000 --- a/pycomposefile-0.0.30.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:190a2920ef05f86e620f3e0d1761931c2a57a38baa2877472337df69c8a1ca53 -size 15893 diff --git a/pycomposefile-0.0.32.tar.gz b/pycomposefile-0.0.32.tar.gz new file mode 100644 index 0000000..4a2cd9f --- /dev/null +++ b/pycomposefile-0.0.32.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a355d515c4c4ff92ee5a16590de8b367a3be4827046592d0870f8cb6ac4a6e34 +size 15946 diff --git a/python-pycomposefile.changes b/python-pycomposefile.changes index 5fadb9c..7715aba 100644 --- a/python-pycomposefile.changes +++ b/python-pycomposefile.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Feb 13 20:48:26 UTC 2025 - John Paul Adrian Glaubitz + +- Update to version 0.0.32 + * Update build.yaml + * Updates + * Bump publish + * Update publish with 3.10 (quotes) +- from version 0.0.31 + * Create LICENSE + * Replace import of “src.pycomposefile” in a test + * Resolved error when environment variable value contains equal sign +- Refresh p_fix-version-number.patch + ------------------------------------------------------------------- Wed Mar 6 14:58:59 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-pycomposefile.spec b/python-pycomposefile.spec index a51afd3..a39f96e 100644 --- a/python-pycomposefile.spec +++ b/python-pycomposefile.spec @@ -1,7 +1,7 @@ # # spec file for package python-pycomposefile # -# 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 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pycomposefile -Version: 0.0.30 +Version: 0.0.32 Release: 0 Summary: Structured deserialization of Docker Compose files License: MIT