Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Update python-bsonjs requirement from <0.3,>=0.2 to >=0.2,<0.5 #22

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Updates the requirements on python-bsonjs to permit the latest version.

Release notes

Sourced from python-bsonjs's releases.

0.4.0

Version 0.4.0 updates python-bsonjs's vendored copy of libbson to 1.24.2. For a detailed breakdown of what changed in each version of libbson see its changelog: https://github.com/mongodb/mongo-c-driver/blob/1.24.2/src/libbson/NEWS http://mongoc.org/libbson/1.24.2/

This release also adds support for Python 3.11 and 3.12.

What's Changed

New Contributors

Full Changelog: mongodb-labs/python-bsonjs@0.3.0...0.4.0

Changelog

Sourced from python-bsonjs's changelog.

0.4.0

Version 0.4.0 updates python-bsonjs's vendored copy of libbson to 1.24.2.
For a detailed breakdown of what changed in each version of libbson see its changelog:
https://github.com/mongodb/mongo-c-driver/blob/1.24.2/src/libbson/NEWS
http://mongoc.org/libbson/1.24.2/

This release also adds support for Python 3.11 and 3.12.

0.3.0

Version 0.3.0 updates python-bsonjs's vendored copy of libbson to 1.20.0. For a detailed breakdown of what changed in each version of libbson see its changelog: https://github.com/mongodb/mongo-c-driver/blob/1.20.0/src/libbson/NEWS http://mongoc.org/libbson/1.20.0/

This release also provides a number of improvements and features:

  • Added support for Python 3.7, 3.8, 3.9, and 3.10
  • Added a new keyword argument to the dumps and dump functions: mode. It can be one of: bsonjs.LEGACY, bsonjs.CANONICAL, or bsonjs.RELAXED. Which are: libbson's legacy extended JSON format, MongoDB Extended JSON 2.0 canonical mode, and MongoDB Extended JSON relaxed mode.
  • Dropped support for Python 2.7, 3.4, and 3.5.

0.2.0


Version 0.2.0 updates python-bsonjs's vendored copy of libbson to 1.6.5
http://mongoc.org/libbson/1.6.2/.
Updating libbson provides a number of improvements and features including:
  • Use jsonsl instead of libyajl as our JSON parsing library, parse JSON more strictly, fix minor parsing bugs.
  • Extended JSON documents like '{"$code": "...", "$scope": {}}' are now parsed into BSON "code" elements.
  • ISO8601 dates now allow years from 0000 to 9999 inclusive. Before, years before 1970 were prohibited.
  • BSON floats and ints are now distinguished in JSON output.
  • Support for the BSON decimal128 type encoded to json as '{ "$numberDecimal" : "1.62" }'.

This release also fixes an error in our Linux builds. Previously published releases for Python 3.3 and 3.4 on Linux are broken due to the following error::

&gt;&gt;&gt; import bsonjs
Traceback (most recent call last):

</tr></table>

... (truncated)

Commits
  • fc5a56a PYTHON-4168 [python-bsonjs] Release 0.4 (#55)
  • f8ef196 PYTHON-4173 [python-bsonjs] Fix dist files (#54)
  • f45de61 PYTHON-4163 Rename src/ to bsonjs/ to avoid setuptools bug that shadows bson ...
  • 89893b4 PYTHON-4107 [python-bsonjs] Use PyPI Trusted Publishing (#52)
  • 2c9efd6 Fix check-manifest warnings (#50)
  • 5acc4d2 Fix PyMethodDef warnings resolve #42 (#49)
  • 6646f97 Update libbson to 1.24.2 (#47)
  • f5d7af2 PYTHON-3882 [python-bsonjs] Support Python 3.7-3.12 (#48)
  • eb31188 Clean up triggers and add concurrency handling (#46)
  • 24d69c5 PYTHON-3506 Python 3.11 Support for BsonJS (#45)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [python-bsonjs](https://github.com/mongodb-labs/python-bsonjs) to permit the latest version.
- [Release notes](https://github.com/mongodb-labs/python-bsonjs/releases)
- [Changelog](https://github.com/mongodb-labs/python-bsonjs/blob/master/CHANGELOG.rst)
- [Commits](mongodb-labs/python-bsonjs@0.2.0...0.4.0)

---
updated-dependencies:
- dependency-name: python-bsonjs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 5, 2024
@hammerhead hammerhead merged commit e542921 into main Feb 16, 2024
6 checks passed
@hammerhead hammerhead deleted the dependabot/pip/python-bsonjs-gte-0.2-and-lt-0.5 branch February 16, 2024 07:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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