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
This commit is contained in:
parent
d6b754e63e
commit
aa8064054f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6456a3b472e1ef0facb1129f3c6ef00713cebf62e736cd7a75bcc3247432f251
|
||||
size 180484
|
3
openpyxl-3.0.9.tar.gz
Normal file
3
openpyxl-3.0.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40f568b9829bf9e446acfffce30250ac1fa39035124d55fc024025c41481c90f
|
||||
size 179880
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 12 23:30:53 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user