Commit Graph

130 Commits

Author SHA1 Message Date
Python Maint c29517a7d4 Rebuilt for Python 3.12 2023-07-20 11:51:38 +02:00
Elliott Sales de Andrade 6afff2d825 Bump release to build with Python 3.12 patch 2023-07-19 16:23:35 -04:00
Elliott Sales de Andrade d886e03fe3 Fix deprecation warning on Python 3.12 2023-07-19 03:03:02 -04:00
Python Maint 6aa992873e Bootstrap for Python 3.12 2023-06-14 08:44:45 +02:00
Benjamin A. Beasley 8c5b69a7a8 Simplify running tests serially 2023-05-29 09:38:39 -04:00
Benjamin A. Beasley 954847c045 Extend pyarrow 10/11 patch for pyarrow 12 (fix RHBZ#2207628) 2023-05-16 12:50:07 -04:00
Benjamin A. Beasley c4cd810a37 Fix a typo in the license-breakdown spec-file comment 2023-04-28 10:27:09 -04:00
Benjamin A. Beasley 25cbd2676d Backport proper pyarrow 10 and 11 support 2023-04-19 11:37:16 -04:00
Benjamin A. Beasley 0cccc16aae Drop unnecessary weak dependency on python-pandas-datareader 2023-04-19 08:34:44 -04:00
Tomáš Hrnčiar b5709cb247 Exclude pandas.core.arrays.arrow.extension_types from import check during bootstrap 2023-04-18 21:15:04 +02:00
Benjamin A. Beasley b62dbe05bb Fix RHBZ#2171682 by backporting upstream PR#52150 2023-04-13 14:22:35 -04:00
Benjamin A. Beasley 3f6fa92505 Update to 1.5.3 (close RHBZ#2162303) 2023-02-27 18:03:24 -05:00
Fedora Release Engineering ede17bb262 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-20 15:26:29 +00:00
Benjamin A. Beasley a48e5bcc37 Fix several flaky test failures by no longer running tests in parallel 2022-12-11 23:22:54 -05:00
Benjamin A. Beasley d19d9a5317 Drop some test skips that are no longer needed 2022-12-08 12:57:20 -05:00
Benjamin A. Beasley 3b0ff669e2 Skip a couple of tests that cause flaky failures 2022-12-08 12:57:20 -05:00
Benjamin A. Beasley 5026992e9c Additional test skips for F37 2022-12-08 12:57:19 -05:00
Benjamin A. Beasley 6621b77809 Skip a test that sometimes hangs on aarch64 and ppc64le 2022-12-08 12:56:59 -05:00
Benjamin A. Beasley 04e8e92b4f Allow a slightly older numpy version for F37 2022-12-08 12:53:05 -05:00
Benjamin A. Beasley b7d5faa3a6 Work around a harmless test failure with libarrow/pyarrow 10 2022-12-05 08:43:40 -05:00
Benjamin A. Beasley 0bbde965e3 Re-enable python-gcsfs BR/weak-dep. on F38 and later 2022-12-05 08:43:40 -05:00
Benjamin A. Beasley c98c103970 Update to 1.5.2 2022-12-01 09:49:54 -05:00
Benjamin A. Beasley 39863023ee Fix or skip s390x failures 2022-12-01 09:49:54 -05:00
Benjamin A. Beasley a09cd10c3c Update test skips for i686 2022-12-01 09:49:54 -05:00
Benjamin A. Beasley d710210ef9 Drop accommodations for Fedoras older than 36 2022-12-01 09:49:54 -05:00
Benjamin A. Beasley e3830a96b0 Drop accommodations for 32-bit ARM 2022-12-01 09:49:54 -05:00
Benjamin A. Beasley d643587fad Do not BR/Recommend pyarrow on 32-bit arches, where it is unavailable 2022-12-01 09:49:54 -05:00
Benjamin A. Beasley b3298e42fa Fully update optional dependencies and their versions
Write Python package versions with zeros in a way that will compare
properly, e.g. 2022.01.0 would become 2022.1
2022-12-01 09:49:54 -05:00
Benjamin A. Beasley 12fffbacfb Update license breakdown and convert to SPDX 2022-12-01 09:49:54 -05:00
Jonathan 10c36e41bf update to 1.5.1 2022-11-21 18:01:18 -06:00
Fedora Release Engineering 286af34601 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-22 20:38:43 +00:00
Python Maint bc89adfb1a Rebuilt for Python 3.11 2022-06-29 13:17:58 +02:00
Python Maint 3b6575ba58 Bootstrap for Python 3.11 2022-06-13 18:56:59 +02:00
Benjamin A. Beasley 8a4d17eca2 Include BSD-licensed files in licensing breakdown
Document forked or bundled files with BSD licenses (the same as the
Pandas overall license) in the same way as those included under other
licenses.
2022-04-30 08:14:19 -04:00
Benjamin A. Beasley 8b38f5849e Correctly associate two virtual Provides with the +tests subpackage 2022-04-30 07:54:47 -04:00
Benjamin A. Beasley fea70a6f5a Minimize optional dependencies when bootstrapping 2022-04-25 08:53:16 -04:00
Benjamin A. Beasley b5351d82fb Run the tests (requires switching to GitHub source)
The tests are now packaged separately in a python3-pandas+tests
subpackage, which also provides the [test] extra, since the tests—and
especially some of the associated data files that are now present to
make them actually usable—are quite large.
2022-04-12 08:08:54 -04:00
Benjamin A. Beasley 599262e6a5 Simplify the spec file by dropping the srcname macro 2022-04-12 07:44:53 -04:00
Benjamin A. Beasley f9dee9418d Use pyproject-rpm-macros 2022-04-12 07:44:53 -04:00
Benjamin A. Beasley d0ea44ef62 Carefully handle virtual Provides and licenses for bundled/copied code
The License field changes from “BSD” to:

BSD and (BSD or ASL 2.0) and (BSD and ASL 2.0) and (BSD and MIT) and (BSD and Python)
2022-04-12 07:44:52 -04:00
Benjamin A. Beasley e7b5a4e625 Update to 1.3.5
- Drop compatibility with old RHEL releases that will not get this version anyway
- Update weak dependencies from documentation
- Also package README.md
- Do not install C sources
2022-04-12 07:44:30 -04:00
Fedora Release Engineering f18eeeae70 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-21 14:00:29 +00:00
Sergio Pascual 65859bf877 New release of pandas 1.3.3
Add missing sources
2021-10-07 16:31:07 +02:00
Sergio Pascual 3bd1d60324 New release of pandas 1.3.3 2021-10-07 16:21:56 +02:00
Fedora Release Engineering 0eac6ec6a8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-23 08:04:18 +00:00
Sergio Pascual 675f994477 New release of pandas 1.3.0 2021-07-21 13:17:57 +02:00
Python Maint ef6431cc51 Rebuilt for Python 3.10 2021-06-07 11:13:14 +02:00
Sergio Pascual 6956e62a38 New release of pandas 1.2.4 2021-06-04 20:56:01 +02:00
Python Maint baaeda9e8c Rebuilt for Python 3.10 2021-06-04 15:42:47 +02:00
Fedora Release Engineering c664f5c2de - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-27 12:09:32 +00:00