diff --git a/msoffcrypto-tool-4.10.1.tar.gz b/msoffcrypto-tool-4.10.1.tar.gz deleted file mode 100644 index 4646d9b..0000000 --- a/msoffcrypto-tool-4.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6dd01fdb3b44c573dba85b9675e5443520418e17bf8cc0a0f79a3928d3b3963 -size 209230 diff --git a/msoffcrypto-tool-4.10.2.tar.gz b/msoffcrypto-tool-4.10.2.tar.gz new file mode 100644 index 0000000..7c91f0c --- /dev/null +++ b/msoffcrypto-tool-4.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beda602d97ca2913a1da697f840290b2dfdf0ee1d60bc230468df1e7de41da98 +size 209348 diff --git a/python-msoffcrypto-tool.changes b/python-msoffcrypto-tool.changes index 2ab1003..7f0a5ea 100644 --- a/python-msoffcrypto-tool.changes +++ b/python-msoffcrypto-tool.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 15 13:57:30 UTC 2020 - pgajdos@suse.com + +- version update to 4.10.2 + * Make _packUserEditAtom spec-compliant + ------------------------------------------------------------------- Wed Sep 11 11:10:17 UTC 2019 - Tomáš Chvátal diff --git a/python-msoffcrypto-tool.spec b/python-msoffcrypto-tool.spec index 76131e0..d5efef5 100644 --- a/python-msoffcrypto-tool.spec +++ b/python-msoffcrypto-tool.spec @@ -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: fdupes 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}