diff --git a/programming/language/python3/python3-pytest/pspec.xml b/programming/language/python3/python3-pytest/pspec.xml
index fd8224d078..6040841cde 100644
--- a/programming/language/python3/python3-pytest/pspec.xml
+++ b/programming/language/python3/python3-pytest/pspec.xml
@@ -13,7 +13,7 @@
library
Simple powerful testing with Python
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries.
- https://files.pythonhosted.org/packages/5b/98/92bbda5f83ed995ef8953349ef30c77c934abcc251c42ab3d7787a40c49c/pytest-6.2.4.tar.gz
+ https://files.pythonhosted.org/packages/e5/d0/18209bb95db8ee693a9a04fe056ab0663c6d6b1baf67dd50819dd9cd4bd7/pytest-7.4.2.tar.gz
python3-six
python3-devel
@@ -46,8 +46,8 @@
2023-10-16
- 6.2.4
- Rebuild.
+ 7.4.2
+ Version bump.
Mustafa Cinasal
muscnsl@gmail.com
diff --git a/programming/language/python3/python3-setuptools-scm/actions.py b/programming/language/python3/python3-setuptools-scm/actions.py
index 2c623f943c..fa88ac2530 100644
--- a/programming/language/python3/python3-setuptools-scm/actions.py
+++ b/programming/language/python3/python3-setuptools-scm/actions.py
@@ -4,18 +4,21 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
-from pisi.actionsapi import pythonmodules
+from pisi.actionsapi import python3modules
from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+WorkDir="setuptools_scm-%s" % get.srcVERSION()
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","7.1.0")
def build():
- pythonmodules.compile(pyVer="3")
+ python3modules.compile(pyVer="3")
- #pythonmodules.run("setup.py build_sphinx", pyVer="3")
+ #python3modules.run("setup.py build_sphinx", pyVer="3")
-def check():
- pythonmodules.compile("test", pyVer="3")
+# def check():
+ # python3modules.compile("test", pyVer="3")
def install():
- pythonmodules.install(pyVer="3")
+ python3modules.install(pyVer="3")
diff --git a/programming/language/python3/python3-setuptools-scm/pspec.xml b/programming/language/python3/python3-setuptools-scm/pspec.xml
index 4334ab53ec..621da8e322 100644
--- a/programming/language/python3/python3-setuptools-scm/pspec.xml
+++ b/programming/language/python3/python3-setuptools-scm/pspec.xml
@@ -13,9 +13,11 @@
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/refs/tags/v7.1.0.tar.gz
+ https://github.com/pypa/setuptools_scm/archive/refs/tags/v8.0.4.tar.gz
pip3
+ python3-build
+ python3-installer
python3-pytest
python3-devel
python3-setuptools
@@ -43,7 +45,7 @@
2023-10-16
- 7.1.0
+ 8.0.4
Version bump.
Mustafa Cinasal
muscnsl@gmail.com