diff --git a/programming/language/python3/python3-zipp/actions.py b/programming/language/python3/python3-zipp/actions.py index f41ad4d529..311e565278 100644 --- a/programming/language/python3/python3-zipp/actions.py +++ b/programming/language/python3/python3-zipp/actions.py @@ -4,13 +4,13 @@ # 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 -shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","3.1.0") +# shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","3.1.0") def build(): - pythonmodules.compile(pyVer="3") + python3modules.compile(pyVer="3") def install(): - pythonmodules.install(pyVer="3") \ No newline at end of file + python3modules.install(pyVer="3") diff --git a/programming/language/python3/python3-zipp/pspec.xml b/programming/language/python3/python3-zipp/pspec.xml index 1c5fcbab47..547486c828 100644 --- a/programming/language/python3/python3-zipp/pspec.xml +++ b/programming/language/python3/python3-zipp/pspec.xml @@ -13,11 +13,11 @@ library A pathlib-compatible Zipfile object wrapper. A pathlib-compatible Zipfile object wrapper. A backport of the Path object. - https://files.pythonhosted.org/packages/38/f9/4fa6df2753ded1bcc1ce2fdd8046f78bd240ff7647f5c9bcf547c0df77e3/zipp-3.4.1.tar.gz + https://files.pythonhosted.org/packages/3f/50/bad581df71744867e9468ebd0bcd6505de3b275e06f202c2cb016e3ff56f/zipp-3.21.0.tar.gz pip3 python3-setuptools-scm - python3-setuptools + python3-build python3-devel python3-toml @@ -36,6 +36,13 @@ + + 2025-01-06 + 3.21.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2023-10-16 3.4.1