update to 2.10.61

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