diff --git a/programming/language/python3/python3-cffi/pspec.xml b/programming/language/python3/python3-cffi/pspec.xml index 6a640954aa..c26da2a026 100644 --- a/programming/language/python3/python3-cffi/pspec.xml +++ b/programming/language/python3/python3-cffi/pspec.xml @@ -13,7 +13,7 @@ library Foreign Function Interface for Python calling C code Foreign Function Interface for Python calling C code - https://foss.heptapod.net/pypy/cffi/-/archive/v1.15.1/cffi-v1.15.1.tar.gz + https://github.com/python-cffi/cffi/archive/refs/tags/v1.16.0.tar.gz python3-setuptools python3-devel @@ -37,6 +37,13 @@ + + 2024-04-09 + 1.16.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-17 1.15.1 diff --git a/programming/language/python3/python3-iso8601/actions.py b/programming/language/python3/python3-iso8601/actions.py index d5462c4b0f..895c9727ea 100644 --- a/programming/language/python3/python3-iso8601/actions.py +++ b/programming/language/python3/python3-iso8601/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 pisitools def build(): - pythonmodules.compile(pyVer="3") + python3modules.compile(pyVer="3") def install(): - pythonmodules.install(pyVer="3") + python3modules.install(pyVer="3") # pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README") diff --git a/programming/language/python3/python3-iso8601/pspec.xml b/programming/language/python3/python3-iso8601/pspec.xml index 9cf81c6f58..4719f29b87 100644 --- a/programming/language/python3/python3-iso8601/pspec.xml +++ b/programming/language/python3/python3-iso8601/pspec.xml @@ -13,10 +13,12 @@ Simple module to parse ISO 8601 dates python3-iso8601 ISO 8601 tarihlerini ayrıştırmak için basit modül - https://files.pythonhosted.org/packages/31/8c/1c342fdd2f4af0857684d16af766201393ef53318c15fa785fcb6c3b7c32/iso8601-1.1.0.tar.gz + https://files.pythonhosted.org/packages/b9/f3/ef59cee614d5e0accf6fd0cbba025b93b272e626ca89fb70a3e9187c5d15/iso8601-2.1.0.tar.gz + python3-build python3-devel - python3-setuptools + python3-pyproject-hook + python3-poetry-core