Path to this page:
Subject: CVS commit: pkgsrc/databases/ruby-sqlite3
From: Takahiro Kambe
Date: 2024-01-07 16:24:12
Message id: 20240107152412.1B0CDFA42@cvs.NetBSD.org
Log Message:
databases/ruby-sqlite3: update to 1.7.0
1.7.0 (2023-12-27)
Ruby
This release introduces native gem support for Ruby 3.3.
This release ends native gem support for Ruby 2.7, for which upstream
support ended 2023-03-31. Ruby 2.7 is still generally supported, but will
not be shipped in the native gems.
This release ends support for Ruby 1.9.3, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, and
2.6.
Improved
* SQLite3::Statement, Database, and Backup objects have been converted to
use the TypedData API. See https://bugs.ruby-lang.org/issues/19998 for
more context. [#432] @casperisfine
Files: