Skip to content

Commit

Permalink
Merge pull request #1271 from wingtk/weekly-2024.3.8
Browse files Browse the repository at this point in the history
Weekly dependency update
  • Loading branch information
danyeaw authored Mar 10, 2024
2 parents 0871119 + 27e18d0 commit e8b3ec3
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 37 deletions.
2 changes: 1 addition & 1 deletion gvsbuild/outdated.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def outdated():
)
except version.InvalidVersion:
print(f"Project {project.name} does not have a valid version")
except lastversion.utils.ApiCredentialsError:
except lastversion.exceptions.ApiCredentialsError:
print(
"Create or update the GITHUB token at https://github.com/settings/tokens, then set or update the token environmental variable with:\n$env:GITHUB_API_TOKEN=xxxxxxxxxxxxxxx"
)
25 changes: 0 additions & 25 deletions gvsbuild/patches/glib/python-312-distutils-to-packaging.patch

This file was deleted.

5 changes: 2 additions & 3 deletions gvsbuild/projects/glib.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ def __init__(self):
Project.__init__(
self,
"glib",
version="2.78.4",
version="2.80.0",
lastversion_even=True,
repository="https://gitlab.gnome.org/GNOME/glib",
archive_url="https://download.gnome.org/sources/glib/{major}.{minor}/glib-{version}.tar.xz",
hash="24b8e0672dca120cc32d394bccb85844e732e04fe75d18bb0573b2dbc7548f63",
hash="8228a92f92a412160b139ae68b6345bd28f24434a7b5af150ebe21ff587a561d",
dependencies=[
"ninja",
"meson",
Expand All @@ -40,7 +40,6 @@ def __init__(self):
],
patches=[
"glib-package-installation-directory.patch",
"python-312-distutils-to-packaging.patch",
],
)

Expand Down
4 changes: 2 additions & 2 deletions gvsbuild/projects/libadwaita.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ def __init__(self):
self,
"libadwaita",
repository="https://gitlab.gnome.org/GNOME/libadwaita",
version="1.4.3",
version="1.4.4",
lastversion_even=True,
archive_url="https://download.gnome.org/sources/libadwaita/{major}.{minor}/libadwaita-{version}.tar.xz",
hash="ae9622222b0eb18e23675655ad2ba01741db4d8655a796f4cf077b093e2f5841",
hash="f802b7d8d5ae33be4650ef571a580f144a806202a26f527dacd57d1560938828",
dependencies=[
"ninja",
"meson",
Expand Down
4 changes: 2 additions & 2 deletions gvsbuild/projects/librsvg.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ def __init__(self):
Project.__init__(
self,
"librsvg",
version="2.57.1",
version="2.57.2",
repository="https://gitlab.gnome.org/GNOME/librsvg",
archive_url="https://download.gnome.org/sources/librsvg/{major}.{minor}/librsvg-{version}.tar.xz",
hash="074671a3ed6fbcd67cae2a40e539107f4f097ca8a4ab1a894c05e2524ff340ef",
hash="9c2b73947924d3f0f5653436c3ee3b170128930ab6abd2303bb6d727b88d6471",
dependencies=[
"cargo",
"cairo",
Expand Down
4 changes: 2 additions & 2 deletions gvsbuild/projects/pango.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ def __init__(self):
Project.__init__(
self,
"pango",
version="1.52.0",
version="1.52.1",
repository="https://gitlab.gnome.org/GNOME/pango",
archive_url="https://download.gnome.org/sources/pango/{major}.{minor}/pango-{version}.tar.xz",
hash="1ec8518879c3f43224499f08e8ecbbdf4a5d302ed6cd3853b4fa949f82b89a9b",
hash="58728a0a2d86f60761208df9493033d18ecb2497abac80ee1a274ad0c6e55f0f",
dependencies=[
"ninja",
"meson",
Expand Down
4 changes: 2 additions & 2 deletions gvsbuild/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ def __init__(self):
Tool.__init__(
self,
"go",
version="1.22.0",
version="1.22.1",
archive_url="https://go.dev/dl/go{version}.windows-amd64.zip",
hash="78b3158fe3aa358e0b6c9f26ecd338f9a11441e88bc434ae2e9f0ca2b0cc4dd3",
hash="cf9c66a208a106402a527f5b956269ca506cfe535fc388e828d249ea88ed28ba",
dir_part="go-{version}",
)

Expand Down

0 comments on commit e8b3ec3

Please sign in to comment.