Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pandas for openSUSE:Factory checked in at 2022-02-15 23:57:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pandas (Old) and /work/SRC/openSUSE:Factory/.python-pandas.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pandas" Tue Feb 15 23:57:10 2022 rev:41 rq:954099 version:1.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pandas/python-pandas.changes 2022-02-03 23:16:31.412597589 +0100 +++ /work/SRC/openSUSE:Factory/.python-pandas.new.1956/python-pandas.changes 2022-02-15 23:57:25.928237675 +0100 @@ -1,0 +2,45 @@ +Sat Feb 12 23:29:24 UTC 2022 - Arun Persaud <a...@gmx.de> + +- update to version 1.4.1: + * Fixed regressions + + Regression in Series.mask() with inplace=True and PeriodDtype + and an incompatible other coercing to a common dtype instead of + raising (GH45546) + + Regression in assert_frame_equal() not respecting + check_flags=False (GH45554) + + Regression in DataFrame.loc() raising ValueError when indexing + (getting values) on a MultiIndex with one level (GH45779) + + Regression in Series.fillna() with downcast=False incorrectly + downcasting object dtype (GH45603) + + Regression in api.types.is_bool_dtype() raising an + AttributeError when evaluating a categorical Series (GH45615) + + Regression in DataFrame.iat() setting values leading to not + propagating correctly in subsequent lookups (GH45684) + + Regression when setting values with DataFrame.loc() losing Index + name if DataFrame was empty before (GH45621) + + Regression in join() with overlapping IntervalIndex raising an + InvalidIndexError (GH45661) + + Regression when setting values with Series.loc() raising with + all False indexer and Series on the right hand side (GH45778) + + Regression in read_sql() with a DBAPI2 connection that is not an + instance of sqlite3.Connection incorrectly requiring SQLAlchemy + be installed (GH45660) + + Regression in DateOffset when constructing with an integer + argument with no keywords (e.g. pd.DateOffset(n)) would behave + like datetime.timedelta(days=0) (GH45643, GH45890) + * Bug fixes + + Fixed segfault in DataFrame.to_json() when dumping tz-aware + datetimes in Python 3.10 (GH42130) + + Stopped emitting unnecessary FutureWarning in + DataFrame.sort_values() with sparse columns (GH45618) + + Fixed window aggregations in DataFrame.rolling() and + Series.rolling() to skip over unused elements (GH45647) + + Fixed builtin highlighters in Styler to be responsive to NA with + nullable dtypes (GH45804) + + Bug in apply() with axis=1 raising an erroneous ValueError + (GH45912) + * Other + + Reverted performance speedup of DataFrame.corr() for + method=pearson to fix precision regression (GH45640, GH42761) + +------------------------------------------------------------------- Old: ---- pandas-1.4.0.tar.gz New: ---- pandas-1.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pandas.spec ++++++ --- /var/tmp/diff_new_pack.t4MuFU/_old 2022-02-15 23:57:26.800240083 +0100 +++ /var/tmp/diff_new_pack.t4MuFU/_new 2022-02-15 23:57:26.804240094 +0100 @@ -39,11 +39,10 @@ %define psuffix %{nil} %bcond_with test %endif - %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-pandas%{psuffix} -Version: 1.4.0 +Version: 1.4.1 Release: 0 Summary: Python data structures for data analysis, time series, and statistics License: BSD-3-Clause @@ -128,7 +127,7 @@ %if !%{with test} %setup -q -n pandas-%{version} %else -%setup -c -n pandas-%{version} -T +%setup -q -c -n pandas-%{version} -T cd .. # unpack only the files we need for testing tar xf %{SOURCE0} \ @@ -214,7 +213,7 @@ # clipboard marker: not set up properly in build service # need to specify test path directly instead of --pyargs pandas in order # to find all conftest.py files https://github.com/pytest-dev/pytest/issues/1596 -xvfb-run pytest-%{$python_bin_suffix} -v -n %jobs \ +xvfb-run pytest-%{$python_bin_suffix} -v -n %{jobs} \ -c pyproject.toml \ -o cache_dir=$PWD/.pytest_cache --cache-clear \ --skip-network %{?test_fast} \ ++++++ pandas-1.4.0.tar.gz -> pandas-1.4.1.tar.gz ++++++ ++++ 3249 lines of diff (skipped)