monty 2022.9.9+dfsg-1 source package in Ubuntu

Changelog

monty (2022.9.9+dfsg-1) unstable; urgency=medium

  [ Emmanuel Arias ]
  * New upstream version.
  * d/control: Bump Standards-Version to 4.6.1.1 (from 4.6.1; no further
    changes).
  * d/patches: Add patch to skip tests that use files that are not present in
    upstream.
  * d/tests: Use py3versions -s instead of -r to test with all supported Python
    versions. Add this change in d/tests/installed-test and d/tests/unittests
    files.

 -- Emmanuel Arias <email address hidden>  Mon, 17 Oct 2022 21:21:07 +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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
monty_2022.9.9+dfsg-1.dsc 2.3 KiB 0718e914c5c86da530b06fc39705c4d31498d980d10e6e57f92a1fe131413b0a
monty_2022.9.9+dfsg.orig.tar.xz 68.4 KiB dc5b7426db1a6312783af597d577f7b2cb3f54b7e6c8d5d01569d91294022aec
monty_2022.9.9+dfsg-1.debian.tar.xz 5.9 KiB f614e8364de94d6003491f93beac475a4b995b9fcafd8fdf1cf4bb5bf0fcf2d5

No changes file available.

Binary packages built by this source

python-monty-doc: missing complement to Python (Documentation)

 Monty is the missing complement to Python. Monty implements
 supplementary useful functions for Python that are not part of the
 standard library. Examples include useful utilities like transparent
 support for zipped files, useful design patterns such as singleton and
 cached_class, and many more.
 .
 Python is a great programming language and comes with “batteries
 included”. However, even Python has missing functionality and/or
 quirks that make it more difficult to do many simple tasks. In the
 process of creating several large scientific frameworks based on
 Python, the authors have found that it is often useful to
 create reusable utility functions to supplement the Python standard
 library. Their forays in various developer sites and forums also found
 that many developers are looking for solutions to the same problems.
 .
 Monty is created to serve as a complement to the Python standard
 library. It provides suite of tools to solve many common problems, and
 hopefully, be a resource to collect the best solutions.
 .
 This package installs the documentation.

python3-monty: missing complement to Python (Python 3)

 Monty is the missing complement to Python. Monty implements
 supplementary useful functions for Python that are not part of the
 standard library. Examples include useful utilities like transparent
 support for zipped files, useful design patterns such as singleton and
 cached_class, and many more.
 .
 Python is a great programming language and comes with “batteries
 included”. However, even Python has missing functionality and/or
 quirks that make it more difficult to do many simple tasks. In the
 process of creating several large scientific frameworks based on
 Python, the authors have found that it is often useful to
 create reusable utility functions to supplement the Python standard
 library. Their forays in various developer sites and forums also found
 that many developers are looking for solutions to the same problems.
 .
 Monty is created to serve as a complement to the Python standard
 library. It provides suite of tools to solve many common problems, and
 hopefully, be a resource to collect the best solutions.
 .
 This package installs the library for Python 3.