forked from pool/python-olefile
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:
@@ -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
BIN
olefile-0.46.zip
LFS
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user