Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
d456b8fc74
!17 Update package to version 5.3.2
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-11-20 09:38:51 +00:00
jxy_git
bce1fa1aa5 Update package to version 5.3.2 2023-11-20 17:19:34 +08:00
openeuler-ci-bot
6087ec6bf0
!16 更新至5.3.1版本
From: @Jason_828e 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-06-29 06:43:13 +00:00
ZixuanChen
4927a6bf5c Updated tar and spec to 5.3.1 and fixed log 2023-06-27 16:47:19 +08:00
openeuler-ci-bot
b344c6484f
!15 Upgrade 5.3.0
From: @cherry530 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-04-07 09:07:19 +00:00
cherry530
6ac3140f4f Upgrade 5.3.0
Signed-off-by: cherry530 <707078654@qq.com>
2023-04-07 14:16:32 +08:00
openeuler-ci-bot
2ba2d428c6
!9 Package upgrade
From: @xigaoxinyan 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-07-01 05:28:35 +00:00
xigaoxinyan
cb180fabd1 Package upgrade 2022-06-28 20:13:18 +08:00
openeuler-ci-bot
9d4b304cc6 !8 Upgrade package version for OpenStack Wallaby support
From: @sean-lau
Reviewed-by: @huangtianhua
Signed-off-by:
2021-08-03 08:58:39 +00:00
sean-lau
ac2289b8ab Add package for OpenStack Wallaby support 2021-08-03 16:09:13 +08:00
3 changed files with 43 additions and 20 deletions

Binary file not shown.

BIN
cachetools-5.3.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,13 +1,12 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-cachetools Name: python-cachetools
Version: 4.1.1 Version: 5.3.2
Release: 1 Release: 1
Summary: Extensible memoizing collections and decorators Summary: Extensible memoizing collections and decorators
License: MIT License: MIT
URL: https://github.com/tkem/cachetools/ URL: https://github.com/tkem/cachetools/
Source0: https://files.pythonhosted.org/packages/fc/c8/0b52cf3132b4b85c9e83faa3e4d375575afeb3a1710c40b2b2cd2a3e5635/cachetools-4.1.1.tar.gz Source0: https://github.com/tkem/cachetools/archive/regs/tags/v%{version}.tar.gz#/cachetools-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
This module provides various memoizing collections and decorators, This module provides various memoizing collections and decorators,
including variants of the Python Standard Library's `@lru_cache`_ including variants of the Python Standard Library's `@lru_cache`_
@ -16,15 +15,19 @@ function decorator.
%package -n python3-cachetools %package -n python3-cachetools
Summary: Extensible memoizing collections and decorators Summary: Extensible memoizing collections and decorators
Provides: python-cachetools Provides: python-cachetools
# Base build requires
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-pbr
BuildRequires: python3-pip
BuildRequires: python3-wheel
%description -n python3-cachetools %description -n python3-cachetools
This module provides various memoizing collections and decorators, This module provides various memoizing collections and decorators,
including variants of the Python Standard Library's `@lru_cache`_ including variants of the Python Standard Library's `@lru_cache`_
function decorator. function decorator.
%package help %package help
Summary: Development documents and examples for cachetools Summary: Extensible memoizing collections and decorators
Provides: python3-cachetools-doc Provides: python3-cachetools-doc
%description help %description help
This module provides various memoizing collections and decorators, This module provides various memoizing collections and decorators,
@ -37,6 +40,7 @@ function decorator.
%build %build
%py3_build %py3_build
%install %install
%py3_install %py3_install
install -d -m755 %{buildroot}/%{_pkgdocdir} install -d -m755 %{buildroot}/%{_pkgdocdir}
@ -65,12 +69,31 @@ popd
mv %{buildroot}/filelist.lst . mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst . mv %{buildroot}/doclist.lst .
%check
%{__python3} setup.py test
%files -n python3-cachetools -f filelist.lst %files -n python3-cachetools -f filelist.lst
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
%files help -f doclist.lst %files help -f doclist.lst
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Nov 20 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 5.3.2-1
- Update package to version 5.3.2
* Tue Jun 27 2023 ZixuanChen <chenzixuan@kylinos.cn> - 5.3.1-1
- Upgrade to version 5.3.1
* Fri Apr 07 2023 xu_ping <707078654@qq.com> - 5.3.0-1
- Upgrade to version 5.3.0
* Thu Jun 23 2022 SimpleUpdate Robot <tc@openeuler.org> - 5.2.0-1
- Upgrade to version 5.2.0
* Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 4.2.1-1
- Upgrade to version 4.2.1
* Fri Oct 09 2020 Python_Bot <Python_Bot@openeuler.org> * Fri Oct 09 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated