python-hiredis 1.0.1-2build1 source package in Ubuntu

Changelog

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

  * No-change rebuild with Python 3.11 as supported

 -- Graham Inggs <email address hidden>  Wed, 02 Nov 2022 10:56:03 +0000

Upload details

Uploaded by:
Graham Inggs
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

Downloads

File Size SHA-256 Checksum
python-hiredis_1.0.1.orig.tar.gz 53.2 KiB aa59dd63bb3f736de4fc2d080114429d5d369dfb3265f771778e8349d67a97a4
python-hiredis_1.0.1-2build1.debian.tar.xz 4.4 KiB 6077e6eea82022e59dd5bbf4822e1bbbf0693ccfe0ab792599a8271fc57efe94
python-hiredis_1.0.1-2build1.dsc 2.1 KiB d492e1c7099a77b9967b0cbd62241a40d2ad9fd8d408075fb429cffa7c2f0a5f

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