deps: update dependency pyasn1 to v0.5.0#2170
Merged
lqiu96 merged 1 commit intogoogleapis:mainfrom Oct 17, 2023
Merged
Conversation
54c3434 to
5153e19
Compare
5153e19 to
2c7db8e
Compare
|
[gapic-generator-java-root] Kudos, SonarCloud Quality Gate passed! |
|
[java_showcase_integration_tests] Kudos, SonarCloud Quality Gate passed! |
lqiu96
approved these changes
Oct 17, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








This PR contains the following updates:
==0.4.8->==0.5.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
pyasn1/pyasn1 (pyasn1)
v0.5.0Compare Source
Change
RealEncoder.supportIndefLenModetype to a booleanpr #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
tagMapandtypeMapmodule level attributes to allencoder and decoder modules. They are aliases for
TAG_MAPandTYPE_MAP, issue #9.Restore API for passing for
tagMapandtypeMapargumentsto
EncoderandDecoderclasses by name and position,issue #12.
Re-add
tagMapandtypeMapmodule level attributes to allencoder and decoder modules. They are aliases for
TAG_MAPandTYPE_MAP, issue #9.Restore API for passing for
tagMapandtypeMapargumentsto
EncoderandDecoderclasses 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
StreamingDecoderclass. Previously published API is implementedas 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, andGitHub Actions.
PyPI package ownership for
pyasn1andpyasn1-modulehas beentransfered to Christian Heimes and Simon Pichugin in
PyPI support ticket #2090.
The upstream repositories for
pyasn1andpyasn1-modulesare nowin the GitHub organization https://github.com/pyasn1/.
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.
This PR has been generated by Mend Renovate. View repository job log here.