python-drf-spectacular 0.26.2-1 source package in Ubuntu

Changelog

python-drf-spectacular (0.26.2-1) unstable; urgency=medium

  * New upstream version 0.26.2
  * Bump Standards-Version to 4.6.2.
  * Build using pybuild-plugin-pyproject.

 -- Michael Fladischer <email address hidden>  Mon, 19 Jun 2023 19:14:02 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-drf-spectacular_0.26.2-1.dsc 2.3 KiB 6bd753721db9fb928ce5051aed3fe40c00fe160a2816871982f618ffa21fdd66
python-drf-spectacular_0.26.2.orig.tar.gz 205.5 KiB a75d9a24ac7ed78ebb931c62b8fd90a21ca181f960f995a946c33a8c0928ebea
python-drf-spectacular_0.26.2-1.debian.tar.xz 5.1 KiB 5137a9b9f1b6ffd78f4b05c09a71b7609509576ec719f5f45468ee19a1d453a8

Available diffs

No changes file available.

Binary packages built by this source

python-djangorestframework-spectacular-doc: OpenAPI 3 schema generation for Django REST framework (Documentation)

 Sane and flexible OpenAPI 3 schema generation for Django REST framework. The
 code is a heavily modified fork of the DRF OpenAPI generator, which is/was
 lacking all of the below listed features:
 .
  * Serializers modelled as components (arbitrary nesting and recursion
    supported)
  * Authentication support (DRF natives included, easily extendable)
  * Custom serializer class support
  * Tags extraction
  * Description extraction from docstrings
  * Sane fallbacks where no Serializer is available
  * Sane operation_id naming (based on path)
  * Easy to use hooks for extending the AutoSchema class
  * Optional schema serving with SpectacularAPIView
 .
 This package contains the documentation.

python3-djangorestframework-spectacular: OpenAPI 3 schema generation for Django REST framework (Python3 version)

 Sane and flexible OpenAPI 3 schema generation for Django REST framework. The
 code is a heavily modified fork of the DRF OpenAPI generator, which is/was
 lacking all of the below listed features:
 .
  * Serializers modelled as components (arbitrary nesting and recursion
    supported)
  * Authentication support (DRF natives included, easily extendable)
  * Custom serializer class support
  * Tags extraction
  * Description extraction from docstrings
  * Sane fallbacks where no Serializer is available
  * Sane operation_id naming (based on path)
  * Easy to use hooks for extending the AutoSchema class
  * Optional schema serving with SpectacularAPIView
 .
 This package contains the Python 3 version of the library.