2020-08-07 06:17:52 +03:00
|
|
|
Summary: Extensions to the standard Python datetime module
|
|
|
|
Name: python-dateutil
|
|
|
|
Version: 2.7.3
|
2021-11-25 00:06:58 +03:00
|
|
|
Release: 5%{?dist}
|
|
|
|
License: ASL 2.0 AND BSD
|
2020-08-07 06:17:52 +03:00
|
|
|
Vendor: Microsoft Corporation
|
|
|
|
Distribution: Mariner
|
2021-11-25 00:06:58 +03:00
|
|
|
Group: Development/Languages/Python
|
|
|
|
URL: https://pypi.python.org/pypi/python-dateutil
|
2020-08-07 06:17:52 +03:00
|
|
|
Source0: https://files.pythonhosted.org/packages/a0/b0/a4e3241d2dee665fea11baec21389aec6886655cd4db7647ddf96c3fad15/%{name}-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
The dateutil module provides powerful extensions to the datetime module available in the Python standard library.
|
|
|
|
|
|
|
|
%package -n python3-dateutil
|
2021-11-25 00:06:58 +03:00
|
|
|
Summary: Extensions to the standard Python datetime module
|
2020-08-07 06:17:52 +03:00
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
BuildRequires: python3-setuptools_scm
|
|
|
|
BuildRequires: python3-xml
|
|
|
|
Requires: python3
|
|
|
|
Requires: python3-six
|
|
|
|
|
|
|
|
%description -n python3-dateutil
|
2021-11-25 00:06:58 +03:00
|
|
|
The dateutil module provides powerful extensions to the datetime module available in the Python standard library.
|
2020-08-07 06:17:52 +03:00
|
|
|
|
|
|
|
%prep
|
2021-11-25 00:06:58 +03:00
|
|
|
%autosetup -n python-dateutil-%{version}
|
2020-08-07 06:17:52 +03:00
|
|
|
|
|
|
|
%build
|
2021-11-25 00:06:58 +03:00
|
|
|
%py3_build
|
2020-08-07 06:17:52 +03:00
|
|
|
|
|
|
|
%install
|
2021-11-25 00:06:58 +03:00
|
|
|
%py3_install
|
2020-08-07 06:17:52 +03:00
|
|
|
|
|
|
|
%check
|
2021-11-25 00:06:58 +03:00
|
|
|
%python3 setup.py test
|
2020-08-07 06:17:52 +03:00
|
|
|
|
|
|
|
%files -n python3-dateutil
|
|
|
|
%defattr(-,root,root)
|
2021-11-25 00:06:58 +03:00
|
|
|
%license LICENSE
|
2020-08-07 06:17:52 +03:00
|
|
|
%{python3_sitelib}/*
|
|
|
|
|
|
|
|
%changelog
|
2021-11-25 00:06:58 +03:00
|
|
|
* Wed Oct 20 2021 Thomas Crain <thcrain@microsoft.com> - 2.7.3-5
|
|
|
|
- Add license to python3 package
|
|
|
|
- Remove python2 package
|
|
|
|
- Lint spec
|
|
|
|
|
2021-08-19 23:46:51 +03:00
|
|
|
* Sat May 09 2020 Nick Samson <nisamson@microsoft.com> - 2.7.3-4
|
2020-08-07 06:17:52 +03:00
|
|
|
- Added %%license line automatically
|
|
|
|
|
2021-11-25 00:06:58 +03:00
|
|
|
* Thu Apr 23 2020 Pawel Winogrodzki <pawelwi@microsoft.com> - 2.7.3-3
|
|
|
|
- License verified.
|
|
|
|
- Fixed 'Source0' tag.
|
|
|
|
|
|
|
|
* Tue Sep 03 2019 Mateusz Malisz <mamalisz@microsoft.com> - 2.7.3-2
|
|
|
|
- Initial CBL-Mariner import from Photon (license: Apache2).
|
|
|
|
|
|
|
|
* Fri Sep 14 2018 Tapas Kundu <tkundu@vmware.com> - 2.7.3-1
|
|
|
|
- Updated to release 2.7.3
|
|
|
|
|
|
|
|
* Sun Jan 07 2018 Kumar Kaushik <kaushikk@vmware.com> - 2.6.1-1
|
|
|
|
- Initial packaging for photon.
|