Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
devel:languages:python
python-pycomposefile
p_fix-version-number.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File p_fix-version-number.patch of Package python-pycomposefile
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",
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor