diff --git a/construct-2.10.56.tar.gz b/construct-2.10.56.tar.gz deleted file mode 100644 index 16d8d59..0000000 Binary files a/construct-2.10.56.tar.gz and /dev/null differ diff --git a/construct-2.10.61.tar.gz b/construct-2.10.61.tar.gz new file mode 100644 index 0000000..0a3afab Binary files /dev/null and b/construct-2.10.61.tar.gz differ diff --git a/python-construct.spec b/python-construct.spec index 25e7dd4..0b128a3 100644 --- a/python-construct.spec +++ b/python-construct.spec @@ -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 +- update to 2.10.61 + * Mon Aug 17 2020 Python_Bot - 2.10.56-1 - update to 2.10.56