python-boltons 23.0.0-1 source package in Ubuntu

Changelog

python-boltons (23.0.0-1) unstable; urgency=medium

  * New upstream version.
  * d/control:
    - New uploader and remove DD emeritus Hugo Lefeuvre. (Closes: #1050260)
      NOTE: Thanks Hugo for your contribution with this package!
    - Bump Standards-Version to 4.6.2, no changes needed.
  * d/copyright:
    - Add myself.
    - Update upstream year.
  * Drop d/patches applied by upstream:
    - d/p/address-ecoutils-import-issue-fixes-294.patch reported by Kevin
      Deldycke in https://github.com/mahmoud/boltons/issues/294.
    - d/p/python3.11.patch reported by Stefano Rivera in
      https://github.com/mahmoud/boltons/pull/323.

 -- Leandro Cunha <email address hidden>  Thu, 09 Nov 2023 19:52:19 -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
python-boltons_23.0.0-1.dsc 2.1 KiB 2fbabfc174873b3fdafc2565ae517384cb3785ab9cb6338422d5b73db475810f
python-boltons_23.0.0.orig.tar.gz 237.7 KiB 9b2998cd9525ed472079c7dd90fbd216a887202e8729d5969d4f33878f0ff668
python-boltons_23.0.0-1.debian.tar.xz 3.7 KiB 578de5c963a29bfa0531e4f27eab2ac4ce815246490e0c9d234ddc3e56df24ad

Available diffs

No changes file available.

Binary packages built by this source

python3-boltons: set of pure-Python utilities (Python 3)

 Boltons is a set of over 230 BSD-licensed, pure-Python utilities in the same
 spirit as — and yet conspicuously missing from — the standard library,
 including:
 .
  - Atomic file saving, bolted on with fileutils
  - A highly-optimized OrderedMultiDict, in dictutils
  - Two types of PriorityQueue, in queueutils
  - Chunked and windowed iteration, in iterutils
  - Recursive data structure iteration and merging, with iterutils.remap
  - Exponential backoff functionality, including jitter, through
    iterutils.backoff
  - A full-featured TracebackInfo type, for representing stack traces, in
    tbutils
 .
 This package installs the library for Python 3.