!2 Update package to version 1.1.4

From: @jxy_git 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-11-24 03:24:26 +00:00 committed by Gitee
commit 7bf0b91272
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 5 deletions

Binary file not shown.

BIN
dateparser-1.1.4.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-dateparser Name: python-dateparser
Version: 1.0.0 Version: 1.1.4
Release: 1 Release: 1
Summary: Date parsing library designed to parse dates from HTML pages Summary: Date parsing library designed to parse dates from HTML pages
License: BSD-3-Clause License: BSD-3-Clause
URL: https://github.com/scrapinghub/dateparser 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 BuildArch: noarch
Requires: python3-dateutil Requires: python3-dateutil
@ -21,7 +21,7 @@ Date parsing library designed to parse dates from HTML pages
%package -n python3-dateparser %package -n python3-dateparser
Summary: Date parsing library designed to parse dates from HTML pages Summary: Date parsing library designed to parse dates from HTML pages
Provides: python-dateparser Provides: python-dateparser = %{version}-%{release}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-dateparser %description -n python3-dateparser
@ -30,12 +30,11 @@ Date parsing library designed to parse dates from HTML pages
%package help %package help
Summary: Development documents and examples for dateparser Summary: Development documents and examples for dateparser
Provides: python3-dateparser-doc Provides: python3-dateparser-doc
%description help %description help
Date parsing library designed to parse dates from HTML pages Date parsing library designed to parse dates from HTML pages
%prep %prep
%autosetup -n dateparser-1.0.0 %autosetup -n dateparser-%{version}
%build %build
%py3_build %py3_build
@ -75,5 +74,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %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 * Fri Aug 13 2021 Python_Bot <Python_Bot@openeuler.org> - 1.0.0-1
- Package Spec generated - Package Spec generated