diff --git a/construct-2.10.61.tar.gz b/construct-2.10.61.tar.gz deleted file mode 100644 index 0a3afab..0000000 Binary files a/construct-2.10.61.tar.gz and /dev/null differ diff --git a/construct-2.10.68.tar.gz b/construct-2.10.68.tar.gz new file mode 100644 index 0000000..9b58d06 Binary files /dev/null and b/construct-2.10.68.tar.gz differ diff --git a/python-construct.spec b/python-construct.spec index 0b128a3..2ba9ec7 100644 --- a/python-construct.spec +++ b/python-construct.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-construct -Version: 2.10.61 +Version: 2.10.68 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 +Source0: https://pypi.python.org/packages/source/c/construct/construct-%{version}.tar.gz BuildArch: noarch %description Construct is a powerful declarative and symmetrical parser and builder for binary data. @@ -68,6 +68,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jun 17 2022 houyingchao - 2.10.68-1 +- Upgrade to version 2.10.68 + * Fri Jul 09 2021 openstack-sig - update to 2.10.61