Add dependencies, package metadata, and release notes for Djblets 3.1.
Review Request #12707 — Created Oct. 31, 2022 and submitted
Djblets 3.1 now depends on the
typing_extensions
package. We're using
4.4 (latest version) as the minimum.The package now indicates it offers type hinting through a
py.typed
marker.Release notes have been updated to include all the new changes in
djblets.secrets
anddjblets.webapi
, including token deprecation and
URI template name conflict handling.
Installed the package in a new environment and verified
typing_extensions
was installed.Built the release notes. Checked for bad links, build issues, and spelling
errors.
- Change Summary:
-
- Fixed a typo.
- Added
py.typed
to let type checkers know that Djblets provide type hints through code analysis.
- Summary:
-
Add dependencies and release notes for Djblets 3.1.Add dependencies, package metadata, and release notes for Djblets 3.1.
- Description:
-
Djblets 3.1 now depends on the
typing_extensions
package. We're using4.4 (latest version) as the minimum. + The package now indicates it offers type hinting through a
py.typed
+ marker. + Release notes have been updated to include all the new changes in
djblets.secrets
anddjblets.webapi
, including token deprecation andURI template name conflict handling. - Commits:
-
Summary ID 611ec3f65c3f88c19f2a9bdfae0cddf2e3cd45e8 8b0b34ac15a61fb71fe5f6de691cf598d0dfb9e9