diff --git a/pandas-1.3.4.tar.gz b/pandas-1.3.4.tar.gz deleted file mode 100644 index 3f3609c..0000000 --- a/pandas-1.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2aa18d3f0b7d538e21932f637fbfe8518d085238b429e4790a35e1e44a96ffc -size 4734599 diff --git a/pandas-1.3.5.tar.gz b/pandas-1.3.5.tar.gz new file mode 100644 index 0000000..b031a27 --- /dev/null +++ b/pandas-1.3.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e4285f5de1012de20ca46b188ccf33521bff61ba5c5ebd78b4fb28e5416a9f1 +size 4736591 diff --git a/python-pandas.changes b/python-pandas.changes index 293b713..019dfe5 100644 --- a/python-pandas.changes +++ b/python-pandas.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue Jan 4 21:56:55 UTC 2022 - Ben Greiner + +- Update to version 1.3.5 + * Fixed regression in Series.equals() when comparing floats with + dtype object to None (GH44190) + * Fixed regression in merge_asof() raising error when array was + supplied as join key (GH42844) + * Fixed regression when resampling DataFrame with DateTimeIndex + with empty groups and uint8, uint16 or uint32 columns + incorrectly raising RuntimeError (GH43329) + * Fixed regression in creating a DataFrame from a timezone-aware + Timestamp scalar near a Daylight Savings Time transition + (GH42505) + * Fixed performance regression in read_csv() (GH44106) + * Fixed regression in Series.duplicated() and + Series.drop_duplicates() when Series has Categorical dtype with + boolean categories (GH44351) + * Fixed regression in GroupBy.sum() with timedelta64[ns] dtype + containing NaT failing to treat that value as NA (GH42659) + * Fixed regression in RollingGroupby.cov() and + RollingGroupby.corr() when other had the same shape as each + group would incorrectly return superfluous groups in the result + (GH42915) + ------------------------------------------------------------------- Wed Oct 20 12:29:00 UTC 2021 - Guillaume GARDET diff --git a/python-pandas.spec b/python-pandas.spec index 7779181..7d028fe 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -1,7 +1,7 @@ # # spec file # -# 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 @@ -28,7 +28,7 @@ %bcond_with test %endif Name: python-pandas%{psuffix} -Version: 1.3.4 +Version: 1.3.5 Release: 0 Summary: Python data structures for data analysis, time series, and statistics License: BSD-3-Clause @@ -88,12 +88,14 @@ BuildRequires: %{python_module XlsxWriter >= 1.0.2} BuildRequires: %{python_module beautifulsoup4 >= 4.6.0} BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module lxml >= 4.3.0} +BuildRequires: %{python_module matplotlib} BuildRequires: %{python_module numexpr >= 2.7.0} BuildRequires: %{python_module openpyxl >= 3.0.0} BuildRequires: %{python_module pandas = %{version}} BuildRequires: %{python_module pytest >= 6.0} BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest-xdist} +BuildRequires: %{python_module scipy} BuildRequires: %{python_module xlrd >= 1.2.0} BuildRequires: xclip BuildRequires: xvfb-run