Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pyquery for openSUSE:Factory 
checked in at 2023-04-21 14:15:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyquery (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyquery.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyquery"

Fri Apr 21 14:15:44 2023 rev:22 rq:1080484 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyquery/python-pyquery.changes    
2023-02-19 18:18:29.893304234 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyquery.new.1533/python-pyquery.changes  
2023-04-21 14:15:51.494192696 +0200
@@ -1,0 +2,14 @@
+Thu Apr 20 07:27:05 UTC 2023 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Update to 2.0.0:
+  * Breaking change: inputs starting with "http://"; or "https://"; like
+    PyQuery("http://example.com";) will no longer fetch the contents of the
+    URL. Users desiring the old behavior should switch to
+    PyQuery(url="http://example.com";).
+  * Add nextUntil method
+  * .remove() no longer inserts a space in place of the removed element
+  * Fix escaping of top-level element text in .html() output
+  * Support (and require) cssselect 1.2+
+  * Drop support for python 3.5/3.6 
+
+-------------------------------------------------------------------

Old:
----
  pyquery-1.4.3.tar.gz

New:
----
  pyquery-2.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pyquery.spec ++++++
--- /var/tmp/diff_new_pack.49KDiO/_old  2023-04-21 14:15:52.098196082 +0200
+++ /var/tmp/diff_new_pack.49KDiO/_new  2023-04-21 14:15:52.106196128 +0200
@@ -26,22 +26,21 @@
 %bcond_with test
 %endif
 Name:           python-pyquery%{psuffix}
-Version:        1.4.3
+Version:        2.0.0
 Release:        0
 Summary:        A jQuery-like library for python
 License:        BSD-3-Clause
-Group:          Development/Languages/Python
 URL:            https://pypi.python.org/pypi/pyquery
 Source:         
https://files.pythonhosted.org/packages/source/p/pyquery/pyquery-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE make_webtest_optional.patch mc...@suse.com
 # Make it possible to run test suite (albeit partial) without WebTest module
 Patch0:         make_webtest_optional.patch
-BuildRequires:  %{python_module cssselect > 0.7.9}
+BuildRequires:  %{python_module cssselect >= 1.2.0}
 BuildRequires:  %{python_module lxml >= 2.1}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-cssselect > 0.7.9
+Requires:       python-cssselect >= 1.2.0
 Requires:       python-lxml >= 2.1
 BuildArch:      noarch
 %if %{with test}
@@ -74,7 +73,8 @@
 %if %{with test}
 %check
 # Disable tests which perform live fetch
-%pytest -k 'not test_get' tests
+# test_selector_html uses XML namespaces, which are broken with libxml2 2.10.4+
+%pytest -k 'not (test_get or test_selector_html)' tests
 %endif
 
 %if !%{with test}

++++++ pyquery-1.4.3.tar.gz -> pyquery-2.0.0.tar.gz ++++++
++++ 2841 lines of diff (skipped)

Reply via email to