diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 06:39:02 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 06:39:02 +0000 |
commit | 77bb9cbe1f5587fbab8903ae0a2a3b63f884af66 (patch) | |
tree | e662811ae2acdaa7dfd83a8bc77ef008af8aedb6 | |
parent | be1b8a84ebb87ca924d09a460a58f3d1bb704735 (diff) |
automatic import of python-partdopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-partd.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /partd-1.3.0.tar.gz +/partd-1.4.0.tar.gz diff --git a/python-partd.spec b/python-partd.spec index b52d671..6c5f85b 100644 --- a/python-partd.spec +++ b/python-partd.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-partd -Version: 1.3.0 +Version: 1.4.0 Release: 1 Summary: Appendable key-value storage License: BSD URL: http://github.com/dask/partd/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/40/27/aaf5dd27fd949e95279e829d2c838f5fde533395765966fe1e55004adf3b/partd-1.3.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9b/e5/d99a623103c664bb6a8702909b8abfeecbd54ee89b5efd9bdb5fa4a15cff/partd-1.4.0.tar.gz BuildArch: noarch Requires: python3-locket @@ -49,7 +49,7 @@ Key-value byte store with appendable values Partd excels at shuffling operations. %prep -%autosetup -n partd-1.3.0 +%autosetup -n partd-1.4.0 %build %py3_build @@ -89,5 +89,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.0-1 - Package Spec generated @@ -1 +1 @@ -d82378ef76b93ac3f321e8d61ac9c16c partd-1.3.0.tar.gz +b1b31036992ad5892d32972128f15550 partd-1.4.0.tar.gz |