diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-lmdb.spec | 14 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 12 insertions, 5 deletions
@@ -1 +1,2 @@ /lmdb-1.4.0.tar.gz +/lmdb-1.4.1.tar.gz diff --git a/python-lmdb.spec b/python-lmdb.spec index 7de0d71..069f2bf 100644 --- a/python-lmdb.spec +++ b/python-lmdb.spec @@ -1,17 +1,19 @@ %global _empty_manifest_terminate_build 0 Name: python-lmdb -Version: 1.4.0 +Version: 1.4.1 Release: 1 Summary: Universal Python binding for the LMDB 'Lightning' Database License: OLDAP-2.8 URL: http://github.com/jnwatson/py-lmdb/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fd/78/4cdc5927d5f3c3c86c4da0108c2eeba544cd67e773232164d59f3e442ff0/lmdb-1.4.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/de/13/dd9b0c1924f0becc93e0bacd123a4e7a347966e3e74753ace3b1e85acc39/lmdb-1.4.1.tar.gz %description Universal Python binding for the LMDB 'Lightning' Database + + %package -n python3-lmdb Summary: Universal Python binding for the LMDB 'Lightning' Database Provides: python-lmdb @@ -25,6 +27,8 @@ BuildRequires: gdb Universal Python binding for the LMDB 'Lightning' Database + + %package help Summary: Development documents and examples for lmdb Provides: python3-lmdb-doc @@ -32,8 +36,10 @@ Provides: python3-lmdb-doc Universal Python binding for the LMDB 'Lightning' Database + + %prep -%autosetup -n lmdb-1.4.0 +%autosetup -n lmdb-1.4.1 %build %py3_build @@ -73,5 +79,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.1-1 - Package Spec generated @@ -1 +1 @@ -230103e2cd8efbca8ee7cf29151afd0d lmdb-1.4.0.tar.gz +d216e0220c625aa72de2acc158e81a0e lmdb-1.4.1.tar.gz |