Upgrade package to version 0.10

This commit is contained in:
Gzx1999 2022-09-25 08:45:02 +08:00
parent ef5ce4db6d
commit 462564a71f
3 changed files with 10 additions and 4 deletions

BIN
kaitaistruct-0.10.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +1,14 @@
%global _empty_manifest_terminate_build 0
Name: python-kaitaistruct
Version: 0.9
Version: 0.10
Release: 1
Summary: Kaitai Struct declarative parser generator for binary data: runtime library for Python
License: MIT
URL: http://kaitai.io
Source0: https://files.pythonhosted.org/packages/33/e1/c75484bce13509d2bb1118585cd832cff228ed99df81753028dbf8f1dbcb/kaitaistruct-0.9.tar.gz
URL: https://kaitai.io
Source0: https://files.pythonhosted.org/packages/54/04/dd60b9cb65d580ef6cb6eaee975ad1bdd22d46a3f51b07a1e0606710ea88/kaitaistruct-0.10.tar.gz
BuildArch: noarch
Requires: python3-enum34
%description
This library implements Kaitai Struct API for Python.
@ -16,6 +17,8 @@ Summary: Kaitai Struct declarative parser generator for binary data: runtime lib
Provides: python-kaitaistruct
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-wheel
%description -n python3-kaitaistruct
This library implements Kaitai Struct API for Python.
@ -26,7 +29,7 @@ Provides: python3-kaitaistruct-doc
This library implements Kaitai Struct API for Python.
%prep
%autosetup -n kaitaistruct-0.9
%autosetup -n kaitaistruct-%{version}
%build
%py3_build
@ -66,5 +69,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Sun Sep 25 2022 guozhengxin <guozhengxin@kylinos.cn> - 0.10-1
- Upgrade package to version 0.10
* Thu Jul 22 2021 Python_Bot <Python_Bot@openeuler.org> - 0.9-1
- Package Spec generated