Hello community,

here is the log from the commit of package python-olefile for openSUSE:Factory 
checked in at 2018-08-10 09:47:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-olefile (Old)
 and      /work/SRC/openSUSE:Factory/.python-olefile.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-olefile"

Fri Aug 10 09:47:05 2018 rev:3 rq:627922 version:0.45.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-olefile/python-olefile.changes    
2017-05-09 17:58:50.237458236 +0200
+++ /work/SRC/openSUSE:Factory/.python-olefile.new/python-olefile.changes       
2018-08-10 09:47:06.662012406 +0200
@@ -1,0 +2,9 @@
+Tue Aug  7 15:04:40 UTC 2018 - toddrme2...@gmail.com
+
+- Update to 0.45.1
+  * overwrite streams of any size
+  * improved handling of malformed files
+  * fixed several bugs
+  * end of support for Python 2.6 and 3.3.
+
+-------------------------------------------------------------------

Old:
----
  olefile-0.44.zip

New:
----
  olefile-0.45.1.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-olefile.spec ++++++
--- /var/tmp/diff_new_pack.GC3FLn/_old  2018-08-10 09:47:07.198013267 +0200
+++ /var/tmp/diff_new_pack.GC3FLn/_new  2018-08-10 09:47:07.202013274 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-olefile
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,24 +19,24 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:           python-olefile
-Version:        0.44
+Version:        0.45.1
 Release:        0
 Summary:        Read and write Microsoft OLE2 files
 License:        BSD-2-Clause and HPND
 Group:          Development/Languages/Python
-Url:            https://www.decalage.info/python/olefileio
+Url:            https://github.com/decalage2/olefile
 Source:         
https://files.pythonhosted.org/packages/source/o/olefile/olefile-%{version}.zip
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildArch:      noarch
 %ifpython2
 Provides:       %{oldpython}-OleFileIO_PL = %{version}
 Obsoletes:      %{oldpython}-OleFileIO_PL <= 0.26
 %endif
+BuildArch:      noarch
+
 %python_subpackages
 
 %description
@@ -59,9 +59,12 @@
 %python_install
 %python_expand %fdupes -s %{buildroot}%{$python_sitelib}
 
+%check
+%python_exec setup.py test
+
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc README.md doc/License.rst
+%doc CONTRIBUTORS.txt README.md README.rst README.html
+%license LICENSE.txt
 %{python_sitelib}/*
 
 %changelog


Reply via email to