python-django-waffle 4.0.0-1 source package in Ubuntu

Changelog

python-django-waffle (4.0.0-1) unstable; urgency=medium

  * New upstream version 4.0.0
  * Refresh patches.
  * Build using pybuild-plugin-pyproject.
  * Use django admin options to set pythonpath and settings for tests.
  * Bump Standards-Version to 4.6.2.
  * Update year in d/copyright.

 -- Michael Fladischer <email address hidden>  Sun, 13 Aug 2023 20:27:14 +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-django-waffle_4.0.0-1.dsc 2.0 KiB 0628edfa4b610aed05695b72309971ae39ef400cc6141bc0d0b4f3d18b84e7d5
python-django-waffle_4.0.0.orig.tar.gz 63.6 KiB 47065746347e76b923b867cb05db1272cc9855fe113f85f342191e212060d4ee
python-django-waffle_4.0.0-1.debian.tar.xz 4.4 KiB 489775318b565b14242a48e6d3ea25705cc3750ad1ea58c222909d83a32bd943

Available diffs

No changes file available.

Binary packages built by this source

python-django-waffle-doc: feature flipper for Django (Documentation)

 Django Waffle is feature flipper for Django. You can define the conditions for
 which a flag should be active, and use it in a number of ways. Feature flags
 are a critical tool for continuously integrating and deploying applications.
 .
 Waffle aims to
  * provide a simple, intuitive API everywhere in your application;
  * cover common use cases with batteries-included;
  * be simple to install and manage;
  * be fast and robust enough to use in production; and
  * minimize dependencies and complexity.
 .
 This package contains the documentation.

python3-django-waffle: feature flipper for Django (Python3 version)

 Django Waffle is feature flipper for Django. You can define the conditions for
 which a flag should be active, and use it in a number of ways. Feature flags
 are a critical tool for continuously integrating and deploying applications.
 .
 Waffle aims to
  * provide a simple, intuitive API everywhere in your application;
  * cover common use cases with batteries-included;
  * be simple to install and manage;
  * be fast and robust enough to use in production; and
  * minimize dependencies and complexity.
 .
 This package contains the Python 3 version of the library.