Loading csp-lmc-common/.gitlab-ci.yml +0 −3 Original line number Diff line number Diff line Loading @@ -21,9 +21,6 @@ script: - cd $BUILD_PATH - python setup.py egg_info -b+dev.$CI_COMMIT_SHORT_SHA sdist bdist_wheel only: # build development package only when source code changes changes: - "**/*.py" .build_python_release_common: extends: .build_python_common Loading csp-lmc-common/csp_lmc_common/release.py +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ """Release information for Python Package""" name = """csp-lmc-common""" version = "0.5.1" version = "0.5.2" version_info = version.split(".") description = """SKA CSP.LMC Common Software""" author = "INAF-OAA" Loading csp-lmc-common/docker/.release +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ """Release information for Python Package""" name = """csplmc-common""" version = "0.5.1" version = "0.5.2" version_info = version.split(".") description = """SKA CSP.LMC Common Classe""" author = "E.G" Loading @@ -19,4 +19,4 @@ url = """www.tango-controls.org""" copyright = """""" release=0.5.1 tag=csp-lmc-common-0.5.1 tag=csp-lmc-common-0.5.2 csp-lmc-common/setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ setup( description=INFO['description'], author=INFO['author'], author_email=INFO['author_email'], packages=find_packages(where="csp-lmc-common"), packages=find_packages(), license=INFO['license'], url=INFO['url'], long_description=long_description, Loading csp-lmc-mid/csp_lmc_mid/release.py +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ """Release information for Python Package""" name = """mid-csp-lmc""" version = "0.5.1" version = "0.5.2" version_info = version.split(".") description = """SKA MID CSP.LMC""" author = "INAF-OAA" Loading Loading
csp-lmc-common/.gitlab-ci.yml +0 −3 Original line number Diff line number Diff line Loading @@ -21,9 +21,6 @@ script: - cd $BUILD_PATH - python setup.py egg_info -b+dev.$CI_COMMIT_SHORT_SHA sdist bdist_wheel only: # build development package only when source code changes changes: - "**/*.py" .build_python_release_common: extends: .build_python_common Loading
csp-lmc-common/csp_lmc_common/release.py +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ """Release information for Python Package""" name = """csp-lmc-common""" version = "0.5.1" version = "0.5.2" version_info = version.split(".") description = """SKA CSP.LMC Common Software""" author = "INAF-OAA" Loading
csp-lmc-common/docker/.release +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ """Release information for Python Package""" name = """csplmc-common""" version = "0.5.1" version = "0.5.2" version_info = version.split(".") description = """SKA CSP.LMC Common Classe""" author = "E.G" Loading @@ -19,4 +19,4 @@ url = """www.tango-controls.org""" copyright = """""" release=0.5.1 tag=csp-lmc-common-0.5.1 tag=csp-lmc-common-0.5.2
csp-lmc-common/setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ setup( description=INFO['description'], author=INFO['author'], author_email=INFO['author_email'], packages=find_packages(where="csp-lmc-common"), packages=find_packages(), license=INFO['license'], url=INFO['url'], long_description=long_description, Loading
csp-lmc-mid/csp_lmc_mid/release.py +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ """Release information for Python Package""" name = """mid-csp-lmc""" version = "0.5.1" version = "0.5.2" version_info = version.split(".") description = """SKA MID CSP.LMC""" author = "INAF-OAA" Loading