-
Notifications
You must be signed in to change notification settings - Fork 417
ruby3.2-activemodel/8.0.0 package update #33615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ruby3.2-activemodel/8.0.0 package update #33615
Conversation
Package ruby3.2-activemodel: Click to expand/collapsePackage ruby3.2-activemodel:
(
"""
# Generated by melange
pkgname = ruby3.2-activemodel
- pkgver = 7.2.1.2-r1
+ pkgver = 8.0.0-r0
arch = x86_64
- size = 387883
+ size = 394060
origin = ruby3.2-activemodel
pkgdesc = A toolkit for building modeling frameworks like Active Record. Rich support for attributes, callbacks, validations, serialization, internationalization, and testing.
url =
- commit = 0bd7a88bf4b1970385c3f25cd0df60385ba29c2c
- builddate = 1729889163
+ commit = 87a92aab2c2252f448afaecbd67f9963e1f5403b
+ builddate = 1731019894
license = MIT
depend = ruby-3.2
depend = ruby3.2-activesupport
- datahash = 15ad8b1fe500d4b9abb9a7a7bc6a11f05c0d485cdabb7ac053d068ce01460cb8
+ datahash = 66e7f09d50d7a959747ed2c0253d043c3461323ba193b9206b471f7dcaac46f6
"""
)
Added: /usr/lib/ruby/gems/3.2.0/gems/activemodel-8.0.0/CHANGELOG.md |
|
This is an upgrade from v7.2 to v.8.0. Taking a look at the release notes: There are only as few changes called out specifically for 'activemodel'. Nothing stands out as breaking, at least based on the release notes. Tried writing tests for this, it looks like this package may depend on v8.0 of this one: Which may need to be resolved and merged first before we can add tests here? |
|
rebasing given #33613 is merged and built now. |
Signed-off-by: wolfi-bot <[email protected]>
Signed-off-by: Mark McCormick <[email protected]>
2213316 to
2cd4d08
Compare
Package ruby3.2-activemodel: Click to expand/collapsePackage ruby3.2-activemodel:
(
"""
# Generated by melange
pkgname = ruby3.2-activemodel
- pkgver = 7.2.1.2-r1
+ pkgver = 8.0.0-r0
arch = x86_64
- size = 387883
+ size = 394060
origin = ruby3.2-activemodel
pkgdesc = A toolkit for building modeling frameworks like Active Record. Rich support for attributes, callbacks, validations, serialization, internationalization, and testing.
url =
- commit = 0bd7a88bf4b1970385c3f25cd0df60385ba29c2c
- builddate = 1729889163
+ commit = b2a5cc731d0cd3ac129dc35b892ffa5d9ee91d71
+ builddate = 1731298259
license = MIT
depend = ruby-3.2
depend = ruby3.2-activesupport
- datahash = 15ad8b1fe500d4b9abb9a7a7bc6a11f05c0d485cdabb7ac053d068ce01460cb8
+ datahash = ad0bde3569b8c44602f08fdb046295c8faea2121f56a7a58de1942513641f8c4
"""
)
Added: /usr/lib/ruby/gems/3.2.0/gems/activemodel-8.0.0/CHANGELOG.md |
The package tests will fail, until this is merged and built:
Once merged, please re-run this build.