15
0

Accepting request 693336 from home:pgajdos

- 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.

OBS-URL: https://build.opensuse.org/request/show/693336
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-olefile?expand=0&rev=11
This commit is contained in:
2019-04-11 19:40:43 +00:00
committed by Git OBS Bridge
parent d701c680bd
commit a3c16a389e
4 changed files with 13 additions and 5 deletions

View File

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

BIN
olefile-0.46.zip LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Apr 11 18:36:34 UTC 2019 - pgajdos@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.
-------------------------------------------------------------------
Wed Dec 19 00:13:17 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

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