diff --git a/pandas-0.25.3.tar.gz b/pandas-0.25.3.tar.gz deleted file mode 100644 index 77e97b1..0000000 --- a/pandas-0.25.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52da74df8a9c9a103af0a72c9d5fdc8e0183a90884278db7f386b5692a2220a4 -size 12632585 diff --git a/pandas-1.0.1.tar.gz b/pandas-1.0.1.tar.gz new file mode 100644 index 0000000..190a61e --- /dev/null +++ b/pandas-1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c07765308f091d81b6735d4f2242bb43c332cc3461cae60543df6b10967fe27 +size 4852368 diff --git a/python-pandas.changes b/python-pandas.changes index 718aac8..715e6cc 100644 --- a/python-pandas.changes +++ b/python-pandas.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Fri Feb 21 05:56:43 UTC 2020 - Steve Kowalik + +- Update to version 1.0.1 + + Enhancements + * Using Numba in rolling.apply and expanding.apply + * Defining custom windows for rolling operations + * Converting to Markdown + + Experimental new features + * Experimental NA scalar to denote missing values + * Dedicated string data type + * Boolean data type with missing values support + * convert_dtypes method to ease use of supported extension dtypes + + Backwards incompatible API changes + * Avoid using names from MultiIndex.levels + * New repr for IntervalArray + * DataFrame.rename now only accepts one positional argument + * Extended verbose info output for DataFrame + * pandas.array() inference changes + * arrays.IntegerArray now uses pandas.NA + * arrays.IntegerArray comparisons return arrays.BooleanArray + * By default Categorical.min() now returns the minimum instead of np.nan + * Default dtype of empty pandas.Series + * Result dtype inference changes for resample operations + + Many, many fixed regressions +- Add Jinja2 and xsel to BuildRequires + ------------------------------------------------------------------- Tue Jan 14 12:28:49 UTC 2020 - Tomáš Chvátal diff --git a/python-pandas.spec b/python-pandas.spec index 33568c7..1b922cf 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pandas -Version: 0.25.3 +Version: 1.0.1 Release: 0 Summary: Python data structures for data analysis, time series, and statistics License: BSD-3-Clause @@ -68,6 +68,7 @@ Recommends: xsel Obsoletes: python-pandas-doc < %{version} Provides: python-pandas-doc = %{version} # SECTION test requirements +BuildRequires: %{python_module Jinja2} BuildRequires: %{python_module SQLAlchemy >= 1.1.4} BuildRequires: %{python_module XlsxWriter >= 0.9.8} BuildRequires: %{python_module beautifulsoup4 >= 4.6.0} @@ -81,6 +82,7 @@ BuildRequires: %{python_module python-dateutil >= 2.6.1} BuildRequires: %{python_module pytz >= 2015.4} BuildRequires: %{python_module xlrd >= 1.1.0} BuildRequires: %{python_module xlwt >= 1.2.0} +BuildRequires: xsel BuildRequires: xvfb-run # /SECTION %python_subpackages