Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
d02574fa32
!20 【openEuler-22.03-LTS-Next】update to 3.12.0
From: @zhuofeng6 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-11-04 09:27:44 +00:00
zhuofeng
ef6e9d171c update to 3.12.0 2022-10-28 14:32:52 +08:00
openeuler-ci-bot
1a213adf75
!15 【轻量级 PR】:Rebuild for next release
From: @zhangruifang2020 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-10-25 08:10:11 +00:00
张瑞方
bccee89bfa
Rebuild for next release
Signed-off-by: 张瑞方 <xdzhangruifang@163.com>
2022-10-25 06:04:18 +00:00
openeuler-ci-bot
367208d07b !10 add debuginfo and debugsource
From: @tong_1001
Reviewed-by: @overweight
Signed-off-by: @overweight
2021-03-24 19:13:24 +08:00
tong_1001
0dab4db6e6 add debuginfo and debugsource 2021-03-24 18:05:31 +08:00
openeuler-ci-bot
56cb113a91 !8 update package version from 3.11.6 to 3.11.7
From: @wcc_140409
Reviewed-by: @overweight
Signed-off-by: @overweight
2021-02-02 14:04:30 +08:00
19909236985
e191eff96e update version 2021-02-02 11:34:47 +08:00
openeuler-ci-bot
9eb3cab856 !5 Update URL of pyparted in master
Merge pull request !5 from LeoFang/master
2020-08-04 11:23:46 +08:00
Leo Fang
ec3c454673 Update URL of pyparted 2020-08-04 09:49:47 +08:00
3 changed files with 19 additions and 17 deletions

Binary file not shown.

BIN
pyparted-3.12.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,17 +1,14 @@
%global debug_package %{nil}
Name: pyparted
Epoch: 1
Version: 3.11.6
Version: 3.12.0
Release: 1
Summary: Python bindings for libparted
License: GPLv2
Group: System Environment/Libraries
URL: https://github.com/rhinstaller/pyparted
URL: https://github.com/dcantrell/pyparted
Source0: https://github.com/dcantrell/pyparted/releases/download/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc git pkgconfig e2fsprogs parted-devel >= 3.2-18
BuildRequires: gcc git pkgconfig e2fsprogs parted-devel >= 3.2-18
BuildRequires: python3-devel python3-six
%description
@ -28,24 +25,14 @@ Python3 module for libparted.
%prep
%autosetup -n %{name}-%{version} -p1 -Sgit
rm -rf %{py3dir}
mkdir -p %{py3dir}
cp -a . %{py3dir}
%build
pushd %{py3dir}
PYTHON=python3 %make_build
popd
PYTHON=python3 %make_build CFLAGS="$RPM_OPT_FLAGS"
%check
pushd %{py3dir}
PYTHON=python3 make test
popd
%install
pushd %{py3dir}
PYTHON=python3 %make_install
popd
%files -n python3-pyparted
%doc AUTHORS NEWS README TODO
@ -55,6 +42,21 @@ popd
%{python3_sitearch}/%{name}-%{version}-*.egg-info
%changelog
* Fri Oct 28 2022 zhuofeng <zhuofeng2@huawei.com> - 3.12.0-1
- update to 3.12.0
* Tue Oct 25 2022 zhangruifang <zhangruifang1@h-partners.com> - 3.11.7-3
- Rebuild for next release
* Wed Mar 03 2021 shixuantong <shixuantong@huawei.com> - 3.11.7-2
- add debuginfo and debugsource
* Tue Feb 02 2021 wuchaochao <wuchaochao4@huawei.com> - 3.11.7-1
- Update package version
* Tue Aug 04 2020 Leo Fang <leofang_94@163.com> - 3.11.6-2
- Update URL of pyparted
* Fri Jul 24 2020 shixuantong <shixuantong@huawei.com> - 3.11.6-1
- update to 3.11.6-1