Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency pykwalify to v1.8.0 #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jan 7, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pykwalify ==1.7.0 -> ==1.8.0 age adoption passing confidence

Release Notes

grokzen/pykwalify (pykwalify)

v1.8.0

Compare Source

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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

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.

None yet

1 participant