ubelt 1.3.4-1 source package in Ubuntu

Changelog

ubelt (1.3.4-1) unstable; urgency=medium

  * change debian/watch
  * New upstream version 1.3.4
  * Add python3-sphinx-reredirects on doc.
  * Add MA support for all -doc package.
  * Add examples into -doc package.
  * Fix spell warning from 'python' to 'Python' and
    drop duplicate word from d/python-ubelt-doc.doc-base
  * Update d/copyright

 -- Bo YU <email address hidden>  Mon, 11 Mar 2024 22:31:11 +0800

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 universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ubelt_1.3.4-1.dsc 3.2 KiB 31b3c0a0a6f4ef18489ba7cb943d964694cf4714cc770e167979ab858e503a1f
ubelt_1.3.4.orig.tar.gz 344.8 KiB ab58c272ac3b0f99a14035dbfbfb49562e11bcb9fd1d9a1e04920e8dd6ced729
ubelt_1.3.4-1.debian.tar.xz 3.1 KiB f12c021bb01210487bf9783b100d6f7927a8197cfa9c4d279d5f7d2a003625c6

Available diffs

No changes file available.

Binary packages built by this source

python-ubelt-doc: Python Utility Belt Library

 Ubelt is a small library of robust, tested, documented, and simple
 functions that extend the Python standard library. It has a flat
 API that all behaves similarly on Windows, Mac, and Linux (up to
 some small unavoidable differences). Almost every function in ubelt
 was written with a doctest.
 .
  * Goal: provide simple functions that accomplish common tasks not
    yet addressed by the Python standard library.
  * Constraints: Must be low-impact pure Python; it should be easy to
    install and use.
  * Method: All functions are written with docstrings and doctests to
    ensure that a baseline level of documentation and testing always
    exists (even if functions are copy/pasted into other libraries)
  * Motto: Good utilities lift all codes.
 .
 This package contains the ubelt documentation and examples files.

python3-ubelt: Python Utility Belt Library

 Ubelt is a small library of robust, tested, documented, and simple
 functions that extend the Python standard library. It has a flat
 API that all behaves similarly on Windows, Mac, and Linux (up to
 some small unavoidable differences). Almost every function in ubelt
 was written with a doctest.
 .
  * Goal: provide simple functions that accomplish common tasks not
    yet addressed by the Python standard library.
  * Constraints: Must be low-impact pure Python; it should be easy to
    install and use.
  * Method: All functions are written with docstrings and doctests to
    ensure that a baseline level of documentation and testing always
    exists (even if functions are copy/pasted into other libraries)
  * Motto: Good utilities lift all codes.
 .
 This is ubelt Python package.