itypes 1.2.0-1 source package in Ubuntu

Changelog

itypes (1.2.0-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Bump debhelper from old 11 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.

  [ Antonio Terceiro ]
  * debian/watch: pull from github to get tests
  * New upstream version 1.2.0
  * Run tests during the build
  * Run tests under autopkgtest
  * Bump Standards-Version to 4.6.0; no changes needed

 -- Antonio Terceiro <email address hidden>  Mon, 29 Nov 2021 16:22:10 -0300

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
itypes_1.2.0-1.dsc 2.0 KiB 8eecba2d88e7951ac251646382a908c54bd1c38635ceb9b55d0190751ae4397a
itypes_1.2.0.orig.tar.gz 5.4 KiB 4b01b8625dff71c2d566380647bbc55fad4c02430426b9fcd71be6f0d090c1bb
itypes_1.2.0-1.debian.tar.xz 2.7 KiB 8c28806ae8b254014bb03bd7864f8a96f747fb2bfbb31bbe29ca89a7f40dca4f

Available diffs

No changes file available.

Binary packages built by this source

python3-itypes: Python3 basic immutable containers types library

 This package provides basic immutable container types for Python.
 .
 The classic use case of these is in circumstances where it may result in more
 comprehensible code, or when one wants to create custom types with restricted,
 immutable interfaces.
 .
 This package contains the python3 version of the library.