Name: | python3-pure-protobuf |
---|---|
Version: | 2.0.1 |
Release: | 1.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 116724 |
License: | MIT |
RPM: | python3-pure-protobuf-2.0.1-1.el8.noarch.rpm |
Source RPM: | python-pure-protobuf-2.0.1-1.el8.src.rpm |
Build Date: | Fri Feb 19 2021 |
Build Host: | host-100-100-224-3.blddevtest1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://github.com/eigenein/protobuf |
Summary: | Python implementation of Protocol Buffers data types with dataclasses support |
Description: | pure-protobuf allows you to take advantages of the standard dataclasses module to define message types. It is preferred over the legacy interface for new projects. The dataclasses interface is available in Python 3.6 and higher. The legacy interface is deprecated and still available via pure_protobuf.legacy. This guide describes how to use pure-protobuf to structure your data. It tries to follow the standard developer guide. It also assumes that you're familiar with Protocol Buffers. |
- Updating to 2.0.1 - Preparing for EPEL8 builds
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Removing useless dependencies (coverage/linting)
- Rebuilt for Python 3.9
- Initial package