monty 2023.9.25-1 source package in Ubuntu

Changelog

monty (2023.9.25-1) unstable; urgency=medium

  * New upstream release. 
  * d/patches/0001-Remove-images-links-to-avoid-privacy-breach.patch: Update
    patch according to the upstream source.
    - Add docs/index.md to the patch.
  * d/control: Move python3-pydantic B-Depend to Depends on binary package.
    This is an optional dependency and one test is falling because in Debian
    is in old 1.x version.
  * d/rules: Ignore test_pydantic_integrations test because python3-pydantic
    version in Debian is old and breaks the test.

 -- Emmanuel Arias <email address hidden>  Thu, 05 Oct 2023 23:04:57 -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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
monty_2023.9.25-1.dsc 2.3 KiB fd5a39ba894a16c3a67b7069b720769a98a3bcb6a3d00199edec366e9303f153
monty_2023.9.25.orig.tar.gz 100.1 KiB 3e28d0029f4c9e2b6357ef9cf1409e56aab18ee75cae1d53245407f660517766
monty_2023.9.25-1.debian.tar.xz 7.1 KiB 9e511a4455b0f86a9d6ff322091c9307c54398b88e0222c7e963be3aee3a8043

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.