Hello community, here is the log from the commit of package python-openpyxl for openSUSE:Factory checked in at 2018-06-29 22:26:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-openpyxl (Old) and /work/SRC/openSUSE:Factory/.python-openpyxl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openpyxl" Fri Jun 29 22:26:07 2018 rev:8 rq:616596 version:2.5.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-openpyxl/python-openpyxl.changes 2018-01-10 23:38:14.823355564 +0100 +++ /work/SRC/openSUSE:Factory/.python-openpyxl.new/python-openpyxl.changes 2018-06-29 22:26:07.874495792 +0200 @@ -1,0 +2,90 @@ +Wed Jun 13 17:36:54 UTC 2018 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- openpyxl-2.4.9.tar.gz New: ---- openpyxl-2.5.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-openpyxl.spec ++++++ --- /var/tmp/diff_new_pack.Obs6h6/_old 2018-06-29 22:26:08.266495496 +0200 +++ /var/tmp/diff_new_pack.Obs6h6/_new 2018-06-29 22:26:08.270495493 +0200 @@ -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-jdcal # for embedded image support Recommends: python-Pillow -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch + %python_subpackages %description @@ -56,7 +56,8 @@ %files %{python_files} %defattr(-,root,root,-) -%doc AUTHORS.rst LICENSE.rst README.rst +%doc AUTHORS.rst README.rst +%license LICENSE.rst %{python_sitelib}/* %changelog ++++++ openpyxl-2.4.9.tar.gz -> openpyxl-2.5.4.tar.gz ++++++ ++++ 10954 lines of diff (skipped)
