bottleneck 1.3.5+ds1-1 source package in Ubuntu

Changelog

bottleneck (1.3.5+ds1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.3.5+ds1 (Closes: #1026636)
  * Drop old and unused lintian override
  * Use dh-sequence-*
  * Bump policy version (no changes)

 -- Jochen Sprickerhof <email address hidden>  Sun, 25 Dec 2022 21:27:31 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
bottleneck_1.3.5+ds1-1.dsc 2.3 KiB 1f2c979ad4b74ddcf1748a11eb8ab9c5e0d50c83a0c4e305e3df6e69abfb166d
bottleneck_1.3.5+ds1.orig.tar.xz 74.3 KiB 049e32eb74fdc1f562380686527f6e9770d9451d95fdc3c3dbfeb39ae43b58d6
bottleneck_1.3.5+ds1-1.debian.tar.xz 5.2 KiB f696f35ec1788443927f1463beca00cc3fefd1ad4c3a3a63d94c47f71dd35699

No changes file available.

Binary packages built by this source

python-bottleneck-doc: documentation for bottleneck

 Bottleneck is a collection of fast NumPy array functions written in C.
 .
 Only arrays with data type (dtype) int32, int64, float32, and float64 are
 accelerated. All other dtypes result in calls to slower, unaccelerated
 functions.
 .
 This package provides the documentation for bottleneck.

python3-bottleneck: Fast NumPy array functions written in C (Python 3)

 Bottleneck is a collection of fast NumPy array functions written in C.
 .
 Only arrays with data type (dtype) int32, int64, float32, and float64 are
 accelerated. All other dtypes result in calls to slower, unaccelerated
 functions.
 .
 This package provides the modules for Python 3.

python3-bottleneck-dbgsym: debug symbols for python3-bottleneck