xou816 / spot

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

Bump gio from 0.17.0 to 0.17.3 #629

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps gio from 0.17.0 to 0.17.3.

Release notes

Sourced from gio's releases.

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
  • glib: impl HasParamSpec on glib::Variant
  • glib: Add nullable attribute on Properties macro
  • glib: Explain nullable attribute

0.17.2

Andrey Kutejko:

  • glib: Implement PartialEq and PartialOrd for WeakRef

Bilal Elmoussaoui:

  • glib: Add missing ObjectImpl vfuncs overrides
  • glib: Mention lack of finalize method on ObjectImpl

Jason Francis:

  • glib-macros: allow properties macro generated functions to be unused
  • glib: implement WatchedObject for BorrowedObject

Mathieu Duponchelle:

  • glib: object: address misleading casting docs

Matteo Biggio:

  • gio: SimpleAction: take ownership of value without leaking it

Paolo Borelli:

  • glib: properties: impl HasParamSpec for Vec<String> and StrV

... (truncated)

Changelog

Sourced from gio's changelog.

[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
  • glib: impl HasParamSpec on glib::Variant
  • glib: Add nullable attribute on Properties macro
  • glib: Explain nullable attribute

[0.17.2]

Andrey Kutejko:

  • glib: Implement PartialEq and PartialOrd for WeakRef

Bilal Elmoussaoui:

  • glib: Add missing ObjectImpl vfuncs overrides
  • glib: Mention lack of finalize method on ObjectImpl

Jason Francis:

  • glib-macros: allow properties macro generated functions to be unused
  • glib: implement WatchedObject for BorrowedObject

Mathieu Duponchelle:

  • glib: object: address misleading casting docs

Matteo Biggio:

  • gio: SimpleAction: take ownership of value without leaking it

Paolo Borelli:

  • glib: properties: impl HasParamSpec for Vec<String> and StrV

... (truncated)

Commits
  • 3363dda Update CHANGELOG.md for 0.17.3
  • 26d1a02 glib: Depend on glib-macros 0.17.3 for ValueDelegate derive macro
  • efa0b76 Change versions to 0.17.3
  • 006d389 Merge pull request #1040 from pbor/backports
  • 73cab16 Fixed unit tests under macOS and possibly other *nix flavors
  • d644fe6 Added subclassing support for gio::SocketControlMessage
  • 5398c69 glib: Only optimize IntoGStr for String when capacity allows
  • 56a7210 gio: add FileEnumerator::into_stream
  • 51c8b6b Explain nullable attribute.
  • 5ed69f5 Add nullable attribute on properties macro
  • 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 #634.