diff --git a/system/base/plyvel/actions.py b/system/base/plyvel/actions.py
index ad02075d..7f5652ce 100644
--- a/system/base/plyvel/actions.py
+++ b/system/base/plyvel/actions.py
@@ -15,6 +15,6 @@ def build():
def install():
pythonmodules.install()
- shelltools.chmod("%s/usr/lib/python2.7/site-packages/plyvel-1.4.0-py2.7.egg-info/top_level.txt" % get.installDIR(), 0644)
- shelltools.chmod("%s/usr/lib/python2.7/site-packages/plyvel-1.4.0-py2.7.egg-info/PKG-INFO" % get.installDIR(), 0644)
+ shelltools.chmod("%s/usr/lib/python2.7/site-packages/plyvel-%s-py2.7.egg-info/top_level.txt" % (get.installDIR(), get.srcVERSION()), 0644)
+ shelltools.chmod("%s/usr/lib/python2.7/site-packages/plyvel-%s-py2.7.egg-info/PKG-INFO" % (get.installDIR(), get.srcVERSION()), 0644)
pisitools.dodoc("*.rst")
diff --git a/system/base/plyvel/pspec.xml b/system/base/plyvel/pspec.xml
index 95a9d588..cb4ddeb7 100644
--- a/system/base/plyvel/pspec.xml
+++ b/system/base/plyvel/pspec.xml
@@ -10,7 +10,7 @@
app:console
Plyvel, a fast and feature-rich Python interface to LevelDB.
Plyvel has a rich feature set, high performance, and a friendly Pythonic API.
- https://github.com/wbolster/plyvel/archive/refs/tags/1.4.0.tar.gz
+ https://github.com/wbolster/plyvel/archive/refs/tags/1.5.1.tar.gz
cython
python-devel
@@ -32,6 +32,13 @@
+
+ 2026-02-13
+ 1.5.1
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2022-06-26
1.4.0