diff --git a/arrow-1.0.3.tar.gz b/arrow-1.0.3.tar.gz deleted file mode 100644 index cfc6029..0000000 Binary files a/arrow-1.0.3.tar.gz and /dev/null differ diff --git a/arrow-1.2.2.tar.gz b/arrow-1.2.2.tar.gz new file mode 100644 index 0000000..54d9f8f Binary files /dev/null and b/arrow-1.2.2.tar.gz differ diff --git a/python-arrow.spec b/python-arrow.spec index 53b396a..4b12369 100644 --- a/python-arrow.spec +++ b/python-arrow.spec @@ -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 - 1.2.2-1 +- Upgrade package python3-arrow to version 1.2.2 + * Thu Jul 29 2021 OpenStack_SIG - 1.0.3-1 - Package Spec generate