pytools 2024.1.1-1 source package in Ubuntu

Changelog

pytools (2024.1.1-1) unstable; urgency=medium

  * New upstream release (Closes: #1068968)
    * Refresh patches.
  * Remove appdirs dependency (Closes: #1068004)
    Package already depends on platformdirs since 2022.1.14-1
  * Add custom clean step (Closes: #1045500)
  * Do not override dh_auto_build: files it deleted do not exist anymore.
  * Clear debian/copyright.
  * Update Standards-Version to 4.7.0; no changes necessary.

  [ Alexandre Detiste ]
  * Remove extraneous dependency on python3-six

 -- Tomasz Rybak <email address hidden>  Wed, 24 Apr 2024 21:15:12 +0200

Upload details

Uploaded by:
Tomasz Rybak
Uploaded to:
Sid
Original maintainer:
Tomasz Rybak
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytools_2024.1.1-1.dsc 2.3 KiB cfbe1bc8ae5e7d14e2d87a1fbf64b34ad3891076360f3d6e915b2ada08dd1646
pytools_2024.1.1.orig.tar.xz 62.1 KiB 73f9158cd7705a226cc104a278315e61e684f8958a0614fb9112d8f0b4ff6538
pytools_2024.1.1-1.debian.tar.xz 18.3 KiB fec994e62b17ba43ecf8a5dcd4861890cfa14cb9680268017d81f40d49748bfc

Available diffs

No changes file available.

Binary packages built by this source

python-pytools-doc: big bag of things supplementing Python library (documentation)

 Pytools is a big bag of things that are needed by packages created by
 Andreas Kloeckner. They are used by python-pycuda and python-pyopencl
 packages. They contain, amongst other:
  * A ton of small tool functions such as len_iterable, argmin, tuple
    generation, permutation generation, ASCII table pretty printing,
    GvR's mokeypatch_xxx() hack, the elusive flatten, and much more
  * A time-series logging module, pytools.log
  * Batch job submission, pytools.batchjob
  * A lexer, pytools.lex
 .
 This package contains HTML documentation and example scripts.

python3-pytools: big bag of things supplementing Python 3 standard library

 Pytools is a big bag of things that are needed by packages created by
 Andreas Kloeckner. They are used by python-pycuda and python-pyopencl
 packages. They contain, amongst other:
  * A ton of small tool functions such as len_iterable, argmin, tuple
    generation, permutation generation, ASCII table pretty printing,
    GvR's mokeypatch_xxx() hack, the elusive flatten, and much more
  * A time-series logging module, pytools.log
  * Batch job submission, pytools.batchjob
  * A lexer, pytools.lex
 .
 This package contains Python 3 modules.