Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
758281b471
!15 Update package to version 0.51
From: @kirin_2_0 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2023-07-13 07:54:37 +00:00
kirin_2_0
e930f2e233 updated to latest:0.51 2023-07-13 10:41:12 +08:00
openeuler-ci-bot
5df21f5b1c
!14 [sync] PR-12: 【轻量级 PR】:Rebuild for next release
From: @openeuler-sync-bot 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-11-03 02:27:16 +00:00
张瑞方
b1963fea7b Rebuild for next release
Signed-off-by: 张瑞方 <xdzhangruifang@163.com>
(cherry picked from commit ef17c61eea8f6be50a1a4bd145f79c64f16b8ae3)
2022-10-27 10:19:47 +08:00
openeuler-ci-bot
28c610a134 !10 update version to 0.50.1
Merge pull request !10 from 郭昭睿/master
2021-12-28 13:10:36 +00:00
guozhaorui
556dcf1103 update version to 0.50.1 2021-12-22 10:48:40 +08:00
openeuler-ci-bot
987b0562d6 !8 python-meh delete -Sgit from %autosetup, and delete BuildRequires git
From: @chenyanpanHW
Reviewed-by: @xiezhipeng1
Signed-off-by: @xiezhipeng1
2021-08-19 08:27:21 +00:00
chenyanpanHW
77df3cf821
delete -Sgit from %autosetup, and delete BuildRequires git 2021-07-30 23:25:12 +08:00
openeuler-ci-bot
5b2b15da93 !7 Upgrade python-meh to 0.50 in master
From: @jlwwlsqc
Reviewed-by: @xiezhipeng1
Signed-off-by: @xiezhipeng1
2021-02-03 09:44:25 +08:00
wangjie
78f1563ecc upgrade 0.50 2021-02-02 15:26:01 +08:00
3 changed files with 19 additions and 4 deletions

Binary file not shown.

BIN
python-meh-0.51.tar.gz Normal file

Binary file not shown.

View File

@ -1,13 +1,13 @@
Name: python-meh
Version: 0.48
Release: 2
Version: 0.51
Release: 1
Summary: A python library for handling exceptions
License: GPLv2+
URL: https://github.com/rhinstaller/%{name}
Source0: https://github.com/rhinstaller/%{name}/archive/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: gettext intltool libreport-gtk libreport-cli python3-devel
BuildRequires: python3-setuptools python3-dbus python3-libreport git
BuildRequires: python3-setuptools python3-dbus python3-libreport
%description
It is a python library for handling, saving, and reporting exceptions.
@ -24,7 +24,7 @@ Requires: python3-gobject gtk3 libreport-gtk
The library for python 3.
%prep
%autosetup -n %{name}-%{name}-%{version} -p1 -Sgit
%autosetup -n %{name}-%{name}-%{version} -p1
%build
%make_build
@ -42,6 +42,21 @@ make test
%{_datadir}/python-meh
%changelog
* Thu Jul 13 2023 niuyaru <niuyaru@kylinos.cn> - 0.51-1
- update version to 0.51
* Wed Oct 26 2022 zhangruifang <zhangruifang1@h-partners.com> - 0.50.1-2
- Rebuild for next release
* Mon Dec 20 2021 guozhaorui <guozhaorui1@huawei.com> - 0.50.1-1
- update version to 0.50.1
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.50-2
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
* Tue Feb 2 2021 wangjie<wangjie294@huawei.com> - 0.50-1
- upgrade 0.50
* Fri Oct 30 2020 wuchaochao <wuchaochao4@huawei.com> - 0.48-2
- Type:bufix
- CVE:NA