python-orderedattrdict 1.6.0-2 source package in Ubuntu

Changelog

python-orderedattrdict (1.6.0-2) unstable; urgency=medium

  * QA upload.
  * Bump Standards-Version to 4.6.2.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.

  [ Sébastien Delafond ]
  * orphaning: set Maintainer to Debian QA Group <email address hidden>

 -- Boyuan Yang <email address hidden>  Mon, 11 Dec 2023 17:09:19 -0500

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-orderedattrdict_1.6.0-2.dsc 2.0 KiB 477a6b9d8aab25cbaa0c9abebe65a2ab3d7220c7b8cae15a8327f05930725c74
python-orderedattrdict_1.6.0.orig.tar.xz 6.7 KiB 2de3e640d573155ab791dd2da14b88812151f94cd8de19d1aace9ed429df40ec
python-orderedattrdict_1.6.0-2.debian.tar.xz 2.2 KiB d4ab36653da01a99911f79f1e24c1c5bb9f21a71451a0f5370005d7b6a383f24

Available diffs

No changes file available.

Binary packages built by this source

python3-orderedattrdict: Python OrderedDict with attribute-style access (Python3)

 An ordered dictionary with attribute-style access.
 .
 AttrDict behaves exactly like collections.OrderedDict, but also allows
 keys to be accessed as attributes.
 .
 It also allows for loading JSON and YAML while preserving the order of
 keys
 .
 This is the Python3 package.