commit python-olefile for openSUSE:Factory

2019-11-04 Thread root
Hello community,

here is the log from the commit of package python-olefile for openSUSE:Factory 
checked in at 2019-11-04 17:10:52

Comparing /work/SRC/openSUSE:Factory/python-olefile (Old)
 and  /work/SRC/openSUSE:Factory/.python-olefile.new.2990 (New)


Package is "python-olefile"

Mon Nov  4 17:10:52 2019 rev:6 rq:743990 version:0.46

Changes:

--- /work/SRC/openSUSE:Factory/python-olefile/python-olefile.changes
2019-04-19 18:36:34.743047234 +0200
+++ /work/SRC/openSUSE:Factory/.python-olefile.new.2990/python-olefile.changes  
2019-11-04 17:10:55.112550354 +0100
@@ -1,0 +2,5 @@
+Mon Oct 14 14:01:01 UTC 2019 - Matej Cepl 
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+---



Other differences:
--
++ python-olefile.spec ++
--- /var/tmp/diff_new_pack.8LBGHO/_old  2019-11-04 17:10:55.716550999 +0100
+++ /var/tmp/diff_new_pack.8LBGHO/_new  2019-11-04 17:10:55.724551008 +0100
@@ -23,19 +23,17 @@
 Release:0
 Summary:Python package to read and write Microsoft OLE2 files
 License:BSD-2-Clause AND HPND
-Group:  Development/Languages/Python
-Url:https://github.com/decalage2/olefile
+URL:https://github.com/decalage2/olefile
 Source: 
https://files.pythonhosted.org/packages/source/o/olefile/olefile-%{version}.zip
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
+BuildArch:  noarch
 %ifpython2
 Provides:   %{oldpython}-OleFileIO_PL = %{version}
 Obsoletes:  %{oldpython}-OleFileIO_PL <= 0.26
 %endif
-BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -56,7 +54,7 @@
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %python_exec setup.py test





commit python-olefile for openSUSE:Factory

2019-04-19 Thread root
Hello community,

here is the log from the commit of package python-olefile for openSUSE:Factory 
checked in at 2019-04-19 18:36:33

Comparing /work/SRC/openSUSE:Factory/python-olefile (Old)
 and  /work/SRC/openSUSE:Factory/.python-olefile.new.5536 (New)


Package is "python-olefile"

Fri Apr 19 18:36:33 2019 rev:5 rq:693344 version:0.46

Changes:

--- /work/SRC/openSUSE:Factory/python-olefile/python-olefile.changes
2018-12-27 00:29:27.267659982 +0100
+++ /work/SRC/openSUSE:Factory/.python-olefile.new.5536/python-olefile.changes  
2019-04-19 18:36:34.743047234 +0200
@@ -1,0 +2,8 @@
+Thu Apr 11 18:36:34 UTC 2019 - pgaj...@suse.com
+
+- version update to 0.46
+   OleFileIO can now be used as a context manager
+   (with...as), to close the file automatically 
+   Improved handling of malformed files, fixed several bugs.
+
+---

Old:

  olefile-0.45.1.zip

New:

  olefile-0.46.zip



Other differences:
--
++ python-olefile.spec ++
--- /var/tmp/diff_new_pack.VVQmf1/_old  2019-04-19 18:36:35.247047874 +0200
+++ /var/tmp/diff_new_pack.VVQmf1/_new  2019-04-19 18:36:35.251047880 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-olefile
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-olefile
-Version:0.45.1
+Version:0.46
 Release:0
 Summary:Python package to read and write Microsoft OLE2 files
 License:BSD-2-Clause AND HPND




commit python-olefile for openSUSE:Factory

2018-12-26 Thread root
Hello community,

here is the log from the commit of package python-olefile for openSUSE:Factory 
checked in at 2018-12-27 00:29:26

Comparing /work/SRC/openSUSE:Factory/python-olefile (Old)
 and  /work/SRC/openSUSE:Factory/.python-olefile.new.28833 (New)


Package is "python-olefile"

Thu Dec 27 00:29:26 2018 rev:4 rq:659835 version:0.45.1

Changes:

--- /work/SRC/openSUSE:Factory/python-olefile/python-olefile.changes
2018-08-10 09:47:06.662012406 +0200
+++ /work/SRC/openSUSE:Factory/.python-olefile.new.28833/python-olefile.changes 
2018-12-27 00:29:27.267659982 +0100
@@ -1,0 +2,10 @@
+Wed Dec 19 00:13:17 UTC 2018 - Jan Engelhardt 
+
+- Use noun phrase in summary.
+
+---
+Tue Dec  4 12:51:00 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-olefile.spec ++
--- /var/tmp/diff_new_pack.kDIzzO/_old  2018-12-27 00:29:27.687659639 +0100
+++ /var/tmp/diff_new_pack.kDIzzO/_new  2018-12-27 00:29:27.691659635 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,12 +21,11 @@
 Name:   python-olefile
 Version:0.45.1
 Release:0
-Summary:Read and write Microsoft OLE2 files
-License:BSD-2-Clause and HPND
+Summary:Python package to read and write Microsoft OLE2 files
+License:BSD-2-Clause AND HPND
 Group:  Development/Languages/Python
 Url:https://github.com/decalage2/olefile
 Source: 
https://files.pythonhosted.org/packages/source/o/olefile/olefile-%{version}.zip
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros





commit python-olefile for openSUSE:Factory

2018-08-10 Thread root
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




commit python-olefile for openSUSE:Factory

2017-05-09 Thread root
Hello community,

here is the log from the commit of package python-olefile for openSUSE:Factory 
checked in at 2017-05-09 17:58:49

Comparing /work/SRC/openSUSE:Factory/python-olefile (Old)
 and  /work/SRC/openSUSE:Factory/.python-olefile.new (New)


Package is "python-olefile"

Tue May  9 17:58:49 2017 rev:2 rq:493132 version:0.44

Changes:

--- /work/SRC/openSUSE:Factory/python-olefile/python-olefile.changes
2017-04-28 10:54:48.522188828 +0200
+++ /work/SRC/openSUSE:Factory/.python-olefile.new/python-olefile.changes   
2017-05-09 17:58:50.237458236 +0200
@@ -1,0 +2,6 @@
+Sat May  6 03:31:54 UTC 2017 - toddrme2...@gmail.com
+
+- Don't provide python2-OleFileIO_PL, singlespec packages should
+  use correct name.
+
+---



Other differences:
--
++ python-olefile.spec ++
--- /var/tmp/diff_new_pack.6H8p34/_old  2017-05-09 17:58:50.977353681 +0200
+++ /var/tmp/diff_new_pack.6H8p34/_new  2017-05-09 17:58:50.981353115 +0200
@@ -33,8 +33,6 @@
 BuildRequires:  unzip
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Provides:   python-OleFileIO_PL = %{version}
-Obsoletes:  python-OleFileIO_PL <= 0.26
 %ifpython2
 Provides:   %{oldpython}-OleFileIO_PL = %{version}
 Obsoletes:  %{oldpython}-OleFileIO_PL <= 0.26