Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e1eb096e38 | |||
| ea2a36b08a |
12
p_fix-version-number.patch
Normal file
12
p_fix-version-number.patch
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
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",
|
||||||
BIN
pycomposefile-0.0.32.tar.gz
LFS
Normal file
BIN
pycomposefile-0.0.32.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:933a93b439f8692882b4d50ff744e12a3d996040068e96651a37dd842126a508
|
|
||||||
size 17426
|
|
||||||
@@ -1,17 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Jan 9 13:08:45 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
||||||
|
|
||||||
- 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 <adrian.glaubitz@suse.com>
|
Thu Feb 13 20:48:26 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pycomposefile
|
# spec file for package python-pycomposefile
|
||||||
#
|
#
|
||||||
# Copyright (c) 2026 SUSE LLC and contributors
|
# 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
|
||||||
@@ -18,13 +18,15 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pycomposefile
|
Name: python-pycomposefile
|
||||||
Version: 0.0.34
|
Version: 0.0.32
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Structured deserialization of Docker Compose files
|
Summary: Structured deserialization of Docker Compose files
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/smurawski/pycomposefile
|
URL: https://github.com/smurawski/pycomposefile
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pycomposefile/pycomposefile-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pycomposefile/pycomposefile-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module flit-core >= 3.11}
|
# PATCH-FIX-UPSTREAM p_fix-version-number.patch
|
||||||
|
# https://github.com/smurawski/pycomposefile/issues/29
|
||||||
|
Patch: p_fix-version-number.patch
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
|
|||||||
Reference in New Issue
Block a user