15
0

Accepting request 518920 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/518920
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-construct?expand=0&rev=9
This commit is contained in:
2017-09-04 10:25:15 +00:00
committed by Git OBS Bridge
4 changed files with 25 additions and 10 deletions
+15
View File
@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Aug 26 16:52:44 UTC 2017 - jengelh@inai.de
- Rewrite description for more neutrality.
-------------------------------------------------------------------
Thu Aug 24 07:24:54 UTC 2017 - tbechtold@suse.com
- update to 2.8.12:
* README and docs updated
* Version uped to 2.8.12
* Union: fixed buildfrom (bug #348)
* Docs updated: API reference
* Prefixed instead of Array (#349)
-------------------------------------------------------------------
Sat May 6 14:12:24 UTC 2017 - matwey.kornilov@gmail.com
+7 -7
View File
@@ -18,9 +18,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-construct
Version: 2.8.11
Version: 2.8.12
Release: 0
Summary: A powerful declarative parser/builder for binary data
Summary: A declarative parser/builder for binary data
License: MIT
Group: Development/Languages/Python
Url: http://construct.readthedocs.org
@@ -37,12 +37,12 @@ BuildArch: noarch
%python_subpackages
%description
Construct is a powerful declarative parser (and builder) for binary data.
Construct is a declarative parser (and builder) for binary data.
Instead of writing imperative code to parse a piece of data, you declaratively
define a data structure that describes your data. As this data structure is not
code, you can use it in one direction to parse data into Pythonic objects,
and in the other direction, convert ("build") objects into binary data.
Instead of writing imperative code to parse a piece of data, a data
structure that describes the data is declared. As this data structure is not
code, it can be used in one direction to parse data into Pythonic objects,
and in the other direction to convert ("build") objects into binary data.
%prep
%setup -q -n construct-%{version}
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.