commit python-msoffcrypto-tool for openSUSE:Factory

2020-08-18 Thread root
Hello community,

here is the log from the commit of package python-msoffcrypto-tool for 
openSUSE:Factory checked in at 2020-08-18 15:10:32

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


Package is "python-msoffcrypto-tool"

Tue Aug 18 15:10:32 2020 rev:5 rq:827090 version:4.10.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-msoffcrypto-tool/python-msoffcrypto-tool.changes
  2020-05-26 17:23:03.552457082 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-msoffcrypto-tool.new.3399/python-msoffcrypto-tool.changes
2020-08-18 15:10:36.240029562 +0200
@@ -1,0 +2,5 @@
+Sun Aug 16 15:25:25 UTC 2020 - John Vandenberg 
+
+- Replace nose with pytest
+
+---



Other differences:
--
++ python-msoffcrypto-tool.spec ++
--- /var/tmp/diff_new_pack.4A5O4Z/_old  2020-08-18 15:10:36.996029875 +0200
+++ /var/tmp/diff_new_pack.4A5O4Z/_new  2020-08-18 15:10:36.996029875 +0200
@@ -37,8 +37,8 @@
 # SECTION test requirements
 BuildRequires:  %{python_module coverage}
 BuildRequires:  %{python_module cryptography >= 2.3}
-BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module olefile >= 0.45}
+BuildRequires:  %{python_module pytest}
 # /SECTION
 %python_subpackages
 
@@ -60,7 +60,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec -m nose --with-doctest
+# pytest creates an illegitimate doctest case for __main__ which then fails
+%pytest --doctest-modules -k 'not __main__'
 
 %post
 %python_install_alternative msoffcrypto-tool




commit python-msoffcrypto-tool for openSUSE:Factory

2020-05-26 Thread root
Hello community,

here is the log from the commit of package python-msoffcrypto-tool for 
openSUSE:Factory checked in at 2020-05-26 17:22:46

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


Package is "python-msoffcrypto-tool"

Tue May 26 17:22:46 2020 rev:4 rq:808670 version:4.10.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-msoffcrypto-tool/python-msoffcrypto-tool.changes
  2020-04-15 19:57:13.717696335 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-msoffcrypto-tool.new.2738/python-msoffcrypto-tool.changes
2020-05-26 17:23:03.552457082 +0200
@@ -1,0 +2,5 @@
+Mon May 25 06:50:54 UTC 2020 - Petr Gajdos 
+
+- %python3_only -> %python_alternative
+
+---



Other differences:
--
++ python-msoffcrypto-tool.spec ++
--- /var/tmp/diff_new_pack.TXGNCJ/_old  2020-05-26 17:23:04.720459593 +0200
+++ /var/tmp/diff_new_pack.TXGNCJ/_new  2020-05-26 17:23:04.720459593 +0200
@@ -31,6 +31,8 @@
 Requires:   python-cryptography >= 2.3
 Requires:   python-olefile >= 0.45
 Requires:   python-setuptools
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module coverage}
@@ -54,15 +56,22 @@
 
 %install
 %python_install
+%python_clone -a %{buildroot}%{_bindir}/msoffcrypto-tool
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %python_exec -m nose --with-doctest
 
+%post
+%python_install_alternative msoffcrypto-tool
+
+%postun
+%python_uninstall_alternative msoffcrypto-tool
+
 %files %{python_files}
 %doc README.md
 %license LICENSE.txt
