NASA-IMPACT / pyQuARC

The pyQuARC tool reads and evaluates metadata records with a focus on the consistency and robustness of the metadata. pyQuARC flags opportunities to improve or add to contextual metadata information in order to help the user connect to relevant data products. pyQuARC also ensures that information common to both the data product and the file-level metadata are consistent and compatible. pyQuARC frees up human evaluators to make more sophisticated assessments such as whether an abstract accurately describes the data and provides the correct contextual information. The base pyQuARC package assesses descriptive metadata used to catalog Earth observation data products and files. As open source software, pyQuARC can be adapted and customized by data providers to allow for quality checks that evolve with their needs, including checking metadata not covered in base package.
Apache License 2.0
19 stars 0 forks source link

Bump urlextract from 1.0.0 to 1.8.0 #256

Open dependabot[bot] opened 11 months ago

dependabot[bot] commented 11 months ago

Bumps urlextract from 1.0.0 to 1.8.0.

Release notes

Sourced from urlextract's releases.

Release v1.8.0

What's Changed

New Contributors

Full Changelog: https://github.com/lipoja/URLExtract/compare/v1.7.1...v1.8.0

v1.7.1

What's Changed

Full Changelog: https://github.com/lipoja/URLExtract/compare/v1.7.0...v1.7.1

Release v1.7.0

What's Changed

New Contributors

Full Changelog: https://github.com/lipoja/URLExtract/compare/v1.6.0...v1.7.0

Release v1.6.0

What's Changed

Full Changelog: https://github.com/lipoja/URLExtract/compare/v1.5.0...v1.6.0

Release v1.5.0

What's Changed

  • Fix incorrect indices when TLD is found twice (issue #109)
  • Replace unmaintained appdirs with maintained platformdirs - by Hugo van Kemenade (issue #106)
  • update README, code style and code formatting using black - by za
  • updated list of TLDs

Release v1.4.0

... (truncated)

Changelog

Sourced from urlextract's changelog.

  • 1.8.0 (2022-12-19)

    • adding ability to filter out mixed case hostnames (issue #143)
    • adding the ability to set stop characters inside of scheme - default stop chars ':' (issue #82)
    • Fix index issue with uppercase characters in domain names - by Peng Wang
    • updated GitHub Action test - by Wu Tingfeng
  • 1.7.1 (2022-10-25)

    • fixes urlextract without authority causes AttributeError
  • 1.7.0 (2022-10-22)

    • correct handling when authority starts with @ symbol
    • remove unreserved characters from the beginning of found URL
    • added typing and mypy checkcs - by mimi89999
    • updated list of TLDs
  • 1.6.0 (2022-05-17)

    • Add a list of URLs allowed to extract (issue #125) - by khoben
    • correct order of actual and expected in tests
    • updated list of TLDs
  • 1.5.0 (2021-12-22)

    • Fix incorrect indices when TLD is found twice (issue #109)
    • Replace unmaintained appdirs with maintained platformdirs - by Hugo van Kemenade (issue #106)
    • update readme, code style and code formatting using black - by za
    • updated list of TLDs
  • 1.4.0 (2021-10-06)

    • urlextract detects URLs which start with double slash '//' (issue #94)
    • adding ability to return only URLs with schema (issue #96)
    • updated list of TLDs
  • 1.3.0 (2021-06-12)

    • fixing None of the cache directory is writable (issue #61)
    • fixes RE for IPv4 addresses - by kak-bo-che (issue #86)
    • updated list of TLDs
    • urlextract cli is telling people to report errors on GitHub
  • 1.2.0 (2020-12-08)

    • ignore space character before URL inside of enclosure (parenthesis) (issue #77)
    • case insensitive search for TLDs (issue #76)
    • removed methods get_stop_char, set_stop_char (deprecated since 0.7)
    • updated list of TLDs
  • 1.1.0 (2020-10-01)

    • possibility to return indices of found URLs - by Benoit Laures (issue #71)
    • fixed typo in error log message - by Yossi Rafelson
    • updated list of TLDs
Commits
  • 91a2969 Version 1.8.0
  • ba3de67 Update list of TLDs
  • 6d6da69 Update CHANGELOG.rst
  • 8130fd0 Adding ability to filter out mixed case hostnames
  • 60eef6a Fixing typos in strings
  • 6b2b1fc Adding the ability to set stop characters inside of scheme - default stop cha...
  • 975f29b Remove Python3.6 from test suit
  • 57611b9 Update github action triggers for tox test
  • 8ba2402 Add Python 3.11
  • 59f653c bump github actions versions
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.