17
0

Accepting request 560125 from home:jengelh:branches:devel:languages:python

- Trim filler words from description.

OBS-URL: https://build.opensuse.org/request/show/560125
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitstring?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2017-12-27 19:15:46 +00:00
committed by Git OBS Bridge
parent dee6ebf808
commit d145b5ed8d
2 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 27 13:55:35 UTC 2017 - jengelh@inai.de
- Trim filler words from description.
-------------------------------------------------------------------
Wed Oct 18 16:42:21 UTC 2017 - toddrme2178@gmail.com

View File

@@ -22,7 +22,7 @@
Name: python-bitstring
Version: 3.1.5
Release: 0
Summary: Simple construction, analysis and modification of binary data
Summary: Construction, analysis and modification of binary data
License: MIT
Group: Development/Languages/Python
Url: https://github.com/scott-griffiths/bitstring
@@ -40,12 +40,12 @@ BuildArch: noarch
%python_subpackages
%description
Bitstring is a pure Python module designed to help make
the creation and analysis of binary data as simple and natural as possible.
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 simple functions or slice notation.
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.