Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python2-bitstring-3.1.6-bp153.1.23 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python2-bitstring Distribution: SUSE Linux Enterprise 15 SP3
Version: 3.1.6 Vendor: openSUSE
Release: bp153.1.23 Build date: Sat Mar 6 02:28:59 2021
Group: Development/Languages/Python Build host: lamb54
Size: 470562 Source RPM: python-bitstring-3.1.6-bp153.1.23.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/scott-griffiths/bitstring
Summary: Python module for the construction, analysis and modification of binary data
Bitstring is a pure Python module to aid
the creation and analysis of binary data.

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 functions or slice notation.
They can also be read from, searched and replaced, and navigated in,
similar to a file or stream.

Provides

Requires

License

MIT

Changelog

* Fri Sep 13 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 3.1.6:
    * Fixed immutability bug. Bug 176.
    * Fixed failure of `__contains__` in some circumstances. Bug 180.
    * Better handling of open files. Bug 186.
    * Better Python 2/3 check.
    * Making unit tests easier to run.
    * Allowing length of 1 to be specified for bools. (Thanks to LemonPi)
* Wed Dec 05 2018 Jan Engelhardt <jengelh@inai.de>
  - Use noun phrase in summary.
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
  - Remove superfluous devel dependency for noarch package
* Wed Dec 27 2017 jengelh@inai.de
  - Trim filler words from description.
* Wed Oct 18 2017 toddrme2178@gmail.com
  - Implement single-spec version
* Sun Jul 31 2016 mardnh@gmx.de
  - Update to version 3.1.5
    * Support initialisation from an array.
    * Added a separate LICENSE file.
  - Update to version 3.1.4
    * Fix for bitstring types when created directly from other bitstring types.
    * Updating contact, website details.
  - Update to version 3.1.3
    * Fix for problem with prepend for bitstrings with byte offsets in their data store.
* Sat Apr 20 2013 p.drouand@gmail.com
  - Update to version 3.1.2
    + this release has a fix for a problem where unpacked bytes could be
      eight times too long.
* Tue Feb 26 2013 p.drouand@gmail.com
  - Update to version 3.1.0:
    * New 'pad' token
      This token can be used in reads and when packing/unpacking to indicate that
      you don't care about the contents of these bits. Any padding bits will just
      be skipped over when reading/unpacking or zero-filled when packing.
      >>> a, b = s.readlist('pad:5, uint:3, pad:1, uint:3')
      Here only two items are returned in the list - the padding bits are ignored.
    * New clear and copy convenience methods
      These methods have been introduced in Python 3.3 for lists and bytearrays,
      as more obvious ways of clearing and copying, and we mirror that change here.
      t = s.copy() is equivalent to t = s[:], and s.clear() is equivalent to del s[:].
    * Some bug fixes.
* Fri Jan 11 2013 p.drouand@gmail.com
  - Initial python3 support
* Fri Jan 11 2013 p.drouand@gmail.com
  - Fix wronf EOF and remove shebang on bitstring.py

Files

/usr/lib/python2.7/site-packages/bitstring-3.1.6-py2.7.egg-info
/usr/lib/python2.7/site-packages/bitstring.py
/usr/lib/python2.7/site-packages/bitstring.pyc
/usr/lib/python2.7/site-packages/bitstring.pyo
/usr/share/doc/packages/python2-bitstring
/usr/share/doc/packages/python2-bitstring/README.rst
/usr/share/licenses/python2-bitstring
/usr/share/licenses/python2-bitstring/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024