The site behind https://software.opensuse.org. It is the default web interface to download openSUSE distributions and to search for OBS packages. Packaged at https://build.opensuse.org/project/show/openSUSE:infrastructure:software.opensuse.org
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu cancel merge
Cancels automatic merging of this PR
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ capybara (3.39.0 → 3.39.1) · Repo · Changelog
Release Notes
3.39.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 3 commits:
Update history for release
Prepare release
selenium log suppression: forward both positional and keyword args (#2667)
✳️ nokogiri (1.15.0 → 1.15.1) · Repo · Changelog
Release Notes
1.15.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 6 commits:
version bump to v1.15.1
Merge pull request #2883 from sparklemotion/flavorjones-upgrade-libxml2-2.11.4
dep: update libxml2 to v2.11.4
Merge pull request #2879 from sparklemotion/flavorjones-dep-ruby_memcheck-1.3.2
dep: update ruby_memcheck to 1.3.2
Merge pull request #2877 from sparklemotion/dependabot/bundler/rubocop-1.51.0
↗️ regexp_parser (indirect, 2.7.0 → 2.8.0) · Repo · Changelog
Release Notes
2.8.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 37 commits:
Release v2.8.0
Run gouteur checks on more recent ruby
Update comment after b82976b
Remove coll. seq. / char. equiv. from scanner
Catch \k<0>
Define some test methods at class level
Fix ivar warning
Add generic #clone/#dup sanity test
Use appropriate method
Improve error message
Add some Token and Expression module aliases ...
Fix warning detection
Typo
Avoid relying on #token in Expression classes
Fix Subexpression#te inconsistency with Base#te
Assign new #parent when dup-ing
Fix #full_length for pre-qtf decoration
Fix 2x dup-ing (same as Shared#initialize_copy)
Reduce inspect / pp verbosity
Add integrative spec for #te, #ts
Fix #to_s with intermittent decorations ...
Extract test methods into tests.rb
Extract #parts into parts.rb
Add #decorative?, fix comment group qtf parsing
Move tests to tests.rb, add specs
Add Expression::Shared#parent
Support 1-arg blocks
Move code
Update README ...
Correction for README after 2.7.0
Update .rubocop.yml
Extract scanner errors into files ...
Check a bit more consistently
Clean up ragel output a bit
Fix NoMethodError for #ts on empty seq op
Fix depth counting for comment groups ...
Add #capturing? and #comment? to all exp
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands