From d145b5ed8d303d4edc39a7be46d76cd06ee377e60cf2a817e360a152a1a57669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 27 Dec 2017 19:15:46 +0000 Subject: [PATCH] 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 --- python-bitstring.changes | 5 +++++ python-bitstring.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/python-bitstring.changes b/python-bitstring.changes index 67eeb42..03b8ce0 100644 --- a/python-bitstring.changes +++ b/python-bitstring.changes @@ -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 diff --git a/python-bitstring.spec b/python-bitstring.spec index fff22a2..39e7a90 100644 --- a/python-bitstring.spec +++ b/python-bitstring.spec @@ -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.