python-redis 2.10.3-3ubuntu1 source package in Ubuntu

Changelog

python-redis (2.10.3-3ubuntu1) wily; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - d/control: Drop python-hiredis down to a Suggests to avoid main
      inclusion in Ubuntu.

python-redis (2.10.3-3) unstable; urgency=medium

  * debci tests require python{,3}-setuptools or they blow up with a
    "TypeError: issubclass() arg 1 must be a class" traceback.

python-redis (2.10.3-2) unstable; urgency=medium

  * Run wrap-and-sort.
  * debian/tests/control: Add Python dependencies.

python-redis (2.10.3-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 3.9.6.
  * Drop trailing slash from Homepage.
  * Bump debhelper compatibility level to 9.
  * Add DEP8 testsuite; we couldn't run it during build as it required a
    running redis-server instance.

 -- James Page <email address hidden>  Mon, 08 Jun 2015 11:27:37 +0100

Upload details

Uploaded by:
James Page
Uploaded to:
Wily
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-redis_2.10.3.orig.tar.gz 82.1 KiB 7aefb80a8c2edca566b8d2465c832c70ec61fcc7cf3cf70951bf9d2fdf52fb36
python-redis_2.10.3-3ubuntu1.debian.tar.xz 3.2 KiB 93d8ad8fe462d88be0edeaf53f385900c5e2f2970d658927ce1e9a7729f44c54
python-redis_2.10.3-3ubuntu1.dsc 2.1 KiB 4e3d84446e2d0d0ce92ff003588627c5d5cda6bfbef410df179f19b56b702f0b

View changes file

Binary packages built by this source

python-redis: Persistent key-value database with network interface (Python library)

 Redis is a key-value database in a similar vein to memcache but the dataset
 is non-volatile. Redis additionally provides native support for atomically
 manipulating and querying data structures such as lists and sets.
 .
 The dataset is stored entirely in memory and periodically flushed to disk.
 .
 This package contains Python bindings to Redis.

python3-redis: Persistent key-value database with network interface (Python 3 library)

 Redis is a key-value database in a similar vein to memcache but the dataset
 is non-volatile. Redis additionally provides native support for atomically
 manipulating and querying data structures such as lists and sets.
 .
 The dataset is stored entirely in memory and periodically flushed to disk.
 .
 This package contains Python bindings to Redis.
 .
 This is the Python 3 version of the package.