Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
993eb00244
!8 update to 0.47
From: @zhouwenpei 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2024-02-07 02:58:04 +00:00
zhouwenpei
bb6ce10e91 update to 0.47 2024-02-05 06:20:49 +00:00
openeuler-ci-bot
ce7b6e3a19
!7 [sync] PR-5: 【轻量级 PR】:Rebuild for next release
From: @openeuler-sync-bot 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-10-28 07:51:15 +00:00
zhouwenpei
a8bc5a44a0 Rebuild for next release
Signed-off-by: zhouwenpei <zhouwenpei050@chinasoftinc.com>
(cherry picked from commit 2e104cce3b19d088f5cf621ede0d687a149b89bc)
2022-10-27 15:28:32 +08:00
openeuler-ci-bot
3b8bebd855 !4 Add make_check
From: @markeryang
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-12-06 10:06:19 +08:00
markeryang
78a5bc5edd Add make_check 2020-12-05 18:31:58 +08:00
openeuler-ci-bot
a05aab7ca1 !3 remove python2 dependency
From: @xinghe_1
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-10-30 15:43:46 +08:00
jinzhimin369
adf38935d3 remove python2 dependency 2020-10-30 14:14:23 +08:00
openeuler-ci-bot
3abc523a80 !2 python-olefile
Merge pull request !2 from wangef/master
2020-05-20 10:35:48 +08:00
wwx913452
1d86e17ef8 added python-olefile.yaml 2020-05-07 15:00:36 +08:00
4 changed files with 20 additions and 18 deletions

Binary file not shown.

BIN
olefile-0.47.zip Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: python-olefile
Version: 0.46
Release: 2
Version: 0.47
Release: 1
Summary: This Python package is used to parse, read and write Microsoft OLE2 files
License: BSD
URL: https://pypi.python.org/pypi/olefile/
@ -13,14 +13,6 @@ such as Microsoft Office 97-2003 documents, vbaProject.bin in MS Office 2007+ fi
Image Composer and FlashPix files, Outlook messages, StickyNotes, several \
Microscopy file formats, McAfee antivirus quarantine files, etc.
%package -n python2-olefile
Summary: This Python package is used to parse, read and write Microsoft OLE2 files.
BuildRequires: python2-devel
%{?python_provide: %python_provide python2-olefile}
%description -n python2-olefile
Python2 version.
%package -n python%{python3_pkgversion}-olefile
Summary: This Python package is used to parse, read and write Microsoft OLE2 files.
BuildRequires: python%{python3_pkgversion}-devel
@ -33,20 +25,14 @@ Python3 version.
%autosetup -p1 -n olefile-%{version}
%build
%py2_build
%py3_build
%install
%py2_install
%py3_install
%check
%files -n python2-olefile
%doc README.md
%license doc/License.rst
%{python2_sitelib}/olefile-*.egg-info
%{python2_sitelib}/olefile/
PYTHONPATH=%{buildroot}%{python3_sitelib} \
%{__python3} tests/test_olefile.py
%files -n python%{python3_pkgversion}-olefile
%doc README.md
@ -56,5 +42,17 @@ Python3 version.
%changelog
* Mon Feb 05 2024 zhouwenpei <zhouwenpei1@h-partners.com> - 0.47-1
- update to 0.47
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 0.46-5
- Rebuild for next release
* Sat Dec 5 2020 yanglongkang <yanglongkang@huawei.com> - 0.46-4
- Add make check
* Fri Oct 30 2020 yanglongkang <yanglongkang@huawei.com> - 0.46-3
- remove python2 dependency
* Thu Dec 12 2019 Senlin Xia <xiasenlin1@huawei.com> - 0.46-2
- Package init

4
python-olefile.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: pypi
src_repo: olefile
tag_prefix: ^v
seperator: .