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

Changelog

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

  * Team upload
  * d/gbp.conf: Add some minor defaults
  * New upstream version 0.27.1
  * Rebuild patch queue from patch-queue branch
    Added patch:
    0005-DRF-3.15-counteract-new-assertion-for-tests.patch
     Fixes test suite run with DRF >= 3.15.0
    Modified patches (added Forwarded: not needed):
    0001-Remove-image-badges-to-prevent-privacy-breaches.patch
    0002-Skip-rest_framework_simplejwt-tests-if-not-installed.patch
    0003-Do-not-load-fonts-from-external-sources.patch
    0004-Use-local-objects.inv-in-intersphinx-mapping.patch

 -- Carsten Schoenert <email address hidden>  Sun, 24 Mar 2024 08:59:18 +0100

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-drf-spectacular_0.27.1-1.dsc 2.7 KiB 5d392b8fdd5af29bc61f5fdc89c496a8614605f29b7105c9ee62e0a8eed64867
python-drf-spectacular_0.27.1.orig.tar.gz 222.0 KiB ffc0935558c1e865d206e27530447028753f2b955356e8ed6ed34820381ad785
python-drf-spectacular_0.27.1-1.debian.tar.xz 7.0 KiB fa0c1965e9668015a76e1fba32d7ade8cde1fc9088deec62e6598bdc1f9bd7ad

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.