diff --git a/pymemcache-3.4.1.tar.gz b/pymemcache-3.4.1.tar.gz deleted file mode 100644 index fdbd783..0000000 Binary files a/pymemcache-3.4.1.tar.gz and /dev/null differ diff --git a/pymemcache-3.5.1.tar.gz b/pymemcache-3.5.1.tar.gz new file mode 100644 index 0000000..78e797c Binary files /dev/null and b/pymemcache-3.5.1.tar.gz differ diff --git a/python-pymemcache.spec b/python-pymemcache.spec index 6113d6a..5b4027d 100644 --- a/python-pymemcache.spec +++ b/python-pymemcache.spec @@ -1,44 +1,46 @@ %global _empty_manifest_terminate_build 0 -Name: python-pymemcache -Version: 3.4.1 -Release: 1 -Summary: A comprehensive, fast, pure Python memcached client -License: Apache-2.0 -URL: https://github.com/pinterest/pymemcache -Source0: https://files.pythonhosted.org/packages/fa/90/58c55a4368155d16c1470de68dbead7f011dcca9ffd24f68fd7eec7e4b08/pymemcache-3.4.1.tar.gz -BuildArch: noarch +Name: python-pymemcache +Version: 3.5.1 +Release: 1 +Summary: A comprehensive, fast, pure Python memcached client +License: Apache-2.0 +URL: https://github.com/pinterest/pymemcache +Source0: https://files.pythonhosted.org/packages/08/7f/ada57782302075b17f66192883379889a50df9b44635e33f19b687ab73e5/pymemcache-3.5.1.tar.gz +BuildArch: noarch %description A comprehensive, fast, pure Python memcached client - %package -n python3-pymemcache -Summary: A comprehensive, fast, pure Python memcached client -Provides: python-pymemcache -BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-pip +Summary: A comprehensive, fast, pure Python memcached client +Provides: python-pymemcache +# Base build requires +BuildRequires: python3-devel +BuildRequires: python3-setuptools BuildRequires: python3-pbr +BuildRequires: python3-pip +BuildRequires: python3-wheel +# General requires BuildRequires: python3-six -Requires: python3-six +# General requires +Requires: python3-six %description -n python3-pymemcache A comprehensive, fast, pure Python memcached client - %package help -Summary: Development documents and examples for pymemcache -Provides: python3-pymemcache-doc +Summary: A comprehensive, fast, pure Python memcached client +Provides: python3-pymemcache-doc %description help A comprehensive, fast, pure Python memcached client - %prep -%autosetup -n pymemcache-3.4.1 +%autosetup -n pymemcache-%{version} %build %py3_build %install %py3_install + install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -46,20 +48,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -72,5 +74,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon May 30 2022 OpenStack_SIG - 3.5.1-1 +- Upgrade package python3-pymemcache to version 3.5.1 + * Fri Jul 09 2021 openstack-sig - Package Spec generated