Add dependencies, package metadata, and release notes for Djblets 3.1.

Review Request #12707 — Created Oct. 31, 2022 and submitted — Latest diff uploaded

Information

Djblets
release-3.x

Reviewers

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 and djblets.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.

Diff Revision 3 (Latest)

orig
1
2
3

Commits

First Last Summary ID Author
Add dependencies, package metadata, and release notes for Djblets 3.1.
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` and `djblets.webapi`, including token deprecation and URI template name conflict handling.
4f0ffa10fc943b5613349330d831bb18ad61dc71 Christian Hammond
MANIFEST.in
djblets/dependencies.py
djblets/py.typed
docs/releasenotes/3.1.rst
docs/releasenotes/index.rst
Loading...