From 18f5f63d14644821897d42b369482385ce633956 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 1 Sep 2020 00:18:48 +0200 Subject: [PATCH] python2-setuptools_scm: ver bump --- .../language/python3/python3-setuptools-scm/actions.py | 2 +- .../language/python3/python3-setuptools-scm/pspec.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/programming/language/python3/python3-setuptools-scm/actions.py b/programming/language/python3/python3-setuptools-scm/actions.py index d3e65c4bd3..9a34c105be 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.0.0") +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","4.1.2") 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 96a62b7a92..0b260cdd01 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://github.com/pypa/setuptools_scm/archive/v4.0.0.tar.gz + https://github.com/pypa/setuptools_scm/archive/v4.1.2.tar.gz python3-devel python3-setuptools @@ -35,6 +35,13 @@ + + 2020-07-21 + 4.1.2 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-05-24 4.0.0