Update package to version 1.1.4
This commit is contained in:
parent
da2ba4c369
commit
547ae052e2
Binary file not shown.
BIN
dateparser-1.1.4.tar.gz
Normal file
BIN
dateparser-1.1.4.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-dateparser
|
||||
Version: 1.0.0
|
||||
Version: 1.1.4
|
||||
Release: 1
|
||||
Summary: Date parsing library designed to parse dates from HTML pages
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/scrapinghub/dateparser
|
||||
Source0: https://files.pythonhosted.org/packages/a9/f3/09df53068a630a69c95ae0fe8e4fae597bcfbd5f25abb30ab94dc02a7cb2/dateparser-1.0.0.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/57/a0/60fd5e9e5a9d5086d124071c748214766e04d75098d892998778b02fc89f/dateparser-1.1.4.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: python3-dateutil
|
||||
@ -21,7 +21,7 @@ Date parsing library designed to parse dates from HTML pages
|
||||
|
||||
%package -n python3-dateparser
|
||||
Summary: Date parsing library designed to parse dates from HTML pages
|
||||
Provides: python-dateparser
|
||||
Provides: python-dateparser = %{version}-%{release}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
%description -n python3-dateparser
|
||||
@ -30,12 +30,11 @@ Date parsing library designed to parse dates from HTML pages
|
||||
%package help
|
||||
Summary: Development documents and examples for dateparser
|
||||
Provides: python3-dateparser-doc
|
||||
|
||||
%description help
|
||||
Date parsing library designed to parse dates from HTML pages
|
||||
|
||||
%prep
|
||||
%autosetup -n dateparser-1.0.0
|
||||
%autosetup -n dateparser-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -75,5 +74,8 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 24 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 1.1.4-1
|
||||
- Update package to version 1.1.4
|
||||
|
||||
* Fri Aug 13 2021 Python_Bot <Python_Bot@openeuler.org> - 1.0.0-1
|
||||
- Package Spec generated
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user