14
0

Accepting request 794206 from home:pgajdos:python

- version update to 4.10.2
  * Make _packUserEditAtom spec-compliant

OBS-URL: https://build.opensuse.org/request/show/794206
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-msoffcrypto-tool?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2020-04-15 14:09:58 +00:00
committed by Git OBS Bridge
parent 670b2b8aa1
commit a272efcc60
4 changed files with 12 additions and 5 deletions

View File

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

View File

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

View File

@@ -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 <tchvatal@suse.com>

View File

@@ -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}