django-bitfield 1.9.6-3 source package in Ubuntu

Changelog

django-bitfield (1.9.6-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from deprecated 9 to 12.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

 -- Sandro Tosi <email address hidden>  Sat, 11 Jun 2022 22:01:54 -0400

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
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-bitfield_1.9.6-3.dsc 2.1 KiB d3668b2104b004f4cac37dcdc7a0d8fec49dc2ebcc8bdf8adf016ca97caa3fd7
django-bitfield_1.9.6.orig.tar.gz 15.0 KiB d32fc6610f80b0b17a832a487ae18860a563d9a9842259d0d37ae1e62a1854ab
django-bitfield_1.9.6-3.debian.tar.xz 2.3 KiB 21cf60026282cde020c7cf1cb9a74f7641eb639e089ff4293cf023339256b920

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.