1
0

4 Commits

Author SHA256 Message Date
f448878185 Accepting request 1326740 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1326740
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycomposefile?expand=0&rev=4
2026-01-12 10:50:13 +00:00
6a156d2d6a - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycomposefile?expand=0&rev=7
2026-01-12 09:52:08 +00:00
533fd66d80 Accepting request 1245754 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1245754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycomposefile?expand=0&rev=3
2025-02-14 18:21:09 +00:00
2d112a5a56 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycomposefile?expand=0&rev=5
2025-02-13 20:49:16 +00:00
5 changed files with 34 additions and 20 deletions

View File

@@ -1,12 +0,0 @@
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
@@ -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")
setuptools.setup(
name="pycomposefile",

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:190a2920ef05f86e620f3e0d1761931c2a57a38baa2877472337df69c8a1ca53
size 15893

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:933a93b439f8692882b4d50ff744e12a3d996040068e96651a37dd842126a508
size 17426

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
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>
- 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 <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pycomposefile
#
# Copyright (c) 2024 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.30
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}