Accepting request 616596 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/616596 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openpyxl?expand=0&rev=8
This commit is contained in:
parent
1e2e282b77
commit
2eb65548ac
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95e007f4d121f4fd73f39a6d74a883c75e9fa9d96de91d43c1641c103c3a9b18
|
||||
size 157694
|
3
openpyxl-2.5.4.tar.gz
Normal file
3
openpyxl-2.5.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9239b74faf175dc4276a5fc277655fc53c2f704ded39e680d35e6a39e1913f69
|
||||
size 170755
|
@ -1,3 +1,93 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 13 17:36:54 UTC 2018 - toddrme2178@gmail.com
|
||||
|
||||
- Update to 2.5.3
|
||||
+ Bugfixes
|
||||
* #983 Warning level too aggressive.
|
||||
* #1015 Alignment and protection values not saved for named styles.
|
||||
* #1017 Deleting elements from a legend doesn’t work.
|
||||
* #1018 Index names repeated for every row in dataframe.
|
||||
* #1020 Worksheet protection not being stored.
|
||||
* #1023 Exception raised when reading a tooltip.
|
||||
- Update to 2.5.2
|
||||
+ Bugfixes
|
||||
* #949 High memory use when reading text-heavy files.
|
||||
* #970 Copying merged cells copies references.
|
||||
* #978 Cannot set comment size.
|
||||
* #985 Exception when trying to save workbooks with no views.
|
||||
* #995 Cannot delete last row or column.
|
||||
* #1002 Cannot read Drawings containing embedded images.
|
||||
+ Minor changes
|
||||
* Support for dataframes with multiple columns and multiple indices.
|
||||
- Update to 2.5.1
|
||||
+ Bugfixes
|
||||
* #934 Headers and footers not included in write-only mode.
|
||||
* #960 Deprecation warning raised when using ad-hoc access in read-only mode.
|
||||
* #964 Not all cells removed when deleting multiple rows.
|
||||
* #966 Cannot read 3d bar chart correctly.
|
||||
* #967 Problems reading some charts.
|
||||
* #968 Worksheets with SHA protection become corrupted after saving.
|
||||
* #974 Problem when deleting ragged rows or columns.
|
||||
* #976 GroupTransforms and GroupShapeProperties have incorrect descriptors
|
||||
* Make sure that headers and footers in chartsheets are included in the file
|
||||
- Update to 2.5.0
|
||||
+ Minor changes
|
||||
* Correct definition for Connection Shapes. Related to # 958
|
||||
* pip now handles which Python versions can be used.
|
||||
* Added CellRange and MultiCellRange types (thanks to Laurent LaPorte for the suggestion) as a utility type for things like data validations, conditional formatting and merged cells.
|
||||
+ Bugfixes
|
||||
* #915 TableStyleInfo has no required attributes
|
||||
* #925 Cannot read files with 3D drawings
|
||||
* #926 Incorrect version check in installer
|
||||
* Cell merging uses transposed parameters
|
||||
* #928 ExtLst missing keyword for PivotFields
|
||||
* #932 Inf causes problems for Excel
|
||||
* #952 Cannot load table styles with custom names
|
||||
* #812 Explicitly support for multiple cell ranges in conditonal formatting
|
||||
* #827 Non-contiguous cell ranges in validators get merged
|
||||
* #837 Empty data validators create invalid Excel files
|
||||
* #860 Large validation ranges use lots of memory
|
||||
* #876 Unicode in chart axes not handled correctly in Python 2
|
||||
* #882 ScatterCharts have defective axes
|
||||
* #885 Charts with empty numVal elements cannot be read
|
||||
* #894 Scaling options from existing files ignored
|
||||
* #895 Charts with PivotSource cannot be read
|
||||
* #903 Cannot read gradient fills
|
||||
* #904 Quotes in number formats could be treated as datetimes
|
||||
* #848 Reading workbooks with Pie Charts raises an exception
|
||||
* #857 Pivot Tables without Worksheet Sources raise an exception
|
||||
* #833 Cannot access chartsheets by title
|
||||
* #834 Preserve workbook views
|
||||
* #841 Incorrect classification of a datetime
|
||||
* #779 Fails to recognise Chinese date format`
|
||||
* #828 Include hidden cells in charts`
|
||||
+ Major Changes
|
||||
* You can now insert and delete rows and columns in worksheets
|
||||
* worksheet.cell() no longer accepts a coordinate parameter. The syntax is now ws.cell(row, column, value=None)
|
||||
* Read support for charts
|
||||
* Read/write support for pivot tables
|
||||
+ Deprecations
|
||||
* ws.merged_cell_ranges has been deprecated because MultiCellRange provides sufficient functionality
|
||||
* Dropped the anchor method from images and additional constructor arguments
|
||||
+ Compatibility
|
||||
* Dropped support for Python 2.6 and 3.3. openpyxl will not run with Python 2.6
|
||||
+ Pull requests
|
||||
* 163 Improved GradientFill
|
||||
- Update to 2.4.11
|
||||
+ Bugfixes
|
||||
* #957 https://bitbucket.org/openpyxl/openpyxl/issues/957 Relationship type for tables is borked
|
||||
- Update to 2.4.10
|
||||
+ Bugfixes
|
||||
* #912 https://bitbucket.org/openpyxl/openpyxl/issues/912 Copying objects uses shallow copy
|
||||
* #921 https://bitbucket.org/openpyxl/openpyxl/issues/921 API documentation not generated automatically
|
||||
* #927 https://bitbucket.org/openpyxl/openpyxl/issues/927 Exception raised when adding coloured borders together
|
||||
* #931 https://bitbucket.org/openpyxl/openpyxl/issues/931 Number formats not correctly deduplicated
|
||||
+ Pull requests
|
||||
* 203 https://bitbucket.org/openpyxl/openpyxl/pull-requests/203/ Correction to worksheet protection description
|
||||
* 210 https://bitbucket.org/openpyxl/openpyxl/pull-requests/210/ Some improvements to the API docs
|
||||
* 211 https://bitbucket.org/openpyxl/openpyxl/pull-requests/211/ Improved deprecation decorator
|
||||
* 218 https://bitbucket.org/openpyxl/openpyxl/pull-requests/218/ Fix problems with deepcopy
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 10:13:52 UTC 2018 - kbabioch@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-openpyxl
|
||||
Version: 2.4.9
|
||||
Version: 2.5.4
|
||||
Release: 0
|
||||
Summary: A Python library to read/write Excel 2010 xlsx/xlsm files
|
||||
License: MIT and Python-2.0
|
||||
@ -35,8 +35,8 @@ Requires: python-et_xmlfile
|
||||
Requires: python-jdcal
|
||||
# for embedded image support
|
||||
Recommends: python-Pillow
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@ -56,7 +56,8 @@ mv LICENCE.rst LICENSE.rst
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS.rst LICENSE.rst README.rst
|
||||
%doc AUTHORS.rst README.rst
|
||||
%license LICENSE.rst
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user