djangorestframework 3.15.1-1 source package in Ubuntu

Changelog

djangorestframework (3.15.1-1) unstable; urgency=medium

  * Team upload
  * [ecdc11c] d/gbp.conf: Add some more defaults
  * [0031c39] d/watch: Move over to use Git mode on GitHub
  * [ad8805f] New upstream version 3.15.1
    (Closes: #1066740)
  * [926f60f] Rebuild patch queue from patch-queue branch
    Rebuild patch queue from patch-queue branch
    Rename and update patches:
    0001-Clean-all-privacy-breaches-in-the-package.patch
     -> debian/patches/Clean-all-privacy-breaches-in-the-package.patch
    0002-Fix-asset-names-to-match-symlinks-to-packaged-files.patch
     -> debian/patches/Fix-asset-names-to-match-symlinks-to-packaged-files.patch
    0003-Adapt-tests-so-they-pass.patch
     -> debian/patches/Remove-span-class-w-on-some-tests-files.patch
  * [e4f6ac7] d/control: Bump Standards-Version to 4.6.2
    No further changes needed.
  * [1ac9e0c] Update missing-sources for jquery-3.7.1
  * [d3b5a93] d/control: Add BuildProfileSpec to Build-Depends
  * [8e221b1] d/control: Add python3-tz to (binary) Depends
  * [5f63cc2] d/{control,rules}: Move over to dh-sequencer-python3
  * [1e05741] d/rules: Remove also mypy cache folder in dh_clean
  * [490cf0f] d/trules: Respect DEB_BUILD_OPTIONS for nodoc profile
  * [03ee1af] autopkgtest: Use more specific depending package list
  * [f9ac404] d/README.source: Add some information about the source
  * [ad91cbd] d/u/metadata: Add the Homepage data
  * [2098da6] d/control: Use the GitHub resource for Homepage field

 -- Carsten Schoenert <email address hidden>  Sat, 23 Mar 2024 12:50:03 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
djangorestframework_3.15.1-1.dsc 2.9 KiB 34074766ea813403ce0a2d4a892d0d2b0a060c4557ab65905c0a07538020a2b6
djangorestframework_3.15.1.orig.tar.gz 8.8 MiB 16886cea9c35cecf75d51225e95e8a92498fa76fff379d58a7beecfed44ab36b
djangorestframework_3.15.1-1.debian.tar.xz 340.4 KiB ec76baf977e5b9c6d9b3c002aebe869bb005493bb100440004fa84ac0bb9de6b

Available diffs

No changes file available.

Binary packages built by this source

python-djangorestframework-doc: Web APIs for Django, made easy (documentation)

 powerful and flexible toolkit that makes it easy to build Web APIs.
 Some reasons you might want to use REST framework:
  * The Web browseable API is a huge useability win for your developers.
  * Authentication policies including OAuth1a and OAuth2 out of the box.
  * Serialization that supports both ORM and non-ORM data sources.
  * Customizable all the way down - just use regular function-based views if you
    don't need the more powerful features.
 .
 This package contains the HTML documentation.

python3-djangorestframework: Web APIs for Django, made easy for Python3

 For Python3.
 powerful and flexible toolkit that makes it easy to build Web APIs.
 Some reasons you might want to use REST framework:
  * The Web browseable API is a huge useability win for your developers.
  * Authentication policies including OAuth1a and OAuth2 out of the box.
  * Serialization that supports both ORM and non-ORM data sources.
  * Customizable all the way down - just use regular function-based views if you
    don't need the more powerful features.
  * Extensive documentation, and great community support.