python-hiredis 1.0.1-2build2 source package in Ubuntu

Changelog

python-hiredis (1.0.1-2build2) lunar; urgency=medium

  * Rebuild to drop Python 3.10 extension

 -- Jeremy Bicha <email address hidden>  Tue, 28 Feb 2023 19:35:37 -0500

Upload details

Uploaded by:
Jeremy BĂ­cha
Uploaded to:
Lunar
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
python-hiredis_1.0.1.orig.tar.gz 53.2 KiB aa59dd63bb3f736de4fc2d080114429d5d369dfb3265f771778e8349d67a97a4
python-hiredis_1.0.1-2build2.debian.tar.xz 4.4 KiB 0ff3e5a4b574cca29ad6e2dfd3b971633eb9d09f55b61dc16521894e6ecc1e1a
python-hiredis_1.0.1-2build2.dsc 2.1 KiB cabf4cedaf494442178b80309cb9af58d241c8eda7bade73494f4556e7be303e

Available diffs

View changes file

Binary packages built by this source

python3-hiredis: redis protocol reader for Python using hiredis

 This package provides a Python extension that wraps the protocol parsing
 code in Hiredis. It is targeted at speeding up parsing multi bulk replies from
 redis-server.
 .
 Hiredis is a minimalistic C client library for the Redis database, a
 persistent key-value database with support for atomically manipulating and
 querying data structures such as lists and sets.
 .
 Note that it is not a stand-alone redis client library and requires other
 code to perform low-level I/O with redis.

python3-hiredis-dbgsym: debug symbols for python3-hiredis