diff --git a/dateparser-1.0.0.tar.gz b/dateparser-1.0.0.tar.gz deleted file mode 100644 index d703f5e..0000000 Binary files a/dateparser-1.0.0.tar.gz and /dev/null differ diff --git a/dateparser-1.1.4.tar.gz b/dateparser-1.1.4.tar.gz new file mode 100644 index 0000000..1e70e8d Binary files /dev/null and b/dateparser-1.1.4.tar.gz differ diff --git a/python-dateparser.spec b/python-dateparser.spec index edba990..0245fc8 100644 --- a/python-dateparser.spec +++ b/python-dateparser.spec @@ -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 - 1.1.4-1 +- Update package to version 1.1.4 + * Fri Aug 13 2021 Python_Bot - 1.0.0-1 - Package Spec generated