python-hiredis 2.3.2-2build1 source package in Ubuntu

Changelog

python-hiredis (2.3.2-2build1) noble; urgency=medium

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Thu, 11 Apr 2024 10:43:39 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
python-hiredis_2.3.2.orig.tar.gz 85.5 KiB 733e2456b68f3f126ddaf2cd500a33b25146c3676b97ea843665717bda0c5d43
python-hiredis_2.3.2-2build1.debian.tar.xz 4.5 KiB 9207ac9fd6943c7d1350f1ac2d725646c07035f97c4ad3225fd97fa42973b222
python-hiredis_2.3.2-2build1.dsc 2.1 KiB a0a6691f3b47da784883e3426de2e3e3e3371b9492dff274c071ba320a5ef91d

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