8000 chore(deps): update all dependencies by renovate-bot · Pull Request #1557 · googleapis/python-bigquery · GitHub
[go: up one dir, main page]

Skip to content

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pyasn1 (changelog) ==0.4.8 -> ==0.5.0 age adoption passing confidence
pyasn1-modules (changelog) ==0.2.8 -> ==0.3.0 age adoption passi
8000
ng confidence

Release Notes

pyasn1/pyasn1

v0.5.0

Compare Source

  • Change RealEncoder.supportIndefLenMode type to a boolean
    pr #​21

  • Fix CI for py39 test environment
    pr #​25

  • Replace all snmplabs.com links
    issue #​4

  • Use correct SPDX identifier for the license
    pr #​16

  • Re-add tagMap and typeMap module level attributes to all
    encoder and decoder modules. They are aliases for TAG_MAP and
    TYPE_MAP, issue #​9.

  • Restore API for passing for tagMap and typeMap arguments
    to Encoder and Decoder classes by name and position,
    issue #​12.

  • Re-add tagMap and typeMap module level attributes to all
    encoder and decoder modules. They are aliases for TAG_MAP and
    TYPE_MAP, issue #​9.

  • Restore API for passing for tagMap and typeMap arguments
    to Encoder and Decoder classes by name and position,

  • Make BER/CER/DER decoders streaming and suspendible

    The goal of this change is to make the decoder yielding on input
    data starvation and resuming from where it stopped whenever the
    caller decides to try again (hopefully making sure that some more
    input becomes available).

    This change makes it possible for the decoder to operate on streams
    of data (meaning that the entire DER blob might not be immediately
    available on input).

    On top of that, the decoder yields partially reconstructed ASN.1
    object on input starvation making it possible for the caller to
    inspect what has been decoded so far and possibly consume partial
    ASN.1 data.

    All these new feature are natively available through
    StreamingDecoder class. Previously published API is implemented
    as a thin wrapper on top of that ensuring backward compatibility.

  • Added support for Python 3.8, 3.9, 3.10, 3.11

  • Removed support for EOL Pythons 2.4, 2.5, 2.6, 3.2, 3.3, 3.4, 3.5

  • Added support for PyPy 3.7, 3.8, 3.9

  • Modernized packaging and testing. pyasn1 now uses setup.cfg,
    pyproject.toml, build, and
    GitHub Actions.

  • PyPI package ownership for pyasn1 and pyasn1-module has been
    transfered to Christian Heimes and Simon Pichugin in
    PyPI support ticket #​2090.

  • The upstream repositories for pyasn1 and pyasn1-modules are now
    in the GitHub organization https://github.com/pyasn1/.

pyasn1/pyasn1-modules

v0.3.0

Compare Source

  • Added support for Python 3.8, 3.9, 3.10, 3.11
  • Removed support for EOL Pythons 2.4, 2.5, 2.6, 3.2, 3.3, 3.4, 3.5
  • Added support for PyPy 3.7, 3.8, 3.9
  • Modernized packaging and testing. pyasn1-modules now uses setup.cfg,
    pyproject.toml, build, and
    GitHub Actions.
  • PyPI package ownership for pyasn1 and pyasn1-module has been
    transfered to Christian Heimes and Simon Pichugin in
    PyPI support ticket #​2090.
  • The upstream repositories for pyasn1 and pyasn1-modules are now
    in the GitHub organization https://github.com/pyasn1/.
  • Added tox runner with a handful of basic jobs
  • Add RFC3125 providing Electronic Signature Policies
  • Add RFC5126 providing CMS Advanced Electronic Signatures (CAdES)
  • Removed support for EOL Pythons 2.4, 2.5, 2.6, 3.2, 3.3 and 3.4.
  • Improve test routines for RFC5126
  • Add RFC4387 providing Certificate Store Access via HTTP
  • Changed assertion in unit tests from Python built-in to unittest
    provided
  • Add RFC8692 providing Algorithm Identifiers for RSASSA-PSS and
    ECDSA Using SHAKEs
  • Add RFC5753 providing CMS Elliptic Curve Cryptography Algorithms
  • Add RFC3820 providing Proxy Certificates
  • Add RFC3370 providing Cryptographic Message Syntax (CMS) Algorithms
  • Add RFC3537 providing HMAC Key Wrapping
  • Add RFC3739 providing Qualified Certificates
  • Add RFC2876 providing KEA and SKIPJACK for CMS
  • Add RFC3058 providing IDEA Encryption Algorithm for CMS
  • Add RFC3657 providing Camellia Encryption Algorithm for CMS
  • Add RFC4010 providing SEED Encryption Algorithm for CMS
  • Add RFC4357 providing Additional Cryptographic Algorithms for Use with
    GOST 28147-89, GOST R 34.10-94, GOST R 34.10-2001, and GOST R 34.11-94
  • Add RFC4490 providing GOST 28147-89, GOST R 34.11-94, GOST R 34.10-94,
    and GOST R 34.10-2001 Algorithms for CMS
  • Add RFC4491 providing GOST R 34.10-94, GOST R 34.10-2001, and
    GOST R 34.11-94 Algorithms for certificates and CRLs
  • Add RFC8696 providing using Pre-Shared Key (PSK) in the CMS
  • Add RFC5639 providing identifiers for the Brainpool curves in
    Elliptic Curve Cryptography
  • Add RFC5697 providing Other Certificates Extension
  • Add RFC4683 providing Subject Identification Method (SIM)
  • Add RFC4476 providing Attribute Certificate Policies Extension
  • Add RFC5636 providing Traceable Anonymous Certificate
  • Add RFC5752 providing Multiple Signatures attribute for CMS
  • Add RFC5275 providing CMS Symmetric Key Management and Distribution
  • Add RFC8702 providing SHAKE One-way Hash Functions in the CMS
  • Add RFC8708 providing HSS/LMS Hash-based Signature Algorithm for CMS
  • Advance copyright statement to year 2020
  • Add RFC8769 providing CBOR and CBOR Sequence content types for CMS

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate-bot renovate-bot requested review from a team as code owners April 20, 2023 02:22
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Apr 20, 2023
@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. api: bigquery Issues related to the googleapis/python-bigquery API. labels Apr 20, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 20, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 20, 2023
@parthea parthea merged commit 075aa66 into googleapis:main Apr 20, 2023
@renovate-bot renovate-bot deleted the renovate/all branch April 20, 2023 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigquery Issues related to the googleapis/python-bigquery API. size: xs Pull request size is extra small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

0