python-rocksdb 0.8.0~rc3-2 source package in Ubuntu

Changelog

python-rocksdb (0.8.0~rc3-2) unstable; urgency=medium

  * Team upload.
  * Fix VCS URLs.
  * Build-depend on python3-all-dev to build for all supported Python
    versions, thanks Matthias Klose (Closes: #999410).

 -- Andrey Rahmatullin <email address hidden>  Sun, 21 Nov 2021 15:01:23 +0500

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-rocksdb_0.8.0~rc3-2.dsc 2.2 KiB 92b4d5343255c59be8db49127d0569bc45254e3b07293477eeca59e9d8df5ce5
python-rocksdb_0.8.0~rc3.orig.tar.gz 58.4 KiB fc7caa7461dd491f88db4151569f2e1c0d280d8dc7d3acf51129986aa7d51e67
python-rocksdb_0.8.0~rc3-2.debian.tar.xz 2.9 KiB 2f670ebf0b80e3376bd53c8a8948623d376ecfdab66022bb7891692ae8369386

No changes file available.

Binary packages built by this source

python3-rocksdb: Python bindings for RocksDB

 RocksDB is a C++ library providing an embedded key-value store, where keys and
 values are arbitrary byte streams. It was developed at Facebook based on
 LevelDB and provides backwards-compatible support for LevelDB APIs.
 .
 RocksDB is optimized for Flash with extremely low latencies. RocksDB uses a
 Log Structured Database Engine for storage, written entirely in C++.
 .
 RocksDB features highly flexible configuration settings that may be tuned to
 run on a variety of production environments, including pure memory, Flash,
 hard disks or HDFS. It supports various compression algorithms and good tools
 for production support and debugging.
 .
 This package provides the Python bindings.

python3-rocksdb-dbgsym: debug symbols for python3-rocksdb