Update to 1.5.2
This commit is contained in:
parent
39863023ee
commit
c98c103970
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,3 +37,4 @@
|
||||
/pandas-1.3.3.tar.gz
|
||||
/pandas-1.3.5.tar.gz
|
||||
/pandas-1.5.1.tar.gz
|
||||
/pandas-1.5.2.tar.gz
|
||||
|
@ -12,8 +12,8 @@
|
||||
%bcond_without single_tests
|
||||
|
||||
Name: python-pandas
|
||||
Version: 1.5.1
|
||||
Release: 2%{?dist}
|
||||
Version: 1.5.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Python library providing high-performance data analysis tools
|
||||
|
||||
# The entire source is BSD-3-Clause and covered by LICENSE, except:
|
||||
@ -572,6 +572,15 @@ k="${k-}${k+ and }not (TestWeek and test_apply_out_of_range)"
|
||||
# E
|
||||
# E Index length are different
|
||||
k="${k-}${k+ and }not (TestDateRanges and test_date_range_int64_overflow_stride_endpoint_different_signs)"
|
||||
|
||||
# New in 1.5.2:
|
||||
# E AssertionError: assert {} == {'a': 1}
|
||||
# E Right contains 1 more item:
|
||||
# E {'a': 1}
|
||||
# E Full diff:
|
||||
# E - {'a': 1}
|
||||
# E + {}
|
||||
k="${k-}${k+ and }not test_binops[sub-args4-right]"
|
||||
%endif
|
||||
|
||||
%ifarch s390x
|
||||
@ -669,6 +678,9 @@ export PYTHONHASHSEED="$(
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Nov 26 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.5.2-1
|
||||
- Update to 1.5.2
|
||||
|
||||
* Wed Nov 23 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.5.1-2
|
||||
- Update license breakdown and convert to SPDX
|
||||
- Fully update optional dependencies and their versions
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pandas-1.5.1.tar.gz) = e5f25f21f17f36c6488f14fbfa391beb9f1989652de01cb8346d2826dead9331fea27295ee1e6f42d0875f2f1a91fcd23d606edd339432589bca5ba8d89e5ecd
|
||||
SHA512 (pandas-1.5.2.tar.gz) = 9551c403f37f516b3547966d3ca90b0014c9cfe254a342600e2d17199ea8ea256de05d6784ac422f75cf9c1dcca893962c33fb97e65be45ffc2518a0e164070d
|
||||
|
Loading…
Reference in New Issue
Block a user