python-pycomposefile/p_fix-version-number.patch
John Paul Adrian Glaubitz 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

13 lines
514 B
Diff

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",