diff --git a/pyquery-1.4.1.tar.gz b/pyquery-1.4.1.tar.gz deleted file mode 100644 index 241edbb..0000000 --- a/pyquery-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8fcf77c72e3d602ce10a0bd4e65f57f0945c18e15627e49130c27172d4939d98 -size 47983 diff --git a/pyquery-1.4.3.tar.gz b/pyquery-1.4.3.tar.gz new file mode 100644 index 0000000..bcab685 --- /dev/null +++ b/pyquery-1.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a388eefb6bc4a55350de0316fbd97cda999ae669b6743ae5b99102ba54f5aa72 +size 47448 diff --git a/python-pyquery.changes b/python-pyquery.changes index 2b1d0e8..c760603 100644 --- a/python-pyquery.changes +++ b/python-pyquery.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Mar 30 08:07:39 UTC 2022 - Dirk Müller + +- update to 1.4.3: + * No longer use a universal wheel + * Fix exception raised when calling `PyQuery("").text()` + * python2 is no longer supported + ------------------------------------------------------------------- Sun Aug 16 16:39:56 UTC 2020 - John Vandenberg diff --git a/python-pyquery.spec b/python-pyquery.spec index 8e73e93..1562b62 100644 --- a/python-pyquery.spec +++ b/python-pyquery.spec @@ -1,7 +1,7 @@ # -# spec file for package python-pyquery +# spec file # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-pyquery%{psuffix} -Version: 1.4.1 +Version: 1.4.3 Release: 0 Summary: A jQuery-like library for python License: BSD-3-Clause