Update to 0.45.1

epel9
Sandro Mani 7 years ago
parent b476d58112
commit 5dfd8e77dd

1
.gitignore vendored

@ -1,2 +1,3 @@
/olefile-bc9d196.tar.gz /olefile-bc9d196.tar.gz
/olefile-0.44.zip /olefile-0.44.zip
/olefile-0.45.1.zip

@ -1,12 +0,0 @@
diff -rupN olefile-0.43/setup.py olefile-0.43-new/setup.py
--- olefile-0.43/setup.py 2016-01-29 10:24:20.000000000 +0100
+++ olefile-0.43-new/setup.py 2017-01-02 17:19:56.757160114 +0100
@@ -259,7 +259,7 @@ def main():
license=license,
## package_dir=package_dir,
packages=packages,
- package_data = package_data,
+# package_data = package_data,
py_modules = modules,
download_url=download_url,
# data_files=data_files,

@ -8,15 +8,13 @@ Outlook messages, StickyNotes, several Microscopy file formats, McAfee\
antivirus quarantine files, etc. antivirus quarantine files, etc.
Name: python-%{srcname} Name: python-%{srcname}
Version: 0.44 Version: 0.45.1
Release: 5%{?dist} Release: 1%{?dist}
Summary: Python package to parse, read and write Microsoft OLE2 files Summary: Python package to parse, read and write Microsoft OLE2 files
License: BSD License: BSD
URL: https://pypi.python.org/pypi/olefile/ URL: https://pypi.python.org/pypi/olefile/
Source0: https://files.pythonhosted.org/packages/source/o/%{srcname}/%{srcname}-%{version}.zip Source0: https://files.pythonhosted.org/packages/source/o/%{srcname}/%{srcname}-%{version}.zip
# Don't install docs (they are installed through %%doc)
Patch0: olefile_skip-doc.patch
BuildArch: noarch BuildArch: noarch
@ -86,7 +84,6 @@ make -C doc html BUILDDIR=_build_py3 SPHINXBUILD=sphinx-build-%python3_version
%doc doc/_build_py2/html %doc doc/_build_py2/html
%endif %endif
%license doc/License.rst %license doc/License.rst
%{python2_sitelib}/OleFileIO_PL.py*
%{python2_sitelib}/olefile-*.egg-info %{python2_sitelib}/olefile-*.egg-info
%{python2_sitelib}/olefile/ %{python2_sitelib}/olefile/
@ -96,13 +93,14 @@ make -C doc html BUILDDIR=_build_py3 SPHINXBUILD=sphinx-build-%python3_version
%doc doc/_build_py3/html %doc doc/_build_py3/html
%endif %endif
%license doc/License.rst %license doc/License.rst
%{python3_sitelib}/OleFileIO_PL.py*
%{python3_sitelib}/__pycache__/OleFileIO_PL.*
%{python3_sitelib}/olefile-*.egg-info %{python3_sitelib}/olefile-*.egg-info
%{python3_sitelib}/olefile/ %{python3_sitelib}/olefile/
%changelog %changelog
* Mon Feb 12 2018 Sandro Mani <manisandro@gmail.com> - 0.45.1-1
- Update to 0.45.1
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.44-5 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.44-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1 +1 @@
SHA512 (olefile-0.44.zip) = 096450638b21882d462ceb6c60ece2e603318f7f4783414ed33b45e3dbbf38a60f763144b14df6685a0d55cc034cf16f82a0f8ed8773fe9a7d10d6bf32d4edfc SHA512 (olefile-0.45.1.zip) = 31f7584553304b186aad88f1988dfa12ceb34a50d546a38181280a816cfcda8dc54ff502afb31a928d647e6106c9e4878bfac8cec31d24018fdbab65c7007e49

Loading…
Cancel
Save