Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-pyquery-2.0.1-3.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python311-pyquery Distribution: openSUSE:Factory:zSystems
Version: 2.0.1 Vendor: openSUSE
Release: 3.1 Build date: Wed Sep 24 12:43:53 2025
Group: Unspecified Build host: reproducible
Size: 284156 Source RPM: python-pyquery-2.0.1-3.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://pypi.python.org/pypi/pyquery
Summary: A jQuery-like library for python
Pyquery allows you to make jQuery queries on XML documents. The API is
as much as possible the similar to jQuery. Pyquery uses lxml for fast
XML and HTML manipulation.

Provides

Requires

License

BSD-3-Clause

Changelog

* Wed Sep 24 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 2025 Steve Kowalik <steven.kowalik@suse.com>
  - Switch to pyproject macros.
* Fri Nov 15 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - 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