Name: | python3-bitstring |
---|---|
Version: | 3.1.9 |
Release: | 2.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 499688 |
License: | MIT |
RPM: | python3-bitstring-3.1.9-2.el9.noarch.rpm |
Source RPM: | python-bitstring-3.1.9-2.el9.src.rpm |
Build Date: | Mon May 16 2022 |
Build Host: | build-ol9-x86_64.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. |
- Switch from nose to pytest
- Update to 3.1.9 (rhbz#1983354)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- Rebuilt for Python 3.10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Rebuilt for Python 3.9
- Update to 3.1.7 (rhbz#1831898)