python-django-netfields 1.3.1-1 source package in Ubuntu

Changelog

python-django-netfields (1.3.1-1) unstable; urgency=medium

  * New upstream version 1.3.1
  * Bump Standards-Version to 4.6.2.
  * Update d/copyright with new years.
  * Build using pybuild-plugin-pyproject.
  * Run wrap-and-sort -bast to reduce diff size of future changes.

 -- Michael Fladischer <email address hidden>  Mon, 19 Jun 2023 09:21:48 +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-netfields_1.3.1-1.dsc 2.0 KiB 5419c0c9a399b1367b5e4114bc12cf6ed73d1350c713480476c6a9c255462daa
python-django-netfields_1.3.1.orig.tar.gz 35.4 KiB e4e7cc4d87f63b1d087cdbf021f137dc4b985039ce2ce0d1b62ae4ee2711fa2a
python-django-netfields_1.3.1-1.debian.tar.xz 3.6 KiB 85bdad7ac868c86c44feac8d484c52c9ae11eb9fe54a54b230d476cb877b675d

Available diffs

No changes file available.

Binary packages built by this source

python3-django-netfields: Django PostgreSQL netfields implementation (Python3 version)

 This project is an attempt at making proper PostgreSQL net related fields for
 Django. In Django pre 1.4 the built in IPAddressField does not support IPv6 and
 uses an inefficient HOST() cast in all lookups. As of 1.4 you can use
 GenericIPAddressField for IPv6, but the casting problem remains.
 .
 In addition to the basic IPAddressField replacement a CIDR and a MACADDR field
 have been added. This library also provides a manager that allows for advanced
 IP based lookup directly in the ORM.
 .
 This package contains the Python 3 version of the library.