Merge pull request #2358 from Rmys/master

plyvel-1.5.1
This commit is contained in:
Rmys
2026-02-13 17:35:13 +03:00
committed by GitHub
2 changed files with 10 additions and 3 deletions
+2 -2
View File
@@ -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")
+8 -1
View File
@@ -10,7 +10,7 @@
<IsA>app:console</IsA>
<Summary>Plyvel, a fast and feature-rich Python interface to LevelDB.</Summary>
<Description>Plyvel has a rich feature set, high performance, and a friendly Pythonic API.</Description>
<Archive sha1sum="5956ae01eaa20ada345449a85c6343e10f4a3bc5" type="targz">https://github.com/wbolster/plyvel/archive/refs/tags/1.4.0.tar.gz</Archive>
<Archive sha1sum="89267b3d7497fd8fdc2e5c74590c977ad74fa9bb" type="targz">https://github.com/wbolster/plyvel/archive/refs/tags/1.5.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>cython</Dependency>
<Dependency>python-devel</Dependency>
@@ -32,6 +32,13 @@
</Package>
<History>
<Update release="9">
<Date>2026-02-13</Date>
<Version>1.5.1</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2022-06-26</Date>
<Version>1.4.0</Version>