!3 Upgrade package to version 0.10
From: @Gzx1999 Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
aa13306511
BIN
kaitaistruct-0.10.tar.gz
Normal file
BIN
kaitaistruct-0.10.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,13 +1,14 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-kaitaistruct
|
Name: python-kaitaistruct
|
||||||
Version: 0.9
|
Version: 0.10
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Kaitai Struct declarative parser generator for binary data: runtime library for Python
|
Summary: Kaitai Struct declarative parser generator for binary data: runtime library for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://kaitai.io
|
URL: https://kaitai.io
|
||||||
Source0: https://files.pythonhosted.org/packages/33/e1/c75484bce13509d2bb1118585cd832cff228ed99df81753028dbf8f1dbcb/kaitaistruct-0.9.tar.gz
|
Source0: https://files.pythonhosted.org/packages/54/04/dd60b9cb65d580ef6cb6eaee975ad1bdd22d46a3f51b07a1e0606710ea88/kaitaistruct-0.10.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Requires: python3-enum34
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This library implements Kaitai Struct API for Python.
|
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
|
Provides: python-kaitaistruct
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
BuildRequires: python3-pip
|
||||||
|
BuildRequires: python3-wheel
|
||||||
%description -n python3-kaitaistruct
|
%description -n python3-kaitaistruct
|
||||||
This library implements Kaitai Struct API for Python.
|
This library implements Kaitai Struct API for Python.
|
||||||
|
|
||||||
@ -26,7 +29,7 @@ Provides: python3-kaitaistruct-doc
|
|||||||
This library implements Kaitai Struct API for Python.
|
This library implements Kaitai Struct API for Python.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n kaitaistruct-0.9
|
%autosetup -n kaitaistruct-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -66,5 +69,8 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 22 2021 Python_Bot <Python_Bot@openeuler.org> - 0.9-1
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user