Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 15, 2022

Bumps pykwalify from 1.7.0 to 1.8.0.

Release notes

Sourced from pykwalify's releases.

1.8.0 (Dec 30, 2020)

General changes:

  • Dropped support for python 3.5 and below, including 2.7
  • ruamel.yaml is now the default and preffered yaml parser
  • Dropped support for pyyaml parser
  • Update minimum version of ruamel.yaml to 0.16.0
  • Update minimum version of python-dateutil to 2.8.0

CLI changes:

  • Added new cli argument "--encoding ENCODING" that specifies what encoding to open data and schema files with

Changed behaviour:

  • Enum error strings now output all possible values for easier debugging
  • Removed deprecated imp module. Dynamic imports imght be affected

New features:

  • Implement new type email that uses a relative simple regex to validate email addresses according to RFC 5322 Official Standard
  • Implement new type url that uses a relative simple regex to validate url:s according to RFC 1808
  • Add new argument "schema_file_obj" to Core class. Allows to pass in StringIO or similar interfaced objects to use for validation.
  • Add new argument "data_file_obj" to Core class. Allows to pass in StringIO or similar interfaced objects to use for validation.

Bug/issues fixed:

  • Fixed a regression from 1.6.1 where ruamel.yaml safe_load would break for all built-in custom python tags. All normal python tags should now be possible to use again.
  • Fixed an issue with regex values that was not converted to str() before regex mapping was attempted. This should validate things like integers and objects that support str() conversion better.
Changelog

Sourced from pykwalify's changelog.

1.8.0 (Jan xx, 2021)

General changes:

  • Dropped support for python 3.5 and below, including 2.7
  • ruamel.yaml is now the default and preffered yaml parser
  • Dropped support for pyyaml parser
  • Update minimum version of ruamel.yaml to 0.16.0
  • Update minimum version of python-dateutil to 2.8.0

CLI changes:

  • Added new cli argument "--encoding ENCODING" that specifies what encoding to open data and schema files with

Changed behaviour:

  • Enum error strings now output all possible values for easier debugging
  • Removed deprecated imp module. Dynamic imports imght be affected

New features:

  • Implement new type email that uses a relative simple regex to validate email addresses according to RFC 5322 Official Standard
  • Implement new type url that uses a relative simple regex to validate url:s according to RFC 1808
  • Add new argument "schema_file_obj" to Core class. Allows to pass in StringIO or similar interfaced objects to use for validation.
  • Add new argument "data_file_obj" to Core class. Allows to pass in StringIO or similar interfaced objects to use for validation.

Bug/issues fixed:

  • Fixed a regression from 1.6.1 where ruamel.yaml safe_load would break for all built-in custom python tags. All normal python tags should now be possible to use again.
  • Fixed an issue with regex values that was not converted to str() before regex mapping was attempted. This should validate things like integers and objects that support str() conversion better.
Commits
  • 4359ddf Update github bug issue template
  • 2846feb Update release-notes, index.rst and upgrade-instructions for 1.8.0 release
  • f96eae7 Update license year range to 2021
  • 3f801ee Add items to .gitignore
  • c23847f No need to run pytest twice when running in travis-ci. Through coverage is en...
  • d1faf4a Supporting required regex keys interpreted as non string.
  • 69968f0 Validating that regexes start and end with parentheses.
  • c9913f2 Supporting PosixPath pytest tmp_path fixture.
  • 6ef4734 Bump version to 1.8.0 that will be next release
  • b1e9984 Add simple test for is_url type. Fixed deprecation warning for wrong escape s...
  • 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)

Bumps [pykwalify](https://github.com/grokzen/pykwalify) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/grokzen/pykwalify/releases)
- [Changelog](https://github.com/Grokzen/pykwalify/blob/master/docs/release-notes.rst)
- [Commits](Grokzen/pykwalify@1.7.0...1.8.0)

---
updated-dependencies:
- dependency-name: pykwalify
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 15, 2022

The following labels could not be found: python, dependencies, docs-approved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants