diff --git a/programming/language/python3/python3-setuptools-scm/actions.py b/programming/language/python3/python3-setuptools-scm/actions.py
index 0a5802b29a..605ae0629b 100644
--- a/programming/language/python3/python3-setuptools-scm/actions.py
+++ b/programming/language/python3/python3-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(pyVer="3")
diff --git a/programming/language/python3/python3-setuptools-scm/pspec.xml b/programming/language/python3/python3-setuptools-scm/pspec.xml
index 7682aed7a4..72237b2ad1 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/fe/bd/bc2fe0b14ce234bb5e2af5f3b574c5a8ef1b7845bfa41e7cf69a78627ec8/setuptools_scm-3.4.3.tar.gz
+ https://github.com/pypa/setuptools_scm/archive/v3.5.0.tar.gz
python3-setuptools
python3-devel
@@ -35,6 +35,13 @@
+
+ 2020-02-18
+ 3.5.0
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-01-23
3.4.3