forked from pool/python-cassandra-driver
Accepting request 1244731 from home:glaubitz:branches:devel:languages:python
- Update to 3.29.2
* Convert to pytest for running unit and integration tests (PYTHON-1297)
* Add support for Cassandra 4.1.x and 5.0 releases to CI (PYTHON-1393)
* Extend driver vector support to arbitrary subtypes and fix handling
of variable length types (PYTHON-1369)
* Python NumpyProtocolHandler does not work with NumPy 1.24.0 or greater (PYTHON-1359)
* cibuildwheel appears to not be stripping Cython-generated shared objects (PYTHON-1387)
* Windows build for Python 3.12 compiled without libev support (PYTHON-1386)
* Update README.rst with badges for version and license (PR 1210)
* Remove dependency on old mock external module (PR 1201)
* Removed future print_function, division, and with and some pre 3.7 handling (PR 1208)
* Update geomet dependency (PR 1207)
* Remove problematic escape sequences in some docstrings to avoid SyntaxWarning
in Python 3.12 (PR 1205)
* Use timezone-aware API to avoid deprecated warning (PR 1213)
- Drop python-cassandra-driver-no-mock.patch, fixed upstream
- Drop python-cassandra-driver-test_libevreactor-DependencyException.patch, fixed upstream
- Remove C source files from source tree
- Switch package to modern Python Stack on SLE-15
* Use Python 3.11 on SLE-15 by default
* Drop support for older Python versions
- Switch build system from setuptools to pyproject.toml
* Add python-pip and python-wheel to BuildRequires
* Replace %python_build with %pyproject_wheel
* Replace %python_install with %pyproject_install
* Update name for dist directory in %files section
OBS-URL: https://build.opensuse.org/request/show/1244731
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cassandra-driver?expand=0&rev=61
This commit is contained in:
@@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 10 11:31:49 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 3.29.2
|
||||
* Convert to pytest for running unit and integration tests (PYTHON-1297)
|
||||
* Add support for Cassandra 4.1.x and 5.0 releases to CI (PYTHON-1393)
|
||||
* Extend driver vector support to arbitrary subtypes and fix handling
|
||||
of variable length types (PYTHON-1369)
|
||||
* Python NumpyProtocolHandler does not work with NumPy 1.24.0 or greater (PYTHON-1359)
|
||||
* cibuildwheel appears to not be stripping Cython-generated shared objects (PYTHON-1387)
|
||||
* Windows build for Python 3.12 compiled without libev support (PYTHON-1386)
|
||||
* Update README.rst with badges for version and license (PR 1210)
|
||||
* Remove dependency on old mock external module (PR 1201)
|
||||
* Removed future print_function, division, and with and some pre 3.7 handling (PR 1208)
|
||||
* Update geomet dependency (PR 1207)
|
||||
* Remove problematic escape sequences in some docstrings to avoid SyntaxWarning
|
||||
in Python 3.12 (PR 1205)
|
||||
* Use timezone-aware API to avoid deprecated warning (PR 1213)
|
||||
- Drop python-cassandra-driver-no-mock.patch, fixed upstream
|
||||
- Drop python-cassandra-driver-test_libevreactor-DependencyException.patch, fixed upstream
|
||||
- Remove C source files from source tree
|
||||
- Switch package to modern Python Stack on SLE-15
|
||||
* Use Python 3.11 on SLE-15 by default
|
||||
* Drop support for older Python versions
|
||||
- Switch build system from setuptools to pyproject.toml
|
||||
* Add python-pip and python-wheel to BuildRequires
|
||||
* Replace %python_build with %pyproject_wheel
|
||||
* Replace %python_install with %pyproject_install
|
||||
* Update name for dist directory in %files section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 15 09:17:49 UTC 2024 - pgajdos@suse.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user