diff --git a/programming/language/python3/python3-setuptools-scm/actions.py b/programming/language/python3/python3-setuptools-scm/actions.py index 9a34c105be..2c623f943c 100644 --- a/programming/language/python3/python3-setuptools-scm/actions.py +++ b/programming/language/python3/python3-setuptools-scm/actions.py @@ -7,7 +7,7 @@ from pisi.actionsapi import pythonmodules from pisi.actionsapi import shelltools -shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","4.1.2") +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","7.1.0") def build(): pythonmodules.compile(pyVer="3") @@ -18,4 +18,4 @@ def check(): pythonmodules.compile("test", pyVer="3") def install(): - pythonmodules.install(pyVer="3") \ No newline at end of file + pythonmodules.install(pyVer="3") diff --git a/programming/language/python3/python3-setuptools-scm/pspec.xml b/programming/language/python3/python3-setuptools-scm/pspec.xml index 8893730521..4334ab53ec 100644 --- a/programming/language/python3/python3-setuptools-scm/pspec.xml +++ b/programming/language/python3/python3-setuptools-scm/pspec.xml @@ -13,7 +13,7 @@ library Python3 setuptools-scm module Tsetuptools_scm handles managing your Python package versions in SCM metadata instead of declaring them as the version argument or in a SCM managed file. - https://files.pythonhosted.org/packages/03/b6/052aacb07081ef5d4cae2daaae19c5d11e25b1122087af4710963cb25867/setuptools_scm-7.0.4.tar.gz + https://github.com/pypa/setuptools_scm/archive/refs/tags/v7.1.0.tar.gz pip3 python3-pytest @@ -43,8 +43,8 @@ 2023-10-16 - 7.0.4 - Rebuild. + 7.1.0 + Version bump. Mustafa Cinasal muscnsl@gmail.com