xou816 / spot

Native Spotify client for the GNOME desktop
MIT License
2.25k stars 119 forks source link

Bump glib from 0.17.1 to 0.17.5 #638

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps glib from 0.17.1 to 0.17.5.

Release notes

Sourced from glib's releases.

0.17.5

Bilal Elmoussaoui:

  • glib-macros: Don't assume edition=2021

Johan Bjäreholt:

  • glib: Fix building for architectures without 64-bit atomics

SeaDve:

  • glib-macros: generate "From for Value" on ValueDelegate

0.17.4

Bilal Elmoussaoui:

  • Fix nightly clippy warnings

Jason Francis:

  • pango: rename removed clippy lint
  • glib: update error messages in compiletests for rust 1.68
  • glib: implement From<GStringPtr> for GString

SeaDve:

  • glib-macros: qualify ToValue::to_value
  • glib-macros: support higher level types on ValueDelegate
  • glib: impl StaticType, FromValue, ToValue, HasParamSpec for Box<str>

Sebastian Dröge:

  • Update gir
  • Update gir-files
  • Regenerate with latest gir / gir-files
  • Require glib 2.76.0 for the v2_76 feature

0.17.3

Fabio Valentini:

  • pangocairo-sys: fix package.description in Cargo.toml

Jason Francis:

  • gio: add FileEnumerator::into_stream
  • glib: Only optimize IntoGStr for String when capacity allows

Marco Mastropaolo:

  • gio: Added subclassing support for gio::SocketControlMessage
  • gio: Fixed unit tests under macOS and possibly other *nix flavors

Marco Melorio:

  • glib: Add connect_notify* methods to SignalGroup

Matteo Biggio:

  • glib: strv: when calling g_strv FFI method, use our as_ptr implementation

... (truncated)

Changelog

Sourced from glib's changelog.

Change Log

[Unreleased]

[0.17.4]

Bilal Elmoussaoui:

  • Fix nightly clippy warnings

Jason Francis:

  • pango: rename removed clippy lint
  • glib: update error messages in compiletests for rust 1.68
  • glib: implement From<GStringPtr> for GString

SeaDve:

  • glib-macros: qualify ToValue::to_value
  • glib-macros: support higher level types on ValueDelegate
  • glib: impl StaticType, FromValue, ToValue, HasParamSpec for Box<str>

Sebastian Dröge:

  • Update gir
  • Update gir-files
  • Regenerate with latest gir / gir-files
  • Require glib 2.76.0 for the v2_76 feature

[0.17.3]

Fabio Valentini:

  • pangocairo-sys: fix package.description in Cargo.toml

Jason Francis:

  • gio: add FileEnumerator::into_stream
  • glib: Only optimize IntoGStr for String when capacity allows

Marco Mastropaolo:

  • gio: Added subclassing support for gio::SocketControlMessage
  • gio: Fixed unit tests under macOS and possibly other *nix flavors

Marco Melorio:

  • glib: Add connect_notify* methods to SignalGroup

Matteo Biggio:

  • glib: strv: when calling g_strv FFI method, use our as_ptr implementation

Sebastian Dröge:

  • glib: Optimize IntoGStr impl for String by simply appending a NUL-byte
  • glib: Depend on glib-macros 0.17.3 for ValueDelegate derive macro

ranfdev:

  • glib: Add ValueDelegate derive macro

... (truncated)

Commits
  • 7a9e54c Merge pull request #1058 from sdroege/0.17-backports
  • b53499b glib: Fix building for architectures without 64-bit atomics
  • 520c1b0 glib-macros: generate "From<Ident> for Value" on ValueDelegate
  • 4069190 glib-macros: Don't assume edition=2021
  • 658e0bc Update versions to 0.17.4
  • e6aca2b Update CHANGELOG.md for 0.17.4
  • c14acea Merge pull request #1054 from sdroege/0.17-backports
  • f8db58a Require glib 2.76.0 for the v2_76 feature
  • fb4b137 Fix nightly clippy warnings
  • c27f921 Regenerate with latest gir / gir-files
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #648.