netzbegruenung / green-spider

Hilft Dir dabei, Deine BÜNDNIS 90/DIE GRÜNEN Website zu optimieren
https://green-spider.netzbegruenung.de/
Apache License 2.0
20 stars 7 forks source link

Bump parsel from 1.6.0 to 1.8.1 #337

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps parsel from 1.6.0 to 1.8.1.

Release notes

Sourced from parsel's releases.

1.8.1

  • Remove a Sphinx reference from NEWS to fix the PyPI description
  • Add a twine check CI check to detect such problems

1.8.0

  • Add support for JMESPath: you can now create a selector for a JSON document and call Selector.jmespath().
  • Selectors can now be constructed from bytes (using the body and encoding arguments) instead of str (using the text argument).
  • Typing improvements
  • The pkg_resources module (which was absent from the requirements) is no longer used
  • Documentation build fixes

1.7.0

  • Add PEP 561-style type information
  • Support for Python 2.7, 3.5 and 3.6 is removed
  • Support for Python 3.9-3.11 is added
  • Very large documents (with deep nesting or long tag content) can now be parsed, and Selector now takes a new argument huge_tree to disable this
  • Support for new features of cssselect 1.2.0 is added
  • The Selector.remove() and SelectorList.remove() methods are deprecated and replaced with the new Selector.drop() and SelectorList.drop() methods which don’t delete text after the dropped elements when used in the HTML mode.
Changelog

Sourced from parsel's changelog.

1.8.1 (2023-04-18)


* Remove a Sphinx reference from NEWS to fix the PyPI description
* Add a ``twine check`` CI check to detect such problems

1.8.0 (2023-04-18)

  • Add support for JMESPath: you can now create a selector for a JSON document and call Selector.jmespath(). See the documentation_ for more information and examples.

  • Selectors can now be constructed from bytes (using the body and encoding arguments) instead of str (using the text argument), so that there is no internal conversion from str to bytes and the memory usage is lower.

  • Typing improvements

  • The pkg_resources module (which was absent from the requirements) is no longer used

  • Documentation build fixes

  • New requirements:

    • jmespath
    • typing_extensions (on Python 3.7)

.. _the documentation: https://parsel.readthedocs.io/en/latest/usage.html

1.7.0 (2022-11-01)


* Add PEP 561-style type information
* Support for Python 2.7, 3.5 and 3.6 is removed
* Support for Python 3.9-3.11 is added
* Very large documents (with deep nesting or long tag content) can now be
  parsed, and ``Selector`` now takes a new argument ``huge_tree`` to disable
  this
* Support for new features of cssselect 1.2.0 is added
* The ``Selector.remove()`` and ``SelectorList.remove()`` methods are
  deprecated and replaced with the new ``Selector.drop()`` and
  ``SelectorList.drop()`` methods which don't delete text after the dropped
  elements when used in the HTML mode.
Commits
  • 54678b5 Bump version: 1.8.0 → 1.8.1
  • a965f63 Merge pull request #273 from scrapy/publish-fix
  • ba41212 Add a 1.8.1 changelog entry.
  • c36ee83 Fix the docs link in the changelog.
  • 4fad5b4 Add twine check.
  • 7c8c118 Bump version: 1.7.0 → 1.8.0
  • f2f0225 Merge pull request #272 from scrapy/relnotes-1.8
  • c8f2acb Rephrase the body feature entry.
  • 3cc4711 Release notes for 1.8.0.
  • fa7e0c0 Only install typing_extensions on Python 3.7 (#271)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
marians commented 6 months ago

@dependabot rebase

marians commented 6 months ago

@dependabot ignore this dependency

dependabot[bot] commented 6 months ago

OK, I won't notify you about parsel again, unless you re-open this PR.