pytools 2024.1.6-1 source package in Ubuntu

Changelog

pytools (2024.1.6-1) unstable; urgency=medium

  * New upstream release.
    * Refresh patches.

 -- Tomasz Rybak <email address hidden>  Tue, 02 Jul 2024 21:24:07 +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.6-1.dsc 2.3 KiB 430b735b375977475d36b89251abe808ae6250fb425620dd3afd88c855a8926e
pytools_2024.1.6.orig.tar.xz 65.1 KiB 5b7329ef0c974f757ab13621ffb2f84a20c486b46b4674ba346d37b3d9e70b75
pytools_2024.1.6-1.debian.tar.xz 18.3 KiB 103ae07648b4be21e8b5d28b93cdc1df484ea4ef45056ba78816331141565b89

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.