diff --git a/programming/language/python/python-setuptools-scm/actions.py b/programming/language/python/python-setuptools-scm/actions.py index bf8a8c8de9..957f9349bb 100644 --- a/programming/language/python/python-setuptools-scm/actions.py +++ b/programming/language/python/python-setuptools-scm/actions.py @@ -5,6 +5,9 @@ # See the file http://www.gnu.org/licenses/gpl.txt from pisi.actionsapi import pythonmodules +from pisi.actionsapi import shelltools + +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","3.5.0") def build(): pythonmodules.compile() diff --git a/programming/language/python/python-setuptools-scm/pspec.xml b/programming/language/python/python-setuptools-scm/pspec.xml index 7cf4c954e1..1b40003459 100644 --- a/programming/language/python/python-setuptools-scm/pspec.xml +++ b/programming/language/python/python-setuptools-scm/pspec.xml @@ -1,5 +1,5 @@ - + python-setuptools-scm @@ -13,7 +13,7 @@ library Python 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/fe/bd/bc2fe0b14ce234bb5e2af5f3b574c5a8ef1b7845bfa41e7cf69a78627ec8/setuptools_scm-3.4.3.tar.gz + https://github.com/pypa/setuptools_scm/archive/v3.5.0.tar.gz python-setuptools python-devel @@ -34,6 +34,13 @@ + + 2020-02-18 + 3.5.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-23 3.4.3