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

Bump ijson from 3.0.4 to 3.1.post0 in /base #580

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps ijson from 3.0.4 to 3.1.post0.

Changelog

Sourced from ijson's changelog.

[3.1.post0]

  • Removed test package from binary distributions.

[3.1]

  • A new use_float option has been added to all backends to control whether float values should be returned for non-integer numbers instead of Decimal objects. Using this option trades loss of precision (which most applications probably don't care) for performance (which most application do care about). Historically ijson has returned Decimal objects, and therefore the option defaults to False for backwards compatibility, but in later releases this default could change to True.
  • Improved the performance of the items and kvitems methods of the yajl2_c backend (by internally avoiding unnecessary string concatenations). Local tests show a performance improvement of up to ~15%, but milage might vary depending on your use case and system.
  • The "raw" funcionts basic_parse, parse, items and kvitems can now be used with different types of inputs. In particular they accept not only file-like objects, but also asynchronous file-like objects, behaving like their *_async counterparts. They also accept bytes and str objects direclty (and unicode objects in python 2.7). Finally, they also accept iterables, in which case they behave like the ijson.common.* functions, allowing users to tap into the event pipeline.
  • ijson.common routines parse, items and kvitems are marked as deprecated. Users should use the ijson.* routines instead, which now accept event iterables.
  • New ijson.get_backend function for users to import a backend programatically (without having to manually use importlib).
  • New IJSON_BACKEND environment variable can be used to choose the default backend to be exposed by ijson.
  • Unicode decoding errors are now reported more clearly to users. In the past there was a mix of empty messages and error types. Now the error type is always the same and there should always be an error messages indicating the offending byte sequence.
  • ijson.common.number is marked as deprecated, and will be removed on some later release.
Commits
  • 2414de2 Release ijson 3.1.post0
  • 79643a6 Exclude test package from binary distribution
  • b8848bf Release ijson 3.1
  • 6dffe4a Document bytes/str/unicode inputs
  • 0eb32b0 Support bytes and str in rich entry points
  • 226ed77 Add new version-specific texttype
  • 50bbb56 Add new tests for enriched top-level functions
  • fae5045 Allow more generic backend-specific test classes
  • b279967 Exercise IJSON_BACKEND environment variable
  • 37f2f77 Remove unnecessary classes in tests
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [ijson](https://github.com/ICRAR/ijson) from 3.0.4 to 3.1.post0.
- [Release notes](https://github.com/ICRAR/ijson/releases)
- [Changelog](https://github.com/ICRAR/ijson/blob/master/CHANGELOG.md)
- [Commits](ICRAR/ijson@v3.0.4...v3.1.post0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 13, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #581.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/base/ijson-3.1.post0 branch August 10, 2020 09:11
@hardbyte hardbyte modified the milestone: Entity Service v1.14 Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant