Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-openpyxl for openSUSE:Factory
checked in at 2024-06-07 15:03:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openpyxl (Old)
and /work/SRC/openSUSE:Factory/.python-openpyxl.new.24587 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openpyxl"
Fri Jun 7 15:03:37 2024 rev:20 rq:1179040 version:3.1.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-openpyxl/python-openpyxl.changes
2024-01-10 21:52:42.681088188 +0100
+++
/work/SRC/openSUSE:Factory/.python-openpyxl.new.24587/python-openpyxl.changes
2024-06-07 15:04:13.689655575 +0200
@@ -1,0 +2,25 @@
+Thu Jun 6 15:11:30 UTC 2024 - Dirk Müller <[email protected]>
+
+- update to 3.1.3:
+ * #1401 Column name caches are slow and use a lot of memory
+ * #1457 Improved handling of duplicate named styles
+ * #1842 Rich-text can be saved if lxml is not installed
+ * #1954 Documentation for sheet views is incorrect
+ * #1973 Timedeltas not read properly in read-only mode
+ * #1987 List of formulae names contains mistakes
+ * #1967 Filters does not handle non-numerical filters
+ * #2054 Type checking increases exponentially
+ * #2057 Loading pivot tables can be unnecessarily slow
+ * #2102 Improve performance when reading files with lots of
+ custom properties
+ * #2106 Setting Trendline.name attribute raises exception when
+ saving
+ * #2120 Timezone and Zombie formatting cannot be combined.
+ * #2107 Column name generation is inefficient and slow
+ * #2122 File handlers not always released in read-only mode
+ * #2149 Workbook files not properly closed on Python ⥠3.11.8
+ and Windows
+ * #2161 Pivot cache definitions using tupleCache had
+ serialisation issues
+
+-------------------------------------------------------------------
Old:
----
openpyxl-3.1.2.tar.gz
New:
----
openpyxl-3.1.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-openpyxl.spec ++++++
--- /var/tmp/diff_new_pack.WlI4uZ/_old 2024-06-07 15:04:14.197674082 +0200
+++ /var/tmp/diff_new_pack.WlI4uZ/_new 2024-06-07 15:04:14.197674082 +0200
@@ -19,14 +19,16 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-openpyxl
-Version: 3.1.2
+Version: 3.1.3
Release: 0
Summary: A Python library to read/write Excel 2010 xlsx/xlsm files
License: MIT AND Python-2.0
URL: https://foss.heptapod.net/openpyxl/openpyxl
Source:
https://files.pythonhosted.org/packages/source/o/openpyxl/openpyxl-%{version}.tar.gz
BuildRequires: %{python_module et_xmlfile}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-et_xmlfile
@@ -43,18 +45,16 @@
%setup -q -n openpyxl-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
mv LICENCE.rst LICENSE.rst
%files %{python_files}
%doc AUTHORS.rst README.rst
%license LICENSE.rst
-%dir %{python_sitelib}/openpyxl
-%{python_sitelib}/openpyxl/*
-%dir %{python_sitelib}/openpyxl-%{version}-py*.egg-info
-%{python_sitelib}/openpyxl-%{version}-py*.egg-info/*
+%{python_sitelib}/openpyxl
+%{python_sitelib}/openpyxl-%{version}.dist-info
++++++ openpyxl-3.1.2.tar.gz -> openpyxl-3.1.3.tar.gz ++++++
++++ 3797 lines of diff (skipped)