django-bitfield 2.2.0-1 source package in Ubuntu

Changelog

django-bitfield (2.2.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 2.2.0
    which fixes assertEquals -> assertEqual
  * switch from nose to pytest (Closes: #1018339)
  * add upstream patch #131 to fix psycopg3 compatibility
  * switch to watch file v4
  * set Rules-Requires-Root: no
  * bump Standards-Version: to 4.6.2
  * use new dh-sequence-python3

 -- Alexandre Detiste <email address hidden>  Sat, 20 Jan 2024 12:10:36 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-bitfield_2.2.0-1.dsc 2.1 KiB 0048009e7994eca7fd2c4814de2c1c75fb3c2cd32d56b41628f3c3626c91e425
django-bitfield_2.2.0.orig.tar.gz 17.0 KiB 1b21262acc4ec0af3f82ed04498a056cd9d5452532ac02771e004835a34e0b1b
django-bitfield_2.2.0-1.debian.tar.xz 2.8 KiB 8929ac1c768a79b34119154db4800539bc6e6898ddca3772bb108825cb5fc9a8

Available diffs

No changes file available.

Binary packages built by this source

python3-django-bitfield: Django module implementing BitFields (Python3 version)

 django-bitfield provides a custom field which allows various bits to be
 stored inside one fixed-width BigIntegerField.
 .
 The custom field provides syntatic sugar for accessing those flags
 easily from a Django application.
 .
 This package contains the Python 3 version of the library.