From 1e2e282b7705f06b92af0863c5fe1a1d607b2c1e74f6dd0cba6a98bad7d58fc7 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 10 Jan 2018 22:38:14 +0000 Subject: [PATCH] Accepting request 563264 from devel:languages:python OBS-URL: https://build.opensuse.org/request/show/563264 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openpyxl?expand=0&rev=7 --- openpyxl-2.4.8.tar.gz | 3 --- openpyxl-2.4.9.tar.gz | 3 +++ python-openpyxl.changes | 24 +++++++++++++++++++++++- python-openpyxl.spec | 6 +++--- 4 files changed, 29 insertions(+), 7 deletions(-) delete mode 100644 openpyxl-2.4.8.tar.gz create mode 100644 openpyxl-2.4.9.tar.gz diff --git a/openpyxl-2.4.8.tar.gz b/openpyxl-2.4.8.tar.gz deleted file mode 100644 index ae5a4e3..0000000 --- a/openpyxl-2.4.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee7551efb70648fa8ee569c2b6a6dbbeff390cc94b321da5d508a573b90a4f17 -size 156726 diff --git a/openpyxl-2.4.9.tar.gz b/openpyxl-2.4.9.tar.gz new file mode 100644 index 0000000..777df4c --- /dev/null +++ b/openpyxl-2.4.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e007f4d121f4fd73f39a6d74a883c75e9fa9d96de91d43c1641c103c3a9b18 +size 157694 diff --git a/python-openpyxl.changes b/python-openpyxl.changes index 110945e..74180bf 100644 --- a/python-openpyxl.changes +++ b/python-openpyxl.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Jan 10 10:13:52 UTC 2018 - kbabioch@suse.com + +- update to 2.4.9: + + Bugfixes + * #809 Incomplete documentation of copy_worksheet method + * #811 Scoped definedNames not removed when worksheet is deleted + * #824 Raise an exception if a chart is used in multiple sheets + * #842 Non-ASCII table column headings cause an exception in Python 2 + * #846 Conditional formats not supported in write-only mode + * #849 Conditional formats with no sqref cause an exception + * #859 Headers that start with a number conflict with font size + * #902 TableStyleElements don’t always have a condtional format + * #908 Read-only mode sometimes returns too many cells + + Pull requests + * #179 Cells kept in a set + * #180 Support for Workbook protection + * #182 Read support for page breaks + * #183 Improve documentation of copy_worksheet method + * #198 Fix for #908 +- updated summary + ------------------------------------------------------------------- Thu Aug 24 06:01:22 UTC 2017 - tbechtold@suse.com @@ -58,7 +80,7 @@ Tue Apr 25 18:50:02 UTC 2017 - toddrme2178@gmail.com * Print titles broken on sheetnames with spaces * Workbook breaks when active sheet is removed * Incorrect descriptor for Filter values - * Potential XXE vulerability + * Potential XXE vulerability (CVE-2017-5992 boo#1025592) * Cannot create files with page breaks and charts * Problems with worksheets with commas in their titles + Minor Changes diff --git a/python-openpyxl.spec b/python-openpyxl.spec index e664972..3a09b29 100644 --- a/python-openpyxl.spec +++ b/python-openpyxl.spec @@ -1,7 +1,7 @@ # # spec file for package python-openpyxl # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -18,9 +18,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-openpyxl -Version: 2.4.8 +Version: 2.4.9 Release: 0 -Summary: A Python library to read/write Excel 2007 xlsx/xlsm files +Summary: A Python library to read/write Excel 2010 xlsx/xlsm files License: MIT and Python-2.0 Group: Development/Languages/Python Url: http://openpyxl.readthedocs.org