Skip to content
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

Bump python deps, virt-viewer and os-info-db. #2

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions osinfo-db.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class OsinfoDb < Formula
desc "Libosinfo database files"
homepage "https://libosinfo.org/"
url "https://releases.pagure.org/libosinfo/osinfo-db-20210426.tar.xz"
sha256 "66c93b4a5b319b2ff7d40360d9e94486a9a45f2c0dd1c30d4b31de4f223070d0"
url "https://releases.pagure.org/libosinfo/osinfo-db-20211216.tar.xz"
sha256 "09ece7b0e521330e31d12a59171e34f097181a7cbbcd6f8cd49f928923bb1082"

depends_on "osinfo-db-tools" => :build

Expand Down
25 changes: 10 additions & 15 deletions virt-manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,33 +28,28 @@ class VirtManager < Formula
depends_on "vte3"

resource "libvirt-python" do
url "https://libvirt.org/sources/python/libvirt-python-7.3.0.tar.gz"
sha256 "676c260ddb365120404e611a38c514045ef1af1a7fede15c1fc02d0f8241f696"
url "https://libvirt.org/sources/python/libvirt-python-7.10.0.tar.gz"
sha256 "267774bbdf99d47515274542880499437dc94ae291771f5663c62020a62da975"
end

resource "idna" do
url "https://pypi.io/packages/source/i/idna/idna-3.1.tar.gz"
sha256 "c5b02147e01ea9920e6b0a3f1f7bb833612d507592c837a6c49552768f4054e1"
url "https://pypi.io/packages/source/i/idna/idna-3.3.tar.gz"
sha256 "9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d"
end

resource "certifi" do
url "https://pypi.io/packages/source/c/certifi/certifi-2020.12.5.tar.gz"
sha256 "1a4995114262bffbc2413b159f2a1a480c969de6e6eb13ee966d470af86af59c"
end

resource "chardet" do
url "https://pypi.io/packages/source/c/chardet/chardet-4.0.0.tar.gz"
sha256 "0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa"
url "https://pypi.io/packages/source/c/certifi/certifi-2021.10.8.tar.gz"
sha256 "78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872"
end

resource "urllib3" do
url "https://pypi.io/packages/source/u/urllib3/urllib3-1.26.2.tar.gz"
sha256 "19188f96923873c92ccb987120ec4acaa12f0461fa9ce5d3d0772bc965a39e08"
url "https://pypi.io/packages/source/u/urllib3/urllib3-1.26.7.tar.gz"
sha256 "4987c65554f7a2dbf30c18fd48778ef124af6fab771a377103da0585e2336ece"
end

resource "requests" do
url "https://pypi.io/packages/source/r/requests/requests-2.25.1.tar.gz"
sha256 "27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804"
url "https://pypi.io/packages/source/r/requests/requests-2.27.1.tar.gz"
sha256 "68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"
end

# virt-manager doesn't prompt for password on macOS unless --no-fork flag is provided
Expand Down
4 changes: 2 additions & 2 deletions virt-viewer.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class VirtViewer < Formula
desc "App for virtualized guest interaction"
homepage "https://virt-manager.org/"
url "https://virt-manager.org/download/sources/virt-viewer/virt-viewer-10.0.tar.xz"
sha256 "d23bc0a06e4027c37b8386cfd0286ef37bd738977153740ab1b6b331192389c5"
url "https://virt-manager.org/download/sources/virt-viewer/virt-viewer-11.0.tar.xz"
sha256 "a43fa2325c4c1c77a5c8c98065ac30ef0511a21ac98e590f22340869bad9abd0"

depends_on "intltool" => :build
depends_on "libtool" => :build
Expand Down