* Thu Mar 05 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.1.12-1
- Update to latest upstream release 0.1.12 (rhbz#1792662)
This commit is contained in:
parent
6440767306
commit
534c1cb818
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ iso8601-0.1.4.tar.gz
|
||||
/iso8601-0.1.8.tar.gz
|
||||
/iso8601-0.1.10.tar.gz
|
||||
/iso8601-0.1.11.tar.gz
|
||||
/iso8601-0.1.12.tar.gz
|
||||
|
||||
@ -1,39 +1,38 @@
|
||||
%{!?upstream_version: %global upstream_version %{version}%{?milestone}}
|
||||
|
||||
%global srcname iso8601
|
||||
%global sum Simple module to parse ISO 8601 dates
|
||||
%global pkgdesc \
|
||||
This module parses the most common forms of ISO 8601 date strings \
|
||||
(e.g. 2007-01-14T20:34:22+00:00) into datetime objects.
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.1.11
|
||||
Release: 17%{?dist}
|
||||
Summary: %{sum}
|
||||
Version: 0.1.12
|
||||
Release: 1%{?dist}
|
||||
Summary: Simple module to parse ISO 8601 dates
|
||||
|
||||
License: MIT
|
||||
URL: http://pypi.python.org/pypi/%{srcname}/
|
||||
Source0: http://pypi.python.org/packages/source/i/%{srcname}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
URL: https://bitbucket.org/micktwomey/pyiso8601
|
||||
Source0: %{pypi_source}
|
||||
BuildArch: noarch
|
||||
|
||||
%description %{pkgdesc}
|
||||
|
||||
%package -n python%{python3_pkgversion}-%{srcname}
|
||||
Summary: %{sum}
|
||||
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
|
||||
Summary: %{summary}
|
||||
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
|
||||
|
||||
%description -n python%{python3_pkgversion}-%{srcname} %{pkgdesc}
|
||||
|
||||
%if 0%{?with_python3_other}
|
||||
%package -n python%{python3_other_pkgversion}-%{srcname}
|
||||
Summary: %{sum}
|
||||
%{?python_provide:%python_provide python%{python3_other_pkgversion}-%{srcname}}
|
||||
Summary: %{summary}
|
||||
|
||||
BuildRequires: python%{python3_other_pkgversion}-devel
|
||||
BuildRequires: python%{python3_other_pkgversion}-setuptools
|
||||
%{?python_provide:%python_provide python%{python3_other_pkgversion}-%{srcname}}
|
||||
|
||||
%description -n python%{python3_other_pkgversion}-%{srcname} %{pkgdesc}
|
||||
%endif
|
||||
@ -64,6 +63,9 @@ BuildRequires: python%{python3_other_pkgversion}-setuptools
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Mar 05 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.1.12-1
|
||||
- Update to latest upstream release 0.1.12 (rhbz#1792662)
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.11-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user