python-avro 1.8.0~rc1+dfsg-2 source package in Ubuntu

Changelog

python-avro (1.8.0~rc1+dfsg-2) unstable; urgency=low

  * No changes. The package wasn't built properly on the buildd
  (resulted in empty python3-avro package).

 -- Afif Elghraoui <email address hidden>  Sun, 27 Dec 2015 00:07:23 -0800

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-avro_1.8.0~rc1+dfsg-2.dsc 2.1 KiB 16ac20766eb955bbcd9337ac1195dd63bb11d7248c2c047f35d9a25e9ce91a4d
python-avro_1.8.0~rc1+dfsg.orig.tar.gz 242.3 KiB 2aa1d7e8ef328830c9131087e0052b5891090f791abbd0272efac6ef4ef12c58
python-avro_1.8.0~rc1+dfsg-2.debian.tar.xz 4.0 KiB f38d5b637042d0d8065f03cde565f64df0338f91ce8e6d789a971702a97397e6

No changes file available.

Binary packages built by this source

python-avro: Apache Avro serialization system — Python 2 library

 Apache Avro is a data serialization system providing
  * Rich data structures.
  * A compact, fast, binary data format.
  * A container file, to store persistent data.
  * Remote procedure call (RPC).
  * Simple integration with dynamic languages. Code generation is not
    required to read or write data files nor to use or implement RPC protocols.
    Code generation as an optional optimization, only worth implementing for
    statically typed languages.
 .
 This package installs the implementation as a Python 2 library.

python3-avro: Apache Avro serialization system — Python 3 library

 Apache Avro is a data serialization system providing
  * Rich data structures.
  * A compact, fast, binary data format.
  * A container file, to store persistent data.
  * Remote procedure call (RPC).
  * Simple integration with dynamic languages. Code generation is not
    required to read or write data files nor to use or implement RPC protocols.
    Code generation as an optional optimization, only worth implementing for
    statically typed languages.
 .
 This package installs the implementation as a Python 3 library.