django-countries 5.2-1 source package in Ubuntu

Changelog

django-countries (5.2-1) unstable; urgency=low

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/watch: Use https protocol
  * Refresh patches after git-dpm to gbp pq conversion

  [ Michael Fladischer ]
  * New upstream release (Closes: #865790).
  * Always use pristine-tar.
  * Disable PGP signature check in uscan as upstream is not providing a
    signature for current releases.
  * Move upstream signing key to debian/upstream/signing-key.asc.
  * Refresh patches.
  * Add patch to fix tests to work with local XML data from iso-codes
    package.
  * Clean up django_countries.egg-info/requires.txt to allow two builds
    in a row.
  * Install upstream changelog.
  * Bump debhelper compatibility and version to 11.
  * Bump Standards-Version to 4.1.3.
  * Enable autopkgtest-pkg-python testsuite.
  * Run wrap-and-sort -bast to reduce diff size of future changes.
  * Remove lintian override for missing upstream changelog.
  * Change dpkg-triggers to use noawait variants (Closes: #803448).
  * Remove lintian override for empty directory used for symlink farm.

 -- Michael Fladischer <email address hidden>  Sun, 01 Apr 2018 20:02:34 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-countries_5.2-1.dsc 1.9 KiB 70154f3d91e8f87c262fc184d9b7c140c2229942cb70e8d0b7bfd11422f2c37b
django-countries_5.2.orig.tar.gz 441.2 KiB 00b24c5d798e076e9168c9cf28c7c315cff8a9620908800f9ef5bae1f8a20688
django-countries_5.2-1.debian.tar.xz 15.3 KiB a189d9868edc228bb662f4234e9307b665ac1032619bdc32efe4b85e1ca80e09

Available diffs

No changes file available.

Binary packages built by this source

python-django-countries: provides a country field for Django models

 A Django application which provides all ISO 3166-1 countries as choices for
 use with forms, and a country field for models.
 It also includes a small template filter for getting country flags by
 ISO 3166-1 alpha-2 country code.

python3-django-countries: provides a country field for Django models (Python3 version)

 A Django application which provides all ISO 3166-1 countries as choices for
 use with forms, and a country field for models.
 It also includes a small template filter for getting country flags by
 ISO 3166-1 alpha-2 country code.
 .
 This package contains the Python 3 version of the library.