4 Commits

Author SHA256 Message Date
ed9f77a3db Accepting request 1284643 from devel:languages:python
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1284643
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyquery?expand=0&rev=26
2025-06-11 14:19:13 +00:00
656bca6248 - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=50
2025-06-11 06:21:00 +00:00
128f4f1b20 Accepting request 1224558 from devel:languages:python
Forwarded request #1224459 from glaubitz

- Update to 2.0.1
    * Breaking change: its seems no longer possible to use the
      html parser with a xml file so its no longer tested
    * Drop support for python 3.7
  - Refresh make_webtest_optional.patch

OBS-URL: https://build.opensuse.org/request/show/1224558
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyquery?expand=0&rev=25
2024-11-17 15:39:35 +00:00
03f316a39a Accepting request 1224459 from home:glaubitz:branches:devel:languages:python
- Update to 2.0.1
  * Breaking change: its seems no longer possible to use the
    html parser with a xml file so its no longer tested
  * Drop support for python 3.7
- Refresh make_webtest_optional.patch

OBS-URL: https://build.opensuse.org/request/show/1224459
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=48
2024-11-16 08:48:37 +00:00
2 changed files with 2 additions and 13 deletions

View File

@@ -1,10 +1,3 @@
-------------------------------------------------------------------
Wed Sep 24 10:43:53 UTC 2025 - pgajdos@suse.com
- temporarily disable tests that fails because of libxml2 version
bump to 2.14
https://github.com/gawel/pyquery/issues/257
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 11 05:49:31 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com> Wed Jun 11 05:49:31 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pyquery # spec file for package python-pyquery
# #
# Copyright (c) 2025 SUSE LLC and contributors # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -77,11 +77,7 @@ XML and HTML manipulation.
%check %check
# Disable tests which perform live fetch # Disable tests which perform live fetch
# test_selector_html uses XML namespaces, which are broken with libxml2 2.10.4+ # test_selector_html uses XML namespaces, which are broken with libxml2 2.10.4+
# test_val_for_textarea libxml2-2.14 https://github.com/gawel/pyquery/issues/257 %pytest -k 'not (test_get or test_selector_html)' tests
# test_replaceWith libxml2-2.14 https://github.com/gawel/pyquery/issues/257
# test_post libxml2-2.14 https://github.com/gawel/pyquery/issues/257
# test_session libxml2-2.14 https://github.com/gawel/pyquery/issues/257
%pytest -k 'not (test_get or test_selector_html or test_val_for_textarea or test_replaceWith or test_post or test_session)' tests
%endif %endif
%if !%{with test} %if !%{with test}