Name: | python36-bitstring |
---|---|
Version: | 3.1.6 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 486545 |
License: | MIT |
RPM: | python36-bitstring-3.1.6-1.el7.noarch.rpm |
Source RPM: | python-bitstring-3.1.6-1.el7.src.rpm |
Build Date: | Sat Aug 31 2019 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/scott-griffiths/bitstring |
Summary: | Simple construction, analysis and modification of binary data |
Description: | bitstring is a pure Python module designed to help make the creation and analysis of binary data as simple and natural as possible. Bitstrings can be constructed from integers (big and little endian), hex, octal, binary, strings or files. They can be sliced, joined, reversed, inserted into, overwritten, etc. with simple functions or slice notation. They can also be read from, searched and replaced, and navigated in, similar to a file or stream. |
- Update to 3.1.6 - Introduce Python 3 subpackage in EPEL
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Subpackage python2-bitstring has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- Rebuilt for Python 3.7
- Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Update to 3.1.5 - Include LICENSE file
- Initial package