15
0

Accepting request 726113 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/726113
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hexdump?expand=0&rev=2
This commit is contained in:
2019-08-27 08:25:15 +00:00
committed by Git OBS Bridge
2 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 26 07:20:23 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase. Expand description.
-------------------------------------------------------------------
Wed Jun 5 12:54:16 UTC 2019 - pgajdos@suse.com

View File

@@ -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}