!8 update version to 2.10.61

From: @zhangy1317
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-07-22 06:50:07 +00:00 committed by Gitee
commit 83eec4e1b5
3 changed files with 18 additions and 16 deletions

Binary file not shown.

BIN
construct-2.10.61.tar.gz Normal file

Binary file not shown.

View File

@ -1,35 +1,34 @@
%global _empty_manifest_terminate_build 0
Name: python-construct
Version: 2.10.56
Release: 1
Summary: A powerful declarative symmetric parser/builder for binary data
License: MIT
URL: http://construct.readthedocs.org
Source0: https://files.pythonhosted.org/packages/00/e0/71e41b817220333c7c511c3f78d988d69f9b03b5cca2f251a898ad3567a3/construct-2.10.56.tar.gz
BuildArch: noarch
Name: python-construct
Version: 2.10.61
Release: 1
Summary: A powerful declarative symmetric parser/builder for binary data
License: MIT
URL: http://construct.readthedocs.org
Source0: https://files.pythonhosted.org/packages/13/92/517dd8f4b4f79d75a15b1c9c68e510cb323da0ff098f7ed62d2fdda525db/construct-2.10.61.tar.gz
BuildArch: noarch
%description
Construct is a powerful declarative and symmetrical 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, to build objects into binary data.
%package -n python3-construct
Summary: A powerful declarative symmetric parser/builder for binary data
Provides: python-construct
BuildRequires: python3-devel
BuildRequires: python3-setuptools
Summary: A powerful declarative symmetric parser/builder for binary data
Provides: python-construct
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description -n python3-construct
Construct is a powerful declarative and symmetrical 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, to build objects into binary data.
%package help
Summary: Development documents and examples for construct
Provides: python3-construct-doc
Summary: Development documents and examples for construct
Provides: python3-construct-doc
%description help
Construct is a powerful declarative and symmetrical 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, to build objects into binary data.
%prep
%autosetup -n construct-2.10.56
%autosetup -n construct-%{version}
%build
%py3_build
@ -69,6 +68,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Jul 09 2021 openstack-sig <openstack@openeuler.org>
- update to 2.10.61
* Mon Aug 17 2020 Python_Bot <Python_Bot@openeuler.org> - 2.10.56-1
- update to 2.10.56