monty 2024.2.2-1 source package in Ubuntu

Changelog

monty (2024.2.2-1) unstable; urgency=medium

  * New upstream version.
  * d/copyright: Update Copyright year for debian/* files.
  * d/copyright: Change MIT license for expat.
  * d/patches/remove_sphinx_markdown_builder_extension.patch: Update
    patch according to upstream source code.

 -- Emmanuel Arias <email address hidden>  Sun, 11 Feb 2024 22:07:29 -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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
monty_2024.2.2-1.dsc 2.4 KiB 252c9333cd5ca423fd64bab197f70090a0319ca7e850a8dcbf3cddb8bb86cc8f
monty_2024.2.2.orig.tar.gz 100.7 KiB e931053e1557784531029d0a412fb10ee5a6a074579ba59013a44adac82cc291
monty_2024.2.2-1.debian.tar.xz 7.0 KiB deb431369c4c4fabee7e1e7e059e28826d8946bdbbf29c6349ac8ec8e1086eb5

Available diffs

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.