14
0

- Update to 4.10.1:

* ship license file

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-msoffcrypto-tool?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal
2019-09-11 11:11:51 +00:00
committed by Git OBS Bridge
parent 3d756dda81
commit 670b2b8aa1
5 changed files with 10 additions and 27 deletions

View File

@@ -1,21 +0,0 @@
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.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:66a38297308cbf6085b5ae612c48a5d0244ec04b4335164e25db43e3fb4df6d9
size 212234

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e6dd01fdb3b44c573dba85b9675e5443520418e17bf8cc0a0f79a3928d3b3963
size 209230

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Sep 11 11:10:17 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 4.10.1:
* ship license file
-------------------------------------------------------------------
Thu Aug 1 04:15:10 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -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 @@ files with passwords or other keys.
%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