diff --git a/dogpile.cache-1.1.2.tar.gz b/dogpile.cache-1.1.2.tar.gz deleted file mode 100644 index 3bbf7d01ce0d045c3c7c8579cf8e0b77262c70e9..0000000000000000000000000000000000000000 Binary files a/dogpile.cache-1.1.2.tar.gz and /dev/null differ diff --git a/dogpile.cache-1.1.5.tar.gz b/dogpile.cache-1.1.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..821fc0318998a65b2460efef85133df888e2aec3 Binary files /dev/null and b/dogpile.cache-1.1.5.tar.gz differ diff --git a/python-dogpile.cache.spec b/python-dogpile.cache.spec index 2529cd33c91892c316f2de92b36e3501b42f0799..8bc09690426af013c1fbb9a682fdf81a57fc1216 100644 --- a/python-dogpile.cache.spec +++ b/python-dogpile.cache.spec @@ -1,40 +1,42 @@ %global _empty_manifest_terminate_build 0 -Name: python-dogpile-cache -Version: 1.1.2 -Release: 1 -Summary: A caching front-end based on the Dogpile lock. -License: MIT -URL: https://github.com/sqlalchemy/dogpile.cache -Source0: https://files.pythonhosted.org/packages/55/51/24484f0f713f3499da44f5b4483cf0e5b5284572980530065b97b3d41c83/dogpile.cache-1.1.2.tar.gz -BuildArch: noarch +Name: python-dogpile-cache +Version: 1.1.5 +Release: 1 +Summary: A caching front-end based on the Dogpile lock. +License: MIT +URL: https://github.com/sqlalchemy/dogpile.cache +Source0: https://files.pythonhosted.org/packages/0e/94/73c2d93c9e3293115e5b831da50d6dcb20959a424309e2ddcc485238e0ce/dogpile.cache-1.1.5.tar.gz +BuildArch: noarch %description A caching front-end based on the Dogpile lock. - %package -n python3-dogpile-cache -Summary: A caching front-end based on the Dogpile lock. -Provides: python-dogpile-cache -BuildRequires: python3-devel -BuildRequires: python3-setuptools +Summary: A caching front-end based on the Dogpile lock. +Provides: python-dogpile-cache +# Base build requires +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pbr +BuildRequires: python3-pip +BuildRequires: python3-wheel %description -n python3-dogpile-cache A caching front-end based on the Dogpile lock. - %package help -Summary: Development documents and examples for dogpile.cache -Provides: python3-dogpile-cache-doc +Summary: A caching front-end based on the Dogpile lock. +Provides: python3-dogpile-cache-doc %description help A caching front-end based on the Dogpile lock. - %prep -%autosetup -n dogpile.cache-1.1.2 +%autosetup -n dogpile.cache-%{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 @@ -42,20 +44,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 . @@ -71,6 +73,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue May 31 2022 OpenStack_SIG - 1.1.5-1 +- Upgrade package python3-dogpile-cache to version 1.1.5 + * Fri Jul 09 2021 openstack-sig - Package Spec generated