adbar / htmldate

Fast and robust date extraction from web pages, with Python or on the command-line
https://htmldate.readthedocs.io
Apache License 2.0
117 stars 26 forks source link

build(deps): bump htmldate from 1.2.1 to 1.3.0 #61

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps htmldate from 1.2.1 to 1.3.0.

Release notes

Sourced from htmldate's releases.

htmldate-1.3.0

  • Entirely type-checked code base
  • New function clear_caches() (#57)
  • Slightly more efficient code (about 5% faster)

Full Changelog: https://github.com/adbar/htmldate/compare/v1.2.3...v1.3.0

htmldate-1.2.3

  • fix for memory leak (#56)
  • docs updated

Full Changelog: https://github.com/adbar/htmldate/compare/v1.2.2...v1.2.3

htmldate-1.2.2

  • slightly higher accuracy & faster extensive extraction
  • maintenance: code base simplified, more tests
  • bugs addressed: #51, #54
  • docs: fix by @​MSK1582

Full Changelog: https://github.com/adbar/htmldate/compare/v1.2.1...v1.2.2

Changelog

Sourced from htmldate's changelog.

1.3.0

  • entirely type-checked code base
  • new function clear_caches() (#57)
  • slightly more efficient code (about 5% faster)

1.2.3

  • fix for memory leak (#56)
  • docs updated

1.2.2

  • slightly higher accuracy & faster extensive extraction
  • maintenance: code base simplified, more tests
  • bugs addressed: #51, #54
  • docs: fix by @​MSK1582
Commits
  • fce6e86 docs: update before release 1.3.0
  • 38d57d4 lint: code cleaning
  • a03d0c4 extraction: simplify regex structure
  • c8dae43 use datetime.fromisodate & backport
  • 7d268a3 setup: include types, mypyc as option, and update dependencies
  • 42644fc add meta function to clear caches (#57)
  • 542b422 fix: segment length in extensive_search()
  • 97e88b4 maintenance: code efficiency
  • b4499b9 tests: upgrade, add black & mypy
  • a9e1bf8 maintenance: use black for formatting
  • 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)
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.