From aa8064054fced586e6c9f8672fce4f19dc6c3566e2a24f5a8c39e24d13dcd448 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 13 Feb 2022 16:11:38 +0000 Subject: [PATCH] Accepting request 953979 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/953979 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-openpyxl?expand=0&rev=18 --- openpyxl-3.0.7.tar.gz | 3 --- openpyxl-3.0.9.tar.gz | 3 +++ python-openpyxl.changes | 20 ++++++++++++++++++++ python-openpyxl.spec | 9 ++++++--- 4 files changed, 29 insertions(+), 6 deletions(-) delete mode 100644 openpyxl-3.0.7.tar.gz create mode 100644 openpyxl-3.0.9.tar.gz diff --git a/openpyxl-3.0.7.tar.gz b/openpyxl-3.0.7.tar.gz deleted file mode 100644 index d7d2757..0000000 --- a/openpyxl-3.0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6456a3b472e1ef0facb1129f3c6ef00713cebf62e736cd7a75bcc3247432f251 -size 180484 diff --git a/openpyxl-3.0.9.tar.gz b/openpyxl-3.0.9.tar.gz new file mode 100644 index 0000000..e772b13 --- /dev/null +++ b/openpyxl-3.0.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40f568b9829bf9e446acfffce30250ac1fa39035124d55fc024025c41481c90f +size 179880 diff --git a/python-openpyxl.changes b/python-openpyxl.changes index a2168dd..e8a3efc 100644 --- a/python-openpyxl.changes +++ b/python-openpyxl.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat Feb 12 23:30:53 UTC 2022 - Arun Persaud + +- specfile: + * update copyright year + * be a bit more specific in the %files section + +- update to version 3.0.9: + * Bugfixes + + #1284 Ignore blank ignored in existing Data Validations + + #1539 Add support for cell protection for merged cell ranges + + #1645 Timezone-aware datetimes raise an Exception + + #1666 Improved normalisation of chart series + + #1670 Catch OverflowError for out of range datetimes + + #1708 Alignment.relativeIndent can be negative + + #1736 Incorrect default value groupBy attribute + +- changes from version 3.0.8: + * Deleted because it contained breaking changes from 3.1 + ------------------------------------------------------------------- Tue Jul 27 06:55:15 UTC 2021 - Dirk Müller diff --git a/python-openpyxl.spec b/python-openpyxl.spec index ff32c5f..f625938 100644 --- a/python-openpyxl.spec +++ b/python-openpyxl.spec @@ -1,7 +1,7 @@ # # spec file for package python-openpyxl # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-openpyxl -Version: 3.0.7 +Version: 3.0.9 Release: 0 Summary: A Python library to read/write Excel 2010 xlsx/xlsm files License: MIT AND Python-2.0 @@ -53,6 +53,9 @@ mv LICENCE.rst LICENSE.rst %files %{python_files} %doc AUTHORS.rst README.rst %license LICENSE.rst -%{python_sitelib}/* +%dir %{python_sitelib}/openpyxl +%{python_sitelib}/openpyxl/* +%dir %{python_sitelib}/openpyxl-%{version}-py*.egg-info +%{python_sitelib}/openpyxl-%{version}-py*.egg-info/* %changelog