Accepting request 877583 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/877583 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pandas?expand=0&rev=33
This commit is contained in:
commit
09fdd10305
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14ed84b463e9b84c8ff9308a79b04bf591ae3122a376ee0f62c68a1bd917a773
|
||||
size 5463571
|
3
pandas-1.2.3.tar.gz
Normal file
3
pandas-1.2.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df6f10b85aef7a5bb25259ad651ad1cc1d6bb09000595cab47e718cbac250b1d
|
||||
size 5466356
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 3 19:10:52 UTC 2021 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 1.2.3:
|
||||
* Fixed regressions
|
||||
+ Fixed regression in to_excel() raising KeyError when giving
|
||||
duplicate columns with columns attribute (GH39695)
|
||||
+ Fixed regression in nullable integer unary ops propagating mask
|
||||
on assignment (GH39943)
|
||||
+ Fixed regression in DataFrame.__setitem__() not aligning
|
||||
DataFrame on right-hand side for boolean indexer (GH39931)
|
||||
+ Fixed regression in to_json() failing to use compression with
|
||||
URL-like paths that are internally opened in binary mode or with
|
||||
user-provided file objects that are opened in binary mode
|
||||
(GH39985)
|
||||
+ Fixed regression in Series.sort_index() and
|
||||
DataFrame.sort_index(), which exited with an ungraceful error
|
||||
when having kwarg ascending=None passed. Passing ascending=None
|
||||
is still considered invalid, and the improved error message
|
||||
suggests a proper usage (ascending must be a boolean or a
|
||||
list-like of boolean) (GH39434)
|
||||
+ Fixed regression in DataFrame.transform() and Series.transform()
|
||||
giving incorrect column labels when passed a dictionary with a
|
||||
mix of list and non-list values (GH40018)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 14 20:53:06 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-pandas%{psuffix}
|
||||
Version: 1.2.2
|
||||
Version: 1.2.3
|
||||
Release: 0
|
||||
Summary: Python data structures for data analysis, time series, and statistics
|
||||
License: BSD-3-Clause
|
||||
@ -49,15 +49,19 @@ BuildRequires: python-rpm-macros
|
||||
Requires: python-numpy >= 1.16.5
|
||||
Requires: python-python-dateutil >= 2.7.3
|
||||
Requires: python-pytz >= 2017.3
|
||||
Recommends: python-numexpr >= 2.6.8
|
||||
Recommends: python-Bottleneck >= 1.2.1
|
||||
Recommends: python-numexpr >= 2.6.8
|
||||
Suggests: python-Jinja2 >= 2.10
|
||||
Suggests: python-PyMySQL >= 0.8.1
|
||||
Suggests: python-QtPy
|
||||
Suggests: python-SQLAlchemy >= 1.3.0
|
||||
Suggests: python-XlsxWriter >= 1.0.2
|
||||
Suggests: python-beautifulsoup4 >= 4.6.0
|
||||
Suggests: python-blosc >= 1.17.0
|
||||
Suggests: python-fastparquet >= 0.4.0
|
||||
Suggests: python-fsspec >= 0.7.4
|
||||
Suggests: python-gcsfs >= 0.6.0
|
||||
Suggests: python-html5lib >= 1.0.1
|
||||
Suggests: python-Jinja2 >= 2.10
|
||||
Suggests: python-lxml >= 4.3.0
|
||||
Suggests: python-matplotlib >= 2.2.3
|
||||
Suggests: python-numba >= 0.46.0
|
||||
@ -65,19 +69,15 @@ Suggests: python-openpyxl >= 2.6.0
|
||||
Suggests: python-pandas-gbq >= 0.12.0
|
||||
Suggests: python-psycopg2 >= 2.7
|
||||
Suggests: python-pyarrow >= 0.15.0
|
||||
Suggests: python-PyMySQL >= 0.8.1
|
||||
Suggests: python-pyreadstat
|
||||
Suggests: python-qt5
|
||||
Suggests: python-QtPy
|
||||
Suggests: python-s3fs >= 0.4.0
|
||||
Suggests: python-scipy >= 1.12.0
|
||||
Suggests: python-SQLAlchemy >= 1.3.0
|
||||
Suggests: python-tables >= 3.5.1
|
||||
Suggests: python-tabulate >= 0.8.3
|
||||
Suggests: python-xarray >= 0.8.2
|
||||
Suggests: python-xlrd >= 1.2.0
|
||||
Suggests: python-xlsb >= 1.0.6
|
||||
Suggests: python-XlsxWriter >= 1.0.2
|
||||
Suggests: python-zlib
|
||||
Suggests: xclip
|
||||
Suggests: xsel
|
||||
|
Loading…
Reference in New Issue
Block a user