monty 2023.5.8+dfsg-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * d/control: Bump Standards-Version to 4.6.2 (from 4.6.1.1; no further
    changes needed).
  * d/control: Remove trivial autopkgtest-pkg-python test.
  * d/copyrigh: Update Copyright year for debian/* files.
  * d/control: Add python3-torch as a build dependency.
  * d/tests/control: Add python3-torch as tests dependency.
  * d/salsa-ci.yml: Add allow_failure: true for build i386, there is not
    python3-torch build for i386.

 -- Emmanuel Arias <email address hidden>  Wed, 14 Jun 2023 19:51:20 -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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
monty_2023.5.8+dfsg-1.dsc 2.4 KiB 29b8e6f48cff3a109932eac72ae001b0c244352313af153c3b76f08e2447274a
monty_2023.5.8+dfsg.orig.tar.xz 68.8 KiB f42a2079b28fc4a397e846b81123b8bbb78808fb731788065ef790bb259a049b
monty_2023.5.8+dfsg-1.debian.tar.xz 6.1 KiB 06f32cf2c2ae0cd6359a16216a207151e9075b51c2b20fa013edb8f686feca0c

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.