From fcf26b276df3d00d40c944e6e13e1201ab9a32f869c3034bf3db2a044dbeb96c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 26 Aug 2019 09:04:55 +0000 Subject: [PATCH] Accepting request 726067 from home:jengelh:branches:devel:languages:python - Use noun phrase. Expand description. OBS-URL: https://build.opensuse.org/request/show/726067 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hexdump?expand=0&rev=3 --- python-hexdump.changes | 5 +++++ python-hexdump.spec | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/python-hexdump.changes b/python-hexdump.changes index 71923ee..3d344c2 100644 --- a/python-hexdump.changes +++ b/python-hexdump.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 26 07:20:23 UTC 2019 - Jan Engelhardt + +- Use noun phrase. Expand description. + ------------------------------------------------------------------- Wed Jun 5 12:54:16 UTC 2019 - pgajdos@suse.com diff --git a/python-hexdump.spec b/python-hexdump.spec index 3c21173..51254f2 100644 --- a/python-hexdump.spec +++ b/python-hexdump.spec @@ -20,7 +20,7 @@ Name: python-hexdump Version: 3.3 Release: 0 -Summary: Dump Binary Data +Summary: Python tool to dump binary data License: Unlicense Group: Development/Languages/Python URL: https://bitbucket.org/techtonik/hexdump/ @@ -34,7 +34,11 @@ BuildArch: noarch %python_subpackages %description -View/edit your binary with any text editor. +This utility converts between the raw representation and a +byte-based hexdump representation. + +The display is equivalent to the output of the `hexdump -C` command, but +it requires a Python runtime. %prep %setup -q -c -n hexdump-%{version}