-%python3_only %{_bindir}/msoffcrypto-tool
+%python_alternative %{_bindir}/msoffcrypto-tool
 %{python_sitelib}/*
 
 %changelog




commit python-msoffcrypto-tool for openSUSE:Factory

2020-04-15 Thread root
Hello community,

here is the log from the commit of package python-msoffcrypto-tool for 
openSUSE:Factory checked in at 2020-04-15 19:57:11

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


Package is "python-msoffcrypto-tool"

Wed Apr 15 19:57:11 2020 rev:3 rq:794207 version:4.10.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-msoffcrypto-tool/python-msoffcrypto-tool.changes
  2019-09-13 14:58:27.273277582 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-msoffcrypto-tool.new.2738/python-msoffcrypto-tool.changes
2020-04-15 19:57:13.717696335 +0200
@@ -1,0 +2,6 @@
+Wed Apr 15 13:57:30 UTC 2020 - pgaj...@suse.com
+
+- version update to 4.10.2
+  * Make _packUserEditAtom spec-compliant 
+
+---

Old:

  msoffcrypto-tool-4.10.1.tar.gz

New:

  msoffcrypto-tool-4.10.2.tar.gz



Other differences:
--
++ python-msoffcrypto-tool.spec ++
--- /var/tmp/diff_new_pack.rLbXjt/_old  2020-04-15 19:57:14.605697002 +0200
+++ /var/tmp/diff_new_pack.rLbXjt/_new  2020-04-15 19:57:14.609697005 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-msoffcrypto-tool
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-msoffcrypto-tool
-Version:4.10.1
+Version:4.10.2
 Release:0
 Summary:Library for decrypting MS Office files
 License:MIT
@@ -30,6 +30,7 @@
 BuildRequires:  python-rpm-macros
 Requires:   python-cryptography >= 2.3
 Requires:   python-olefile >= 0.45
+Requires:   python-setuptools
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module coverage}

++ msoffcrypto-tool-4.10.1.tar.gz -> msoffcrypto-tool-4.10.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msoffcrypto-tool-4.10.1/PKG-INFO 
new/msoffcrypto-tool-4.10.2/PKG-INFO
--- old/msoffcrypto-tool-4.10.1/PKG-INFO2019-08-02 04:39:13.0 
+0200
+++ new/msoffcrypto-tool-4.10.2/PKG-INFO2020-04-07 20:56:12.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: msoffcrypto-tool
-Version: 4.10.1
+Version: 4.10.2
 Summary: A Python tool and library for decrypting MS Office files with 
passwords or other keys
 Home-page: https://github.com/nolze/msoffcrypto-tool
 Author: nolze
@@ -10,7 +10,7 @@
 
 [![PyPI 
version](https://badge.fury.io/py/msoffcrypto-tool.svg)](https://badge.fury.io/py/msoffcrypto-tool)
 [![PyPI 
downloads](https://img.shields.io/pypi/dm/msoffcrypto-tool.svg)](https://pypistats.org/packages/msoffcrypto-tool)
-[![Build 
Status](https://travis-ci.org/nolze/msoffcrypto-tool.svg?branch=master)](https://travis-ci.org/nolze/msoffcrypto-tool)
+[![Build 
Status](https://travis-ci.com/nolze/msoffcrypto-tool.svg?branch=master)](https://travis-ci.com/nolze/msoffcrypto-tool)
 [![Coverage 
Status](https://codecov.io/gh/nolze/msoffcrypto-tool/branch/master/graph/badge.svg)](https://codecov.io/gh/nolze/msoffcrypto-tool)
 [![Documentation 
Status](https://readthedocs.org/projects/msoffcrypto-tool/badge/?version=latest)](http://msoffcrypto-tool.readthedocs.io/en/latest/?badge=latest)
 
@@ -23,7 +23,7 @@
 * [Supported encryption methods](#supported-encryption-methods)
 * [Tests](#tests)
 * [Todo](#todo)
-* [References](#references)
+* [Resources](#resources)
 * [Use cases and mentions](#use-cases-and-mentions)
 * [Contributors](#contributors)
 
@@ -128,7 +128,7 @@
 * [ ] Use a kind of `ctypes.Structure`
 * [ ] Support encryption
 
-## See also
+## Resources
 
 * "Backdooring MS Office documents with secret master keys" 

 * Technical Documents 

@@ -147,10 +147,12 @@
 
 ## Use cases and mentions
 
+*  
(kudos to maintainers!)
 * 

 * 
 * 

 * 

commit python-msoffcrypto-tool for openSUSE:Factory

2019-09-13 Thread root
Hello community,

here is the log from the commit of package python-msoffcrypto-tool for 
openSUSE:Factory checked in at 2019-09-13 14:58:21

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


Package is "python-msoffcrypto-tool"

Fri Sep 13 14:58:21 2019 rev:2 rq:730104 version:4.10.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-msoffcrypto-tool/python-msoffcrypto-tool.changes
  2019-08-05 10:38:57.599315894 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-msoffcrypto-tool.new.7948/python-msoffcrypto-tool.changes
2019-09-13 14:58:27.273277582 +0200
@@ -1,0 +2,6 @@
+Wed Sep 11 11:10:17 UTC 2019 - Tomáš Chvátal 
+
+- Update to 4.10.1:
+  * ship license file
+
+---

Old:

  LICENSE.txt
  msoffcrypto-tool-4.10.0.tar.gz

New:

  msoffcrypto-tool-4.10.1.tar.gz



Other differences:
--
++ python-msoffcrypto-tool.spec ++
--- /var/tmp/diff_new_pack.LtwLzT/_old  2019-09-13 14:58:29.033277656 +0200
+++ /var/tmp/diff_new_pack.LtwLzT/_new  2019-09-13 14:58:29.033277656 +0200
@@ -18,14 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-msoffcrypto-tool
-Version:4.10.0
+Version:4.10.1
 Release:0
 Summary:Library for decrypting MS Office files
 License:MIT
 Group:  Development/Languages/Python
 URL:https://github.com/nolze/msoffcrypto-tool
 Source: 
https://files.pythonhosted.org/packages/source/m/msoffcrypto-tool/msoffcrypto-tool-%{version}.tar.gz
-Source1:
https://raw.githubusercontent.com/nolze/msoffcrypto-tool/master/LICENSE.txt
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -48,7 +47,6 @@
 %setup -q -n msoffcrypto-tool-%{version}
 # Delete empty file as of v4.10.0
 wc -c msoffcrypto/method/xor_obfuscation.py | sed -n '/^0/{s/^0\s//;p}' | 
xargs rm
-cp %{SOURCE1} .
 
 %build
 %python_build

++ msoffcrypto-tool-4.10.0.tar.gz -> msoffcrypto-tool-4.10.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msoffcrypto-tool-4.10.0/LICENSE.txt 
new/msoffcrypto-tool-4.10.1/LICENSE.txt
--- old/msoffcrypto-tool-4.10.0/LICENSE.txt 1970-01-01 01:00:00.0 
+0100
+++ new/msoffcrypto-tool-4.10.1/LICENSE.txt 2019-08-02 04:38:36.0 
+0200
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2015 nolze
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msoffcrypto-tool-4.10.0/MANIFEST.in 
new/msoffcrypto-tool-4.10.1/MANIFEST.in
--- old/msoffcrypto-tool-4.10.0/MANIFEST.in 2019-04-14 05:38:42.0 
+0200
+++ new/msoffcrypto-tool-4.10.1/MANIFEST.in 2019-08-02 04:38:36.0 
+0200
@@ -1,4 +1,5 @@
 include README.md
+include LICENSE.txt
 include .noserc
 
 # include test source and data files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msoffcrypto-tool-4.10.0/PKG-INFO 
new/msoffcrypto-tool-4.10.1/PKG-INFO
--- old/msoffcrypto-tool-4.10.0/PKG-INFO2019-04-14 05:39:19.0 
+0200
+++ new/msoffcrypto-tool-4.10.1/PKG-INFO2019-08-02 04:39:13.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: msoffcrypto-tool
-Version: 4.10.0
+Version: 4.10.1
 Summary: A Python tool and library for decrypting MS Office files with 
passwords or other keys
 Home-page: https://github.com/nolze/msoffcrypto-tool
 Author: nolze
@@ -38,13 +38,20 @@
 ### As CLI tool (with password)