diff --git a/pyquery-1.4.1.tar.gz b/pyquery-1.4.1.tar.gz deleted file mode 100755 index 1285cac..0000000 Binary files a/pyquery-1.4.1.tar.gz and /dev/null differ diff --git a/pyquery-1.4.3.tar.gz b/pyquery-1.4.3.tar.gz new file mode 100644 index 0000000..9706042 Binary files /dev/null and b/pyquery-1.4.3.tar.gz differ diff --git a/python-pyquery.spec b/python-pyquery.spec index 8981390..d5fc0aa 100644 --- a/python-pyquery.spec +++ b/python-pyquery.spec @@ -1,10 +1,10 @@ Name: python-pyquery -Version: 1.4.1 -Release: 3 +Version: 1.4.3 +Release: 1 Summary: A jquery-like library for python License: BSD-3-Clause URL: http://pypi.python.org/pypi/pyquery -Source0: https://files.pythonhosted.org/packages/6b/94/4663206f709ac32446e995227cc5be34d5e2aa74ba8f92b8083c2740d3d7/pyquery-1.4.1.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/pyquery/pyquery-1.4.3.tar.gz BuildArch: noarch %description @@ -42,6 +42,9 @@ cd %{py3dir} %{python3_sitelib}/* %changelog +* Tue May 31 2022 liyanan - 1.4.3-1 +- update to 1.4.3 + * Wed May 11 2022 xigaoxinyan - 1.4.1-3 - License compliance rectification