update package
This commit is contained in:
parent
376792eba5
commit
f6fa66e7fe
Binary file not shown.
BIN
persist-queue-0.8.0.tar.gz
Normal file
BIN
persist-queue-0.8.0.tar.gz
Normal file
Binary file not shown.
@ -1,28 +1,24 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-persist-queue
|
Name: python-persist-queue
|
||||||
Version: 0.7.0
|
Version: 0.8.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A thread-safe disk based persistent queue in Python.
|
Summary: A thread-safe disk based persistent queue in Python.
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: http://github.com/peter-wangxu/persist-queue
|
URL: http://github.com/peter-wangxu/persist-queue
|
||||||
Source0: https://files.pythonhosted.org/packages/ad/ec/bcdc43adc74d2b5c890441a758ea5c6584e1b3132ec0064836d281115c5b/persist-queue-0.7.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/33/93/eecf4cd9f8d6ee6e08d51339bc11a4ec89eed01f92ff9c0cfbdf185e10a2/persist-queue-0.8.0.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Requires: python3-msgpack
|
||||||
|
Requires: python3-PyMySQL
|
||||||
|
Requires: python3-DBUtils
|
||||||
|
|
||||||
%description
|
%description
|
||||||
persist-queue A thread-safe, disk-based queue for Python
|
persist-queue A thread-safe, disk-based queue for Python
|
||||||
|
|
||||||
%package -n python3-persist-queue
|
%package -n python3-persist-queue
|
||||||
Summary: A thread-safe disk based persistent queue in Python.
|
Summary: A thread-safe disk based persistent queue in Python.
|
||||||
Provides: python-persist-queue
|
Provides: python-persist-queue
|
||||||
# Base build requires
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-pbr
|
|
||||||
BuildRequires: python3-pip
|
|
||||||
BuildRequires: python3-wheel
|
|
||||||
# General requires
|
|
||||||
BuildRequires: python3-msgpack
|
|
||||||
# General requires
|
|
||||||
Requires: python3-msgpack
|
|
||||||
%description -n python3-persist-queue
|
%description -n python3-persist-queue
|
||||||
persist-queue A thread-safe, disk-based queue for Python
|
persist-queue A thread-safe, disk-based queue for Python
|
||||||
|
|
||||||
@ -40,7 +36,6 @@ persist-queue A thread-safe, disk-based queue for Python
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
||||||
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
||||||
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
||||||
@ -77,6 +72,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 08 2022 liqiuyu <liqiuyu@kylinos.cn> - 0.8.0-1
|
||||||
|
- Upgrade package to version 0.8.0
|
||||||
|
|
||||||
* Fri Jul 01 2022 OpenStack_SIG <openstack@openeuler.org> - 0.7.0-1
|
* Fri Jul 01 2022 OpenStack_SIG <openstack@openeuler.org> - 0.7.0-1
|
||||||
- Upgrade package python3-persist-queue to version 0.7.0
|
- Upgrade package python3-persist-queue to version 0.7.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user