Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
22367b9129
!12 【轻量级 PR】:Rebuild for next release
From: @zhangruifang2020 
Reviewed-by: @lvying6 
Signed-off-by: @lvying6
2022-10-27 02:19:26 +00:00
张瑞方
ef17c61eea
Rebuild for next release
Signed-off-by: 张瑞方 <xdzhangruifang@163.com>
2022-10-26 06:47:34 +00:00
openeuler-ci-bot
c804854e73 !11 update version to 0.50.1
Merge pull request !11 from 郭昭睿/openEuler-22.03-LTS-Next
2021-12-28 13:10:52 +00:00
guozhaorui
c25ea6822c update version to 0.50.1 2021-12-22 10:56:36 +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
openeuler-ci-bot
4e7708ced5 !6 remove python2
From: @wcc_140409
Reviewed-by: @xiezhipeng1
Signed-off-by: @xiezhipeng1
2020-10-30 19:43:19 +08:00
吴超超
c338494a26 update python-meh.spec. 2020-10-30 15:47:27 +08:00
吴超超
67aff1b1fb update python-meh.spec. 2020-10-30 14:54:41 +08:00
19909236985
df8ad60182 remove python2 2020-10-30 14:41:47 +08:00
3 changed files with 23 additions and 6 deletions

Binary file not shown.

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

Binary file not shown.

View File

@ -1,13 +1,13 @@
Name: python-meh
Version: 0.48
Release: 1
Version: 0.50.1
Release: 2
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.
@ -17,15 +17,14 @@ Summary: A python 3 library for handling exceptions
%{?python_provide:%python_provide python3-meh}
Provides: python3-meh-gui = %{version}-%{release}
Obsoletes: python-meh < 0.46-1
Obsoletes: python2-meh < 0.46-1
Obsoletes: python-meh-gui python2-meh-gui python3-meh-gui
Obsoletes: python-meh-gui python3-meh-gui
Requires: python3 python3-dbus python3-rpm libreport-cli python3-libreport
Requires: python3-gobject gtk3 libreport-gtk
%description -n python3-meh
The library for python 3.
%prep
%autosetup -n %{name}-%{name}-%{version} -p1 -Sgit
%autosetup -n %{name}-%{name}-%{version} -p1
%build
%make_build
@ -43,6 +42,24 @@ make test
%{_datadir}/python-meh
%changelog
* 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
- SUG:NA
- DESC:remove python2
* Thu Nov 21 2019 fangyufa<fangyufa1@huawei.com> - 0.47-4
- add buildrequires of git for x86_64 build