python-munch 4.0.0-1 source package in Ubuntu

Changelog

python-munch (4.0.0-1) unstable; urgency=medium

  [ Ileana Dumitrescu ]
  * Team upload.
  * New upstream release.
  * d/gbp.conf: Pull and commit to pristine-tar branch.
  * d/control: Bump Standards-Version from 4.1.3 to 4.6.2, set
    Rules-Requires-Root to no, and add testsuite autopkgtest-pkg-pybuild.
  * d/tests: Removed, upstream tests run by autopkgtest-pkg-pybuild.
  * d/watch: Bump version from 3 to 4.
  * d/upstream/metadata: Add Archive Github.
  * d/salsa-ci.yml: Enable salsa-ci pipeline.

  [ Jeroen Ploemen ]
  * Control: remove unused (build-)deps on python3-{pip,pkg-
    resources,six}; add build-dep on python3-yaml.
  * Rules: remove override of dh_auto_test; list required files in
    d/pybuild.testfiles instead.

 -- Ileana Dumitrescu <email address hidden>  Wed, 01 Nov 2023 20:38:52 +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
Oracular release main misc
Noble release main misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-munch_4.0.0-1.dsc 2.1 KiB 3739fa4ae480cd8c82eea4a7a49e33796f6143fa533ce540477f554fd1b80c13
python-munch_4.0.0.orig.tar.gz 18.6 KiB 542cb151461263216a4e37c3fd9afc425feeaf38aaa3025cd2a981fadb422235
python-munch_4.0.0-1.debian.tar.xz 3.1 KiB fece06eb0cee9605dcf854333297f535ea8297cd9bdbb6f08d1674777b97441f

Available diffs

No changes file available.

Binary packages built by this source

python3-munch: dot-accessible dictionary similar to JavaScript objects - Python 3.x

 Munch is a fork of David Schoonover’s Bunch package, providing similar
 functionality. 99% of the work was done by him, and the fork was made
 mainly for lack of responsiveness for fixes and maintenance on the
 original code.
 .
 Munch is a dictionary that supports attribute-style access, a la
 JavaScript.
 .
 This package contains the library prepared for Python 3.x.