python-hiredis 2.3.2-1 source package in Ubuntu

Changelog

python-hiredis (2.3.2-1) unstable; urgency=medium

  * New upstream release.
    - Refresh patches.
    - Migrate to using regular dh_auto_test; the package now uses regular
      pybuild.
  * Bump Standards-Version to 4.6.2.

 -- Chris Lamb <email address hidden>  Tue, 02 Jan 2024 16:47:01 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
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_2.3.2-1.dsc 2.1 KiB 68b8eec2784e1ae2aa298d24bdf16ad332c2fc9326d55d775ae9f8a626bd3729
python-hiredis_2.3.2.orig.tar.gz 85.5 KiB 733e2456b68f3f126ddaf2cd500a33b25146c3676b97ea843665717bda0c5d43
python-hiredis_2.3.2-1.debian.tar.xz 3.8 KiB 5bfaed7e2ae9ae91787434ca5f7cee66f98791b3e2b8ce1c76ec69faad3534cd

No changes file available.

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