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

python311-pyquery-2.0.0-150400.11.3.8 RPM for noarch

From OpenSuSE Leap 15.6 for noarch

Name: python311-pyquery Distribution: SUSE Linux Enterprise 15
Version: 2.0.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150400.11.3.8 Build date: Wed Oct 4 00:09:56 2023
Group: Unspecified Build host: h01-ch4c
Size: 200155 Source RPM: python-pyquery-2.0.0-150400.11.3.8.src.rpm
Packager: https://www.suse.com/
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

* Mon Apr 24 2023 daniel.garcia@suse.com
  - Update make_webtest_optional.patch to make the import optional in
    conftest.py
* Fri Apr 21 2023 dmueller@suse.com
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 20 2023 steven.kowalik@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
* Thu Apr 13 2023 mcepl@suse.com
  - Make calling of %{sle15modernpython} optional.
* Fri Feb 17 2023 mcepl@suse.com
  - Add make_webtest_optional.patch to allow testing without
    WebTest module.
* Fri Aug 19 2022 code@bnavigator.de
  - Remove coverage from build requirements -- not relevant for rpm
    package
* Wed Mar 30 2022 dmueller@suse.com
  - update to 1.4.3:
    * No longer use a universal wheel
    * Fix exception raised when calling `PyQuery("<textarea></textarea>").text()`
    * python2 is no longer supported
* Sun Aug 16 2020 jayvdb@gmail.com
  - Replace nose with pytest
* Sun Nov 24 2019 arun@gmx.de
  - specfile:
    * be more specific in %files section
  - update to version 1.4.1:
    * This is the latest release with py2 support
    * Remove py33, py34 support
    * web scraping improvements: default timeout and session support
    * Add API methods to serialize form-related elements according to
      spec
    * Include HTML markup when querying textarea text/value
* Mon Feb 25 2019 tchvatal@suse.com
  - Use _multibuild to run tests
* Mon Feb 25 2019 jayvdb@gmail.com
  - Add %license
  - Run test suite on both Python 2 & 3
  - Remove outdated build dependencies
  - Add minimum versions
  - Add python-coverage as build dependency as nose segfaults when missing
* Tue Dec 04 2018 mcepl@suse.com
  - Remove superfluous devel dependency for noarch package
* Mon Aug 13 2018 mcepl@suse.com
  - Remove dependency on unittest2
* Wed Mar 29 2017 alarrosa@suse.com
  - Converted to singlespec
* Tue Oct 25 2016 arun@gmx.de
  - update to version 1.2.17:
    * PyQuery('<input value="">').val() is ''
    * PyQuery('<input>').val() is ''
  - changes from version 1.2.16:
    * .attr('value', '') no longer removes the value attribute
    * <input type="checkbox"> without value="..." have a .val() of 'on'
    * <input type="radio"> without value="..." have a .val() of 'on'
    * <select> without <option selected> have the value of their first
      <option> (or None if there are no options)
  - changes from version 1.2.15:
    * .val() should never raise
    * drop py26 support
    * improve .extend() by returning self
  - changes from version 1.2.14:
    * fix val() for <textarea> and <select>, to match jQuery behavior
* Sun May 08 2016 arun@gmx.de
  - specfile:
    * changed to https for source url
    * updated source url to files.pythonhosted.org
* Sat Apr 23 2016 arun@gmx.de
  - update to version 1.2.13:
    * Note explicit support for Python 3.5
  - changes from version 1.2.12:
    * make_links_absolute now take care of whitespaces
    * added pseudo selector :has()
    * add cookies arguments as allowed arguments for requests
* Wed Feb 03 2016 arun@gmx.de
  - update to version 1.2.11:
    * Preserve namespaces attribute on PyQuery copies.
    * Do not raise an error when the http response code is 2XX
* Sat Jan 30 2016 arun@gmx.de
  - specfile:
    * update copyright year
    * changed from zip to tar.gz
  - update to version 1.2.10:
    * Fixed #118: implemented usage lxml.etree.tostring within
      outer_html method
    * Fixed #117: Raise HTTP Error if HTTP status code is not equal to
      200
    * Fixed #112: make_links_absolute does not apply to form actions
    * Fixed #98: contains act like jQuery
* Thu Jul 02 2015 benoit.monin@gmx.fr
  - add a build conditional for the test: work around a circular
    dependency between python-pyquery and python-WebTest
* Mon May 11 2015 benoit.monin@gmx.fr
  - update to version 1.2.9:
    * Support for keyword arguments in PyQuery custom functions
    * Fixed #78: items must take care or the parent
    * Fixed #65 PyQuery.make_links_absolute() no longer creates
      'href' attribute
    * when it isn't there
    * Fixed #19. is_() was broken.
    * Fixed #9. .replaceWith(PyQuery element) raises error
    * Remove official python3.2 support (mostly because of 3rd party
      semi-deps)
  - update project URL
  - add new dependency python-cssselect
  - set a minimum version for python-lxml
  - add test dependencies python-WebOb, python-WebTest,
    python-beautifulsoup, python-nose, python-restkit,
    python-unittest2
  - add test dependency python-ordereddict for SLE11
  - run the tests during build

Files

/usr/lib/python3.11/site-packages/pyquery
/usr/lib/python3.11/site-packages/pyquery-2.0.0-py3.11.egg-info
/usr/lib/python3.11/site-packages/pyquery-2.0.0-py3.11.egg-info/PKG-INFO
/usr/lib/python3.11/site-packages/pyquery-2.0.0-py3.11.egg-info/SOURCES.txt
/usr/lib/python3.11/site-packages/pyquery-2.0.0-py3.11.egg-info/dependency_links.txt
/usr/lib/python3.11/site-packages/pyquery-2.0.0-py3.11.egg-info/not-zip-safe
/usr/lib/python3.11/site-packages/pyquery-2.0.0-py3.11.egg-info/requires.txt
/usr/lib/python3.11/site-packages/pyquery-2.0.0-py3.11.egg-info/top_level.txt
/usr/lib/python3.11/site-packages/pyquery/__init__.py
/usr/lib/python3.11/site-packages/pyquery/__pycache__
/usr/lib/python3.11/site-packages/pyquery/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pyquery/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pyquery/__pycache__/cssselectpatch.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pyquery/__pycache__/cssselectpatch.cpython-311.pyc
/usr/lib/python3.11/site-packages/pyquery/__pycache__/openers.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pyquery/__pycache__/openers.cpython-311.pyc
/usr/lib/python3.11/site-packages/pyquery/__pycache__/pyquery.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pyquery/__pycache__/pyquery.cpython-311.pyc
/usr/lib/python3.11/site-packages/pyquery/__pycache__/text.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pyquery/__pycache__/text.cpython-311.pyc
/usr/lib/python3.11/site-packages/pyquery/cssselectpatch.py
/usr/lib/python3.11/site-packages/pyquery/openers.py
/usr/lib/python3.11/site-packages/pyquery/pyquery.py
/usr/lib/python3.11/site-packages/pyquery/text.py
/usr/share/doc/packages/python311-pyquery
/usr/share/doc/packages/python311-pyquery/CHANGES.rst
/usr/share/doc/packages/python311-pyquery/README.rst
/usr/share/licenses/python311-pyquery
/usr/share/licenses/python311-pyquery/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri May 3 23:33:27 2024