!2 Upgrade package

From: @houyingchao 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
This commit is contained in:
openeuler-ci-bot 2022-06-22 06:19:35 +00:00 committed by Gitee
commit 2982908cb6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

BIN
0.7.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-pybeam Name: python-pybeam
Version: 0.6 Version: 0.7
Release: 1 Release: 1
Summary: Python module to parse Erlang BEAM files Summary: Python module to parse Erlang BEAM files
License: MIT License: MIT
URL: http://github.com/matwey/pybeam URL: https://github.com/matwey/pybeam
Source0: https://files.pythonhosted.org/packages/8d/18/8f622cd4f3874404d99824aede37c6051aa869615b86f61705d72290cb8e/pybeam-0.6.tar.gz Source0: https://github.com/matwey/pybeam/archive/refs/tags/0.7.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-sphinx BuildRequires: python3-sphinx
Requires: python3-construct Requires: python3-construct
@ -30,7 +30,7 @@ Provides: python3-pybeam-doc
Python module to parse Erlang BEAM files Python module to parse Erlang BEAM files
%prep %prep
%autosetup -n pybeam-0.6 %autosetup -n pybeam-0.7
%build %build
%py3_build %py3_build
@ -70,5 +70,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Jun 21 2022 houyingchao <houyingchao@h-partners.com> - 0.7-1
- Upgrade to version 0.7
* Mon Aug 17 2020 zhanghua <zhanghua40@huawei.com> - 0.6-1 * Mon Aug 17 2020 zhanghua <zhanghua40@huawei.com> - 0.6-1
- package init - package init