pyvec / python.cz

Czech Python user group homepage / Domovská stránka českých Pythonistů
https://python.cz
MIT License
40 stars 114 forks source link

Bump cssselect from 1.1.0 to 1.2.0 #539

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps cssselect from 1.1.0 to 1.2.0.

Changelog

Sourced from cssselect's changelog.

Version 1.2.0

Released on 2022-10-27.

  • Drop support for Python 2.7, 3.4-3.6, add support for Python 3.7-3.11.

  • Add type annotations (PEP 484 and PEP 561).

  • More features from the CSS Selectors Level 4:

    • The :is() pseudo-class.

    • The :where() pseudo-class.

    • The :has() pseudo-class, with some limitations.

  • Fix parsing :scope after a comma.

  • Add parentheses to fix condition precedence in some cases.

  • Private API changes related to the removal of the Python 2 support:

    • Remove _unicode and _unichr aliases from csselect.parser.

    • Remove _basestring and _unicode aliases from csselect.xpath.

    • Deprecate csselect.xpath._unicode_safe_getattr() and change it to just call getattr().

  • Include tests in the PyPI tarball.

  • Many CI additions and improvements.

  • Improve the test coverage.

Commits
  • ddd9784 Merge pull request #134 from scrapy/fix-publish
  • e4493e9 Fix the tag format in the publish action.
  • 97cc517 Bump version: 1.1.0 → 1.2.0
  • cfa2959 Merge pull request #131 from scrapy/relnotes-1.2
  • 60c6146 Restore and deprecate _unicode_safe_getattr (#133)
  • 2c7c1ea Switch to the released 3.11.
  • faa595c Add a changelog entry about private API changes.
  • 89f1a86 Merge pull request #132 from scrapy/install-py.typed
  • d21b85d Fix installing py.typed.
  • e26aa4d Replace "Unicode string" with just "string".
  • 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 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)