app-store-server-library-python
app-store-server-library-python copied to clipboard
Bump asn1 from 2.8.0 to 3.1.0
Bumps asn1 from 2.8.0 to 3.1.0.
Release notes
Sourced from asn1's releases.
Version 3.1.0
- #291 - Add support for mypy. As a consequence, the previous module has been migrated to a package.
Version 3.0.1
- Fix #288 - Use DER encoding by default as in previous versions
Version 3.0.0
- Encoding and decoding of the ASN.1 REAL type
- Support of indefinite lengths
- Encoding and decoding of complex data (lists, sets, ...)
- Add support for streams (file-like objects) when encoding and decoding
- Optionally return the number of unused bits when decoding a BitString (see also #276)
- #286 - Add ASN.1:2008 compliance test suite
Note: Even if the API has changed, it is backward-compatible with previous versions.
Changelog
Sourced from asn1's changelog.
3.1.0 (2025-05-16)
- #291 - Add support for mypy. As a consequence, the previous module has been migrated to a package.
3.0.1 (2025-05-02)
- Fix #288 - Use DER encoding by default as in previous versions
3.0.0 (2025-03-03)
- Encoding and decoding of the ASN.1 REAL type
- Support of indefinite lengths
- Encoding and decoding of complex data (lists, sets, ...)
- Add support for streams (file-like objects) when encoding and decoding
- Optionally return the number of unused bits when decoding a BitString (see also #276)
- #286 - Add ASN.1:2008 compliance test suite
Commits
372b1d9Migrate to a package, add type informationdd59aaeAdd Python 3.9 distutils745d58aRemove python 3.6 distutilseff634dChange Ubuntu 20.04 to 22.04231c54eFix #287: Use DER by default2bc9454Update versions of dev packagesb1bfab6Documentation3216bb2Move stub in a stubs directory6bd3381Update docfe8e488Decode as sequence if unknown- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.