update to 1.0.3 [release 1.0.3-1mamba;Sun Apr 04 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 10:45:30 +01:00
parent ed36936d30
commit d312bdc122

View File

@ -1,5 +1,5 @@
Name: python-arrow Name: python-arrow
Version: 0.17.0 Version: 1.0.3
Release: 1mamba Release: 1mamba
Summary: Better dates and times for Python Summary: Better dates and times for Python
Group: System/Libraries Group: System/Libraries
@ -7,19 +7,22 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org> Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: https://arrow.readthedocs.org URL: https://arrow.readthedocs.org
Source: https://pypi.python.org/packages/source/a/arrow/arrow-%{version}.tar.gz Source: https://pypi.debian.net/arrow/arrow-%{version}.tar.gz
License: Apache License 2.0 License: Apache License 2.0
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel BuildRequires: libpython3-devel
BuildRequires: python3.7dist(python-dateutil)
BuildRequires: python3.7dist(typing-extensions)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: python >= %python_version
Requires: python-dateutil
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildArch: noarch BuildArch: noarch
%description %description
%{summary}. %{summary}.
%if "%{?with_pyver}"
%pyver_package
%endif
%prep %prep
%setup -q -n arrow-%{version} %setup -q -n arrow-%{version}
@ -35,12 +38,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--install-lib=%{python_sitearch} \ --install-lib=%{python_sitearch} \
--record=%{name}.filelist --record=%{name}.filelist
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{name}.filelist %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%dir %{python_sitearch}/arrow-%{version}-py*.egg-info
%{python_sitearch}/arrow-%{version}-py*.egg-info/*
%changelog %changelog
* Sun Apr 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.3-1mamba
- update to 1.0.3
* Wed Oct 07 2020 Automatic Build System <autodist@mambasoft.it> 0.17.0-1mamba * Wed Oct 07 2020 Automatic Build System <autodist@mambasoft.it> 0.17.0-1mamba
- automatic version update by autodist - automatic version update by autodist