diff --git a/programming/language/python3/pip3/actions.py b/programming/language/python3/pip3/actions.py
index f172618258..e4a66e52af 100644
--- a/programming/language/python3/pip3/actions.py
+++ b/programming/language/python3/pip3/actions.py
@@ -4,7 +4,7 @@
# 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 pisitools
from pisi.actionsapi import get
@@ -12,10 +12,10 @@ from pisi.actionsapi import get
WorkDir="pip-%s" % get.srcVERSION()
def build():
- pythonmodules.compile(pyVer = "3")
+ python3modules.compile()
def install():
- pythonmodules.install(pyVer = "3")
+ python3modules.install()
pisitools.rename("/usr/bin/pip", "pip3")
pisitools.dodoc("LICENSE*")
@@ -23,4 +23,4 @@ def install():
# Build documentation
#shelltools.system("sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python3|' %s/usr/lib/python3.*/site-packages/pip/__init__.py" % get.installDIR())
- #shelltools.system("python3 -m compileall %s/usr/lib/python3.*/site-packages/pip/__init__.py" % get.installDIR())
\ No newline at end of file
+ #shelltools.system("python3 -m compileall %s/usr/lib/python3.*/site-packages/pip/__init__.py" % get.installDIR())
diff --git a/programming/language/python3/pip3/pspec.xml b/programming/language/python3/pip3/pspec.xml
index 83dd20f66c..b0d009a9f3 100644
--- a/programming/language/python3/pip3/pspec.xml
+++ b/programming/language/python3/pip3/pspec.xml
@@ -12,9 +12,9 @@
MIT
The PyPA recommended tool for installing Python packages
The PyPA recommended tool for installing Python packages
- https://github.com/pypa/pip/archive/22.1.2.tar.gz
+ https://github.com/pypa/pip/archive/24.3.1.tar.gz
- python3-setuptools
+ python3-build
python3-devel
@@ -36,6 +36,13 @@
+
+ 2025-01-15
+ 24.3.1
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2023-10-16
22.1.2
diff --git a/programming/language/python3/python3-pytest/actions.py b/programming/language/python3/python3-pytest/actions.py
index 86c70b0ed7..ca91de3504 100644
--- a/programming/language/python3/python3-pytest/actions.py
+++ b/programming/language/python3/python3-pytest/actions.py
@@ -6,12 +6,12 @@
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
-from pisi.actionsapi import pythonmodules
+from pisi.actionsapi import python3modules
-shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","6.2.4")
+shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","8.3.4")
def build():
- pythonmodules.compile(pyVer="3")
+ python3modules.compile()
def install():
- pythonmodules.install(pyVer="3")
+ python3modules.install()
diff --git a/programming/language/python3/python3-pytest/pspec.xml b/programming/language/python3/python3-pytest/pspec.xml
index 72c2d1baf1..66c7d8b312 100644
--- a/programming/language/python3/python3-pytest/pspec.xml
+++ b/programming/language/python3/python3-pytest/pspec.xml
@@ -13,12 +13,12 @@
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/e5/d0/18209bb95db8ee693a9a04fe056ab0663c6d6b1baf67dd50819dd9cd4bd7/pytest-7.4.2.tar.gz
+ https://files.pythonhosted.org/packages/05/35/30e0d83068951d90a01852cb1cef56e5d8a09d20c7f511634cc2f7e0372a/pytest-8.3.4.tar.gz
pip3
python3-six
python3-devel
- python3-setuptools
+ python3-build
python3-setuptools-scm
@@ -45,6 +45,13 @@
+
+ 2025-01-15
+ 8.3.4
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2023-10-16
7.4.2