!5 Update package to version 1.3.0

From: @desert-sailor 
Reviewed-by: @han-guangyu 
Signed-off-by: @han-guangyu
This commit is contained in:
openeuler-ci-bot 2024-02-05 01:50:17 +00:00 committed by Gitee
commit 1dc97ca6b3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
arrow-1.3.0.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.2.3
Version: 1.3.0
Release: 1
Summary: Better dates & times for Python
License: Apache-2.0
URL: https://arrow.readthedocs.io
Source0: https://files.pythonhosted.org/packages/7f/c0/c601ea7811f422700ef809f167683899cdfddec5aa3f83597edf97349962/arrow-1.2.3.tar.gz
Source0: https://files.pythonhosted.org/packages/2e/00/0f6e8fcdb23ea632c866620cc872729ff43ed91d284c866b515c6342b173/arrow-1.3.0.tar.gz
BuildArch: noarch
%description
Arrow: Better dates & times for Python.
@ -33,7 +33,7 @@ Provides: python3-arrow-doc
Arrow: Better dates & times for Python.
%prep
%autosetup -n arrow-%{version}
%autosetup -n arrow-%{version} -p1
%build
%py3_build
@ -74,6 +74,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Tue Jan 30 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 1.3.0-1
- Update package to version 1.3.0
* Tue Dec 06 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 1.2.3-1
- Update package to version 1.2.3