From 5d87e0f7f4fadf2c4529d57d3ae1a3f326d7d565b62109f9578855e0f19c560c Mon Sep 17 00:00:00 2001 From: Matwey Kornilov Date: Sat, 26 Aug 2017 09:17:39 +0000 Subject: [PATCH 1/2] Accepting request 518490 from home:tbechtold:branches:devel:languages:python - 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) OBS-URL: https://build.opensuse.org/request/show/518490 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-construct?expand=0&rev=19 --- construct-2.8.11.tar.gz | 3 --- construct-2.8.12.tar.gz | 3 +++ python-construct.changes | 10 ++++++++++ python-construct.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 construct-2.8.11.tar.gz create mode 100644 construct-2.8.12.tar.gz diff --git a/construct-2.8.11.tar.gz b/construct-2.8.11.tar.gz deleted file mode 100644 index 8a9fbdb..0000000 --- a/construct-2.8.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d59bdef0209678c54805120dff03a0423d88989018eaa559e713ecb13ab6eb1 -size 719949 diff --git a/construct-2.8.12.tar.gz b/construct-2.8.12.tar.gz new file mode 100644 index 0000000..16cd43f --- /dev/null +++ b/construct-2.8.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67ee2c69a11bdadc0705c7e0de0ff16ef74b730932537e22ac1f64f479240ffa +size 720277 diff --git a/python-construct.changes b/python-construct.changes index 0ed9f0a..aceb419 100644 --- a/python-construct.changes +++ b/python-construct.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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 diff --git a/python-construct.spec b/python-construct.spec index b8e9013..a791fa9 100644 --- a/python-construct.spec +++ b/python-construct.spec @@ -18,7 +18,7 @@ %{?!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 License: MIT From 21d629be8495e97c1b7a7a6e76436656400b7bc2099fcd9043d8944394d36c2b Mon Sep 17 00:00:00 2001 From: Matwey Kornilov Date: Sat, 26 Aug 2017 17:09:05 +0000 Subject: [PATCH 2/2] Accepting request 518917 from home:jengelh:branches:devel:languages:python - Rewrite description for more neutrality. OBS-URL: https://build.opensuse.org/request/show/518917 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-construct?expand=0&rev=20 --- python-construct.changes | 5 +++++ python-construct.spec | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/python-construct.changes b/python-construct.changes index aceb419..4813847 100644 --- a/python-construct.changes +++ b/python-construct.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/python-construct.spec b/python-construct.spec index a791fa9..9397f45 100644 --- a/python-construct.spec +++ b/python-construct.spec @@ -20,7 +20,7 @@ Name: python-construct 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}