sqlite3 2.9.2.rc2-aarch64-linux-gnu → 2.9.3-aarch64-linux-gnu

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5815bf6e624216f4a31f96aa5fbac0ea53b43f2f669fc8daa6c39fe2eaf0b082
4
- data.tar.gz: c67c11ecc906a34f09c7485435d2fdbceb45afe2430969874c9a4500b4927f58
3
+ metadata.gz: 2a592ebf3dbc0609262d2073eef67e6a6e5e4b7bee03eb26eb24053f2c4e052c
4
+ data.tar.gz: 58285e8db5fa14ab9f29777e191b2d3b1e715146356b55f6a27aca6019623868
5
5
  SHA512:
6
- metadata.gz: bd3ac096235e81500b8246a877de4ebaed817093cbd933a03a55906d7162765257c4a882284c168517ac0a2b04476fc7d0ec1240abc2847d7d005d30dfc427df
7
- data.tar.gz: 02516cd213dc51b429744ecb45db0747121a2d44f996996838f4cc18d5a39d96c1fbf6949efb6c4b8e0bffe1339eed60911f7c6a2651805ba648cd8cba5db628
6
+ metadata.gz: 3531f297648b421e198d488eba2fd2b1558c958a35b3ef1bcd83f19f28ba4f728e46f6e155ea48c8cd9ab2876f49072d27e694869c0bdec59eca4522d1f645c7
7
+ data.tar.gz: 6fa8d6a8bae55f996474ecb291af795a3de524a50b84f4a7cffbd588104ea8702a9314f9a55b045e6c9274f7c8a7c7b23873707849e9b9f42ef5ac9ff4f44c0c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # sqlite3-ruby Changelog
2
2
 
3
- ## 2.9.2 / 2026-03-14
3
+ ## 2.9.3 / 2026-04-15
4
+
5
+ - Vendored sqlite is updated to [v3.53.0](https://www.sqlite.org/releaselog/3_53_0.html) (from v3.51.3). #696 @flavorjones
6
+
7
+
8
+ ## 2.9.2 / 2026-03-15
4
9
 
5
10
  - Vendored sqlite is updated to [v3.51.3](https://www.sqlite.org/releaselog/3_51_3.html) (from v3.51.2). #688 @flavorjones
6
11
 
data/CONTRIBUTING.md CHANGED
@@ -47,14 +47,19 @@ Update `/dependencies.yml` to reflect:
47
47
 
48
48
  A quick checklist to cutting a release of the sqlite3 gem:
49
49
 
50
- - [ ] make sure CI is green!
51
- - bump the version
52
- - [ ] update `CHANGELOG.md` and `lib/sqlite3/version.rb`
53
- - [ ] create a git tag using a format that matches the pattern `v\d+\.\d+\.\d+`, e.g. `v1.3.13`
54
- - build the native gems
55
- - [ ] run `bin/build-gems` and make sure it completes and all the tests pass
56
- - push
57
- - [ ] `git push && git push --tags`
58
- - [ ] `for g in gems/*.gem ; do gem push $g ; done`
59
- - announce
60
- - [ ] create a release at https://github.com/sparklemotion/sqlite3-ruby/releases and include sha2 checksums
50
+ Prep
51
+ - [ ] Make sure CI is green!
52
+ - [ ] Update `CHANGELOG.md` and `lib/sqlite3/version.rb`
53
+ - [ ] Create a git tag using a format that matches the pattern `v\d+\.\d+\.\d+`, e.g. `v1.3.13`
54
+ - [ ] `git push && git push --tags`
55
+
56
+ Automated build and release
57
+ - [ ] Run workflow https://github.com/sparklemotion/sqlite3-ruby/actions/workflows/release.yml
58
+ - [ ] Copy checksums from the push job
59
+
60
+ Manual build and release
61
+ - [ ] Run `bin/build-gems` and make sure it completes and all the tests pass
62
+ - [ ] `for g in gems/*.gem ; do gem push $g ; done`
63
+
64
+ Post-release
65
+ - [ ] Create a release at https://github.com/sparklemotion/sqlite3-ruby/releases and include sha2 checksums
data/dependencies.yml CHANGED
@@ -1,13 +1,13 @@
1
1
  sqlite3:
2
2
  # checksum verified by first checking the published sha3(256) checksum against https://sqlite.org/download.html:
3
- # 581215771b32ea4c4062e6fb9842c4aa43d0a7fb2b6670ff6fa4ebb807781204
3
+ # 60c4b08c6729761e488d185e0d52411da10b14c72b53ada6936dc5eea225cefe
4
4
  #
5
- # $ sha3sum -a 256 ports/archives/sqlite-autoconf-3510300.tar.gz
6
- # 581215771b32ea4c4062e6fb9842c4aa43d0a7fb2b6670ff6fa4ebb807781204 ports/archives/sqlite-autoconf-3510300.tar.gz
5
+ # $ sha3sum -a 256 ports/archives/sqlite-autoconf-3530000.tar.gz
6
+ # 60c4b08c6729761e488d185e0d52411da10b14c72b53ada6936dc5eea225cefe ports/archives/sqlite-autoconf-3530000.tar.gz
7
7
  #
8
- # $ sha256sum ports/archives/sqlite-autoconf-3510300.tar.gz
9
- # 81f5be397049b0cae1b167f2225af7646fc0f82e4a9b3c48c9ea3a533e21d77a ports/archives/sqlite-autoconf-3510300.tar.gz
10
- version: "3.51.3"
8
+ # $ sha256sum ports/archives/sqlite-autoconf-3530000.tar.gz
9
+ # 851e9b38192fe2ceaa65e0baa665e7fa06230c3d9bd1a6a9662d02380d73365a ports/archives/sqlite-autoconf-3530000.tar.gz
10
+ version: "3.53.0"
11
11
  files:
12
- - url: "https://sqlite.org/2026/sqlite-autoconf-3510300.tar.gz"
13
- sha256: "81f5be397049b0cae1b167f2225af7646fc0f82e4a9b3c48c9ea3a533e21d77a"
12
+ - url: "https://sqlite.org/2026/sqlite-autoconf-3530000.tar.gz"
13
+ sha256: "851e9b38192fe2ceaa65e0baa665e7fa06230c3d9bd1a6a9662d02380d73365a"
Binary file
Binary file
Binary file
Binary file
@@ -1,4 +1,4 @@
1
1
  module SQLite3
2
2
  # (String) the version of the sqlite3 gem, e.g. "2.1.1"
3
- VERSION = "2.9.2.rc2"
3
+ VERSION = "2.9.3"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sqlite3
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.9.2.rc2
4
+ version: 2.9.3
5
5
  platform: aarch64-linux-gnu
6
6
  authors:
7
7
  - Jamis Buck