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
This commit is contained in:
parent
9349557489
commit
1e2e282b77
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee7551efb70648fa8ee569c2b6a6dbbeff390cc94b321da5d508a573b90a4f17
|
||||
size 156726
|
3
openpyxl-2.4.9.tar.gz
Normal file
3
openpyxl-2.4.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95e007f4d121f4fd73f39a6d74a883c75e9fa9d96de91d43c1641c103c3a9b18
|
||||
size 157694
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user