14
0

Accepting request 1115617 from home:glaubitz:branches:devel:languages:python

- Initial build
  + Version 0.0.30

OBS-URL: https://build.opensuse.org/request/show/1115617
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycomposefile?expand=0&rev=1
This commit is contained in:
2023-10-04 22:54:53 +00:00
committed by Git OBS Bridge
commit 7fd1ef03cf
6 changed files with 109 additions and 0 deletions

View File

@@ -0,0 +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
@@ -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",