forked from pool/python-pycomposefile
Accepting request 1245753 from home:glaubitz:branches:devel:languages:python
- 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/request/show/1245753 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycomposefile?expand=0&rev=5
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user