diff --git a/programming/language/python3/python3-filelock/actions.py b/programming/language/python3/python3-filelock/actions.py
index 1eee91d6bb..686e9a4171 100644
--- a/programming/language/python3/python3-filelock/actions.py
+++ b/programming/language/python3/python3-filelock/actions.py
@@ -4,10 +4,10 @@
# 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
def build():
- pythonmodules.compile(pyVer="3")
+ python3modules.compile()
def install():
- pythonmodules.install(pyVer="3")
+ python3modules.install()
diff --git a/programming/language/python3/python3-filelock/pspec.xml b/programming/language/python3/python3-filelock/pspec.xml
index 946e4fd75c..fcd2bfa6d7 100644
--- a/programming/language/python3/python3-filelock/pspec.xml
+++ b/programming/language/python3/python3-filelock/pspec.xml
@@ -13,10 +13,12 @@
library
A platform independent file lock for Python.
python3-filelock contains a single module, which implements a platform independent file lock in Python, which provides a simple way of inter-process communication.
- https://github.com/tox-dev/py-filelock/archive/refs/tags/3.3.1.tar.gz
+ https://files.pythonhosted.org/packages/db/97/3f028f216da17ab0500550a6bb0f26bf39b07848348f63cce44b89829af9/filelock-3.13.3.tar.gz
- python3-setuptools
+ python3-build
python3-devel
+ python3-hatch-vcs
+ python3-hatchling
@@ -25,6 +27,8 @@
A platform independent file lock for Python.
python3
+ python3-hatch-vcs
+ python3-hatchling
/usr/share/doc/python3-filelock
@@ -33,6 +37,13 @@
+
+ 2024-10-13
+ 3.13.3
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2023-10-17
3.3.1