!2 Update package arrow of version 1.2.2

From: @A_L_I_E_Z 
Reviewed-by: @huangtianhua 
Signed-off-by: @huangtianhua
This commit is contained in:
openeuler-ci-bot 2022-06-01 08:24:55 +00:00 committed by Gitee
commit 4094c6cc00
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 6 deletions

Binary file not shown.

BIN
arrow-1.2.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-arrow
Version: 1.0.3
Version: 1.2.2
Release: 1
Summary: Better dates & times for Python
License: Apache-2.0
URL: https://arrow.readthedocs.io
Source0: https://files.pythonhosted.org/packages/f6/72/e8c899f0eef9c0131ffdb1bc25d79ff65c60411f831ab17d29e3809f5812/arrow-1.0.3.tar.gz
Source0: https://files.pythonhosted.org/packages/48/28/30a5748af715b0ab9c2b81cf08bd9e261e47a6261e247553afb7f6421b24/arrow-1.2.2.tar.gz
BuildArch: noarch
%description
Arrow: Better dates & times for Python.
@ -33,14 +33,14 @@ Provides: python3-arrow-doc
Arrow: Better dates & times for Python.
%prep
%autosetup -n arrow-1.0.3
%autosetup -n arrow-%{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
@ -67,14 +67,15 @@ popd
mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%files -n python3-arrow -f filelist.lst
%dir %{python3_sitelib}/*
%files help -f doclist.lst
%{_docdir}/*
%changelog
* Wed Jun 01 2022 OpenStack_SIG <openstack@openeuler.org> - 1.2.2-1
- Upgrade package python3-arrow to version 1.2.2
* Thu Jul 29 2021 OpenStack_SIG <openstack@openeuler.org> - 1.0.3-1
- Package Spec generate