diff --git a/MODULE.bazel b/MODULE.bazel index f81d26d06e7a9a3de75776990a9b52cbb2158512..836de8607b6d664878ffc2a023efcc22b3d47065 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -18,6 +18,7 @@ bazel_dep(name = "platforms", version = "0.0.10") bazel_dep(name = "patchelf", version = "0.18.0") bazel_dep(name = "openssh", version = "9.9p1.bcr.1") bazel_dep(name = "rules_license", version = "1.0.0") +bazel_dep(name = "rules_distroless", version = "0.5.1") bazel_dep(name = "gazelle", version = "0.39.0", dev_dependency = True) bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.7.1", dev_dependency = True) @@ -50,7 +51,11 @@ use_repo(python, "python_versions") # We have to avoid the `chmod`/`chown`/`id` unhermetic-ness # TODO: remove this when `ignore_root_user_error` is hermetic # https://github.com/bazelbuild/rules_python/issues/2016 -dev = use_extension("@rules_python//python/extensions:python.bzl", "python", dev_dependency = True) +dev = use_extension( + "@rules_python//python/extensions:python.bzl", + "python", + dev_dependency = True, +) dev.toolchain( configure_coverage_tool = True, # TODO: change the code to use Python for `chmod`/`id` @@ -76,257 +81,13 @@ pip.parse( use_repo(pip, "rules_labgrid-crossbar-pkg") # Download Debian QEMU -download_archive = use_repo_rule("@download_utils//download/archive:defs.bzl", "download_archive") - -[ - download_archive( - name = "{cpu}-{name}".format( - name = name.replace("+", "x"), - cpu = cpu, - ), - integrity = integrity, - urls = [ - "https://deb.debian.org/debian/pool/main/{letter}/{group}/{name}_{version}_{cpu}.deb".format( - name = name, - cpu = cpu, - group = group, - letter = letter, - version = version, - ), - "http://snapshot.debian.org/archive/debian/20241111T000000Z/pool/main/{letter}/{group}/{name}_{version}_{cpu}.deb".format( - name = name, - cpu = cpu, - group = group, - letter = letter, - version = version, - ), - ], - ) - for cpu, name, version, letter, group, integrity in ( - ("all", "adduser", "3.134", "a", "adduser", "sha256-wk/k645g2GMtcu0QTM58ks/yAIR8iX3IunZLbEe1GeA="), - ("all", "debconf", "1.5.82", "d", "debconf", "sha256-dKsUGUo3YrL8cXkX3P2kKSmrmOPFkpWgYzRNxVHNfMg="), - ("all", "ipxe-qemu", "1.0.0+git-20190125.36a4c85-5.1", "i", "ipxe", "sha256-XCQZzgf02ArF6I4yrAnNxSPASK+GxHMNaCupadMYnbI="), - ("all", "iso-codes", "4.15.0-1", "i", "iso-codes", "sha256-sb64aTAyKcOCiNTdrP1YLJH1lHWbV2fJzs69h/Fv9w4="), - ("all", "libasound2-data", "1.2.8-1", "a", "alsa-lib", "sha256-/geA0tNnSyl34Kyw1ItEitcroWQlZLfcU39V6DmYTC0="), - ("all", "libaudit-common", "3.0.9-1", "a", "audit", "sha256-F9A0HKbOYEzlnClngKwsKiQUGnaYI8UGaa+ULAJeZZE="), - ("all", "libdrm-common", "2.4.114-1", "libd", "libdrm", "sha256-MvlmQTiziyJDg8aYZFfVrS7I79VZsaDOd0lAX3pFGq0="), - ("all", "libsemanage-common", "3.4-1", "libs", "libsemanage", "sha256-g1+AbCGuJeOQU70wVwUWQDQbDPCOHbl0b9guNw2C+jA="), - ("all", "qemu-efi-aarch64", "2022.11-6+deb12u1", "e", "edk2", "sha256-m3GACq0ux4KK6jFU3c7u0p0CdaEkDu555OcXQN3rDxc="), - ("all", "qemu-system-data", "7.2+dfsg-7+deb12u7", "q", "qemu", "sha256-SYbtlNWvP/Gw6Cm0Qqg/O8lErczThTXdTa/xxCNbiSM="), - ("all", "readline-common", "8.2-1.3", "r", "readline", "sha256-aTF1I/5WQpqjYVRUFq0znROMFQDlpgSFaoDdkHS041w="), - ("all", "seabios", "1.16.2-1", "s", "seabios", "sha256-COWz92E3nxemBRcxyvoD6XaGBJ4swbi9zMWpEGRuLY4="), - ("amd64", "cdebconf", "0.270", "c", "cdebconf", "sha256-Lp3oi0y4os6tt4X6v/Ao2IP5psNSiRZGT7OPSDfBVic="), - ("amd64", "dpkg", "1.21.22", "d", "dpkg", "sha256-nZfyfYqKBt1IAOjgKRM3ygLhHN/X3wmkVmqYKm2f5MQ="), - ("amd64", "gcc-12-base", "12.2.0-14", "g", "gcc-12", "sha256-GgPfWleDPWW1uwjPoZ1Q528pCI3J5k+5NK9C2QI6CAc="), - ("amd64", "install-info", "6.8-6+b1", "t", "texinfo", "sha256-AVsZhv2KLcjjf+jN3/5iY3ULzsznlG3E34Dv+UDf6QA="), - ("amd64", "libaio1", "0.3.113-4", "liba", "libaio", "sha256-0UduS+qz2F+KfTHelMJ0cnEe0+85nOcHCOJLJZQmEls="), - ("amd64", "libasound2", "1.2.8-1+b1", "a", "alsa-lib", "sha256-RMd7B2p7Ea6ZcSQ5Ai2CIkWxmUxDXaVk69Mgu2dvr0w="), - ("amd64", "libaudit1", "3.0.9-1", "a", "audit", "sha256-MJVN9LWnxQVmG6iuXm6pT1gF5AiJn7QAeDuxZutf8wY="), - ("amd64", "libblkid1", "2.38.1-5+deb12u2", "u", "util-linux", "sha256-+XIIR/Ja2p9OlKvm7V49R5JMQY89I7jA0SCL0T1X30c="), - ("amd64", "libbpf1", "1.1.0-1", "libb", "libbpf", "sha256-GzeHeHuITYNewQCO1R5izZJWzh7YoNKRfZllrwgUBnQ="), - ("amd64", "libbrlapi0.8", "6.5-7+deb12u1", "b", "brltty", "sha256-fIv8Tx+wo587vIinfwtG+P65I8QYIgepXqGe8BqaQ8c="), - ("amd64", "libbsd0", "0.11.7-2", "libb", "libbsd", "sha256-uzHMi0D5YqhbLOyXD395zHBKGuS60kJXqCIFVASyxgs="), - ("amd64", "libbz2-1.0", "1.0.8-5+b1", "b", "bzip2", "sha256-VBSdo/RLItUjsmtpIDO4RQPYIsxRIv7WBuppzIPKWus="), - ("amd64", "libc6", "2.36-9+deb12u9", "g", "glibc", "sha256-OgQ7nb8ajItaniJoJT5tyox9QxvXogL+qWNkq/N0/qk="), - ("amd64", "libcacard0", "2.8.0-3", "libc", "libcacard", "sha256-arCZ/I7gjrxSuFpNx1NNet2c79bg9FADe3ikLmWARFQ="), - ("amd64", "libcap2", "2.66-4", "libc", "libcap2", "sha256-s2/v6YZ/nlm1QPlS6VenLr3CQemXF52CbaGalRGt5KM="), - ("amd64", "libcap2-bin", "2.66-4", "libc", "libcap2", "sha256-ctpgOId8xcfXFTilR+ItAzRrHvmaNRadf/NQD1Z13x4="), - ("amd64", "libcap-ng0", "0.8.3-1+b3", "libc", "libcap-ng", "sha256-tLVHacd+SnHIszruTWALooqZlKHG9g1V1Ovn/ESILgc="), - ("amd64", "libcapstone4", "4.0.2-5", "c", "capstone", "sha256-QSd/A4gYT247n8Au2jGEr7yZkxSyW3ftdegElCi9/l4="), - ("amd64", "libcrypt1", "4.4.33-2", "libx", "libxcrypt", "sha256-9fYKXN/U5OqpQ4reUHild0Gnp41ln8sMcBIE9SPovSk="), - ("amd64", "libdaxctl1", "76.1-1", "n", "ndctl", "sha256-r1+f/mQq4lMB64j9svqePAbc/F4TH7zudXWt8K3Mmrs="), - ("amd64", "libdb5.3", "5.3.28+dfsg2-1", "d", "db5.3", "sha256-fcUSe43Q2oDpkrpZSVTABa5DWdg5ok62XQ2BKbUjXIQ="), - ("amd64", "libdebian-installer4", "0.124", "libd", "libdebian-installer", "sha256-oHiQJtxirz49KjOXXayo197xFVUxUuSSVKvwj760KVs="), - ("amd64", "libdrm2", "2.4.114-1+b1", "libd", "libdrm", "sha256-vhj7ZweXujLalijPPorNgxYNjbjI3YQlAd2OQBw7U3E="), - ("amd64", "libdw1", "0.188-2.1", "e", "elfutils", "sha256-/9exutmCrRr9nCt1qy7dGOIpUI33Maj02EQ/CTqRRC8="), - ("amd64", "libelf1", "0.188-2.1", "e", "elfutils", "sha256-YZrdN5xgazrGwaF1hTuRjmk5WYqD2Out8739UNELPIw="), - ("amd64", "libelogind0", "246.10-1debian1", "e", "elogind", "sha256-8YUzZ6MPHH++fKosuUrsaWf5jBNrFmHktRVdY+jEKUw="), - ("amd64", "libepoxy0", "1.5.10-1", "libe", "libepoxy", "sha256-BQy+3JwqXM6XYVHHIKOBfyEDoB5qwlW91vLGp1CbBMM="), - ("amd64", "libexecs0", "1.3-2", "libe", "libexecs", "sha256-NQZVVvBsXeH8ScQJlDqJUWOOTp+OIb0G9mtQj66TXRs="), - ("amd64", "libexpat1", "2.5.0-1+deb12u1", "e", "expat", "sha256-wr0wUSW87OWBayUh8pOplJnWdM0t10RBbKpJUhWK2Z0="), - ("amd64", "libfdt1", "1.6.1-4+b1", "d", "device-tree-compiler", "sha256-5zErYSZ5eaWK4fqeNHRtB3cHVgyVX2RV0Cqf8Pj6eZU="), - ("amd64", "libffi8", "3.4.4-1", "libf", "libffi", "sha256-bZ9sJcMO/Mzm1LzqpI6obDKaNDKrs2ChQfdqwiOkw0o="), - ("amd64", "libfuse3-3", "3.14.0-4", "f", "fuse3", "sha256-v1Nc7F6WWCP9AxmbQCn56fOVIRHrEoJLXSuWyMyhqRg="), - ("amd64", "libgbm1", "22.3.6-1+deb12u1", "m", "mesa", "sha256-sO3/wjGzJh7tvtfR+vq/HxzATKPBScK+gyLscN0X54Y="), - ("amd64", "libgcc-s1", "12.2.0-14", "g", "gcc-12", "sha256-89HUjAWZrqhbfyB3oB0oW63EKZjBoedHOTXVz5lcgUE="), - ("amd64", "libgcrypt20", "1.10.1-3", "libg", "libgcrypt20", "sha256-v/ysfk9p45031KM+hB1jcayLWrps1VVGs4Xcf/bHAvU="), - ("amd64", "libglib2.0-0", "2.74.6-2+deb12u4", "g", "glib2.0", "sha256-in7OOAyNLIyR5wR0q+zOYgLq1rWoEosDFlgVyjpQ8Hg="), - ("amd64", "libgmp10", "6.2.1+dfsg1-1.1", "g", "gmp", "sha256-GHrt7y7XY/QlweUjdTuXGWd2M8fu3mYEAXOenIk0gr0="), - ("amd64", "libgnutls30", "3.7.9-2+deb12u3", "g", "gnutls28", "sha256-zuQX1BB7vpTdzBJFJDZupnXonRBrcJaafVCO8m6SpxM="), - ("amd64", "libgpg-error0", "1.46-1", "libg", "libgpg-error", "sha256-iZRO4R1zcM5u9G/FLwlMSmUS7/iUPsTG6+/q5jYM6to="), - ("amd64", "libgstreamer1.0-0", "1.22.0-2", "g", "gstreamer1.0", "sha256-hRI+MHmLAo9dNEsG23cg/WSnWl6F9LttkuZVVoOKA0Q="), - ("amd64", "libgstreamer-plugins-base1.0-0", "1.22.0-3+deb12u2", "g", "gst-plugins-base1.0", "sha256-Ow649KNLIzV9quRu6hxmF3opCjLkwCVszqKXAZxwNyw="), - ("amd64", "libhogweed6", "3.8.1-2", "n", "nettle", "sha256-7YGFwosstRl0SlpGLc1yDTszLJuIodAALqwG3IVQy5Q="), - ("amd64", "libibverbs1", "44.0-2", "r", "rdma-core", "sha256-NQVIFSWf7kYXMkAlQkbQO2c6XNXFKKqslv0VrEKKjVk="), - ("amd64", "libidn2-0", "2.3.3-1+b1", "libi", "libidn2", "sha256-1QcW1YJAg9ZnQngX1Qa0XT9Z3HfhylLeAA8/YtSRivo="), - ("amd64", "libjpeg62-turbo", "2.1.5-2", "libj", "libjpeg-turbo", "sha256-lewwFAeJo0Kt2Pg3HtAYkk3lG1OQVlIrZvIHsly6nK0="), - ("amd64", "libkmod2", "30+20221128-1", "k", "kmod", "sha256-r2O7v8FfvR8lSxXDk7O5WxixjMgTSPwbTxycNLTWctc="), - ("amd64", "liblz4-1", "1.9.4-1", "l", "lz4", "sha256-ZM3obO8d6vgovWApeDm1lxC1zY3FDv1PEmQ8qu6TidM="), - ("amd64", "liblzma5", "5.4.1-0.2", "x", "xz-utils", "sha256-1LdzblhRKisEf5y5G3HbWjz500URkvxtoETHe/Uf6Gk="), - ("amd64", "libmd0", "1.0.4-2", "libm", "libmd", "sha256-A1Of0wxQnicQHROlblLtqQYr3xrv4zfAerVt7yWhPqs="), - ("amd64", "libmount1", "2.38.1-5+deb12u2", "u", "util-linux", "sha256-sQuMJ1j7oQEWr1BpOOS7+1CxyaYgoX/I19ic4BuJGt0="), - ("amd64", "libncursesw6", "6.4-4", "n", "ncurses", "sha256-mPp6U9xWWji2X7cEIq0IABv1Nh2PvHQlUoDDKZlqa+w="), - ("amd64", "libndctl6", "76.1-1", "n", "ndctl", "sha256-NlTdOgoF/cKK+LzTBxCexBqeqSIYvymBb/RnqMXn1X8="), - ("amd64", "libnettle8", "3.8.1-2", "n", "nettle", "sha256-RZIubiif/ZLw+S0ruRWehCNv8gLVUqRhvxDlM1s/AmE="), - ("amd64", "libnewt0.52", "0.52.23-1+b1", "n", "newt", "sha256-Sw7KNw6OZSaKCnkX3YKi1hXvWufLoQMttrUfmYz7JdU="), - ("amd64", "libnl-3-200", "3.7.0-0.2+b1", "libn", "libnl3", "sha256-0fw+nrjnm0yWsKZMPYyeBori9mXKtxvRn0F//QRTqJA="), - ("amd64", "libnl-route-3-200", "3.7.0-0.2+b1", "libn", "libnl3", "sha256-D9zEJa4pgniMCFx2p8sO2j49uZ1BvRzlYILuGOnx4h8="), - ("amd64", "libnspr4", "4.35-1", "n", "nspr", "sha256-bMoJdn6U5LXSiI7zGteXvT587Cf7vpi0mxDUiEdGznc="), - ("amd64", "libnss3", "3.87.1-1+deb12u1", "n", "nss", "sha256-vlaYFHsvea1f8Yuw0GwkZA8ub1VKJmiWDoiAaoV3zD4="), - ("amd64", "libnuma1", "2.0.16-1", "n", "numactl", "sha256-Y54atr1m6tQNuKIsMy1xmWefoi2yYcrDRETrjrTBfdo="), - ("amd64", "libopus0", "1.3.1-3", "o", "opus", "sha256-wXLiEvkDnnQZFqqOEvNnDR4EncDBZoUyVkEojC2D+qc="), - ("amd64", "liborc-0.4-0", "0.4.33-2", "o", "orc", "sha256-8rd1xCgfxNAkMoM87ydM+qknpEa99hnwIpK9g7IB/jo="), - ("amd64", "libp11-kit0", "0.24.1-2", "p", "p11-kit", "sha256-JRMw+t2/AT8GD820H0sMA3yKbom6fAmwS/zE4/CAeyI="), - ("amd64", "libpam0g", "1.5.2-6+deb12u1", "p", "pam", "sha256-42C+Xxf5wJyPF7roCfbG8JHFu2qxpE/DPk+4bF5VWd8="), - ("amd64", "libpam-modules", "1.5.2-6+deb12u1", "p", "pam", "sha256-hR0nDjZwd4erHNJp29lZeGT+rz+EU+zTxCbKqlYUIiI="), - ("amd64", "libpcre2-8-0", "10.42-1", "p", "pcre2", "sha256-Aw21T012zf4r8OjrX57+oCM6s8eqlC1nLHtjtS26+TU="), - ("amd64", "libpcsclite1", "1.9.9-2", "p", "pcsc-lite", "sha256-0bs3P60HREO4PpbtMYANWhKWTa+CDB2utwGGfaCJpyg="), - ("amd64", "libpixman-1-0", "0.42.2-1", "p", "pixman", "sha256-ntde+BtrHrqeE1f4sM4B0xESsOB7K2hb7iz2J6iTKJI="), - ("amd64", "libpmem1", "1.12.1-2", "p", "pmdk", "sha256-Y+0Aghrs21U3tRtvN4z1cRRNAqw68vlRQb+g45c1mnY="), - ("amd64", "libpng16-16", "1.6.39-2", "libp", "libpng1.6", "sha256-3DJyfcqah7oxfaeYlXIBFmn1aNEBWbnYZ17Xrt0m1oY="), - ("amd64", "librdmacm1", "44.0-2", "r", "rdma-core", "sha256-FrGGJYNDcdAjuBR3gjB06g00xHjVjb7z8BEHmE9H0DQ="), - ("amd64", "libreadline8", "8.2-1.3", "r", "readline", "sha256-4C6703Ac9Gjb+Y1tkX++AyXogfB/6LMWFQyNKmRIbmY="), - ("amd64", "libsasl2-2", "2.1.28+dfsg-10", "c", "cyrus-sasl2", "sha256-Ee4ZCtOfjXr0QdLINHOIuUSUNMc6zGe0s3JEWsQVLvo="), - ("amd64", "libsasl2-modules-db", "2.1.28+dfsg-10", "c", "cyrus-sasl2", "sha256-OsT9bL47OwbmjSS5Mb8+uThbQvFWBKN+0lMQ6UjKDuY="), - ("amd64", "libseccomp2", "2.5.4-1+deb12u1", "libs", "libseccomp", "sha256-EI/meVfKfPm6UdgBEYobN9QEvqe242UCXNAHeenso40="), - ("amd64", "libselinux1", "3.4-1+b6", "libs", "libselinux", "sha256-Kwf1KHuRBfQBWLVuTXDMFlLaxWpAjzUHtKs9Bh7tQl8="), - ("amd64", "libsemanage2", "3.4-1+b5", "libs", "libsemanage", "sha256-/TbQlyhmrd5aUiaaMJ/OzXao5F5VfdDs0zqiIcq8Kow="), - ("amd64", "libsepol2", "3.4-2.1", "libs", "libsepol", "sha256-uZiUa7mBipezh6ligmyq4zvH/cttcGsngsBHBRC+a0g="), - ("amd64", "libslang2", "2.3.3-3", "s", "slang2", "sha256-WzzsyCnvIpEls0DM0spFztddJOmqGRkSEFAWsa+UQT8="), - ("amd64", "libslirp0", "4.7.0-1", "libs", "libslirp", "sha256-4h4Z8OmeV/JUFi9hQW6oLwDLxquetr6tT1paiUTt4n4="), - ("amd64", "libsndio7.0", "1.9.0-0.3+b2", "s", "sndio", "sha256-xMyXkSbMVYVJ2yXULihJqdXc33ko4OzmnDjDdAIaB4s="), - ("amd64", "libspice-server1", "0.15.1-1", "s", "spice", "sha256-hM7SYmqlXYdsCEBkkgBMbk5TM1jp+vh0WZPHI0Dq2mA="), - ("amd64", "libsqlite3-0", "3.40.1-2+deb12u1", "s", "sqlite3", "sha256-8VL4pMTHi/V2LjJLzavRinIRlEqShDX/JwrTN6J6ql8="), - ("amd64", "libssl3", "3.0.15-1%7edeb12u1", "o", "openssl", "sha256-14l+bFWo2eIp3PFrCx1HLX9750Gys7KsYkkI/2MhWpM="), - ("amd64", "libstdc++6", "12.2.0-14", "g", "gcc-12", "sha256-mxsmkCDOxqztOznwlve2ft0fDUqyT0EstlBtCADhnL8="), - ("amd64", "libsystemd0", "252.31-1%7edeb12u1", "s", "systemd", "sha256-E8TIz6tnJi4vw53zk3B+nlsyRgIa+Ri6hyoIcQ9BqcI="), - ("amd64", "libtasn1-6", "4.19.0-2", "libt", "libtasn1-6", "sha256-7sTcnZSdLGZrHaP6dio0DouhDDoE0+7TJ0mpdpXBVkE="), - ("amd64", "libtextwrap1", "0.1-16", "libt", "libtextwrap", "sha256-2cYZY0TwW9yDEpIVLXP8kfVEjx/RDkaLoYP/xF7yHxM="), - ("amd64", "libtinfo6", "6.4-4", "n", "ncurses", "sha256-By2Qjzj1EJDKKMpa+jtGspV9xh/jUJTAuFFCaFmkmlE="), - ("amd64", "libudev1", "252.31-1%7edeb12u1", "s", "systemd", "sha256-CKzpvqWjCpJGgKVaOxNC+zXTgtx5ZsXQguy91S1R7gY="), - ("amd64", "libunistring2", "1.0-2", "libu", "libunistring", "sha256-1Ga7/gEddk15PB2dd3ytnHz2W5OOEVmPJ0CBca2VqVE="), - ("amd64", "libunwind8", "1.6.2-3", "libu", "libunwind", "sha256-eyl4aGgoNuTIe+NJ8X5KVrwodYbjV2UD6EpctUhc6SU="), - ("amd64", "liburing2", "2.3-3", "libu", "liburing", "sha256-wjB342QObLS4GcE0s/QdXPIbPtrAmWVLG0FCwwaaOaM="), - ("amd64", "libusb-1.0-0", "1.0.26-1", "libu", "libusb-1.0", "sha256-CopsSn2URTjyggy94qMT8v5vlMIf/s6ebzcvwquAcuE="), - ("amd64", "libusbredirparser1", "0.13.0-2", "u", "usbredir", "sha256-iFc0hf9AloUOvLyzaPI+bCLpTlFiLk1ZLsudFcpRC4I="), - ("amd64", "libuuid1", "2.38.1-5+deb12u2", "u", "util-linux", "sha256-4DkfNy7y/nhJfR2CJx39+BPknGIN5FYEeFpvnz74Tns="), - ("amd64", "libvdeplug2", "4.0.1-4", "v", "vdeplug4", "sha256-Gs6OZXEAm7S448Xgk2CfMPP/ypZXjTXWEQDx5z/SEQ0="), - ("amd64", "libwayland-server0", "1.21.0-1", "w", "wayland", "sha256-3wOWIh17eUSWpofsYfroK2RlZIvAq2UBugpe1/VuuNY="), - ("amd64", "libzstd1", "1.5.4+dfsg2-5", "libz", "libzstd", "sha256-YxW1rDi3JKcQ+5a/EEIBk5jLZWcYsVIieaUYXtOTGPo="), - ("amd64", "passwd", "4.13+dfsg1-1+b1", "s", "shadow", "sha256-NDtgp1XOssNof5pcnJ3ADuoORKfeSaU3w23xeJT3hLM="), - ("amd64", "qemu-system-arm", "7.2+dfsg-7+deb12u7", "q", "qemu", "sha256-llrNtFofZ2Mo1q2/p0zulUMdYyeZnWWds4Yts+newK4="), - ("amd64", "qemu-system-common", "7.2+dfsg-7+deb12u7", "q", "qemu", "sha256-iceCZbuQVXcKx35Ek7aLMmORVpe2OHm+rZsqiKA3HbM="), - ("amd64", "qemu-system-x86", "7.2+dfsg-7+deb12u7", "q", "qemu", "sha256-VaXr97K2OjvpDo3vxtDCMgUMwwccioc/lMoCJlXg8ns="), - ("amd64", "qemu-utils", "7.2+dfsg-7+deb12u7", "q", "qemu", "sha256-0i92MwSRbc/9p8+Doz0xlNcDQaiqlHc6Adhg1+O3Q4A="), - ("amd64", "tar", "1.34+dfsg-1.2+deb12u1", "t", "tar", "sha256-JPuS6YwpaRcfgai1iSY9cF9rFnD5XRIc10yBDUYFrMM="), - ("amd64", "zlib1g", "1.2.13.dfsg-1", "z", "zlib", "sha256-190dFBH+3yf14nZQpu/yDvKUB3tWj0yMXlFGbcfAjOQ="), - ("arm64", "cdebconf", "0.270", "c", "cdebconf", "sha256-2+ud0mgrQXyhXCYEQkgJVebH5wzVHx8IvikL/NAoqSc="), - ("arm64", "dpkg", "1.21.22", "d", "dpkg", "sha256-R3W18nMVBUxoYPQC0e90YUCQ5hpBkuycY87JyIp1+cI="), - ("arm64", "gcc-12-base", "12.2.0-14", "g", "gcc-12", "sha256-4fL7chJUbA42CvjfJjA2CPewnhI6ycluFYctHsHOMnU="), - ("arm64", "install-info", "6.8-6+b1", "t", "texinfo", "sha256-7Agg0hIEJdOw0a2aVOQ+o4ko4ZRNii5jFcj0XysuBBs="), - ("arm64", "libaio1", "0.3.113-4", "liba", "libaio", "sha256-pl2nRw0zbuoUauLjNkC+UwkQPSAT6LPpjbfIG5WnVvM="), - ("arm64", "libasound2", "1.2.8-1+b1", "a", "alsa-lib", "sha256-n6iJQA/O5Lksj0ovr7t/LNM0RNnsFmWnEAKrZ8BhFLs="), - ("arm64", "libaudit1", "3.0.9-1", "a", "audit", "sha256-YZYGQnozTLqVXgr7GL9KY230FB0y6kdKecxRK1yjWOc="), - ("arm64", "libblkid1", "2.38.1-5+deb12u2", "u", "util-linux", "sha256-FdQ75LDXaC2dOSWipFwORKYgodE6o56WHvzkbD8EzTM="), - ("arm64", "libbpf1", "1.1.0-1", "libb", "libbpf", "sha256-HJ5YqU7M8Zmpyhj4VnUDZUnQbden/P5gLXFeN6SKVD4="), - ("arm64", "libbrlapi0.8", "6.5-7+deb12u1", "b", "brltty", "sha256-RozpOLry69PPH38EGkMqlkBAx7/nl0NtSCWQpSyESxo="), - ("arm64", "libbsd0", "0.11.7-2", "libb", "libbsd", "sha256-7wDxMt3SaO5n11aZhyPuGFQ9snqzSTDAqfHP91z1U4I="), - ("arm64", "libbz2-1.0", "1.0.8-5+b1", "b", "bzip2", "sha256-06luzgMyZJizn/CTp2gA38vLHUBJ1q5un2+hqnpZCtY="), - ("arm64", "libc6", "2.36-9+deb12u9", "g", "glibc", "sha256-VkrYvrfW2AYg7V9jh80NpeO8g54MQyk7QjNnjoNmwoM="), - ("arm64", "libcacard0", "2.8.0-3", "libc", "libcacard", "sha256-Sx/neGlprfadszxWU//qHsalaJYlOWpMtbXQii0A5XE="), - ("arm64", "libcap2", "2.66-4", "libc", "libcap2", "sha256-yW2+Ojc4XJ8KXVWdVbvZfDquZJ4nuo9QK3gXL3iFnkY="), - ("arm64", "libcap2-bin", "2.66-4", "libc", "libcap2", "sha256-epKPorF0sC3moHnr3m3rAHYb8N6PnP68nmY2xIjTZw8="), - ("arm64", "libcap-ng0", "0.8.3-1+b3", "libc", "libcap-ng", "sha256-JOdK0po30qOUC4l30RKYp6/Hc3nvQUtWHXnGQUfXQOA="), - ("arm64", "libcapstone4", "4.0.2-5", "c", "capstone", "sha256-gPikausKx/n3s1Vym6VxpYrtMbmNDby6Y0+Ax7SdJmM="), - ("arm64", "libcrypt1", "4.4.33-2", "libx", "libxcrypt", "sha256-7qCtdupetQcSf+oMKRYi6k7Nu3HEuajtnHauM/waASc="), - ("arm64", "libdaxctl1", "76.1-1", "n", "ndctl", "sha256-nRo3ZIAhr9+qZcAaOlf2VZrS3HEahidloqYPpmo7HJg="), - ("arm64", "libdb5.3", "5.3.28+dfsg2-1", "d", "db5.3", "sha256-NENnYI1iIpij2Rb0zuPcMXMobzsh+PSXqyHnF4upMPk="), - ("arm64", "libdebian-installer4", "0.124", "libd", "libdebian-installer", "sha256-XUAPL/cm2fv1B/Qx7Ik/vYVTyUoWGNVp1CYkRWoyFkA="), - ("arm64", "libdrm2", "2.4.114-1+b1", "libd", "libdrm", "sha256-9fFaRtAs9dn6UtTxxUuM+Aw5hxGtdxqZOLEjmbjYCQw="), - ("arm64", "libdw1", "0.188-2.1", "e", "elfutils", "sha256-O0A8iGZT4upJa3TPO1yJqg9Qp8Kvnto0O+GFlw0/RA0="), - ("arm64", "libelf1", "0.188-2.1", "e", "elfutils", "sha256-MpcZUtj11WNEe/J18k4mBXUAkk2i2FXB7bU7DwQAvRE="), - ("arm64", "libelogind0", "246.10-1debian1", "e", "elogind", "sha256-2gI4fezSshP0Z/6UnyqIpz2qTyZOmrvxDXgyD3qLh3c="), - ("arm64", "libepoxy0", "1.5.10-1", "libe", "libepoxy", "sha256-+c+CcrWrvMhymZNH3AhtustPtYlgJPbZ1GY2nCbBues="), - ("arm64", "libexecs0", "1.3-2", "libe", "libexecs", "sha256-NAPhGxMYPVnKga5XuewPEtbqJprOcYXTXyBM9rNTYg8="), - ("arm64", "libexpat1", "2.5.0-1+deb12u1", "e", "expat", "sha256-AeKp69IZexRmKDcj7heVcT3nZaPDzvKVSeYTbkx31l4="), - ("arm64", "libfdt1", "1.6.1-4+b1", "d", "device-tree-compiler", "sha256-Y/lgisZT9l71dZbKGLl8OZ/zd5LrT4o15uwfjuSaXdA="), - ("arm64", "libffi8", "3.4.4-1", "libf", "libffi", "sha256-gLXDYXfcDinVMcft2+08xzVctJDkn4z6WVlXLRYfJ7M="), - ("arm64", "libfuse3-3", "3.14.0-4", "f", "fuse3", "sha256-aSinfjVL9m3a4E8HDF5b1vPRd7kYn8kdCxXjVQDdHbo="), - ("arm64", "libgbm1", "22.3.6-1+deb12u1", "m", "mesa", "sha256-x2eQ4RqsRuMotqE7NMzNPvAfrXnP6A0sSqI4Ssndsfg="), - ("arm64", "libgcc-s1", "12.2.0-14", "g", "gcc-12", "sha256-b84iaNjzFSpOhGNPWiQTPTxikDsvmxG5xZI1y7wbI6g="), - ("arm64", "libgcrypt20", "1.10.1-3", "libg", "libgcrypt20", "sha256-efxnwhaEaJcoyDINiisKcgTfIdxMDaT644KM6zieK6I="), - ("arm64", "libglib2.0-0", "2.74.6-2+deb12u4", "g", "glib2.0", "sha256-XeaflHHpFWiNEkWFVjn0WBHN9/9yXzDAJMhtarGnsKs="), - ("arm64", "libgmp10", "6.2.1+dfsg1-1.1", "g", "gmp", "sha256-mQY4fB3YBlGMkVvYYW0HLHQQYdf6JrIi5SdjRWBgsxo="), - ("arm64", "libgnutls30", "3.7.9-2+deb12u3", "g", "gnutls28", "sha256-xXIR1z7zjjEu67CAIQR08Q3Gavc2+GaJkZDh7go3rZ0="), - ("arm64", "libgpg-error0", "1.46-1", "libg", "libgpg-error", "sha256-r/bOARrpq/cJDpBvDPa8K0R7vEzH4D/xF/nXNSiFc1I="), - ("arm64", "libgstreamer1.0-0", "1.22.0-2", "g", "gstreamer1.0", "sha256-HO73p6mNYau3hkMCNq5V4SY1qlivpltQIyjYbdbdNQQ="), - ("arm64", "libgstreamer-plugins-base1.0-0", "1.22.0-3+deb12u2", "g", "gst-plugins-base1.0", "sha256-ZSvV6GOc/9XHDXZuZbpA+pdZp6pweHsDdv1+7+YTvbs="), - ("arm64", "libhogweed6", "3.8.1-2", "n", "nettle", "sha256-5lOhp+WkS+D3tkQ9xqyGXSUE5JFJZg/CU2VSRZZeFX8="), - ("arm64", "libibverbs1", "44.0-2", "r", "rdma-core", "sha256-sHFNcnQNFVJVDRvuZ9PqQ3oSgIPG8dtXxngOFfPiaUY="), - ("arm64", "libidn2-0", "2.3.3-1+b1", "libi", "libidn2", "sha256-EqPvwFZnG/HBvtTDREwlWcjV4MFYoTMW/HKPJjuD3cQ="), - ("arm64", "libjpeg62-turbo", "2.1.5-2", "libj", "libjpeg-turbo", "sha256-3mbxhvP/PB0Qwuda4FawGbP38JH1EJagbK3kiy3qh1s="), - ("arm64", "libkmod2", "30+20221128-1", "k", "kmod", "sha256-o9E7Gl0B//dANW06ja1sE/NJiBgKXWipouCVmVBU2Cg="), - ("arm64", "liblz4-1", "1.9.4-1", "l", "lz4", "sha256-8GEhbOEaq7qPAy39bHXBgeeC/vdJMDO5YhqMOylTuH4="), - ("arm64", "liblzma5", "5.4.1-0.2", "x", "xz-utils", "sha256-SCFt8KsVv3VxdkF8FUwnogi4KqQrAKFnlORpnsno4uM="), - ("arm64", "libmd0", "1.0.4-2", "libm", "libmd", "sha256-majH3Vkfrp+zfYv439/6hQ4gf6QFsxmMWyRxGl+XI4E="), - ("arm64", "libmount1", "2.38.1-5+deb12u2", "u", "util-linux", "sha256-7spXZOHMsB+wlD1eFf+8IMA3+0Y30TqarYpRsD9boZ0="), - ("arm64", "libncursesw6", "6.4-4", "n", "ncurses", "sha256-zzLLZ1FxiHLG3vRIuCIR7sSU9oji8aPmxxv9r2sHIsU="), - ("arm64", "libndctl6", "76.1-1", "n", "ndctl", "sha256-Iw3O3Qzec4rB1k5cCsU5mXq4cU+EM3a00rjnDqJ0Fvg="), - ("arm64", "libnettle8", "3.8.1-2", "n", "nettle", "sha256-yUX/IQ32nPe5XpNbj6k26BwcH0dTVePV24NRCxdPDNY="), - ("arm64", "libnewt0.52", "0.52.23-1+b1", "n", "newt", "sha256-35UMik9htzoW/dhl2Q5Ph3yzCv4u3HU+OcbNt2R2LPg="), - ("arm64", "libnl-3-200", "3.7.0-0.2+b1", "libn", "libnl3", "sha256-crhcjQfd/RNamjcvFWUAlh+VzhCUdOladuTeKpb5RAE="), - ("arm64", "libnl-route-3-200", "3.7.0-0.2+b1", "libn", "libnl3", "sha256-ETHrdczm85QuZ+BGH4jtUH1DRC7BMHwQq3W88+L33Ks="), - ("arm64", "libnspr4", "4.35-1", "n", "nspr", "sha256-Oqa8Who/g2J/c1uXEu7XTtLDRa6RSOnYdoh6l5gq4o0="), - ("arm64", "libnss3", "3.87.1-1+deb12u1", "n", "nss", "sha256-IIAOkIKHz8qxMPD1RidlHWjT+iFCFUVVAJ6da+2haWg="), - ("arm64", "libnuma1", "2.0.16-1", "n", "numactl", "sha256-tO0lR/OH6y6X0TwLQjsDTSpNBSshMd/gQ+RahJFUUsU="), - ("arm64", "libopus0", "1.3.1-3", "o", "opus", "sha256-p++wbaFcx/H//2K/3Xe6Q/KiBluLWRha0dFAMcWp41Q="), - ("arm64", "liborc-0.4-0", "0.4.33-2", "o", "orc", "sha256-1ir3uaSfWFjGw9jakRUFnlKvR3DTSr3uPPEypSvSQH4="), - ("arm64", "libp11-kit0", "0.24.1-2", "p", "p11-kit", "sha256-0fH1UCPp/Ahbnr/JxBE9LS2rLca4GjN/J0t1yVrY3Ao="), - ("arm64", "libpam0g", "1.5.2-6+deb12u1", "p", "pam", "sha256-dDIxEyPnZIpxBN3DMy2ZRgDPDSob1OKkRnmwbp2TLro="), - ("arm64", "libpam-modules", "1.5.2-6+deb12u1", "p", "pam", "sha256-8qz6F2azGisricev4R91fIjsLx2KvIzlvXfE3T5foks="), - ("arm64", "libpcre2-8-0", "10.42-1", "p", "pcre2", "sha256-skSNCoo9t/vqwjHn75OBE0bB+1+WzPb2MXAdik6zkgY="), - ("arm64", "libpcsclite1", "1.9.9-2", "p", "pcsc-lite", "sha256-32AhLV683BedbmOYu/i7b1blda/vczzwmwTixB3p8VM="), - ("arm64", "libpixman-1-0", "0.42.2-1", "p", "pixman", "sha256-oY2xo7260WjHFotSi7sHtHMW/5/pdyBqeA3MIbN25QE="), - ("arm64", "libpmem1", "1.12.1-2", "p", "pmdk", "sha256-0KaqiFSo9byKOhw6IUHfuVurV3ejUXhCCnXyrVNzZdI="), - ("arm64", "libpng16-16", "1.6.39-2", "libp", "libpng1.6", "sha256-rofGJRoD++RmIooFj8uqW2pE8VYWbBulEYAkrEv2W3U="), - ("arm64", "librdmacm1", "44.0-2", "r", "rdma-core", "sha256-shi4eUvgJ+6W10llY7xuBtL2i8fu3NBgK+PZ6QUzrSA="), - ("arm64", "libreadline8", "8.2-1.3", "r", "readline", "sha256-87Fit8HgVDBgfnkuvb/EF8vR8dMs+DZkEzrmPYEactI="), - ("arm64", "libsasl2-2", "2.1.28+dfsg-10", "c", "cyrus-sasl2", "sha256-Ydy7ZWDi6yC/8lbxtEWsmvE6phxqauEVrYy5bJxQ6jg="), - ("arm64", "libsasl2-modules-db", "2.1.28+dfsg-10", "c", "cyrus-sasl2", "sha256-VtnDWsZymwL3iQAXVVfdNr7yZhHauJWE8p2hVjFiiGk="), - ("arm64", "libseccomp2", "2.5.4-1+deb12u1", "libs", "libseccomp", "sha256-vmdc87d3jYjo9hVsUB0y/L53Y2s9zxi/K8fl2vPd4lY="), - ("arm64", "libselinux1", "3.4-1+b6", "libs", "libselinux", "sha256-KSAe3yPrrkCETWwomv25u6Uvkn1VCW7Rsc034EATXtw="), - ("arm64", "libsemanage2", "3.4-1+b5", "libs", "libsemanage", "sha256-bRlYsprGItNS4A+d5V2d6K6hK9DCfe6LUi4FKs48Z70="), - ("arm64", "libsepol2", "3.4-2.1", "libs", "libsepol", "sha256-IrAEGgSvNk9kP/Ln/4jqrs3wcU3P0lPoyZpqlSrh/sY="), - ("arm64", "libslang2", "2.3.3-3", "s", "slang2", "sha256-na/K4hH1/M0UeFg4TdTvFh+uin1oElaqp6dyy84V31U="), - ("arm64", "libslirp0", "4.7.0-1", "libs", "libslirp", "sha256-VLqjJyoKrWQTGGp+arJ2K4GB81c+ZaqC7svsmlWp3+I="), - ("arm64", "libsndio7.0", "1.9.0-0.3+b2", "s", "sndio", "sha256-58eHiV6s+DY6TepqDLMjeniFdpHY1T9goaP/7qOBmAg="), - ("arm64", "libspice-server1", "0.15.1-1", "s", "spice", "sha256-ngCWDJ3EATziaRFy8bbT6qccl9D8IVrH3jN2HVA3A0A="), - ("arm64", "libsqlite3-0", "3.40.1-2+deb12u1", "s", "sqlite3", "sha256-khP2HrsvGozeplX71mnDq8BJvN5WcPWstR1oTh+t9lk="), - ("arm64", "libssl3", "3.0.15-1%7edeb12u1", "o", "openssl", "sha256-Ro3r56rXvXNZLc29q013hVik9Tjv0blg8k40P9vAZU0="), - ("arm64", "libstdc++6", "12.2.0-14", "g", "gcc-12", "sha256-IelxxdNQb3g7ie/o4SrIUIHd2SE+T2UpJivP6VwyZnA="), - ("arm64", "libsystemd0", "252.31-1%7edeb12u1", "s", "systemd", "sha256-2XOw5d/3zGRBZaq+sLh3Dd+HWts+AqUHtCpDEcdPvms="), - ("arm64", "libtasn1-6", "4.19.0-2", "libt", "libtasn1-6", "sha256-I14Al+zzdC6+oBaRzhsBtVBLXeIFc02rSlNT8MMk8/M="), - ("arm64", "libtextwrap1", "0.1-16", "libt", "libtextwrap", "sha256-Nwi4nBoH7hwGSfSJdLH8G0+1rXh+17DgaYeRWSF/zHc="), - ("arm64", "libtinfo6", "6.4-4", "n", "ncurses", "sha256-uu8PZ3b4TH7tTxFG1uV3RolWfa1DIWiU1B2gLmYI5LM="), - ("arm64", "libudev1", "252.31-1%7edeb12u1", "s", "systemd", "sha256-Ucax0tHL9jp4FVthLIb38VA947VefPtoAZHbmVn79Gc="), - ("arm64", "libunistring2", "1.0-2", "libu", "libunistring", "sha256-BbC3cAv+Jp/3r2H0XpIFXX70xTLJWE5OKjUs8L1N5bE="), - ("arm64", "libunwind8", "1.6.2-3", "libu", "libunwind", "sha256-+DznxYyq8Vz7C2ztU4dR6hHe2SBEOuz+YXBJrhhLcV4="), - ("arm64", "liburing2", "2.3-3", "libu", "liburing", "sha256-hASGMnBS3zl9eJZunWXTVATP4MHqopU4Qs/7pCf4/98="), - ("arm64", "libusb-1.0-0", "1.0.26-1", "libu", "libusb-1.0", "sha256-4GSAhrIxySBFFNMUgNUXyxtR4wGsOeaTNaZ9Aex4Vgg="), - ("arm64", "libusbredirparser1", "0.13.0-2", "u", "usbredir", "sha256-I87drCAYor6vuWksMO6qQma4QelHSTfs4eZrdHZl9iA="), - ("arm64", "libuuid1", "2.38.1-5+deb12u2", "u", "util-linux", "sha256-jx3DWUn4vK6PwTzCLTAZRr9cqFUqkAWHfgDzTwRqsBk="), - ("arm64", "libvdeplug2", "4.0.1-4", "v", "vdeplug4", "sha256-H10OQ0sN+0unwNfrm9v5isiLKTYvYTV9GGnPwDZ3s9E="), - ("arm64", "libwayland-server0", "1.21.0-1", "w", "wayland", "sha256-TZnn4FA/2qmZ5n1H2GEsBGXnder6R4GVc9pQvbCQZPI="), - ("arm64", "libzstd1", "1.5.4+dfsg2-5", "libz", "libzstd", "sha256-leFzyVOPlu3k/Cdex4Y/OVqX3Q6mJFS+m8kU76G5vpM="), - ("arm64", "passwd", "4.13+dfsg1-1+b1", "s", "shadow", "sha256-yOaJ6+9cOtT7OeqLDUnDOkg4ed0PR3oH1xD3YJgJ1pc="), - ("arm64", "qemu-system-arm", "7.2+dfsg-7+deb12u7", "q", "qemu", "sha256-Z0ZzfQd2ApSBlm2GDmd7sI7vbrkKRdVOOuUINr5clUE="), - ("arm64", "qemu-system-common", "7.2+dfsg-7+deb12u7", "q", "qemu", "sha256-5eDw7Q02g5hDmfiDpRHsouDtoOTL1kE38F6/YyFQDrg="), - ("arm64", "qemu-system-x86", "7.2+dfsg-7+deb12u7", "q", "qemu", "sha256-r+gePAEzWb7l094dhRMRGwTAoqRDStPhIx2QbtCdz4M="), - ("arm64", "qemu-utils", "7.2+dfsg-7+deb12u7", "q", "qemu", "sha256-R4UJ3wFxoh3JdL1lpFUmT5PF3opsbUM9EPKtdSCYaWM="), - ("arm64", "tar", "1.34+dfsg-1.2+deb12u1", "t", "tar", "sha256-BKlF1PJAaPnUxEKUAU71oz/GF5pXAhl4r8fQg1jhPfM="), - ("arm64", "zlib1g", "1.2.13.dfsg-1", "z", "zlib", "sha256-Uri4oUW74ZVruoIDT3cCLL7ww9CIXJ4y2YF6eTL+GRM="), - ) -] +apt = use_extension("@rules_distroless//apt:extensions.bzl", "apt") +apt.install( + name = "rules_labgrid-bookworm", + lock = "//apt:bookworm.lock.json", + manifest = "//apt:bookworm.yaml", +) +use_repo(apt, apt = "rules_labgrid-bookworm") # Download QEMU debian cloud images download_file = use_repo_rule("@download_utils//download/file:defs.bzl", "download_file") diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index fa8317b3e6a69cd4e3e0193812eaa13a4fc7b9f9..b96c7f44d86f89aa7e15bebe8095235f5b280aa7 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -5,7 +5,9 @@ "https://bcr.bazel.build/modules/abseil-cpp/20210324.2/MODULE.bazel": "7cd0312e064fde87c8d1cd79ba06c876bd23630c83466e9500321be55c96ace2", "https://bcr.bazel.build/modules/abseil-cpp/20211102.0/MODULE.bazel": "70390338f7a5106231d20620712f7cccb659cd0e9d073d1991c038eb9fc57589", "https://bcr.bazel.build/modules/abseil-cpp/20230125.1/MODULE.bazel": "89047429cb0207707b2dface14ba7f8df85273d484c2572755be4bab7ce9c3a0", + "https://bcr.bazel.build/modules/abseil-cpp/20230802.0.bcr.1/MODULE.bazel": "1c8cec495288dccd14fdae6e3f95f772c1c91857047a098fad772034264cc8cb", "https://bcr.bazel.build/modules/abseil-cpp/20230802.0/MODULE.bazel": "d253ae36a8bd9ee3c5955384096ccb6baf16a1b1e93e858370da0a3b94f77c16", + "https://bcr.bazel.build/modules/abseil-cpp/20230802.1/MODULE.bazel": "fa92e2eb41a04df73cdabeec37107316f7e5272650f81d6cc096418fe647b915", "https://bcr.bazel.build/modules/abseil-cpp/20240116.2/MODULE.bazel": "73939767a4686cd9a520d16af5ab440071ed75cec1a876bf2fcfaf1f71987a16", "https://bcr.bazel.build/modules/abseil-cpp/20240116.2/source.json": "750d5e29326fb59cbe61116a7b803c8a1d0a7090a9c8ed89888d188e3c473fc7", "https://bcr.bazel.build/modules/ape/1.0.0-beta.12/MODULE.bazel": "e75be27b37a2f7cf83dbeb497aeac93f8da9aa55fc2b35a9a1cb46db9b7f8885", @@ -21,7 +23,8 @@ "https://bcr.bazel.build/modules/aspect_bazel_lib/1.42.2/MODULE.bazel": "2e0d8ab25c57a14f56ace1c8e881b69050417ff91b2fb7718dc00d201f3c3478", "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.0/MODULE.bazel": "2ee4360a135da51ec06ca49cc4310f5a4c2839118f38ea8417f7f2db56967285", "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.7/MODULE.bazel": "491f8681205e31bb57892d67442ce448cda4f472a8e6b3dc062865e29a64f89c", - "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.7/source.json": "87f12b449cd1d27d3e83840a59a6966d557e7c3c5f19e7b2e0361da5edc6b397", + "https://bcr.bazel.build/modules/aspect_bazel_lib/2.9.4/MODULE.bazel": "ccc41028429f894b02fde7ef67d416cba3ba5084ed9ddb9bb6107aa82d118776", + "https://bcr.bazel.build/modules/aspect_bazel_lib/2.9.4/source.json": "9e20ebe57de2e7657a188af6e132a9562fa26c201b2d999bc0a8981e8f3b6c36", "https://bcr.bazel.build/modules/aspect_rules_js/1.33.1/MODULE.bazel": "db3e7f16e471cf6827059d03af7c21859e7a0d2bc65429a3a11f005d46fc501b", "https://bcr.bazel.build/modules/aspect_rules_js/1.40.0/MODULE.bazel": "01a1014e95e6816b68ecee2584ae929c7d6a1b72e4333ab1ff2d2c6c30babdf1", "https://bcr.bazel.build/modules/aspect_rules_js/1.40.0/source.json": "b6fd491369e9ef888fdef64b839023a2360caaea8eb370d2cfbfdd2a96721311", @@ -33,8 +36,10 @@ "https://bcr.bazel.build/modules/bazel_features/1.1.1/MODULE.bazel": "27b8c79ef57efe08efccbd9dd6ef70d61b4798320b8d3c134fd571f78963dbcd", "https://bcr.bazel.build/modules/bazel_features/1.11.0/MODULE.bazel": "f9382337dd5a474c3b7d334c2f83e50b6eaedc284253334cf823044a26de03e8", "https://bcr.bazel.build/modules/bazel_features/1.13.0/MODULE.bazel": "c14c33c7c3c730612bdbe14ebbb5e61936b6f11322ea95a6e91cd1ba962f94df", - "https://bcr.bazel.build/modules/bazel_features/1.13.0/source.json": "b01f6aaaf93527ff4267421ef416debbd89b3166b70af5c89400c6a95a89c133", + "https://bcr.bazel.build/modules/bazel_features/1.19.0/MODULE.bazel": "59adcdf28230d220f0067b1f435b8537dd033bfff8db21335ef9217919c7fb58", "https://bcr.bazel.build/modules/bazel_features/1.2.0/MODULE.bazel": "122b2b606622afbaa498913d54f52d9bcd2d19a5edd1bd6d6c5aa17441c4d5f9", + "https://bcr.bazel.build/modules/bazel_features/1.20.0/MODULE.bazel": "8b85300b9c8594752e0721a37210e34879d23adc219ed9dc8f4104a4a1750920", + "https://bcr.bazel.build/modules/bazel_features/1.20.0/source.json": "ec676339c530e7e3db8dd8ae99cc827b679fc0f3acda4fef9fc9e3d6a2c505dd", "https://bcr.bazel.build/modules/bazel_features/1.4.1/MODULE.bazel": "e45b6bb2350aff3e442ae1111c555e27eac1d915e77775f6fdc4b351b758b5d7", "https://bcr.bazel.build/modules/bazel_features/1.9.1/MODULE.bazel": "8f679097876a9b609ad1f60249c49d68bfab783dd9be012faf9d82547b14815a", "https://bcr.bazel.build/modules/bazel_skylib/1.0.3/MODULE.bazel": "bcb0fd896384802d1ad283b4e4eb4d718eebd8cb820b0a2c3a347fb971afd9d8", @@ -78,6 +83,8 @@ "https://bcr.bazel.build/modules/googletest/1.15.2/source.json": "dbdda654dcb3a0d7a8bc5d0ac5fc7e150b58c2a986025ae5bc634bb2cb61f470", "https://bcr.bazel.build/modules/hermetic_cc_toolchain/3.1.0/MODULE.bazel": "ea4b3a25a9417a7db57a8a2f9ebdee91d679823c6274b482b817ed128d81c594", "https://bcr.bazel.build/modules/hermetic_cc_toolchain/3.1.0/source.json": "9d1df0459caefdf41052d360469922a73e219f67c8ce4da0628cc604469822b9", + "https://bcr.bazel.build/modules/jsoncpp/1.9.5/MODULE.bazel": "31271aedc59e815656f5736f282bb7509a97c7ecb43e927ac1a37966e0578075", + "https://bcr.bazel.build/modules/jsoncpp/1.9.5/source.json": "4108ee5085dd2885a341c7fab149429db457b3169b86eb081fa245eadf69169d", "https://bcr.bazel.build/modules/libpfm/4.11.0/MODULE.bazel": "45061ff025b301940f1e30d2c16bea596c25b176c8b6b3087e92615adbd52902", "https://bcr.bazel.build/modules/libxcrypt/4.4.36.bcr.1/MODULE.bazel": "27048c239db91c1f214f49b87d035d41c5f5fe00eb1b6ef9fd763de67c331288", "https://bcr.bazel.build/modules/libxcrypt/4.4.36.bcr.1/source.json": "4f86cb479c3bfb063abbe6690399a3e8c3f0e82f766b4457772e1f44a8bbd438", @@ -94,7 +101,8 @@ "https://bcr.bazel.build/modules/platforms/0.0.8/MODULE.bazel": "9f142c03e348f6d263719f5074b21ef3adf0b139ee4c5133e2aa35664da9eb2d", "https://bcr.bazel.build/modules/platforms/0.0.9/MODULE.bazel": "4a87a60c927b56ddd67db50c89acaa62f4ce2a1d2149ccb63ffd871d5ce29ebc", "https://bcr.bazel.build/modules/protobuf/21.7/MODULE.bazel": "a5a29bb89544f9b97edce05642fac225a808b5b7be74038ea3640fae2f8e66a7", - "https://bcr.bazel.build/modules/protobuf/21.7/source.json": "bbe500720421e582ff2d18b0802464205138c06056f443184de39fbb8187b09b", + "https://bcr.bazel.build/modules/protobuf/27.0/MODULE.bazel": "7873b60be88844a0a1d8f80b9d5d20cfbd8495a689b8763e76c6372998d3f64c", + "https://bcr.bazel.build/modules/protobuf/27.0/source.json": "1acf3d080c728d42f423fde5422fd0a1a24f44c15908124ce12363a253384193", "https://bcr.bazel.build/modules/protobuf/3.19.0/MODULE.bazel": "6b5fbb433f760a99a22b18b6850ed5784ef0e9928a72668b66e4d7ccd47db9b0", "https://bcr.bazel.build/modules/protobuf/3.19.2/MODULE.bazel": "532ffe5f2186b69fdde039efe6df13ba726ff338c6bc82275ad433013fa10573", "https://bcr.bazel.build/modules/protobuf/3.19.6/MODULE.bazel": "9233edc5e1f2ee276a60de3eaa47ac4132302ef9643238f23128fea53ea12858", @@ -112,7 +120,8 @@ "https://bcr.bazel.build/modules/rules_bzip2/1.0.0-beta.1/source.json": "6b6ae325f3e3414d54f1c974ee044d6f49d23ba326b9d702ba7021c9cbda7ce5", "https://bcr.bazel.build/modules/rules_cc/0.0.1/MODULE.bazel": "cb2aa0747f84c6c3a78dad4e2049c154f08ab9d166b1273835a8174940365647", "https://bcr.bazel.build/modules/rules_cc/0.0.10/MODULE.bazel": "ec1705118f7eaedd6e118508d3d26deba2a4e76476ada7e0e3965211be012002", - "https://bcr.bazel.build/modules/rules_cc/0.0.10/source.json": "90310b16e0e7df0cf40f8d1dccd7d373360f42419a6bfbbf5bb013182dd70e84", + "https://bcr.bazel.build/modules/rules_cc/0.0.15/MODULE.bazel": "6704c35f7b4a72502ee81f61bf88706b54f06b3cbe5558ac17e2e14666cd5dcc", + "https://bcr.bazel.build/modules/rules_cc/0.0.15/source.json": "48e606af0e02a716974a8b74fba6988d9f0c93af9177e28cf474bfc5fa26ab10", "https://bcr.bazel.build/modules/rules_cc/0.0.2/MODULE.bazel": "6915987c90970493ab97393024c156ea8fb9f3bea953b2f3ec05c34f19b5695c", "https://bcr.bazel.build/modules/rules_cc/0.0.6/MODULE.bazel": "abf360251023dfe3efcef65ab9d56beefa8394d4176dd29529750e1c57eaa33f", "https://bcr.bazel.build/modules/rules_cc/0.0.8/MODULE.bazel": "964c85c82cfeb6f3855e6a07054fdb159aced38e99a5eecf7bce9d53990afa3e", @@ -123,6 +132,8 @@ "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.7/source.json": "c6a9bbdbb6d9326ca0023b1aff251f4b6afe0d37f44708011ce8be55a8da076d", "https://bcr.bazel.build/modules/rules_diff/1.0.0-beta.3/MODULE.bazel": "4bcae1c5e3c7fa1169f9940f548f7b8b3316944b4367771b168f925b7a9ee74e", "https://bcr.bazel.build/modules/rules_diff/1.0.0-beta.3/source.json": "b5db3fcd469061f2051188da97345162f294fc59e7fdf477beb306dbe950566a", + "https://bcr.bazel.build/modules/rules_distroless/0.5.1/MODULE.bazel": "2a63f4744d30749128105da5f96adf7caf5628e37548293f89e7fa39c3b3f2c2", + "https://bcr.bazel.build/modules/rules_distroless/0.5.1/source.json": "c6b9ff7f325bfed89c3671757f14c1d1bc6077d0fcef809b8aa2d007cac7dd1d", "https://bcr.bazel.build/modules/rules_foreign_cc/0.9.0/MODULE.bazel": "c9e8c682bf75b0e7c704166d79b599f93b72cfca5ad7477df596947891feeef6", "https://bcr.bazel.build/modules/rules_go/0.33.0/MODULE.bazel": "a2b11b64cd24bf94f57454f53288a5dacfe6cb86453eee7761b7637728c1910c", "https://bcr.bazel.build/modules/rules_go/0.37.0/MODULE.bazel": "7639dae065f071efebbe73c03dc8330c3293206cf073af7c7084add4e0120aba", @@ -139,14 +150,17 @@ "https://bcr.bazel.build/modules/rules_java/4.0.0/MODULE.bazel": "5a78a7ae82cd1a33cef56dc578c7d2a46ed0dca12643ee45edbb8417899e6f74", "https://bcr.bazel.build/modules/rules_java/5.3.5/MODULE.bazel": "a4ec4f2db570171e3e5eb753276ee4b389bae16b96207e9d3230895c99644b86", "https://bcr.bazel.build/modules/rules_java/6.0.0/MODULE.bazel": "8a43b7df601a7ec1af61d79345c17b31ea1fedc6711fd4abfd013ea612978e39", + "https://bcr.bazel.build/modules/rules_java/6.3.0/MODULE.bazel": "a97c7678c19f236a956ad260d59c86e10a463badb7eb2eda787490f4c969b963", "https://bcr.bazel.build/modules/rules_java/6.4.0/MODULE.bazel": "e986a9fe25aeaa84ac17ca093ef13a4637f6107375f64667a15999f77db6c8f6", "https://bcr.bazel.build/modules/rules_java/7.2.0/MODULE.bazel": "06c0334c9be61e6cef2c8c84a7800cef502063269a5af25ceb100b192453d4ab", "https://bcr.bazel.build/modules/rules_java/7.3.2/MODULE.bazel": "50dece891cfdf1741ea230d001aa9c14398062f2b7c066470accace78e412bc2", "https://bcr.bazel.build/modules/rules_java/7.4.0/MODULE.bazel": "a592852f8a3dd539e82ee6542013bf2cadfc4c6946be8941e189d224500a8934", "https://bcr.bazel.build/modules/rules_java/7.6.1/MODULE.bazel": "2f14b7e8a1aa2f67ae92bc69d1ec0fa8d9f827c4e17ff5e5f02e91caa3b2d0fe", "https://bcr.bazel.build/modules/rules_java/7.6.5/MODULE.bazel": "481164be5e02e4cab6e77a36927683263be56b7e36fef918b458d7a8a1ebadb1", - "https://bcr.bazel.build/modules/rules_java/7.6.5/source.json": "a805b889531d1690e3c72a7a7e47a870d00323186a9904b36af83aa3d053ee8d", + "https://bcr.bazel.build/modules/rules_java/8.8.0/MODULE.bazel": "de589d0880911ac007abd521b9f0ddcd8b0dbd05c8553e6f8124a050b83acf7d", + "https://bcr.bazel.build/modules/rules_java/8.8.0/source.json": "63c0c14a917082cddc3956eedbf2098410651e75fc7d29aa3e732c30a0099458", "https://bcr.bazel.build/modules/rules_jvm_external/4.4.2/MODULE.bazel": "a56b85e418c83eb1839819f0b515c431010160383306d13ec21959ac412d2fe7", + "https://bcr.bazel.build/modules/rules_jvm_external/5.1/MODULE.bazel": "33f6f999e03183f7d088c9be518a63467dfd0be94a11d0055fe2d210f89aa909", "https://bcr.bazel.build/modules/rules_jvm_external/5.2/MODULE.bazel": "d9351ba35217ad0de03816ef3ed63f89d411349353077348a45348b096615036", "https://bcr.bazel.build/modules/rules_jvm_external/5.3/MODULE.bazel": "bf93870767689637164657731849fb887ad086739bd5d360d90007a581d5527d", "https://bcr.bazel.build/modules/rules_jvm_external/6.1/MODULE.bazel": "75b5fec090dbd46cf9b7d8ea08cf84a0472d92ba3585b476f44c326eda8059c4", @@ -194,6 +208,7 @@ "https://bcr.bazel.build/modules/stardoc/0.5.3/MODULE.bazel": "c7f6948dae6999bf0db32c1858ae345f112cacf98f174c7a8bb707e41b974f1c", "https://bcr.bazel.build/modules/stardoc/0.5.4/MODULE.bazel": "6569966df04610b8520957cb8e97cf2e9faac2c0309657c537ab51c16c18a2a4", "https://bcr.bazel.build/modules/stardoc/0.5.6/MODULE.bazel": "c43dabc564990eeab55e25ed61c07a1aadafe9ece96a4efabb3f8bf9063b71ef", + "https://bcr.bazel.build/modules/stardoc/0.6.2/MODULE.bazel": "7060193196395f5dd668eda046ccbeacebfd98efc77fed418dbe2b82ffaa39fd", "https://bcr.bazel.build/modules/stardoc/0.7.0/MODULE.bazel": "05e3d6d30c099b6770e97da986c53bd31844d7f13d41412480ea265ac9e8079c", "https://bcr.bazel.build/modules/stardoc/0.7.1/MODULE.bazel": "3548faea4ee5dda5580f9af150e79d0f6aea934fc60c1cc50f4efdd9420759e7", "https://bcr.bazel.build/modules/stardoc/0.7.1/source.json": "b6500ffcd7b48cd72c29bb67bcac781e12701cc0d6d55d266a652583cfcdab01", @@ -206,7 +221,6 @@ "https://bcr.bazel.build/modules/toolchains_protoc/0.2.1/MODULE.bazel": "2f08433ff5e659069b3a1abfee2377d68f510f2de1da50678ed992c455b4ff91", "https://bcr.bazel.build/modules/toolchains_protoc/0.2.1/source.json": "4ee6b007b62e1b9e493b00ccc60e61a258633f304b74813b6e7f7234927be94c", "https://bcr.bazel.build/modules/upb/0.0.0-20220923-a547704/MODULE.bazel": "7298990c00040a0e2f121f6c32544bab27d4452f80d9ce51349b1a28f3005c43", - "https://bcr.bazel.build/modules/upb/0.0.0-20220923-a547704/source.json": "f1ef7d3f9e0e26d4b23d1c39b5f5de71f584dd7d1b4ef83d9bbba6ec7a6a6459", "https://bcr.bazel.build/modules/zlib/1.2.11/MODULE.bazel": "07b389abc85fdbca459b69e2ec656ae5622873af3f845e1c9d80fe179f3effa0", "https://bcr.bazel.build/modules/zlib/1.2.12/MODULE.bazel": "3b1a8834ada2a883674be8cbd36ede1b6ec481477ada359cd2d3ddc562340b27", "https://bcr.bazel.build/modules/zlib/1.3.1.bcr.3/MODULE.bazel": "af322bc08976524477c79d1e45e241b6efbeb918c497e8840b8ab116802dda79", @@ -249,8 +263,8 @@ }, "@@aspect_bazel_lib~//lib:extensions.bzl%toolchains": { "general": { - "bzlTransitiveDigest": "lIywunPSkJhCp6mXUfksrSPKxf9cWiIiLudbktooWUQ=", - "usagesDigest": "17c/RylQVEgzF6RQzlq9ivEKnvjl1WewPhQs4uJVidI=", + "bzlTransitiveDigest": "v/pDtu7D4JNhqSOpd0zDAszKx5LE3MDNfIkE9hCiRxI=", + "usagesDigest": "5sgwY7fZK2ZZjg07R9ue9ayMQWBS/oTheTLAJu/FcEw=", "recordedFileInputs": {}, "recordedDirentsInputs": {}, "envVariables": {}, @@ -478,7 +492,7 @@ "ruleClassName": "coreutils_platform_repo", "attributes": { "platform": "darwin_amd64", - "version": "0.0.26" + "version": "0.0.27" } }, "coreutils_darwin_arm64": { @@ -486,7 +500,7 @@ "ruleClassName": "coreutils_platform_repo", "attributes": { "platform": "darwin_arm64", - "version": "0.0.26" + "version": "0.0.27" } }, "coreutils_linux_amd64": { @@ -494,7 +508,7 @@ "ruleClassName": "coreutils_platform_repo", "attributes": { "platform": "linux_amd64", - "version": "0.0.26" + "version": "0.0.27" } }, "coreutils_linux_arm64": { @@ -502,7 +516,7 @@ "ruleClassName": "coreutils_platform_repo", "attributes": { "platform": "linux_arm64", - "version": "0.0.26" + "version": "0.0.27" } }, "coreutils_windows_amd64": { @@ -510,7 +524,7 @@ "ruleClassName": "coreutils_platform_repo", "attributes": { "platform": "windows_amd64", - "version": "0.0.26" + "version": "0.0.27" } }, "coreutils_toolchains": { @@ -714,106 +728,6 @@ ] } }, - "@@aspect_rules_js~//npm:extensions.bzl%pnpm": { - "general": { - "bzlTransitiveDigest": "jD8LTCVHiAi7wUcNmO1RtgJntKUAYTBDmEeCZCIDIRo=", - "usagesDigest": "L3VuMClYIkq+KEQ7F7LFBsTmOiz3WKQlGzOmERvH4So=", - "recordedFileInputs": {}, - "recordedDirentsInputs": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "pnpm": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "pnpm", - "version": "8.6.7", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-vRIWpD/L4phf9Bk2o/O2TDR8fFoJnpYrp2TKqTIZF/qZ2/rgL3qKXzHofHgbXsinwMoSEigz28sqk3pQ+yMEQQ==", - "url": "", - "commit": "", - "patch_args": [ - "-p0" - ], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "load(\"@aspect_rules_js//js:defs.bzl\", \"js_binary\")\njs_binary(name = \"pnpm\", data = glob([\"package/**\"]), entry_point = \"package/dist/pnpm.cjs\", visibility = [\"//visibility:public\"])", - "generate_bzl_library_targets": false, - "extract_full_archive": true - } - }, - "pnpm__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "pnpm", - "version": "8.6.7", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": {}, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "lifecycle_hooks_use_default_shell_env": false, - "bins": {}, - "npm_translate_lock_repo": "", - "package_visibility": [ - "//visibility:public" - ], - "replace_package": "" - } - } - }, - "recordedRepoMappingEntries": [ - [ - "aspect_bazel_lib~", - "bazel_skylib", - "bazel_skylib~" - ], - [ - "aspect_bazel_lib~", - "bazel_tools", - "bazel_tools" - ], - [ - "aspect_rules_js~", - "aspect_bazel_lib", - "aspect_bazel_lib~" - ], - [ - "aspect_rules_js~", - "bazel_features", - "bazel_features~" - ], - [ - "aspect_rules_js~", - "bazel_skylib", - "bazel_skylib~" - ], - [ - "aspect_rules_js~", - "bazel_tools", - "bazel_tools" - ], - [ - "bazel_features~", - "bazel_tools", - "bazel_tools" - ] - ] - } - }, "@@buildifier_prebuilt~//:defs.bzl%buildifier_prebuilt_deps_extension": { "general": { "bzlTransitiveDigest": "lqH5eQXGrxGyrPzoegk5Mn6zC3A1P0h+QsA1O/QlXHc=", @@ -1016,7 +930,7 @@ "@@platforms//host:extension.bzl%host_platform": { "general": { "bzlTransitiveDigest": "xelQcPZH8+tmuOHVjL9vDxMnnQNMlwj0SlvgoqBkm4U=", - "usagesDigest": "hgylFkgWSg0ulUwWZzEM1aIftlUnbmw2ynWLdEfHnZc=", + "usagesDigest": "jbv3bh0b5eD+Fg7wDeOwH2urh2y729oxNLIt5+t+mxY=", "recordedFileInputs": {}, "recordedDirentsInputs": {}, "envVariables": {}, @@ -1030,37 +944,6 @@ "recordedRepoMappingEntries": [] } }, - "@@pybind11_bazel~//:internal_configure.bzl%internal_configure_extension": { - "general": { - "bzlTransitiveDigest": "CyAKLVVonohnkTSqg9II/HA7M49sOlnMkgMHL3CmDuc=", - "usagesDigest": "mFrTHX5eCiNU/OIIGVHH3cOILY9Zmjqk8RQYv8o6Thk=", - "recordedFileInputs": { - "@@pybind11_bazel~//MODULE.bazel": "e6f4c20442eaa7c90d7190d8dc539d0ab422f95c65a57cc59562170c58ae3d34" - }, - "recordedDirentsInputs": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "pybind11": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "build_file": "@@pybind11_bazel~//:pybind11-BUILD.bazel", - "strip_prefix": "pybind11-2.12.0", - "urls": [ - "https://github.com/pybind/pybind11/archive/v2.12.0.zip" - ] - } - } - }, - "recordedRepoMappingEntries": [ - [ - "pybind11_bazel~", - "bazel_tools", - "bazel_tools" - ] - ] - } - }, "@@rules_buf~//buf:extensions.bzl%ext": { "general": { "bzlTransitiveDigest": "gmPmM7QT5Jez2VVFcwbbMf/QWSRag+nJ1elFJFFTcn0=", @@ -1318,2369 +1201,6 @@ ] } }, - "@@rules_python~//python/private/bzlmod:pip.bzl%pip_internal": { - "general": { - "bzlTransitiveDigest": "6nT26ePyRV3Jv3gX5xr0bl1Jn3+vb/FWuKlMO/9kNjo=", - "usagesDigest": "Ytl7Xydpzlx/9E3VePX4x952J6xMN3xDnNsv/9gX+Zw=", - "recordedFileInputs": { - "@@rules_python~//tools/publish/requirements.txt": "8ced1e640eab3ee44298590e5ad88cd612f5bf96245af1981709f7a8884a982b", - "@@rules_python~//tools/publish/requirements_windows.txt": "0b7327c4f5751dc429bf53d21fc0797a7a0a6ac468ddcb38e238bed90ef0a7da", - "@@rules_python~//tools/publish/requirements_darwin.txt": "a29d72a09b755c284377ca1bb4ae1bea27ef8b01d575b40e21a777e53b513381" - }, - "recordedDirentsInputs": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "rules_python_publish_deps_311_six_py2_none_any_8abb2f1d": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "six-1.16.0-py2.py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "six==1.16.0", - "sha256": "8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_six_sdist_1e61c374": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "six-1.16.0.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "six==1.16.0", - "sha256": "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_cffi_cp311_cp311_manylinux_2_17_aarch64_3548db28": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "cffi-1.15.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "cffi==1.15.1", - "sha256": "3548db281cd7d2561c9ad9984681c95f7b0e38881201e157833a2342c30d5e8c", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/91/bc/b7723c2fe7a22eee71d7edf2102cd43423d5f95ff3932ebaa2f82c7ec8d0/cffi-1.15.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" - ] - } - }, - "rules_python_publish_deps_311_cffi_cp311_cp311_manylinux_2_17_ppc64le_91fc98ad": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "cffi-1.15.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "cffi==1.15.1", - "sha256": "91fc98adde3d7881af9b59ed0294046f3806221863722ba7d8d120c575314325", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/5d/4e/4e0bb5579b01fdbfd4388bd1eb9394a989e1336203a4b7f700d887b233c1/cffi-1.15.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" - ] - } - }, - "rules_python_publish_deps_311_cffi_cp311_cp311_manylinux_2_17_x86_64_94411f22": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "cffi-1.15.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "cffi==1.15.1", - "sha256": "94411f22c3985acaec6f83c6df553f2dbe17b698cc7f8ae751ff2237d96b9e3c", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/37/5a/c37631a86be838bdd84cc0259130942bf7e6e32f70f4cab95f479847fb91/cffi-1.15.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" - ] - } - }, - "rules_python_publish_deps_311_cffi_cp311_cp311_musllinux_1_1_x86_64_cc4d65ae": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "cffi-1.15.1-cp311-cp311-musllinux_1_1_x86_64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "cffi==1.15.1", - "sha256": "cc4d65aeeaa04136a12677d3dd0b1c0c94dc43abac5860ab33cceb42b801c1e8", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/d3/56/3e94aa719ae96eeda8b68b3ec6e347e0a23168c6841dc276ccdcdadc9f32/cffi-1.15.1-cp311-cp311-musllinux_1_1_x86_64.whl" - ] - } - }, - "rules_python_publish_deps_311_cffi_sdist_d400bfb9": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "cffi-1.15.1.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "cffi==1.15.1", - "sha256": "d400bfb9a37b1351253cb402671cea7e89bdecc294e8016a707f6d1d8ac934f9", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/2b/a8/050ab4f0c3d4c1b8aaa805f70e26e84d0e27004907c5b8ecc1d31815f92a/cffi-1.15.1.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_idna_py3_none_any_90b77e79": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "idna-3.4-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "idna==3.4", - "sha256": "90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/fc/34/3030de6f1370931b9dbb4dad48f6ab1015ab1d32447850b9fc94e60097be/idna-3.4-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_idna_sdist_814f528e": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "idna-3.4.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "idna==3.4", - "sha256": "814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/8b/e1/43beb3d38dba6cb420cefa297822eac205a277ab43e5ba5d5c46faf96438/idna-3.4.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_rich_py3_none_any_7c963f0d": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "rich-13.2.0-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "rich==13.2.0", - "sha256": "7c963f0d03819221e9ac561e1bc866e3f95a02248c1234daa48954e6d381c003", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/0e/cf/a6369a2aee266c2d7604230f083d4bd14b8f69bc69eb25b3da63b9f2f853/rich-13.2.0-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_rich_sdist_f1a00cdd": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "rich-13.2.0.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "rich==13.2.0", - "sha256": "f1a00cdd3eebf999a15d85ec498bfe0b1a77efe9b34f645768a54132ef444ac5", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/9e/5e/c3dc3ea32e2c14bfe46e48de954dd175bff76bcc549dd300acb9689521ae/rich-13.2.0.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_zipp_py3_none_any_83a28fcb": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "zipp-3.11.0-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "zipp==3.11.0", - "sha256": "83a28fcb75844b5c0cdaf5aa4003c2d728c77e05f5aeabe8e95e56727005fbaa", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/d8/20/256eb3f3f437c575fb1a2efdce5e801a5ce3162ea8117da96c43e6ee97d8/zipp-3.11.0-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_zipp_sdist_a7a22e05": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "zipp-3.11.0.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "zipp==3.11.0", - "sha256": "a7a22e05929290a67401440b39690ae6563279bced5f314609d9d03798f56766", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/8e/b3/8b16a007184714f71157b1a71bbe632c5d66dd43bc8152b3c799b13881e1/zipp-3.11.0.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_mdurl_py3_none_any_84008a41": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "mdurl-0.1.2-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "mdurl==0.1.2", - "sha256": "84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.2-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_mdurl_sdist_bb413d29": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "mdurl-0.1.2.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "mdurl==0.1.2", - "sha256": "bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/d6/54/cfe61301667036ec958cb99bd3efefba235e65cdeb9c84d24a8293ba1d90/mdurl-0.1.2.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_twine_py3_none_any_929bc3c2": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "twine-4.0.2-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "twine==4.0.2", - "sha256": "929bc3c280033347a00f847236564d1c52a3e61b1ac2516c97c48f3ceab756d8", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/3a/38/a3f27a9e8ce45523d7d1e28c09e9085b61a98dab15d35ec086f36a44b37c/twine-4.0.2-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_twine_sdist_9e102ef5": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "twine-4.0.2.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "twine==4.0.2", - "sha256": "9e102ef5fdd5a20661eb88fad46338806c3bd32cf1db729603fe3697b1bc83c8", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/b7/1a/a7884359429d801cd63c2c5512ad0a337a509994b0e42d9696d4778d71f6/twine-4.0.2.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_bleach_py3_none_any_33c16e33": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "bleach-6.0.0-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "bleach==6.0.0", - "sha256": "33c16e3353dbd13028ab4799a0f89a83f113405c766e9c122df8a06f5b85b3f4", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/ac/e2/dfcab68c9b2e7800c8f06b85c76e5f978d05b195a958daa9b1dda54a1db6/bleach-6.0.0-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_bleach_sdist_1a1a85c1": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "bleach-6.0.0.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "bleach==6.0.0", - "sha256": "1a1a85c1595e07d8db14c5f09f09e6433502c51c595970edc090551f0db99414", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/7e/e6/d5f220ca638f6a25557a611860482cb6e54b2d97f0332966b1b005742e1f/bleach-6.0.0.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_certifi_py3_none_any_4ad3232f": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "certifi-2022.12.7-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "certifi==2022.12.7", - "sha256": "4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/71/4c/3db2b8021bd6f2f0ceb0e088d6b2d49147671f25832fb17970e9b583d742/certifi-2022.12.7-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_certifi_sdist_35824b4c": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "certifi-2022.12.7.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "certifi==2022.12.7", - "sha256": "35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/37/f7/2b1b0ec44fdc30a3d31dfebe52226be9ddc40cd6c0f34ffc8923ba423b69/certifi-2022.12.7.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_certifi_py3_none_any_92d60375": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "certifi-2023.7.22-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "certifi==2023.7.22", - "sha256": "92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/4c/dd/2234eab22353ffc7d94e8d13177aaa050113286e93e7b40eae01fbf7c3d9/certifi-2023.7.22-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_certifi_sdist_539cc1d1": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "certifi-2023.7.22.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "certifi==2023.7.22", - "sha256": "539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/98/98/c2ff18671db109c9f10ed27f5ef610ae05b73bd876664139cf95bd1429aa/certifi-2023.7.22.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_jeepney_py3_none_any_c0a454ad": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "jeepney-0.8.0-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "jeepney==0.8.0", - "sha256": "c0a454ad016ca575060802ee4d590dd912e35c122fa04e70306de3d076cce755", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/ae/72/2a1e2290f1ab1e06f71f3d0f1646c9e4634e70e1d37491535e19266e8dc9/jeepney-0.8.0-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_jeepney_sdist_5efe48d2": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "jeepney-0.8.0.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "jeepney==0.8.0", - "sha256": "5efe48d255973902f6badc3ce55e2aa6c5c3b3bc642059ef3a91247bcfcc5806", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/d6/f4/154cf374c2daf2020e05c3c6a03c91348d59b23c5366e968feb198306fdf/jeepney-0.8.0.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_keyring_py3_none_any_771ed2a9": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "keyring-23.13.1-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "keyring==23.13.1", - "sha256": "771ed2a91909389ed6148631de678f82ddc73737d85a927f382a8a1b157898cd", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/62/db/0e9a09b2b95986dcd73ac78be6ed2bd73ebe8bac65cba7add5b83eb9d899/keyring-23.13.1-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_keyring_sdist_ba2e15a9": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "keyring-23.13.1.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "keyring==23.13.1", - "sha256": "ba2e15a9b35e21908d0aaf4e0a47acc52d6ae33444df0da2b49d41a46ef6d678", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/55/fe/282f4c205add8e8bb3a1635cbbac59d6def2e0891b145aa553a0e40dd2d0/keyring-23.13.1.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_pkginfo_py3_none_any_4b7a555a": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "pkginfo-1.9.6-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "pkginfo==1.9.6", - "sha256": "4b7a555a6d5a22169fcc9cf7bfd78d296b0361adad412a346c1226849af5e546", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/b3/f2/6e95c86a23a30fa205ea6303a524b20cbae27fbee69216377e3d95266406/pkginfo-1.9.6-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_pkginfo_sdist_8fd5896e": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "pkginfo-1.9.6.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "pkginfo==1.9.6", - "sha256": "8fd5896e8718a4372f0ea9cc9d96f6417c9b986e23a4d116dda26b62cc29d046", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/b4/1c/89b38e431c20d6b2389ed8b3926c2ab72f58944733ba029354c6d9f69129/pkginfo-1.9.6.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_rfc3986_py2_none_any_50b1502b": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "rfc3986-2.0.0-py2.py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "rfc3986==2.0.0", - "sha256": "50b1502b60e289cb37883f3dfd34532b8873c7de9f49bb546641ce9cbd256ebd", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/ff/9a/9afaade874b2fa6c752c36f1548f718b5b83af81ed9b76628329dab81c1b/rfc3986-2.0.0-py2.py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_rfc3986_sdist_97aacf9d": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "rfc3986-2.0.0.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "rfc3986==2.0.0", - "sha256": "97aacf9dbd4bfd829baad6e6309fa6573aaf1be3f6fa735c8ab05e46cecb261c", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/85/40/1520d68bfa07ab5a6f065a186815fb6610c86fe957bc065754e47f7b0840/rfc3986-2.0.0.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_urllib3_py2_none_any_75edcdc2": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "urllib3-1.26.14-py2.py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "urllib3==1.26.14", - "sha256": "75edcdc2f7d85b137124a6c3c9fc3933cdeaa12ecb9a6a959f22797a0feca7e1", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/fe/ca/466766e20b767ddb9b951202542310cba37ea5f2d792dae7589f1741af58/urllib3-1.26.14-py2.py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_urllib3_sdist_076907bf": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "urllib3-1.26.14.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "urllib3==1.26.14", - "sha256": "076907bf8fd355cde77728471316625a4d2f7e713c125f51953bb5b3eecf4f72", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/c5/52/fe421fb7364aa738b3506a2d99e4f3a56e079c0a798e9f4fa5e14c60922f/urllib3-1.26.14.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_urllib3_py2_none_any_34b97092": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "urllib3-1.26.18-py2.py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "urllib3==1.26.18", - "sha256": "34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/b0/53/aa91e163dcfd1e5b82d8a890ecf13314e3e149c05270cc644581f77f17fd/urllib3-1.26.18-py2.py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_urllib3_sdist_f8ecc1bb": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "urllib3-1.26.18.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "urllib3==1.26.18", - "sha256": "f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/0c/39/64487bf07df2ed854cc06078c27c0d0abc59bd27b32232876e403c333a08/urllib3-1.26.18.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_docutils_py3_none_any_5e1de4d8": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "docutils-0.19-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "docutils==0.19", - "sha256": "5e1de4d849fee02c63b040a4a3fd567f4ab104defd8a5511fbbc24a8a017efbc", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/93/69/e391bd51bc08ed9141ecd899a0ddb61ab6465309f1eb470905c0c8868081/docutils-0.19-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_docutils_sdist_33995a67": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "docutils-0.19.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "docutils==0.19", - "sha256": "33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/6b/5c/330ea8d383eb2ce973df34d1239b3b21e91cd8c865d21ff82902d952f91f/docutils-0.19.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_pygments_py3_none_any_fa7bd7bd": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "Pygments-2.14.0-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "pygments==2.14.0", - "sha256": "fa7bd7bd2771287c0de303af8bfdfc731f51bd2c6a47ab69d117138893b82717", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/0b/42/d9d95cc461f098f204cd20c85642ae40fbff81f74c300341b8d0e0df14e0/Pygments-2.14.0-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_pygments_sdist_b3ed06a9": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "Pygments-2.14.0.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "pygments==2.14.0", - "sha256": "b3ed06a9e8ac9a9aae5a6f5dbe78a8a58655d17b43b93c078f094ddc476ae297", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/da/6a/c427c06913204e24de28de5300d3f0e809933f376e0b7df95194b2bb3f71/Pygments-2.14.0.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_requests_py3_none_any_64299f49": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "requests-2.28.2-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "requests==2.28.2", - "sha256": "64299f4909223da747622c030b781c0d7811e359c37124b4bd368fb8c6518baa", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/d2/f4/274d1dbe96b41cf4e0efb70cbced278ffd61b5c7bb70338b62af94ccb25b/requests-2.28.2-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_requests_sdist_98b1b278": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "requests-2.28.2.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "requests==2.28.2", - "sha256": "98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2df24bf", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/9d/ee/391076f5937f0a8cdf5e53b701ffc91753e87b07d66bae4a09aa671897bf/requests-2.28.2.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_pycparser_py2_none_any_8ee45429": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "pycparser-2.21-py2.py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "pycparser==2.21", - "sha256": "8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/62/d5/5f610ebe421e85889f2e55e33b7f9a6795bd982198517d912eb1c76e1a53/pycparser-2.21-py2.py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_pycparser_sdist_e644fdec": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "pycparser-2.21.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "pycparser==2.21", - "sha256": "e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/5e/0b/95d387f5f4433cb0f53ff7ad859bd2c6051051cebbb564f139a999ab46de/pycparser-2.21.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_cryptography_cp37_abi3_musllinux_1_1_x86_64_068bc551": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "cryptography-41.0.6-cp37-abi3-musllinux_1_1_x86_64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "cryptography==41.0.6", - "sha256": "068bc551698c234742c40049e46840843f3d98ad7ce265fd2bd4ec0d11306596", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/a4/37/38d1340a8eb720dac78fde5d14742c6bb22a4b5f750ac869ef4eaaa795e0/cryptography-41.0.6-cp37-abi3-musllinux_1_1_x86_64.whl" - ] - } - }, - "rules_python_publish_deps_311_cryptography_cp37_abi3_musllinux_1_1_aarch64_5daeb18e": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "cryptography-41.0.6-cp37-abi3-musllinux_1_1_aarch64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "cryptography==41.0.6", - "sha256": "5daeb18e7886a358064a68dbcaf441c036cbdb7da52ae744e7b9207b04d3908c", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/07/68/d41ba60a16ff4e64965a857fcf2041f893362ae62c5b88d8b958196e2bed/cryptography-41.0.6-cp37-abi3-musllinux_1_1_aarch64.whl" - ] - } - }, - "rules_python_publish_deps_311_cryptography_cp37_abi3_manylinux_2_17_aarch64_afda76d8": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "cryptography-41.0.6-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "cryptography==41.0.6", - "sha256": "afda76d84b053923c27ede5edc1ed7d53e3c9f475ebaf63c68e69f1403c405a8", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/88/bd/0c1dc2d29a6eed5ac0491d9b0ba3e118ac8d36b532bb812b3047e3b87a1e/cryptography-41.0.6-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" - ] - } - }, - "rules_python_publish_deps_311_cryptography_cp37_abi3_manylinux_2_28_x86_64_b648fe2a": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "cryptography-41.0.6-cp37-abi3-manylinux_2_28_x86_64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "cryptography==41.0.6", - "sha256": "b648fe2a45e426aaee684ddca2632f62ec4613ef362f4d681a9a6283d10e079d", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/1e/7a/22192740f36448bb763846da291c13fa66dae92917b5a1cd032ea5dfe2d1/cryptography-41.0.6-cp37-abi3-manylinux_2_28_x86_64.whl" - ] - } - }, - "rules_python_publish_deps_311_cryptography_cp37_abi3_manylinux_2_17_x86_64_da46e2b5": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "cryptography-41.0.6-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "cryptography==41.0.6", - "sha256": "da46e2b5df770070412c46f87bac0849b8d685c5f2679771de277a422c7d0b86", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/ce/4e/54960380dda23ceb2027500e568aeafd6f06ce031847d7f2d3157f2bd12b/cryptography-41.0.6-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" - ] - } - }, - "rules_python_publish_deps_311_cryptography_cp37_abi3_manylinux_2_28_aarch64_ff369dd1": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "cryptography-41.0.6-cp37-abi3-manylinux_2_28_aarch64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "cryptography==41.0.6", - "sha256": "ff369dd19e8fe0528b02e8df9f2aeb2479f89b1270d90f96a63500afe9af5cae", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/0e/dd/6043bf697d30dc4277cc1608af1145d6076fdd0f00283626bf916d7cde8f/cryptography-41.0.6-cp37-abi3-manylinux_2_28_aarch64.whl" - ] - } - }, - "rules_python_publish_deps_311_cryptography_sdist_422e3e31": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "cryptography-41.0.6.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "cryptography==41.0.6", - "sha256": "422e3e31d63743855e43e5a6fcc8b4acab860f560f9321b0ee6269cc7ed70cc3", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/4d/b4/828991d82d3f1b6f21a0f8cfa54337ed33fdb52135f694130060839cfc33/cryptography-41.0.6.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_webencodings_py2_none_any_a0af1213": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "webencodings-0.5.1-py2.py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "webencodings==0.5.1", - "sha256": "a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_webencodings_sdist_b36a1c24": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "webencodings-0.5.1.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "webencodings==0.5.1", - "sha256": "b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/0b/02/ae6ceac1baeda530866a85075641cec12989bd8d31af6d5ab4a3e8c92f47/webencodings-0.5.1.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_secretstorage_py3_none_any_f356e662": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "SecretStorage-3.3.3-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "secretstorage==3.3.3", - "sha256": "f356e6628222568e3af06f2eba8df495efa13b3b63081dafd4f7d9a7b7bc9f99", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/54/24/b4293291fa1dd830f353d2cb163295742fa87f179fcc8a20a306a81978b7/SecretStorage-3.3.3-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_secretstorage_sdist_2403533e": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "SecretStorage-3.3.3.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "secretstorage==3.3.3", - "sha256": "2403533ef369eca6d2ba81718576c5e0f564d5cca1b58f73a8b23e7d4eeebd77", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/53/a4/f48c9d79cb507ed1373477dbceaba7401fd8a23af63b837fa61f1dcd3691/SecretStorage-3.3.3.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_jaraco_classes_py3_none_any_2353de32": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "jaraco.classes-3.2.3-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "jaraco-classes==3.2.3", - "sha256": "2353de3288bc6b82120752201c6b1c1a14b058267fa424ed5ce5984e3b922158", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/60/28/220d3ae0829171c11e50dded4355d17824d60895285631d7eb9dee0ab5e5/jaraco.classes-3.2.3-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_jaraco_classes_sdist_89559fa5": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "jaraco.classes-3.2.3.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "jaraco-classes==3.2.3", - "sha256": "89559fa5c1d3c34eff6f631ad80bb21f378dbcbb35dd161fd2c6b93f5be2f98a", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/bf/02/a956c9bfd2dfe60b30c065ed8e28df7fcf72b292b861dca97e951c145ef6/jaraco.classes-3.2.3.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_markdown_it_py_py3_none_any_93de681e": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "markdown_it_py-2.1.0-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "markdown-it-py==2.1.0", - "sha256": "93de681e5c021a432c63147656fe21790bc01231e0cd2da73626f1aa3ac0fe27", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/f9/3f/ecd1b708973b9a3e4574b43cffc1ce8eb98696da34f1a1c44a68c3c0d737/markdown_it_py-2.1.0-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_markdown_it_py_sdist_cf7e59fe": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "markdown-it-py-2.1.0.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "markdown-it-py==2.1.0", - "sha256": "cf7e59fed14b5ae17c0006eff14a2d9a00ed5f3a846148153899a0224e2c07da", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/33/e9/ac8a93e9eda3891ecdfecf5e01c060bbd2c44d4e3e77efc83b9c7ce9db32/markdown-it-py-2.1.0.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_more_itertools_py3_none_any_250e83d7": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "more_itertools-9.0.0-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "more-itertools==9.0.0", - "sha256": "250e83d7e81d0c87ca6bd942e6aeab8cc9daa6096d12c5308f3f92fa5e5c1f41", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/5d/87/1ec3fcc09d2c04b977eabf8a1083222f82eaa2f46d5a4f85f403bf8e7b30/more_itertools-9.0.0-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_more_itertools_sdist_5a6257e4": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "more-itertools-9.0.0.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "more-itertools==9.0.0", - "sha256": "5a6257e40878ef0520b1803990e3e22303a41b5714006c32a3fd8304b26ea1ab", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/13/b3/397aa9668da8b1f0c307bc474608653d46122ae0563d1d32f60e24fa0cbd/more-itertools-9.0.0.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_readme_renderer_py3_none_any_f67a16ca": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "readme_renderer-37.3-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "readme-renderer==37.3", - "sha256": "f67a16caedfa71eef48a31b39708637a6f4664c4394801a7b0d6432d13907343", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/97/52/fd8a77d6f0a9ddeb26ed8fb334e01ac546106bf0c5b8e40dc826c5bd160f/readme_renderer-37.3-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_readme_renderer_sdist_cd653186": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "readme_renderer-37.3.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "readme-renderer==37.3", - "sha256": "cd653186dfc73055656f090f227f5cb22a046d7f71a841dfa305f55c9a513273", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/81/c3/d20152fcd1986117b898f66928938f329d0c91ddc47f081c58e64e0f51dc/readme_renderer-37.3.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_requests_toolbelt_py2_none_any_18565aa5": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "requests_toolbelt-0.10.1-py2.py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "requests-toolbelt==0.10.1", - "sha256": "18565aa58116d9951ac39baa288d3adb5b3ff975c4f25eee78555d89e8f247f7", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/05/d3/bf87a36bff1cb88fd30a509fd366c70ec30676517ee791b2f77e0e29817a/requests_toolbelt-0.10.1-py2.py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_requests_toolbelt_sdist_62e09f7f": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "requests-toolbelt-0.10.1.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "requests-toolbelt==0.10.1", - "sha256": "62e09f7ff5ccbda92772a29f394a49c3ad6cb181d568b1337626b2abb628a63d", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/0c/4c/07f01c6ac44f7784fa399137fbc8d0cdc1b5d35304e8c0f278ad82105b58/requests-toolbelt-0.10.1.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_charset_normalizer_cp311_cp311_macosx_10_9_universal2_0298eaff": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "charset_normalizer-3.0.1-cp311-cp311-macosx_10_9_universal2.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "charset-normalizer==3.0.1", - "sha256": "0298eafff88c99982a4cf66ba2efa1128e4ddaca0b05eec4c456bbc7db691d8d", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/37/00/ca188e0a2b3cd3184cdd2521b8765cf579327d128caa8aedc3dc7614020a/charset_normalizer-3.0.1-cp311-cp311-macosx_10_9_universal2.whl" - ] - } - }, - "rules_python_publish_deps_311_charset_normalizer_cp311_cp311_manylinux_2_17_ppc64le_0c0a5902": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "charset_normalizer-3.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "charset-normalizer==3.0.1", - "sha256": "0c0a590235ccd933d9892c627dec5bc7511ce6ad6c1011fdf5b11363022746c1", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/12/e5/aa09a1c39c3e444dd223d63e2c816c18ed78d035cff954143b2a539bdc9e/charset_normalizer-3.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" - ] - } - }, - "rules_python_publish_deps_311_charset_normalizer_cp311_cp311_manylinux_2_17_aarch64_14e76c0f": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "charset_normalizer-3.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "charset-normalizer==3.0.1", - "sha256": "14e76c0f23218b8f46c4d87018ca2e441535aed3632ca134b10239dfb6dadd6b", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/c0/4d/6b82099e3f25a9ed87431e2f51156c14f3a9ce8fad73880a3856cd95f1d5/charset_normalizer-3.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" - ] - } - }, - "rules_python_publish_deps_311_charset_normalizer_cp311_cp311_musllinux_1_1_s390x_4a8fcf28": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "charset_normalizer-3.0.1-cp311-cp311-musllinux_1_1_s390x.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "charset-normalizer==3.0.1", - "sha256": "4a8fcf28c05c1f6d7e177a9a46a1c52798bfe2ad80681d275b10dcf317deaf0b", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/80/54/183163f9910936e57a60ee618f4f5cc91c2f8333ee2d4ebc6c50f6c8684d/charset_normalizer-3.0.1-cp311-cp311-musllinux_1_1_s390x.whl" - ] - } - }, - "rules_python_publish_deps_311_charset_normalizer_cp311_cp311_musllinux_1_1_ppc64le_5995f016": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "charset_normalizer-3.0.1-cp311-cp311-musllinux_1_1_ppc64le.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "charset-normalizer==3.0.1", - "sha256": "5995f0164fa7df59db4746112fec3f49c461dd6b31b841873443bdb077c13cfc", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/86/eb/31c9025b4ed7eddd930c5f2ac269efb953de33140608c7539675d74a2081/charset_normalizer-3.0.1-cp311-cp311-musllinux_1_1_ppc64le.whl" - ] - } - }, - "rules_python_publish_deps_311_charset_normalizer_cp311_cp311_musllinux_1_1_aarch64_72966d1b": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "charset_normalizer-3.0.1-cp311-cp311-musllinux_1_1_aarch64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "charset-normalizer==3.0.1", - "sha256": "72966d1b297c741541ca8cf1223ff262a6febe52481af742036a0b296e35fa5a", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/01/ff/9ee4a44e8c32fe96dfc12daa42f29294608a55eadc88f327939327fb20fb/charset_normalizer-3.0.1-cp311-cp311-musllinux_1_1_aarch64.whl" - ] - } - }, - "rules_python_publish_deps_311_charset_normalizer_cp311_cp311_musllinux_1_1_x86_64_761e8904": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "charset_normalizer-3.0.1-cp311-cp311-musllinux_1_1_x86_64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "charset-normalizer==3.0.1", - "sha256": "761e8904c07ad053d285670f36dd94e1b6ab7f16ce62b9805c475b7aa1cffde6", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/82/49/ab81421d5aa25bc8535896a017c93204cb4051f2a4e72b1ad8f3b594e072/charset_normalizer-3.0.1-cp311-cp311-musllinux_1_1_x86_64.whl" - ] - } - }, - "rules_python_publish_deps_311_charset_normalizer_cp311_cp311_manylinux_2_17_x86_64_79909e27": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "charset_normalizer-3.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "charset-normalizer==3.0.1", - "sha256": "79909e27e8e4fcc9db4addea88aa63f6423ebb171db091fb4373e3312cb6d603", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/d9/7a/60d45c9453212b30eebbf8b5cddbdef330eebddfcf335bce7920c43fb72e/charset_normalizer-3.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" - ] - } - }, - "rules_python_publish_deps_311_charset_normalizer_py3_none_any_7e189e2e": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "charset_normalizer-3.0.1-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "charset-normalizer==3.0.1", - "sha256": "7e189e2e1d3ed2f4aebabd2d5b0f931e883676e51c7624826e0a4e5fe8a0bf24", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/68/2b/02e9d6a98ddb73fa238d559a9edcc30b247b8dc4ee848b6184c936e99dc0/charset_normalizer-3.0.1-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_charset_normalizer_cp311_cp311_macosx_11_0_arm64_87701167": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "charset_normalizer-3.0.1-cp311-cp311-macosx_11_0_arm64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "charset-normalizer==3.0.1", - "sha256": "87701167f2a5c930b403e9756fab1d31d4d4da52856143b609e30a1ce7160f3c", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/02/49/78b4c1bc8b1b0e0fc66fb31ce30d8302f10a1412ba75de72c57532f0beb0/charset_normalizer-3.0.1-cp311-cp311-macosx_11_0_arm64.whl" - ] - } - }, - "rules_python_publish_deps_311_charset_normalizer_cp311_cp311_manylinux_2_17_s390x_8c7fe7af": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "charset_normalizer-3.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "charset-normalizer==3.0.1", - "sha256": "8c7fe7afa480e3e82eed58e0ca89f751cd14d767638e2550c77a92a9e749c317", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/df/c5/dd3a17a615775d0ffc3e12b0e47833d8b7e0a4871431dad87a3f92382a19/charset_normalizer-3.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" - ] - } - }, - "rules_python_publish_deps_311_charset_normalizer_cp311_cp311_win_amd64_9ab77acb": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "charset_normalizer-3.0.1-cp311-cp311-win_amd64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "charset-normalizer==3.0.1", - "sha256": "9ab77acb98eba3fd2a85cd160851816bfce6871d944d885febf012713f06659c", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/2e/7b/5053a4a46fac017fd2aea3dc9abdd9983fd4cef153b6eb6aedcb0d7cb6e3/charset_normalizer-3.0.1-cp311-cp311-win_amd64.whl" - ] - } - }, - "rules_python_publish_deps_311_charset_normalizer_cp311_cp311_macosx_10_9_x86_64_a8d0fc94": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "charset_normalizer-3.0.1-cp311-cp311-macosx_10_9_x86_64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "charset-normalizer==3.0.1", - "sha256": "a8d0fc946c784ff7f7c3742310cc8a57c5c6dc31631269876a88b809dbeff3d3", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/90/59/941e2e5ae6828a688c6437ad16e026eb3606d0cfdd13ea5c9090980f3ffd/charset_normalizer-3.0.1-cp311-cp311-macosx_10_9_x86_64.whl" - ] - } - }, - "rules_python_publish_deps_311_charset_normalizer_sdist_ebea339a": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "charset-normalizer-3.0.1.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "charset-normalizer==3.0.1", - "sha256": "ebea339af930f8ca5d7a699b921106c6e29c617fe9606fa7baa043c1cdae326f", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/96/d7/1675d9089a1f4677df5eb29c3f8b064aa1e70c1251a0a8a127803158942d/charset-normalizer-3.0.1.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_importlib_metadata_py3_none_any_7efb448e": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "importlib_metadata-6.0.0-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "importlib-metadata==6.0.0", - "sha256": "7efb448ec9a5e313a57655d35aa54cd3e01b7e1fbcf72dce1bf06119420f5bad", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/26/a7/9da7d5b23fc98ab3d424ac2c65613d63c1f401efb84ad50f2fa27b2caab4/importlib_metadata-6.0.0-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_importlib_metadata_sdist_e354bede": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "importlib_metadata-6.0.0.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "importlib-metadata==6.0.0", - "sha256": "e354bedeb60efa6affdcc8ae121b73544a7aa74156d047311948f6d711cd378d", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/90/07/6397ad02d31bddf1841c9ad3ec30a693a3ff208e09c2ef45c9a8a5f85156/importlib_metadata-6.0.0.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_pywin32_ctypes_py2_none_any_9dc2d991": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "windows_x86_64" - ], - "filename": "pywin32_ctypes-0.2.0-py2.py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "pywin32-ctypes==0.2.0", - "sha256": "9dc2d991b3479cc2df15930958b674a48a227d5361d413827a4cfd0b5876fc98", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/9e/4b/3ab2720f1fa4b4bc924ef1932b842edf10007e4547ea8157b0b9fc78599a/pywin32_ctypes-0.2.0-py2.py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_pywin32_ctypes_sdist_24ffc3b3": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "windows_x86_64" - ], - "filename": "pywin32-ctypes-0.2.0.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "pywin32-ctypes==0.2.0", - "sha256": "24ffc3b341d457d48e8922352130cf2644024a4ff09762a2261fd34c36ee5942", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/7a/7d/0dbc4c99379452a819b0fb075a0ffbb98611df6b6d59f54db67367af5bc0/pywin32-ctypes-0.2.0.tar.gz" - ] - } - }, - "rules_python_publish_deps": { - "bzlFile": "@@rules_python~//python/private/bzlmod:pip_repository.bzl", - "ruleClassName": "pip_repository", - "attributes": { - "repo_name": "rules_python_publish_deps", - "whl_map": { - "six": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"six-1.16.0-py2.py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_six_py2_none_any_8abb2f1d\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"six-1.16.0.tar.gz\",\"repo\":\"rules_python_publish_deps_311_six_sdist_1e61c374\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "cffi": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"cffi-1.15.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl\",\"repo\":\"rules_python_publish_deps_311_cffi_cp311_cp311_manylinux_2_17_aarch64_3548db28\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"cffi-1.15.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl\",\"repo\":\"rules_python_publish_deps_311_cffi_cp311_cp311_manylinux_2_17_ppc64le_91fc98ad\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"cffi-1.15.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl\",\"repo\":\"rules_python_publish_deps_311_cffi_cp311_cp311_manylinux_2_17_x86_64_94411f22\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"cffi-1.15.1-cp311-cp311-musllinux_1_1_x86_64.whl\",\"repo\":\"rules_python_publish_deps_311_cffi_cp311_cp311_musllinux_1_1_x86_64_cc4d65ae\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"cffi-1.15.1.tar.gz\",\"repo\":\"rules_python_publish_deps_311_cffi_sdist_d400bfb9\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "idna": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"idna-3.4-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_idna_py3_none_any_90b77e79\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"idna-3.4.tar.gz\",\"repo\":\"rules_python_publish_deps_311_idna_sdist_814f528e\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "rich": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"rich-13.2.0-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_rich_py3_none_any_7c963f0d\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"rich-13.2.0.tar.gz\",\"repo\":\"rules_python_publish_deps_311_rich_sdist_f1a00cdd\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "zipp": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"zipp-3.11.0-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_zipp_py3_none_any_83a28fcb\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"zipp-3.11.0.tar.gz\",\"repo\":\"rules_python_publish_deps_311_zipp_sdist_a7a22e05\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "mdurl": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"mdurl-0.1.2-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_mdurl_py3_none_any_84008a41\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"mdurl-0.1.2.tar.gz\",\"repo\":\"rules_python_publish_deps_311_mdurl_sdist_bb413d29\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "twine": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"twine-4.0.2-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_twine_py3_none_any_929bc3c2\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"twine-4.0.2.tar.gz\",\"repo\":\"rules_python_publish_deps_311_twine_sdist_9e102ef5\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "bleach": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"bleach-6.0.0-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_bleach_py3_none_any_33c16e33\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"bleach-6.0.0.tar.gz\",\"repo\":\"rules_python_publish_deps_311_bleach_sdist_1a1a85c1\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "certifi": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"certifi-2022.12.7-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_certifi_py3_none_any_4ad3232f\",\"target_platforms\":[\"linux_aarch64\",\"linux_arm\",\"linux_ppc\",\"linux_s390x\",\"linux_x86_64\"],\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"certifi-2022.12.7.tar.gz\",\"repo\":\"rules_python_publish_deps_311_certifi_sdist_35824b4c\",\"target_platforms\":[\"linux_aarch64\",\"linux_arm\",\"linux_ppc\",\"linux_s390x\",\"linux_x86_64\"],\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"certifi-2023.7.22-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_certifi_py3_none_any_92d60375\",\"target_platforms\":[\"osx_aarch64\",\"osx_x86_64\",\"windows_x86_64\"],\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"certifi-2023.7.22.tar.gz\",\"repo\":\"rules_python_publish_deps_311_certifi_sdist_539cc1d1\",\"target_platforms\":[\"osx_aarch64\",\"osx_x86_64\",\"windows_x86_64\"],\"version\":\"3.11\"}]", - "jeepney": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"jeepney-0.8.0-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_jeepney_py3_none_any_c0a454ad\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"jeepney-0.8.0.tar.gz\",\"repo\":\"rules_python_publish_deps_311_jeepney_sdist_5efe48d2\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "keyring": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"keyring-23.13.1-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_keyring_py3_none_any_771ed2a9\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"keyring-23.13.1.tar.gz\",\"repo\":\"rules_python_publish_deps_311_keyring_sdist_ba2e15a9\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "pkginfo": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"pkginfo-1.9.6-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_pkginfo_py3_none_any_4b7a555a\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"pkginfo-1.9.6.tar.gz\",\"repo\":\"rules_python_publish_deps_311_pkginfo_sdist_8fd5896e\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "rfc3986": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"rfc3986-2.0.0-py2.py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_rfc3986_py2_none_any_50b1502b\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"rfc3986-2.0.0.tar.gz\",\"repo\":\"rules_python_publish_deps_311_rfc3986_sdist_97aacf9d\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "urllib3": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"urllib3-1.26.14-py2.py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_urllib3_py2_none_any_75edcdc2\",\"target_platforms\":[\"linux_aarch64\",\"linux_arm\",\"linux_ppc\",\"linux_s390x\",\"linux_x86_64\"],\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"urllib3-1.26.14.tar.gz\",\"repo\":\"rules_python_publish_deps_311_urllib3_sdist_076907bf\",\"target_platforms\":[\"linux_aarch64\",\"linux_arm\",\"linux_ppc\",\"linux_s390x\",\"linux_x86_64\"],\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"urllib3-1.26.18-py2.py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_urllib3_py2_none_any_34b97092\",\"target_platforms\":[\"osx_aarch64\",\"osx_x86_64\",\"windows_x86_64\"],\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"urllib3-1.26.18.tar.gz\",\"repo\":\"rules_python_publish_deps_311_urllib3_sdist_f8ecc1bb\",\"target_platforms\":[\"osx_aarch64\",\"osx_x86_64\",\"windows_x86_64\"],\"version\":\"3.11\"}]", - "docutils": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"docutils-0.19-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_docutils_py3_none_any_5e1de4d8\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"docutils-0.19.tar.gz\",\"repo\":\"rules_python_publish_deps_311_docutils_sdist_33995a67\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "pygments": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"Pygments-2.14.0-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_pygments_py3_none_any_fa7bd7bd\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"Pygments-2.14.0.tar.gz\",\"repo\":\"rules_python_publish_deps_311_pygments_sdist_b3ed06a9\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "requests": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"requests-2.28.2-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_requests_py3_none_any_64299f49\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"requests-2.28.2.tar.gz\",\"repo\":\"rules_python_publish_deps_311_requests_sdist_98b1b278\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "pycparser": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"pycparser-2.21-py2.py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_pycparser_py2_none_any_8ee45429\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"pycparser-2.21.tar.gz\",\"repo\":\"rules_python_publish_deps_311_pycparser_sdist_e644fdec\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "cryptography": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"cryptography-41.0.6-cp37-abi3-musllinux_1_1_x86_64.whl\",\"repo\":\"rules_python_publish_deps_311_cryptography_cp37_abi3_musllinux_1_1_x86_64_068bc551\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"cryptography-41.0.6-cp37-abi3-musllinux_1_1_aarch64.whl\",\"repo\":\"rules_python_publish_deps_311_cryptography_cp37_abi3_musllinux_1_1_aarch64_5daeb18e\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"cryptography-41.0.6-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl\",\"repo\":\"rules_python_publish_deps_311_cryptography_cp37_abi3_manylinux_2_17_aarch64_afda76d8\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"cryptography-41.0.6-cp37-abi3-manylinux_2_28_x86_64.whl\",\"repo\":\"rules_python_publish_deps_311_cryptography_cp37_abi3_manylinux_2_28_x86_64_b648fe2a\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"cryptography-41.0.6-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl\",\"repo\":\"rules_python_publish_deps_311_cryptography_cp37_abi3_manylinux_2_17_x86_64_da46e2b5\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"cryptography-41.0.6-cp37-abi3-manylinux_2_28_aarch64.whl\",\"repo\":\"rules_python_publish_deps_311_cryptography_cp37_abi3_manylinux_2_28_aarch64_ff369dd1\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"cryptography-41.0.6.tar.gz\",\"repo\":\"rules_python_publish_deps_311_cryptography_sdist_422e3e31\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "webencodings": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"webencodings-0.5.1-py2.py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_webencodings_py2_none_any_a0af1213\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"webencodings-0.5.1.tar.gz\",\"repo\":\"rules_python_publish_deps_311_webencodings_sdist_b36a1c24\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "secretstorage": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"SecretStorage-3.3.3-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_secretstorage_py3_none_any_f356e662\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"SecretStorage-3.3.3.tar.gz\",\"repo\":\"rules_python_publish_deps_311_secretstorage_sdist_2403533e\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "jaraco_classes": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"jaraco.classes-3.2.3-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_jaraco_classes_py3_none_any_2353de32\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"jaraco.classes-3.2.3.tar.gz\",\"repo\":\"rules_python_publish_deps_311_jaraco_classes_sdist_89559fa5\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "markdown_it_py": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"markdown_it_py-2.1.0-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_markdown_it_py_py3_none_any_93de681e\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"markdown-it-py-2.1.0.tar.gz\",\"repo\":\"rules_python_publish_deps_311_markdown_it_py_sdist_cf7e59fe\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "more_itertools": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"more_itertools-9.0.0-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_more_itertools_py3_none_any_250e83d7\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"more-itertools-9.0.0.tar.gz\",\"repo\":\"rules_python_publish_deps_311_more_itertools_sdist_5a6257e4\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "readme_renderer": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"readme_renderer-37.3-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_readme_renderer_py3_none_any_f67a16ca\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"readme_renderer-37.3.tar.gz\",\"repo\":\"rules_python_publish_deps_311_readme_renderer_sdist_cd653186\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "requests_toolbelt": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"requests_toolbelt-0.10.1-py2.py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_requests_toolbelt_py2_none_any_18565aa5\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"requests-toolbelt-0.10.1.tar.gz\",\"repo\":\"rules_python_publish_deps_311_requests_toolbelt_sdist_62e09f7f\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "charset_normalizer": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"charset_normalizer-3.0.1-cp311-cp311-macosx_10_9_universal2.whl\",\"repo\":\"rules_python_publish_deps_311_charset_normalizer_cp311_cp311_macosx_10_9_universal2_0298eaff\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"charset_normalizer-3.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl\",\"repo\":\"rules_python_publish_deps_311_charset_normalizer_cp311_cp311_manylinux_2_17_ppc64le_0c0a5902\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"charset_normalizer-3.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl\",\"repo\":\"rules_python_publish_deps_311_charset_normalizer_cp311_cp311_manylinux_2_17_aarch64_14e76c0f\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"charset_normalizer-3.0.1-cp311-cp311-musllinux_1_1_s390x.whl\",\"repo\":\"rules_python_publish_deps_311_charset_normalizer_cp311_cp311_musllinux_1_1_s390x_4a8fcf28\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"charset_normalizer-3.0.1-cp311-cp311-musllinux_1_1_ppc64le.whl\",\"repo\":\"rules_python_publish_deps_311_charset_normalizer_cp311_cp311_musllinux_1_1_ppc64le_5995f016\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"charset_normalizer-3.0.1-cp311-cp311-musllinux_1_1_aarch64.whl\",\"repo\":\"rules_python_publish_deps_311_charset_normalizer_cp311_cp311_musllinux_1_1_aarch64_72966d1b\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"charset_normalizer-3.0.1-cp311-cp311-musllinux_1_1_x86_64.whl\",\"repo\":\"rules_python_publish_deps_311_charset_normalizer_cp311_cp311_musllinux_1_1_x86_64_761e8904\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"charset_normalizer-3.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl\",\"repo\":\"rules_python_publish_deps_311_charset_normalizer_cp311_cp311_manylinux_2_17_x86_64_79909e27\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"charset_normalizer-3.0.1-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_charset_normalizer_py3_none_any_7e189e2e\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"charset_normalizer-3.0.1-cp311-cp311-macosx_11_0_arm64.whl\",\"repo\":\"rules_python_publish_deps_311_charset_normalizer_cp311_cp311_macosx_11_0_arm64_87701167\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"charset_normalizer-3.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl\",\"repo\":\"rules_python_publish_deps_311_charset_normalizer_cp311_cp311_manylinux_2_17_s390x_8c7fe7af\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"charset_normalizer-3.0.1-cp311-cp311-win_amd64.whl\",\"repo\":\"rules_python_publish_deps_311_charset_normalizer_cp311_cp311_win_amd64_9ab77acb\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"charset_normalizer-3.0.1-cp311-cp311-macosx_10_9_x86_64.whl\",\"repo\":\"rules_python_publish_deps_311_charset_normalizer_cp311_cp311_macosx_10_9_x86_64_a8d0fc94\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"charset-normalizer-3.0.1.tar.gz\",\"repo\":\"rules_python_publish_deps_311_charset_normalizer_sdist_ebea339a\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "importlib_metadata": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"importlib_metadata-6.0.0-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_importlib_metadata_py3_none_any_7efb448e\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"importlib_metadata-6.0.0.tar.gz\",\"repo\":\"rules_python_publish_deps_311_importlib_metadata_sdist_e354bede\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "pywin32_ctypes": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"pywin32_ctypes-0.2.0-py2.py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_pywin32_ctypes_py2_none_any_9dc2d991\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"pywin32-ctypes-0.2.0.tar.gz\",\"repo\":\"rules_python_publish_deps_311_pywin32_ctypes_sdist_24ffc3b3\",\"target_platforms\":null,\"version\":\"3.11\"}]" - }, - "default_version": "3.11", - "groups": {} - } - } - }, - "recordedRepoMappingEntries": [ - [ - "bazel_features~", - "bazel_features_globals", - "bazel_features~~version_extension~bazel_features_globals" - ], - [ - "bazel_features~", - "bazel_features_version", - "bazel_features~~version_extension~bazel_features_version" - ], - [ - "rules_python~", - "bazel_features", - "bazel_features~" - ], - [ - "rules_python~", - "bazel_skylib", - "bazel_skylib~" - ], - [ - "rules_python~", - "bazel_tools", - "bazel_tools" - ], - [ - "rules_python~", - "pypi__build", - "rules_python~~internal_deps~pypi__build" - ], - [ - "rules_python~", - "pypi__click", - "rules_python~~internal_deps~pypi__click" - ], - [ - "rules_python~", - "pypi__colorama", - "rules_python~~internal_deps~pypi__colorama" - ], - [ - "rules_python~", - "pypi__importlib_metadata", - "rules_python~~internal_deps~pypi__importlib_metadata" - ], - [ - "rules_python~", - "pypi__installer", - "rules_python~~internal_deps~pypi__installer" - ], - [ - "rules_python~", - "pypi__more_itertools", - "rules_python~~internal_deps~pypi__more_itertools" - ], - [ - "rules_python~", - "pypi__packaging", - "rules_python~~internal_deps~pypi__packaging" - ], - [ - "rules_python~", - "pypi__pep517", - "rules_python~~internal_deps~pypi__pep517" - ], - [ - "rules_python~", - "pypi__pip", - "rules_python~~internal_deps~pypi__pip" - ], - [ - "rules_python~", - "pypi__pip_tools", - "rules_python~~internal_deps~pypi__pip_tools" - ], - [ - "rules_python~", - "pypi__pyproject_hooks", - "rules_python~~internal_deps~pypi__pyproject_hooks" - ], - [ - "rules_python~", - "pypi__setuptools", - "rules_python~~internal_deps~pypi__setuptools" - ], - [ - "rules_python~", - "pypi__tomli", - "rules_python~~internal_deps~pypi__tomli" - ], - [ - "rules_python~", - "pypi__wheel", - "rules_python~~internal_deps~pypi__wheel" - ], - [ - "rules_python~", - "pypi__zipp", - "rules_python~~internal_deps~pypi__zipp" - ], - [ - "rules_python~", - "pythons_hub", - "rules_python~~python~pythons_hub" - ], - [ - "rules_python~~python~pythons_hub", - "python_3_11_host", - "rules_python~~python~python_3_11_host" - ] - ] - } - }, "@@toolchains_protoc~//protoc:extensions.bzl%protoc": { "general": { "bzlTransitiveDigest": "HnmcD4ia7/1ZuQnymt4OGHXrW62MmIgwCtHByGQ7LQs=", diff --git a/apt/BUILD.bazel b/apt/BUILD.bazel new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/apt/bookworm.lock.json b/apt/bookworm.lock.json new file mode 100644 index 0000000000000000000000000000000000000000..4560f1e749616481e5e56179b3a3f0d036acd3e1 --- /dev/null +++ b/apt/bookworm.lock.json @@ -0,0 +1,4585 @@ +{ + "packages": [ + { + "arch": "amd64", + "dependencies": [ + { + "key": "qemu-system-data_1-7.2-p-dfsg-7-p-deb12u7_amd64", + "name": "qemu-system-data", + "version": "1:7.2+dfsg-7+deb12u7" + }, + { + "key": "qemu-system-common_1-7.2-p-dfsg-7-p-deb12u7_amd64", + "name": "qemu-system-common", + "version": "1:7.2+dfsg-7+deb12u7" + }, + { + "key": "zlib1g_1-1.2.13.dfsg-1_amd64", + "name": "zlib1g", + "version": "1:1.2.13.dfsg-1" + }, + { + "key": "libc6_2.36-9-p-deb12u9_amd64", + "name": "libc6", + "version": "2.36-9+deb12u9" + }, + { + "key": "libgcc-s1_12.2.0-14_amd64", + "name": "libgcc-s1", + "version": "12.2.0-14" + }, + { + "key": "gcc-12-base_12.2.0-14_amd64", + "name": "gcc-12-base", + "version": "12.2.0-14" + }, + { + "key": "libzstd1_1.5.4-p-dfsg2-5_amd64", + "name": "libzstd1", + "version": "1.5.4+dfsg2-5" + }, + { + "key": "libusbredirparser1_0.13.0-2_amd64", + "name": "libusbredirparser1", + "version": "0.13.0-2" + }, + { + "key": "libusb-1.0-0_2-1.0.26-1_amd64", + "name": "libusb-1.0-0", + "version": "2:1.0.26-1" + }, + { + "key": "libudev1_252.31-1_deb12u1_amd64", + "name": "libudev1", + "version": "252.31-1~deb12u1" + }, + { + "key": "liburing2_2.3-3_amd64", + "name": "liburing2", + "version": "2.3-3" + }, + { + "key": "libtinfo6_6.4-4_amd64", + "name": "libtinfo6", + "version": "6.4-4" + }, + { + "key": "libspice-server1_0.15.1-1_amd64", + "name": "libspice-server1", + "version": "0.15.1-1" + }, + { + "key": "libstdc-p--p-6_12.2.0-14_amd64", + "name": "libstdc++6", + "version": "12.2.0-14" + }, + { + "key": "libssl3_3.0.15-1_deb12u1_amd64", + "name": "libssl3", + "version": "3.0.15-1~deb12u1" + }, + { + "key": "libsasl2-2_2.1.28-p-dfsg-10_amd64", + "name": "libsasl2-2", + "version": "2.1.28+dfsg-10" + }, + { + "key": "libsasl2-modules-db_2.1.28-p-dfsg-10_amd64", + "name": "libsasl2-modules-db", + "version": "2.1.28+dfsg-10" + }, + { + "key": "libdb5.3_5.3.28-p-dfsg2-1_amd64", + "name": "libdb5.3", + "version": "5.3.28+dfsg2-1" + }, + { + "key": "libpixman-1-0_0.42.2-1_amd64", + "name": "libpixman-1-0", + "version": "0.42.2-1" + }, + { + "key": "liborc-0.4-0_1-0.4.33-2_amd64", + "name": "liborc-0.4-0", + "version": "1:0.4.33-2" + }, + { + "key": "libopus0_1.3.1-3_amd64", + "name": "libopus0", + "version": "1.3.1-3" + }, + { + "key": "liblz4-1_1.9.4-1_amd64", + "name": "liblz4-1", + "version": "1.9.4-1" + }, + { + "key": "libjpeg62-turbo_1-2.1.5-2_amd64", + "name": "libjpeg62-turbo", + "version": "1:2.1.5-2" + }, + { + "key": "libgstreamer1.0-0_1.22.0-2_amd64", + "name": "libgstreamer1.0-0", + "version": "1.22.0-2" + }, + { + "key": "libcap2-bin_1-2.66-4_amd64", + "name": "libcap2-bin", + "version": "1:2.66-4" + }, + { + "key": "libcap2_1-2.66-4_amd64", + "name": "libcap2", + "version": "1:2.66-4" + }, + { + "key": "libunwind8_1.6.2-3_amd64", + "name": "libunwind8", + "version": "1.6.2-3" + }, + { + "key": "liblzma5_5.4.1-0.2_amd64", + "name": "liblzma5", + "version": "5.4.1-0.2" + }, + { + "key": "libglib2.0-0_2.74.6-2-p-deb12u4_amd64", + "name": "libglib2.0-0", + "version": "2.74.6-2+deb12u4" + }, + { + "key": "libselinux1_3.4-1-p-b6_amd64", + "name": "libselinux1", + "version": "3.4-1+b6" + }, + { + "key": "libpcre2-8-0_10.42-1_amd64", + "name": "libpcre2-8-0", + "version": "10.42-1" + }, + { + "key": "libmount1_2.38.1-5-p-deb12u2_amd64", + "name": "libmount1", + "version": "2.38.1-5+deb12u2" + }, + { + "key": "libblkid1_2.38.1-5-p-deb12u2_amd64", + "name": "libblkid1", + "version": "2.38.1-5+deb12u2" + }, + { + "key": "libffi8_3.4.4-1_amd64", + "name": "libffi8", + "version": "3.4.4-1" + }, + { + "key": "libdw1_0.188-2.1_amd64", + "name": "libdw1", + "version": "0.188-2.1" + }, + { + "key": "libelf1_0.188-2.1_amd64", + "name": "libelf1", + "version": "0.188-2.1" + }, + { + "key": "libbz2-1.0_1.0.8-5-p-b1_amd64", + "name": "libbz2-1.0", + "version": "1.0.8-5+b1" + }, + { + "key": "libgstreamer-plugins-base1.0-0_1.22.0-3-p-deb12u2_amd64", + "name": "libgstreamer-plugins-base1.0-0", + "version": "1.22.0-3+deb12u2" + }, + { + "key": "iso-codes_4.15.0-1_amd64", + "name": "iso-codes", + "version": "4.15.0-1" + }, + { + "key": "libsndio7.0_1.9.0-0.3-p-b2_amd64", + "name": "libsndio7.0", + "version": "1.9.0-0.3+b2" + }, + { + "key": "libbsd0_0.11.7-2_amd64", + "name": "libbsd0", + "version": "0.11.7-2" + }, + { + "key": "libmd0_1.0.4-2_amd64", + "name": "libmd0", + "version": "1.0.4-2" + }, + { + "key": "libasound2_1.2.8-1-p-b1_amd64", + "name": "libasound2", + "version": "1.2.8-1+b1" + }, + { + "key": "libasound2-data_1.2.8-1_amd64", + "name": "libasound2-data", + "version": "1.2.8-1" + }, + { + "key": "libseccomp2_2.5.4-1-p-deb12u1_amd64", + "name": "libseccomp2", + "version": "2.5.4-1+deb12u1" + }, + { + "key": "libnuma1_2.0.16-1_amd64", + "name": "libnuma1", + "version": "2.0.16-1" + }, + { + "key": "libnettle8_3.8.1-2_amd64", + "name": "libnettle8", + "version": "3.8.1-2" + }, + { + "key": "libncursesw6_6.4-4_amd64", + "name": "libncursesw6", + "version": "6.4-4" + }, + { + "key": "libhogweed6_3.8.1-2_amd64", + "name": "libhogweed6", + "version": "3.8.1-2" + }, + { + "key": "libgmp10_2-6.2.1-p-dfsg1-1.1_amd64", + "name": "libgmp10", + "version": "2:6.2.1+dfsg1-1.1" + }, + { + "key": "libgnutls30_3.7.9-2-p-deb12u3_amd64", + "name": "libgnutls30", + "version": "3.7.9-2+deb12u3" + }, + { + "key": "libunistring2_1.0-2_amd64", + "name": "libunistring2", + "version": "1.0-2" + }, + { + "key": "libtasn1-6_4.19.0-2_amd64", + "name": "libtasn1-6", + "version": "4.19.0-2" + }, + { + "key": "libp11-kit0_0.24.1-2_amd64", + "name": "libp11-kit0", + "version": "0.24.1-2" + }, + { + "key": "libidn2-0_2.3.3-1-p-b1_amd64", + "name": "libidn2-0", + "version": "2.3.3-1+b1" + }, + { + "key": "libgbm1_22.3.6-1-p-deb12u1_amd64", + "name": "libgbm1", + "version": "22.3.6-1+deb12u1" + }, + { + "key": "libwayland-server0_1.21.0-1_amd64", + "name": "libwayland-server0", + "version": "1.21.0-1" + }, + { + "key": "libexpat1_2.5.0-1-p-deb12u1_amd64", + "name": "libexpat1", + "version": "2.5.0-1+deb12u1" + }, + { + "key": "libdrm2_2.4.114-1-p-b1_amd64", + "name": "libdrm2", + "version": "2.4.114-1+b1" + }, + { + "key": "libdrm-common_2.4.114-1_amd64", + "name": "libdrm-common", + "version": "2.4.114-1" + }, + { + "key": "libfuse3-3_3.14.0-4_amd64", + "name": "libfuse3-3", + "version": "3.14.0-4" + }, + { + "key": "libepoxy0_1.5.10-1_amd64", + "name": "libepoxy0", + "version": "1.5.10-1" + }, + { + "key": "libcap-ng0_0.8.3-1-p-b3_amd64", + "name": "libcap-ng0", + "version": "0.8.3-1+b3" + }, + { + "key": "libcacard0_1-2.8.0-3_amd64", + "name": "libcacard0", + "version": "1:2.8.0-3" + }, + { + "key": "libpcsclite1_1.9.9-2_amd64", + "name": "libpcsclite1", + "version": "1.9.9-2" + }, + { + "key": "libnss3_2-3.87.1-1-p-deb12u1_amd64", + "name": "libnss3", + "version": "2:3.87.1-1+deb12u1" + }, + { + "key": "libsqlite3-0_3.40.1-2-p-deb12u1_amd64", + "name": "libsqlite3-0", + "version": "3.40.1-2+deb12u1" + }, + { + "key": "libnspr4_2-4.35-1_amd64", + "name": "libnspr4", + "version": "2:4.35-1" + }, + { + "key": "libbrlapi0.8_6.5-7-p-deb12u1_amd64", + "name": "libbrlapi0.8", + "version": "6.5-7+deb12u1" + }, + { + "key": "libelogind0_246.10-1debian1_amd64", + "name": "libelogind0", + "version": "246.10-1debian1" + }, + { + "key": "libaio1_0.3.113-4_amd64", + "name": "libaio1", + "version": "0.3.113-4" + }, + { + "key": "libvdeplug2_4.0.1-4_amd64", + "name": "libvdeplug2", + "version": "4.0.1-4" + }, + { + "key": "libexecs0_1.3-2_amd64", + "name": "libexecs0", + "version": "1.3-2" + }, + { + "key": "libslirp0_4.7.0-1_amd64", + "name": "libslirp0", + "version": "4.7.0-1" + }, + { + "key": "librdmacm1_44.0-2_amd64", + "name": "librdmacm1", + "version": "44.0-2" + }, + { + "key": "libnl-3-200_3.7.0-0.2-p-b1_amd64", + "name": "libnl-3-200", + "version": "3.7.0-0.2+b1" + }, + { + "key": "libibverbs1_44.0-2_amd64", + "name": "libibverbs1", + "version": "44.0-2" + }, + { + "key": "libnl-route-3-200_3.7.0-0.2-p-b1_amd64", + "name": "libnl-route-3-200", + "version": "3.7.0-0.2+b1" + }, + { + "key": "adduser_3.134_amd64", + "name": "adduser", + "version": "3.134" + }, + { + "key": "passwd_1-4.13-p-dfsg1-1-p-b1_amd64", + "name": "passwd", + "version": "1:4.13+dfsg1-1+b1" + }, + { + "key": "libpam-modules_1.5.2-6-p-deb12u1_amd64", + "name": "libpam-modules", + "version": "1.5.2-6+deb12u1" + }, + { + "key": "libpam-modules-bin_1.5.2-6-p-deb12u1_amd64", + "name": "libpam-modules-bin", + "version": "1.5.2-6+deb12u1" + }, + { + "key": "libpam0g_1.5.2-6-p-deb12u1_amd64", + "name": "libpam0g", + "version": "1.5.2-6+deb12u1" + }, + { + "key": "debconf_1.5.82_amd64", + "name": "debconf", + "version": "1.5.82" + }, + { + "key": "libaudit1_1-3.0.9-1_amd64", + "name": "libaudit1", + "version": "1:3.0.9-1" + }, + { + "key": "libaudit-common_1-3.0.9-1_amd64", + "name": "libaudit-common", + "version": "1:3.0.9-1" + }, + { + "key": "libcrypt1_1-4.4.33-2_amd64", + "name": "libcrypt1", + "version": "1:4.4.33-2" + }, + { + "key": "libsemanage2_3.4-1-p-b5_amd64", + "name": "libsemanage2", + "version": "3.4-1+b5" + }, + { + "key": "libsepol2_3.4-2.1_amd64", + "name": "libsepol2", + "version": "3.4-2.1" + }, + { + "key": "libsemanage-common_3.4-1_amd64", + "name": "libsemanage-common", + "version": "3.4-1" + }, + { + "key": "libpng16-16_1.6.39-2_amd64", + "name": "libpng16-16", + "version": "1.6.39-2" + }, + { + "key": "libpmem1_1.12.1-2_amd64", + "name": "libpmem1", + "version": "1.12.1-2" + }, + { + "key": "libndctl6_76.1-1_amd64", + "name": "libndctl6", + "version": "76.1-1" + }, + { + "key": "libuuid1_2.38.1-5-p-deb12u2_amd64", + "name": "libuuid1", + "version": "2.38.1-5+deb12u2" + }, + { + "key": "libkmod2_30-p-20221128-1_amd64", + "name": "libkmod2", + "version": "30+20221128-1" + }, + { + "key": "libdaxctl1_76.1-1_amd64", + "name": "libdaxctl1", + "version": "76.1-1" + }, + { + "key": "libfdt1_1.6.1-4-p-b1_amd64", + "name": "libfdt1", + "version": "1.6.1-4+b1" + }, + { + "key": "libcapstone4_4.0.2-5_amd64", + "name": "libcapstone4", + "version": "4.0.2-5" + }, + { + "key": "libbpf1_1-1.1.0-1_amd64", + "name": "libbpf1", + "version": "1:1.1.0-1" + } + ], + "key": "qemu-system-arm_1-7.2-p-dfsg-7-p-deb12u7_amd64", + "name": "qemu-system-arm", + "sha256": "965acdb45a1f676328d6adbfa74cee95431d6327999d659db3862db3e9dec0ae", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/q/qemu/qemu-system-arm_7.2+dfsg-7+deb12u7_amd64.deb" + ], + "version": "1:7.2+dfsg-7+deb12u7" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "qemu-system-data_1-7.2-p-dfsg-7-p-deb12u7_amd64", + "name": "qemu-system-data", + "sha256": "4986ed94d5af3ff1b0e829b442a83f3bc944adccd38535dd4daff1c4235b8923", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/q/qemu/qemu-system-data_7.2+dfsg-7+deb12u7_all.deb" + ], + "version": "1:7.2+dfsg-7+deb12u7" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "qemu-system-common_1-7.2-p-dfsg-7-p-deb12u7_amd64", + "name": "qemu-system-common", + "sha256": "89c78265bb9055770ac77e4493b68b3263915697b63879bead9b2a88a0371db3", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/q/qemu/qemu-system-common_7.2+dfsg-7+deb12u7_amd64.deb" + ], + "version": "1:7.2+dfsg-7+deb12u7" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "zlib1g_1-1.2.13.dfsg-1_amd64", + "name": "zlib1g", + "sha256": "d7dd1d1411fedf27f5e27650a6eff20ef294077b568f4c8c5e51466dc7c08ce4", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/z/zlib/zlib1g_1.2.13.dfsg-1_amd64.deb" + ], + "version": "1:1.2.13.dfsg-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libc6_2.36-9-p-deb12u9_amd64", + "name": "libc6", + "sha256": "3a043b9dbf1a8c8b5a9e2268253e6dca8c7d431bd7a202fea96364abf374fea9", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/g/glibc/libc6_2.36-9+deb12u9_amd64.deb" + ], + "version": "2.36-9+deb12u9" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libgcc-s1_12.2.0-14_amd64", + "name": "libgcc-s1", + "sha256": "f3d1d48c0599aea85b7f2077a01d285badc42998c1a1e7473935d5cf995c8141", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/g/gcc-12/libgcc-s1_12.2.0-14_amd64.deb" + ], + "version": "12.2.0-14" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "gcc-12-base_12.2.0-14_amd64", + "name": "gcc-12-base", + "sha256": "1a03df5a57833d65b5bb08cfa19d50e76f29088dc9e64fb934af42d9023a0807", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/g/gcc-12/gcc-12-base_12.2.0-14_amd64.deb" + ], + "version": "12.2.0-14" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libzstd1_1.5.4-p-dfsg2-5_amd64", + "name": "libzstd1", + "sha256": "6315b5ac38b724a710fb96bf1042019398cb656718b1522279a5185ed39318fa", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libz/libzstd/libzstd1_1.5.4+dfsg2-5_amd64.deb" + ], + "version": "1.5.4+dfsg2-5" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libusbredirparser1_0.13.0-2_amd64", + "name": "libusbredirparser1", + "sha256": "88573485ff4096850ebcbcb368f23e6c22e94e51622e4d592ecb9d15ca510b82", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/u/usbredir/libusbredirparser1_0.13.0-2_amd64.deb" + ], + "version": "0.13.0-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libusb-1.0-0_2-1.0.26-1_amd64", + "name": "libusb-1.0-0", + "sha256": "0a8a6c4a7d944538f2820cbde2a313f2fe6f94c21ffece9e6f372fc2ab8072e1", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libu/libusb-1.0/libusb-1.0-0_1.0.26-1_amd64.deb" + ], + "version": "2:1.0.26-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libudev1_252.31-1_deb12u1_amd64", + "name": "libudev1", + "sha256": "08ace9bea5a30a924680a55a3b1342fb35d382dc7966c5d082ecbdd52d51ee06", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/s/systemd/libudev1_252.31-1~deb12u1_amd64.deb" + ], + "version": "252.31-1~deb12u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "liburing2_2.3-3_amd64", + "name": "liburing2", + "sha256": "c23077e3640e6cb4b819c134b3f41d5cf21b3edac099654b1b4142c3069a39a3", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libu/liburing/liburing2_2.3-3_amd64.deb" + ], + "version": "2.3-3" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libtinfo6_6.4-4_amd64", + "name": "libtinfo6", + "sha256": "072d908f38f51090ca28ca5afa3b46b2957dc61fe35094c0b851426859a49a51", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/n/ncurses/libtinfo6_6.4-4_amd64.deb" + ], + "version": "6.4-4" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libspice-server1_0.15.1-1_amd64", + "name": "libspice-server1", + "sha256": "84ced2626aa55d876c08406492004c6e4e533358e9faf8745993c72340eada60", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/s/spice/libspice-server1_0.15.1-1_amd64.deb" + ], + "version": "0.15.1-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libstdc-p--p-6_12.2.0-14_amd64", + "name": "libstdc++6", + "sha256": "9b1b269020cec6aced3b39f096f7b67edd1f0d4ab24f412cb6506d0800e19cbf", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/g/gcc-12/libstdc++6_12.2.0-14_amd64.deb" + ], + "version": "12.2.0-14" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libssl3_3.0.15-1_deb12u1_amd64", + "name": "libssl3", + "sha256": "d7897e6c55a8d9e229dcf16b0b1d472d7f7be741b2b3b2ac624908ff63215a93", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/o/openssl/libssl3_3.0.15-1~deb12u1_amd64.deb" + ], + "version": "3.0.15-1~deb12u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libsasl2-2_2.1.28-p-dfsg-10_amd64", + "name": "libsasl2-2", + "sha256": "11ee190ad39f8d7af441d2c8347388b9449434c73acc67b4b372445ac4152efa", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/c/cyrus-sasl2/libsasl2-2_2.1.28+dfsg-10_amd64.deb" + ], + "version": "2.1.28+dfsg-10" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libsasl2-modules-db_2.1.28-p-dfsg-10_amd64", + "name": "libsasl2-modules-db", + "sha256": "3ac4fd6cbe3b3b06e68d24b931bf3eb9385b42f15604a37ed25310e948ca0ee6", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/c/cyrus-sasl2/libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb" + ], + "version": "2.1.28+dfsg-10" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libdb5.3_5.3.28-p-dfsg2-1_amd64", + "name": "libdb5.3", + "sha256": "7dc5127b8dd0da80e992ba594954c005ae4359d839a24eb65d0d8129b5235c84", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/d/db5.3/libdb5.3_5.3.28+dfsg2-1_amd64.deb" + ], + "version": "5.3.28+dfsg2-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libpixman-1-0_0.42.2-1_amd64", + "name": "libpixman-1-0", + "sha256": "9ed75ef81b6b1eba9e1357f8b0ce01d31112b0e07b2b685bee2cf627a8932892", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/p/pixman/libpixman-1-0_0.42.2-1_amd64.deb" + ], + "version": "0.42.2-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "liborc-0.4-0_1-0.4.33-2_amd64", + "name": "liborc-0.4-0", + "sha256": "f2b775c4281fc4d02432833cef274cfaa927a446bdf619f02292bd83b201fe3a", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/o/orc/liborc-0.4-0_0.4.33-2_amd64.deb" + ], + "version": "1:0.4.33-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libopus0_1.3.1-3_amd64", + "name": "libopus0", + "sha256": "c172e212f9039e741916aa8e12f3670d1e049dc0c16685325641288c2d83faa7", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/o/opus/libopus0_1.3.1-3_amd64.deb" + ], + "version": "1.3.1-3" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "liblz4-1_1.9.4-1_amd64", + "name": "liblz4-1", + "sha256": "64cde86cef1deaf828bd60297839b59710b5cd8dc50efd4f12643caaee9389d3", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/l/lz4/liblz4-1_1.9.4-1_amd64.deb" + ], + "version": "1.9.4-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libjpeg62-turbo_1-2.1.5-2_amd64", + "name": "libjpeg62-turbo", + "sha256": "95ec30140789a342add8f8371ed018924de51b539056522b66f207b25cba9cad", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libj/libjpeg-turbo/libjpeg62-turbo_2.1.5-2_amd64.deb" + ], + "version": "1:2.1.5-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libgstreamer1.0-0_1.22.0-2_amd64", + "name": "libgstreamer1.0-0", + "sha256": "85123e30798b028f5d344b06db7720fd64a75a5e85f4bb6d92e65556838a0344", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/g/gstreamer1.0/libgstreamer1.0-0_1.22.0-2_amd64.deb" + ], + "version": "1.22.0-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libcap2-bin_1-2.66-4_amd64", + "name": "libcap2-bin", + "sha256": "72da6038877cc5c7d71538a547e22d03346b1ef99a35169d7ff3500f5675df1e", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libc/libcap2/libcap2-bin_2.66-4_amd64.deb" + ], + "version": "1:2.66-4" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libcap2_1-2.66-4_amd64", + "name": "libcap2", + "sha256": "b36fefe9867f9e59b540f952e957a72ebdc241e997179d826da19a9511ade4a3", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libc/libcap2/libcap2_2.66-4_amd64.deb" + ], + "version": "1:2.66-4" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libunwind8_1.6.2-3_amd64", + "name": "libunwind8", + "sha256": "7b297868682836e4c87be349f17e4a56bc287586e3576503e84a5cb5485ce925", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libu/libunwind/libunwind8_1.6.2-3_amd64.deb" + ], + "version": "1.6.2-3" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "liblzma5_5.4.1-0.2_amd64", + "name": "liblzma5", + "sha256": "d4b7736e58512a2b047f9cb91b71db5a3cf9d3451192fc6da044c77bf51fe869", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/x/xz-utils/liblzma5_5.4.1-0.2_amd64.deb" + ], + "version": "5.4.1-0.2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libglib2.0-0_2.74.6-2-p-deb12u4_amd64", + "name": "libglib2.0-0", + "sha256": "8a7ece380c8d2c8c91e70474abecce6202ead6b5a8128b03165815ca3a50f078", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/g/glib2.0/libglib2.0-0_2.74.6-2+deb12u4_amd64.deb" + ], + "version": "2.74.6-2+deb12u4" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libselinux1_3.4-1-p-b6_amd64", + "name": "libselinux1", + "sha256": "2b07f5287b9105f40158b56e4d70cc1652dac56a408f3507b4ab3d061eed425f", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libs/libselinux/libselinux1_3.4-1+b6_amd64.deb" + ], + "version": "3.4-1+b6" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libpcre2-8-0_10.42-1_amd64", + "name": "libpcre2-8-0", + "sha256": "030db54f4d76cdfe2bf0e8eb5f9efea0233ab3c7aa942d672c7b63b52dbaf935", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/p/pcre2/libpcre2-8-0_10.42-1_amd64.deb" + ], + "version": "10.42-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libmount1_2.38.1-5-p-deb12u2_amd64", + "name": "libmount1", + "sha256": "b10b8c2758fba10116af506938e4bbfb50b1c9a620a17fc8d7d89ce01b891add", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/u/util-linux/libmount1_2.38.1-5+deb12u2_amd64.deb" + ], + "version": "2.38.1-5+deb12u2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libblkid1_2.38.1-5-p-deb12u2_amd64", + "name": "libblkid1", + "sha256": "f9720847f25ada9f4e94abe6ed5e3d47924c418f3d23b8c0d1208bd13d57df47", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/u/util-linux/libblkid1_2.38.1-5+deb12u2_amd64.deb" + ], + "version": "2.38.1-5+deb12u2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libffi8_3.4.4-1_amd64", + "name": "libffi8", + "sha256": "6d9f6c25c30efccce6d4bceaa48ea86c329a3432abb360a141f76ac223a4c34a", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libf/libffi/libffi8_3.4.4-1_amd64.deb" + ], + "version": "3.4.4-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libdw1_0.188-2.1_amd64", + "name": "libdw1", + "sha256": "ffd7b1bad982ad1afd9c2b75ab2edd18e229508df731a8f4d8443f093a91442f", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/e/elfutils/libdw1_0.188-2.1_amd64.deb" + ], + "version": "0.188-2.1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libelf1_0.188-2.1_amd64", + "name": "libelf1", + "sha256": "619add379c606b3ac6c1a175853b918e6939598a83d8ebadf3bdfd50d10b3c8c", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/e/elfutils/libelf1_0.188-2.1_amd64.deb" + ], + "version": "0.188-2.1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libbz2-1.0_1.0.8-5-p-b1_amd64", + "name": "libbz2-1.0", + "sha256": "54149da3f44b22d523b26b692033b84503d822cc5122fed606ea69cc83ca5aeb", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/b/bzip2/libbz2-1.0_1.0.8-5+b1_amd64.deb" + ], + "version": "1.0.8-5+b1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libgstreamer-plugins-base1.0-0_1.22.0-3-p-deb12u2_amd64", + "name": "libgstreamer-plugins-base1.0-0", + "sha256": "3b0eb8f4a34b23357daae46eea1c66177a290a32e4c0256ccea297019c70372c", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian-security/20241111T000000Z/pool/updates/main/g/gst-plugins-base1.0/libgstreamer-plugins-base1.0-0_1.22.0-3+deb12u2_amd64.deb" + ], + "version": "1.22.0-3+deb12u2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "iso-codes_4.15.0-1_amd64", + "name": "iso-codes", + "sha256": "b1beb869303229c38288d4ddacfd582c91f594759b5767c9cecebd87f16ff70e", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/i/iso-codes/iso-codes_4.15.0-1_all.deb" + ], + "version": "4.15.0-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libsndio7.0_1.9.0-0.3-p-b2_amd64", + "name": "libsndio7.0", + "sha256": "c4cc979126cc558549db25d42e2849a9d5dcdf7928e0ece69c38c374021a078b", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/s/sndio/libsndio7.0_1.9.0-0.3+b2_amd64.deb" + ], + "version": "1.9.0-0.3+b2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libbsd0_0.11.7-2_amd64", + "name": "libbsd0", + "sha256": "bb31cc8b40f962a85b2cec970f7f79cc704a1ae4bad24257a822055404b2c60b", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libb/libbsd/libbsd0_0.11.7-2_amd64.deb" + ], + "version": "0.11.7-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libmd0_1.0.4-2_amd64", + "name": "libmd0", + "sha256": "03539fd30c509e27101d13a56e52eda9062bdf1aefe337c07ab56def25a13eab", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libm/libmd/libmd0_1.0.4-2_amd64.deb" + ], + "version": "1.0.4-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libasound2_1.2.8-1-p-b1_amd64", + "name": "libasound2", + "sha256": "44c77b076a7b11ae99712439022d822245b1994c435da564ebd320bb676faf4c", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/a/alsa-lib/libasound2_1.2.8-1+b1_amd64.deb" + ], + "version": "1.2.8-1+b1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libasound2-data_1.2.8-1_amd64", + "name": "libasound2-data", + "sha256": "fe0780d2d3674b2977e0acb0d48b448ad72ba1642564b7dc537f55e839984c2d", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/a/alsa-lib/libasound2-data_1.2.8-1_all.deb" + ], + "version": "1.2.8-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libseccomp2_2.5.4-1-p-deb12u1_amd64", + "name": "libseccomp2", + "sha256": "108fe67957ca7cf9ba51d801118a1b37d404bea7b6e365025cd00779e9eca38d", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libs/libseccomp/libseccomp2_2.5.4-1+deb12u1_amd64.deb" + ], + "version": "2.5.4-1+deb12u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libnuma1_2.0.16-1_amd64", + "name": "libnuma1", + "sha256": "639e1ab6bd66ead40db8a22c332d7199679fa22db261cac34444eb8eb4c17dda", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/n/numactl/libnuma1_2.0.16-1_amd64.deb" + ], + "version": "2.0.16-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libnettle8_3.8.1-2_amd64", + "name": "libnettle8", + "sha256": "45922e6e289ffd92f0f92d2bb9159e84236ff202d552a461bf10e5335b3f0261", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/n/nettle/libnettle8_3.8.1-2_amd64.deb" + ], + "version": "3.8.1-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libncursesw6_6.4-4_amd64", + "name": "libncursesw6", + "sha256": "98fa7a53dc565a38b65fb70422ad08001bf5361d8fbc74255280c329996a6bec", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/n/ncurses/libncursesw6_6.4-4_amd64.deb" + ], + "version": "6.4-4" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libhogweed6_3.8.1-2_amd64", + "name": "libhogweed6", + "sha256": "ed8185c28b2cb519744a5a462dcd720d3b332c9b88a1d0002eac06dc8550cb94", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/n/nettle/libhogweed6_3.8.1-2_amd64.deb" + ], + "version": "3.8.1-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libgmp10_2-6.2.1-p-dfsg1-1.1_amd64", + "name": "libgmp10", + "sha256": "187aedef2ed763f425c1e523753b9719677633c7eede660401739e9c893482bd", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/g/gmp/libgmp10_6.2.1+dfsg1-1.1_amd64.deb" + ], + "version": "2:6.2.1+dfsg1-1.1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libgnutls30_3.7.9-2-p-deb12u3_amd64", + "name": "libgnutls30", + "sha256": "cee417d4107bbe94ddcc124524366ea675e89d106b70969a7d508ef26e92a713", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/g/gnutls28/libgnutls30_3.7.9-2+deb12u3_amd64.deb" + ], + "version": "3.7.9-2+deb12u3" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libunistring2_1.0-2_amd64", + "name": "libunistring2", + "sha256": "d466bbfe011d764d793c1d9d777cad9c7cf65b938e11598f27408171ad95a951", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libu/libunistring/libunistring2_1.0-2_amd64.deb" + ], + "version": "1.0-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libtasn1-6_4.19.0-2_amd64", + "name": "libtasn1-6", + "sha256": "eec4dc9d949d2c666b1da3fa762a340e8ba10c3a04d3eed32749a97695c15641", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libt/libtasn1-6/libtasn1-6_4.19.0-2_amd64.deb" + ], + "version": "4.19.0-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libp11-kit0_0.24.1-2_amd64", + "name": "libp11-kit0", + "sha256": "251330faddbf013f060fcdb41f4b0c037c8a6e89ba7c09b04bfcc4e3f0807b22", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/p/p11-kit/libp11-kit0_0.24.1-2_amd64.deb" + ], + "version": "0.24.1-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libidn2-0_2.3.3-1-p-b1_amd64", + "name": "libidn2-0", + "sha256": "d50716d5824083d667427817d506b45d3f59dc77e1ca52de000f3f62d4918afa", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libi/libidn2/libidn2-0_2.3.3-1+b1_amd64.deb" + ], + "version": "2.3.3-1+b1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libgbm1_22.3.6-1-p-deb12u1_amd64", + "name": "libgbm1", + "sha256": "b0edffc231b3261eedbed7d1fafabf1f1cc04ca3c149c2be8322ec70dd17e786", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/m/mesa/libgbm1_22.3.6-1+deb12u1_amd64.deb" + ], + "version": "22.3.6-1+deb12u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libwayland-server0_1.21.0-1_amd64", + "name": "libwayland-server0", + "sha256": "df0396221d7b794496a687ec61fae82b6465648bc0ab6501ba0a5ed7f56eb8d6", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/w/wayland/libwayland-server0_1.21.0-1_amd64.deb" + ], + "version": "1.21.0-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libexpat1_2.5.0-1-p-deb12u1_amd64", + "name": "libexpat1", + "sha256": "c2bd305125bcece5816b2521f293a99499d674cd2dd744416caa4952158ad99d", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian-security/20241111T000000Z/pool/updates/main/e/expat/libexpat1_2.5.0-1+deb12u1_amd64.deb" + ], + "version": "2.5.0-1+deb12u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libdrm2_2.4.114-1-p-b1_amd64", + "name": "libdrm2", + "sha256": "be18fb670797ba32da9628cf3e8acd83160d8db8c8dd842501dd8e401c3b5371", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libd/libdrm/libdrm2_2.4.114-1+b1_amd64.deb" + ], + "version": "2.4.114-1+b1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libdrm-common_2.4.114-1_amd64", + "name": "libdrm-common", + "sha256": "32f9664138b38b224383c6986457d5ad2ec8efd559b1a0ce7749405f7a451aad", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libd/libdrm/libdrm-common_2.4.114-1_all.deb" + ], + "version": "2.4.114-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libfuse3-3_3.14.0-4_amd64", + "name": "libfuse3-3", + "sha256": "bf535cec5e965823fd03199b4029f9e9f3952111eb12824b5d2b96c8cca1a918", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/f/fuse3/libfuse3-3_3.14.0-4_amd64.deb" + ], + "version": "3.14.0-4" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libepoxy0_1.5.10-1_amd64", + "name": "libepoxy0", + "sha256": "050cbedc9c2a5cce976151c720a3817f2103a01e6ac255bdd6f2c6a7509b04c3", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libe/libepoxy/libepoxy0_1.5.10-1_amd64.deb" + ], + "version": "1.5.10-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libcap-ng0_0.8.3-1-p-b3_amd64", + "name": "libcap-ng0", + "sha256": "b4b54769c77e4a71c8b33aee4d600ba28a9994a1c6f60d55d4ebe7fc44882e07", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libc/libcap-ng/libcap-ng0_0.8.3-1+b3_amd64.deb" + ], + "version": "0.8.3-1+b3" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libcacard0_1-2.8.0-3_amd64", + "name": "libcacard0", + "sha256": "6ab099fc8ee08ebc52b85a4dc7534d7add9cefd6e0f450037b78a42e65804454", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libc/libcacard/libcacard0_2.8.0-3_amd64.deb" + ], + "version": "1:2.8.0-3" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libpcsclite1_1.9.9-2_amd64", + "name": "libpcsclite1", + "sha256": "d1bb373fad074443b83e96ed31800d5a12964daf820c1daeb701867da089a728", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/p/pcsc-lite/libpcsclite1_1.9.9-2_amd64.deb" + ], + "version": "1.9.9-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libnss3_2-3.87.1-1-p-deb12u1_amd64", + "name": "libnss3", + "sha256": "be5698147b2f79ad5ff18bb0d06c24640f2e6f554a2668960e88806a8577cc3e", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian-security/20241111T000000Z/pool/updates/main/n/nss/libnss3_3.87.1-1+deb12u1_amd64.deb" + ], + "version": "2:3.87.1-1+deb12u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libsqlite3-0_3.40.1-2-p-deb12u1_amd64", + "name": "libsqlite3-0", + "sha256": "f152f8a4c4c78bf5762e324bcdabd18a7211944a928435ff270ad337a27aaa5f", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/s/sqlite3/libsqlite3-0_3.40.1-2+deb12u1_amd64.deb" + ], + "version": "3.40.1-2+deb12u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libnspr4_2-4.35-1_amd64", + "name": "libnspr4", + "sha256": "6cca09767e94e4b5d2888ef31ad797bd3e7cec27fbbe98b49b10d4884746ce77", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/n/nspr/libnspr4_4.35-1_amd64.deb" + ], + "version": "2:4.35-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libbrlapi0.8_6.5-7-p-deb12u1_amd64", + "name": "libbrlapi0.8", + "sha256": "7c8bfc4f1fb0a39f3bbc88a77f0b46f8feb923c4182207a95ea19ef01a9a43c7", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/b/brltty/libbrlapi0.8_6.5-7+deb12u1_amd64.deb" + ], + "version": "6.5-7+deb12u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libelogind0_246.10-1debian1_amd64", + "name": "libelogind0", + "sha256": "f1853367a30f1c7fbe7caa2cb94aec6967f98c136b1661e4b5155d63e8c4294c", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/e/elogind/libelogind0_246.10-1debian1_amd64.deb" + ], + "version": "246.10-1debian1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libaio1_0.3.113-4_amd64", + "name": "libaio1", + "sha256": "d1476e4beab3d85f8a7d31de94c27472711ed3ef399ce70708e24b259426125b", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/liba/libaio/libaio1_0.3.113-4_amd64.deb" + ], + "version": "0.3.113-4" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libvdeplug2_4.0.1-4_amd64", + "name": "libvdeplug2", + "sha256": "1ace8e6571009bb4b8e3c5e093609f30f3ffca96578d35d61100f1e73fd2110d", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/v/vdeplug4/libvdeplug2_4.0.1-4_amd64.deb" + ], + "version": "4.0.1-4" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libexecs0_1.3-2_amd64", + "name": "libexecs0", + "sha256": "35065556f06c5de1fc49c409943a8951638e4e9f8e21bd06f66b508fae935d1b", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libe/libexecs/libexecs0_1.3-2_amd64.deb" + ], + "version": "1.3-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libslirp0_4.7.0-1_amd64", + "name": "libslirp0", + "sha256": "e21e19f0e99e57f254162f61416ea82f00cbc6ab9eb6bead4f5a5a8944ede27e", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libs/libslirp/libslirp0_4.7.0-1_amd64.deb" + ], + "version": "4.7.0-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "librdmacm1_44.0-2_amd64", + "name": "librdmacm1", + "sha256": "16b18625834371d023b81477823074ea0d34c478d58dbef3f01107984f47d034", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/r/rdma-core/librdmacm1_44.0-2_amd64.deb" + ], + "version": "44.0-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libnl-3-200_3.7.0-0.2-p-b1_amd64", + "name": "libnl-3-200", + "sha256": "d1fc3e9eb8e79b4c96b0a64c3d8c9e068ae2f665cab71bd19f417ffd0453a890", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libn/libnl3/libnl-3-200_3.7.0-0.2+b1_amd64.deb" + ], + "version": "3.7.0-0.2+b1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libibverbs1_44.0-2_amd64", + "name": "libibverbs1", + "sha256": "35054815259fee46173240254246d03b673a5cd5c528aaac96fd15ac428a8d59", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/r/rdma-core/libibverbs1_44.0-2_amd64.deb" + ], + "version": "44.0-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libnl-route-3-200_3.7.0-0.2-p-b1_amd64", + "name": "libnl-route-3-200", + "sha256": "0fdcc425ae2982788c085c76a7cb0eda3e3db99d41bd1ce56082ee18e9f1e21f", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libn/libnl3/libnl-route-3-200_3.7.0-0.2+b1_amd64.deb" + ], + "version": "3.7.0-0.2+b1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "adduser_3.134_amd64", + "name": "adduser", + "sha256": "c24fe4eb8e60d8632d72ed104cce7c92cff200847c897dc8ba764b6c47b519e0", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/a/adduser/adduser_3.134_all.deb" + ], + "version": "3.134" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "passwd_1-4.13-p-dfsg1-1-p-b1_amd64", + "name": "passwd", + "sha256": "343b60a755ceb2c3687f9a5c9c9dc00eea0e44a7de49a537c36df17894f784b3", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/s/shadow/passwd_4.13+dfsg1-1+b1_amd64.deb" + ], + "version": "1:4.13+dfsg1-1+b1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libpam-modules_1.5.2-6-p-deb12u1_amd64", + "name": "libpam-modules", + "sha256": "851d270e36707787ab1cd269dbd9597864feaf3f8453ecd3c426caaa56142222", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/p/pam/libpam-modules_1.5.2-6+deb12u1_amd64.deb" + ], + "version": "1.5.2-6+deb12u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libpam-modules-bin_1.5.2-6-p-deb12u1_amd64", + "name": "libpam-modules-bin", + "sha256": "fc6a692d2f399b83ef5a7f310883286a5e4326095812d8bb934925125002981c", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/p/pam/libpam-modules-bin_1.5.2-6+deb12u1_amd64.deb" + ], + "version": "1.5.2-6+deb12u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libpam0g_1.5.2-6-p-deb12u1_amd64", + "name": "libpam0g", + "sha256": "e360be5f17f9c09c8f17bae809f6c6f091c5bb6ab1a44fc33e4fb86c5e5559df", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/p/pam/libpam0g_1.5.2-6+deb12u1_amd64.deb" + ], + "version": "1.5.2-6+deb12u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "debconf_1.5.82_amd64", + "name": "debconf", + "sha256": "74ab14194a3762b2fc717917dcfda42929ab98e3c59295a063344dc551cd7cc8", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/d/debconf/debconf_1.5.82_all.deb" + ], + "version": "1.5.82" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libaudit1_1-3.0.9-1_amd64", + "name": "libaudit1", + "sha256": "30954df4b5a7c505661ba8ae5e6ea94f5805e408899fb400783bb166eb5ff306", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/a/audit/libaudit1_3.0.9-1_amd64.deb" + ], + "version": "1:3.0.9-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libaudit-common_1-3.0.9-1_amd64", + "name": "libaudit-common", + "sha256": "17d0341ca6ce604ce59c296780ac2c2a24141a769823c50669af942c025e6591", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/a/audit/libaudit-common_3.0.9-1_all.deb" + ], + "version": "1:3.0.9-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libcrypt1_1-4.4.33-2_amd64", + "name": "libcrypt1", + "sha256": "f5f60a5cdfd4e4eaa9438ade5078a57741a7a78d659fcb0c701204f523e8bd29", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libx/libxcrypt/libcrypt1_4.4.33-2_amd64.deb" + ], + "version": "1:4.4.33-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libsemanage2_3.4-1-p-b5_amd64", + "name": "libsemanage2", + "sha256": "fd36d0972866adde5a52269a309fcecd76a8e45e557dd0ecd33aa221cabc2a8c", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libs/libsemanage/libsemanage2_3.4-1+b5_amd64.deb" + ], + "version": "3.4-1+b5" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libsepol2_3.4-2.1_amd64", + "name": "libsepol2", + "sha256": "b998946bb9818a97b387a962826caae33bc7fdcb6d706b2782c0470510be6b48", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libs/libsepol/libsepol2_3.4-2.1_amd64.deb" + ], + "version": "3.4-2.1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libsemanage-common_3.4-1_amd64", + "name": "libsemanage-common", + "sha256": "835f806c21ae25e39053bd3057051640341b0cf08e1db9746fd82e370d82fa30", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libs/libsemanage/libsemanage-common_3.4-1_all.deb" + ], + "version": "3.4-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libpng16-16_1.6.39-2_amd64", + "name": "libpng16-16", + "sha256": "dc32727dca9a87ba317da7989572011669f568d10159b9d8675ed7aedd26d686", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libp/libpng1.6/libpng16-16_1.6.39-2_amd64.deb" + ], + "version": "1.6.39-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libpmem1_1.12.1-2_amd64", + "name": "libpmem1", + "sha256": "63ed00821aecdb5537b51b6f378cf571144d02ac3af2f95141bfa0e397359a76", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/p/pmdk/libpmem1_1.12.1-2_amd64.deb" + ], + "version": "1.12.1-2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libndctl6_76.1-1_amd64", + "name": "libndctl6", + "sha256": "3654dd3a0a05fdc28af8bcd307109ec41a9ea92218bf29816ff467a8c5e7d57f", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/n/ndctl/libndctl6_76.1-1_amd64.deb" + ], + "version": "76.1-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libuuid1_2.38.1-5-p-deb12u2_amd64", + "name": "libuuid1", + "sha256": "e0391f372ef2fe78497d1d82271dfdf813e49c620de45604785a6f9f3ef84e7b", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/u/util-linux/libuuid1_2.38.1-5+deb12u2_amd64.deb" + ], + "version": "2.38.1-5+deb12u2" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libkmod2_30-p-20221128-1_amd64", + "name": "libkmod2", + "sha256": "af63bbbfc15fbd1f254b15c393b3b95b18b18cc81348fc1b4f1c9c34b4d672d7", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/k/kmod/libkmod2_30+20221128-1_amd64.deb" + ], + "version": "30+20221128-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libdaxctl1_76.1-1_amd64", + "name": "libdaxctl1", + "sha256": "af5f9ffe642ae25301eb88fdb2fa9e3c06dcfc5e131fbcee7575adf0adcc9abb", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/n/ndctl/libdaxctl1_76.1-1_amd64.deb" + ], + "version": "76.1-1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libfdt1_1.6.1-4-p-b1_amd64", + "name": "libfdt1", + "sha256": "e7312b61267979a58ae1fa9e34746d077707560c955f6455d02a9ff0f8fa7995", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/d/device-tree-compiler/libfdt1_1.6.1-4+b1_amd64.deb" + ], + "version": "1.6.1-4+b1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libcapstone4_4.0.2-5_amd64", + "name": "libcapstone4", + "sha256": "41277f0388184f6e3b9fc02eda3184afbc999314b25b77ed75e8049428bdfe5e", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/c/capstone/libcapstone4_4.0.2-5_amd64.deb" + ], + "version": "4.0.2-5" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "libbpf1_1-1.1.0-1_amd64", + "name": "libbpf1", + "sha256": "1b3787787b884d835ec1008ed51e62cd9256ce1ed8a0d2917d9965af08140674", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libb/libbpf/libbpf1_1.1.0-1_amd64.deb" + ], + "version": "1:1.1.0-1" + }, + { + "arch": "amd64", + "dependencies": [ + { + "key": "ipxe-qemu_1.0.0-p-git-20190125.36a4c85-5.1_amd64", + "name": "ipxe-qemu", + "version": "1.0.0+git-20190125.36a4c85-5.1" + }, + { + "key": "seabios_1.16.2-1_amd64", + "name": "seabios", + "version": "1.16.2-1" + }, + { + "key": "qemu-system-data_1-7.2-p-dfsg-7-p-deb12u7_amd64", + "name": "qemu-system-data", + "version": "1:7.2+dfsg-7+deb12u7" + }, + { + "key": "qemu-system-common_1-7.2-p-dfsg-7-p-deb12u7_amd64", + "name": "qemu-system-common", + "version": "1:7.2+dfsg-7+deb12u7" + }, + { + "key": "zlib1g_1-1.2.13.dfsg-1_amd64", + "name": "zlib1g", + "version": "1:1.2.13.dfsg-1" + }, + { + "key": "libc6_2.36-9-p-deb12u9_amd64", + "name": "libc6", + "version": "2.36-9+deb12u9" + }, + { + "key": "libgcc-s1_12.2.0-14_amd64", + "name": "libgcc-s1", + "version": "12.2.0-14" + }, + { + "key": "gcc-12-base_12.2.0-14_amd64", + "name": "gcc-12-base", + "version": "12.2.0-14" + }, + { + "key": "libzstd1_1.5.4-p-dfsg2-5_amd64", + "name": "libzstd1", + "version": "1.5.4+dfsg2-5" + }, + { + "key": "libusbredirparser1_0.13.0-2_amd64", + "name": "libusbredirparser1", + "version": "0.13.0-2" + }, + { + "key": "libusb-1.0-0_2-1.0.26-1_amd64", + "name": "libusb-1.0-0", + "version": "2:1.0.26-1" + }, + { + "key": "libudev1_252.31-1_deb12u1_amd64", + "name": "libudev1", + "version": "252.31-1~deb12u1" + }, + { + "key": "liburing2_2.3-3_amd64", + "name": "liburing2", + "version": "2.3-3" + }, + { + "key": "libtinfo6_6.4-4_amd64", + "name": "libtinfo6", + "version": "6.4-4" + }, + { + "key": "libspice-server1_0.15.1-1_amd64", + "name": "libspice-server1", + "version": "0.15.1-1" + }, + { + "key": "libstdc-p--p-6_12.2.0-14_amd64", + "name": "libstdc++6", + "version": "12.2.0-14" + }, + { + "key": "libssl3_3.0.15-1_deb12u1_amd64", + "name": "libssl3", + "version": "3.0.15-1~deb12u1" + }, + { + "key": "libsasl2-2_2.1.28-p-dfsg-10_amd64", + "name": "libsasl2-2", + "version": "2.1.28+dfsg-10" + }, + { + "key": "libsasl2-modules-db_2.1.28-p-dfsg-10_amd64", + "name": "libsasl2-modules-db", + "version": "2.1.28+dfsg-10" + }, + { + "key": "libdb5.3_5.3.28-p-dfsg2-1_amd64", + "name": "libdb5.3", + "version": "5.3.28+dfsg2-1" + }, + { + "key": "libpixman-1-0_0.42.2-1_amd64", + "name": "libpixman-1-0", + "version": "0.42.2-1" + }, + { + "key": "liborc-0.4-0_1-0.4.33-2_amd64", + "name": "liborc-0.4-0", + "version": "1:0.4.33-2" + }, + { + "key": "libopus0_1.3.1-3_amd64", + "name": "libopus0", + "version": "1.3.1-3" + }, + { + "key": "liblz4-1_1.9.4-1_amd64", + "name": "liblz4-1", + "version": "1.9.4-1" + }, + { + "key": "libjpeg62-turbo_1-2.1.5-2_amd64", + "name": "libjpeg62-turbo", + "version": "1:2.1.5-2" + }, + { + "key": "libgstreamer1.0-0_1.22.0-2_amd64", + "name": "libgstreamer1.0-0", + "version": "1.22.0-2" + }, + { + "key": "libcap2-bin_1-2.66-4_amd64", + "name": "libcap2-bin", + "version": "1:2.66-4" + }, + { + "key": "libcap2_1-2.66-4_amd64", + "name": "libcap2", + "version": "1:2.66-4" + }, + { + "key": "libunwind8_1.6.2-3_amd64", + "name": "libunwind8", + "version": "1.6.2-3" + }, + { + "key": "liblzma5_5.4.1-0.2_amd64", + "name": "liblzma5", + "version": "5.4.1-0.2" + }, + { + "key": "libglib2.0-0_2.74.6-2-p-deb12u4_amd64", + "name": "libglib2.0-0", + "version": "2.74.6-2+deb12u4" + }, + { + "key": "libselinux1_3.4-1-p-b6_amd64", + "name": "libselinux1", + "version": "3.4-1+b6" + }, + { + "key": "libpcre2-8-0_10.42-1_amd64", + "name": "libpcre2-8-0", + "version": "10.42-1" + }, + { + "key": "libmount1_2.38.1-5-p-deb12u2_amd64", + "name": "libmount1", + "version": "2.38.1-5+deb12u2" + }, + { + "key": "libblkid1_2.38.1-5-p-deb12u2_amd64", + "name": "libblkid1", + "version": "2.38.1-5+deb12u2" + }, + { + "key": "libffi8_3.4.4-1_amd64", + "name": "libffi8", + "version": "3.4.4-1" + }, + { + "key": "libdw1_0.188-2.1_amd64", + "name": "libdw1", + "version": "0.188-2.1" + }, + { + "key": "libelf1_0.188-2.1_amd64", + "name": "libelf1", + "version": "0.188-2.1" + }, + { + "key": "libbz2-1.0_1.0.8-5-p-b1_amd64", + "name": "libbz2-1.0", + "version": "1.0.8-5+b1" + }, + { + "key": "libgstreamer-plugins-base1.0-0_1.22.0-3-p-deb12u2_amd64", + "name": "libgstreamer-plugins-base1.0-0", + "version": "1.22.0-3+deb12u2" + }, + { + "key": "iso-codes_4.15.0-1_amd64", + "name": "iso-codes", + "version": "4.15.0-1" + }, + { + "key": "libsndio7.0_1.9.0-0.3-p-b2_amd64", + "name": "libsndio7.0", + "version": "1.9.0-0.3+b2" + }, + { + "key": "libbsd0_0.11.7-2_amd64", + "name": "libbsd0", + "version": "0.11.7-2" + }, + { + "key": "libmd0_1.0.4-2_amd64", + "name": "libmd0", + "version": "1.0.4-2" + }, + { + "key": "libasound2_1.2.8-1-p-b1_amd64", + "name": "libasound2", + "version": "1.2.8-1+b1" + }, + { + "key": "libasound2-data_1.2.8-1_amd64", + "name": "libasound2-data", + "version": "1.2.8-1" + }, + { + "key": "libseccomp2_2.5.4-1-p-deb12u1_amd64", + "name": "libseccomp2", + "version": "2.5.4-1+deb12u1" + }, + { + "key": "libnuma1_2.0.16-1_amd64", + "name": "libnuma1", + "version": "2.0.16-1" + }, + { + "key": "libnettle8_3.8.1-2_amd64", + "name": "libnettle8", + "version": "3.8.1-2" + }, + { + "key": "libncursesw6_6.4-4_amd64", + "name": "libncursesw6", + "version": "6.4-4" + }, + { + "key": "libhogweed6_3.8.1-2_amd64", + "name": "libhogweed6", + "version": "3.8.1-2" + }, + { + "key": "libgmp10_2-6.2.1-p-dfsg1-1.1_amd64", + "name": "libgmp10", + "version": "2:6.2.1+dfsg1-1.1" + }, + { + "key": "libgnutls30_3.7.9-2-p-deb12u3_amd64", + "name": "libgnutls30", + "version": "3.7.9-2+deb12u3" + }, + { + "key": "libunistring2_1.0-2_amd64", + "name": "libunistring2", + "version": "1.0-2" + }, + { + "key": "libtasn1-6_4.19.0-2_amd64", + "name": "libtasn1-6", + "version": "4.19.0-2" + }, + { + "key": "libp11-kit0_0.24.1-2_amd64", + "name": "libp11-kit0", + "version": "0.24.1-2" + }, + { + "key": "libidn2-0_2.3.3-1-p-b1_amd64", + "name": "libidn2-0", + "version": "2.3.3-1+b1" + }, + { + "key": "libgbm1_22.3.6-1-p-deb12u1_amd64", + "name": "libgbm1", + "version": "22.3.6-1+deb12u1" + }, + { + "key": "libwayland-server0_1.21.0-1_amd64", + "name": "libwayland-server0", + "version": "1.21.0-1" + }, + { + "key": "libexpat1_2.5.0-1-p-deb12u1_amd64", + "name": "libexpat1", + "version": "2.5.0-1+deb12u1" + }, + { + "key": "libdrm2_2.4.114-1-p-b1_amd64", + "name": "libdrm2", + "version": "2.4.114-1+b1" + }, + { + "key": "libdrm-common_2.4.114-1_amd64", + "name": "libdrm-common", + "version": "2.4.114-1" + }, + { + "key": "libfuse3-3_3.14.0-4_amd64", + "name": "libfuse3-3", + "version": "3.14.0-4" + }, + { + "key": "libepoxy0_1.5.10-1_amd64", + "name": "libepoxy0", + "version": "1.5.10-1" + }, + { + "key": "libcap-ng0_0.8.3-1-p-b3_amd64", + "name": "libcap-ng0", + "version": "0.8.3-1+b3" + }, + { + "key": "libcacard0_1-2.8.0-3_amd64", + "name": "libcacard0", + "version": "1:2.8.0-3" + }, + { + "key": "libpcsclite1_1.9.9-2_amd64", + "name": "libpcsclite1", + "version": "1.9.9-2" + }, + { + "key": "libnss3_2-3.87.1-1-p-deb12u1_amd64", + "name": "libnss3", + "version": "2:3.87.1-1+deb12u1" + }, + { + "key": "libsqlite3-0_3.40.1-2-p-deb12u1_amd64", + "name": "libsqlite3-0", + "version": "3.40.1-2+deb12u1" + }, + { + "key": "libnspr4_2-4.35-1_amd64", + "name": "libnspr4", + "version": "2:4.35-1" + }, + { + "key": "libbrlapi0.8_6.5-7-p-deb12u1_amd64", + "name": "libbrlapi0.8", + "version": "6.5-7+deb12u1" + }, + { + "key": "libelogind0_246.10-1debian1_amd64", + "name": "libelogind0", + "version": "246.10-1debian1" + }, + { + "key": "libaio1_0.3.113-4_amd64", + "name": "libaio1", + "version": "0.3.113-4" + }, + { + "key": "libvdeplug2_4.0.1-4_amd64", + "name": "libvdeplug2", + "version": "4.0.1-4" + }, + { + "key": "libexecs0_1.3-2_amd64", + "name": "libexecs0", + "version": "1.3-2" + }, + { + "key": "libslirp0_4.7.0-1_amd64", + "name": "libslirp0", + "version": "4.7.0-1" + }, + { + "key": "librdmacm1_44.0-2_amd64", + "name": "librdmacm1", + "version": "44.0-2" + }, + { + "key": "libnl-3-200_3.7.0-0.2-p-b1_amd64", + "name": "libnl-3-200", + "version": "3.7.0-0.2+b1" + }, + { + "key": "libibverbs1_44.0-2_amd64", + "name": "libibverbs1", + "version": "44.0-2" + }, + { + "key": "libnl-route-3-200_3.7.0-0.2-p-b1_amd64", + "name": "libnl-route-3-200", + "version": "3.7.0-0.2+b1" + }, + { + "key": "adduser_3.134_amd64", + "name": "adduser", + "version": "3.134" + }, + { + "key": "passwd_1-4.13-p-dfsg1-1-p-b1_amd64", + "name": "passwd", + "version": "1:4.13+dfsg1-1+b1" + }, + { + "key": "libpam-modules_1.5.2-6-p-deb12u1_amd64", + "name": "libpam-modules", + "version": "1.5.2-6+deb12u1" + }, + { + "key": "libpam-modules-bin_1.5.2-6-p-deb12u1_amd64", + "name": "libpam-modules-bin", + "version": "1.5.2-6+deb12u1" + }, + { + "key": "libpam0g_1.5.2-6-p-deb12u1_amd64", + "name": "libpam0g", + "version": "1.5.2-6+deb12u1" + }, + { + "key": "debconf_1.5.82_amd64", + "name": "debconf", + "version": "1.5.82" + }, + { + "key": "libaudit1_1-3.0.9-1_amd64", + "name": "libaudit1", + "version": "1:3.0.9-1" + }, + { + "key": "libaudit-common_1-3.0.9-1_amd64", + "name": "libaudit-common", + "version": "1:3.0.9-1" + }, + { + "key": "libcrypt1_1-4.4.33-2_amd64", + "name": "libcrypt1", + "version": "1:4.4.33-2" + }, + { + "key": "libsemanage2_3.4-1-p-b5_amd64", + "name": "libsemanage2", + "version": "3.4-1+b5" + }, + { + "key": "libsepol2_3.4-2.1_amd64", + "name": "libsepol2", + "version": "3.4-2.1" + }, + { + "key": "libsemanage-common_3.4-1_amd64", + "name": "libsemanage-common", + "version": "3.4-1" + }, + { + "key": "libpng16-16_1.6.39-2_amd64", + "name": "libpng16-16", + "version": "1.6.39-2" + }, + { + "key": "libpmem1_1.12.1-2_amd64", + "name": "libpmem1", + "version": "1.12.1-2" + }, + { + "key": "libndctl6_76.1-1_amd64", + "name": "libndctl6", + "version": "76.1-1" + }, + { + "key": "libuuid1_2.38.1-5-p-deb12u2_amd64", + "name": "libuuid1", + "version": "2.38.1-5+deb12u2" + }, + { + "key": "libkmod2_30-p-20221128-1_amd64", + "name": "libkmod2", + "version": "30+20221128-1" + }, + { + "key": "libdaxctl1_76.1-1_amd64", + "name": "libdaxctl1", + "version": "76.1-1" + }, + { + "key": "libfdt1_1.6.1-4-p-b1_amd64", + "name": "libfdt1", + "version": "1.6.1-4+b1" + }, + { + "key": "libcapstone4_4.0.2-5_amd64", + "name": "libcapstone4", + "version": "4.0.2-5" + }, + { + "key": "libbpf1_1-1.1.0-1_amd64", + "name": "libbpf1", + "version": "1:1.1.0-1" + } + ], + "key": "qemu-system-x86_1-7.2-p-dfsg-7-p-deb12u7_amd64", + "name": "qemu-system-x86", + "sha256": "55a5ebf7b2b63a3be90e8defc6d0c232050cc3071c8a873f94ca022655e0f27b", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/q/qemu/qemu-system-x86_7.2+dfsg-7+deb12u7_amd64.deb" + ], + "version": "1:7.2+dfsg-7+deb12u7" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "ipxe-qemu_1.0.0-p-git-20190125.36a4c85-5.1_amd64", + "name": "ipxe-qemu", + "sha256": "5c2419ce07f4d80ac5e88e32ac09cdc523c048af86c4730d682ba969d3189db2", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/i/ipxe/ipxe-qemu_1.0.0+git-20190125.36a4c85-5.1_all.deb" + ], + "version": "1.0.0+git-20190125.36a4c85-5.1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "seabios_1.16.2-1_amd64", + "name": "seabios", + "sha256": "08e5b3f761379f17a6051731cafa03e97686049e2cc1b8bdccc5a910646e2d8e", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/s/seabios/seabios_1.16.2-1_all.deb" + ], + "version": "1.16.2-1" + }, + { + "arch": "amd64", + "dependencies": [ + { + "key": "qemu-efi-aarch64_2022.11-6-p-deb12u1_amd64", + "name": "qemu-efi-aarch64", + "version": "2022.11-6+deb12u1" + } + ], + "key": "qemu-efi_2022.11-6-p-deb12u1_amd64", + "name": "qemu-efi", + "sha256": "8e394f0dff741951cedd167b02bc3070d8354da206823833b63a7fdfd7f490c7", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian-security/20241111T000000Z/pool/updates/main/e/edk2/qemu-efi_2022.11-6+deb12u1_all.deb" + ], + "version": "2022.11-6+deb12u1" + }, + { + "arch": "amd64", + "dependencies": [], + "key": "qemu-efi-aarch64_2022.11-6-p-deb12u1_amd64", + "name": "qemu-efi-aarch64", + "sha256": "9b71800aad2ec7828aea3154ddceeed29d0275a1240eee79e4e71740ddeb0f17", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian-security/20241111T000000Z/pool/updates/main/e/edk2/qemu-efi-aarch64_2022.11-6+deb12u1_all.deb" + ], + "version": "2022.11-6+deb12u1" + }, + { + "arch": "amd64", + "dependencies": [ + { + "key": "zlib1g_1-1.2.13.dfsg-1_amd64", + "name": "zlib1g", + "version": "1:1.2.13.dfsg-1" + }, + { + "key": "libc6_2.36-9-p-deb12u9_amd64", + "name": "libc6", + "version": "2.36-9+deb12u9" + }, + { + "key": "libgcc-s1_12.2.0-14_amd64", + "name": "libgcc-s1", + "version": "12.2.0-14" + }, + { + "key": "gcc-12-base_12.2.0-14_amd64", + "name": "gcc-12-base", + "version": "12.2.0-14" + }, + { + "key": "libzstd1_1.5.4-p-dfsg2-5_amd64", + "name": "libzstd1", + "version": "1.5.4+dfsg2-5" + }, + { + "key": "liburing2_2.3-3_amd64", + "name": "liburing2", + "version": "2.3-3" + }, + { + "key": "libselinux1_3.4-1-p-b6_amd64", + "name": "libselinux1", + "version": "3.4-1+b6" + }, + { + "key": "libpcre2-8-0_10.42-1_amd64", + "name": "libpcre2-8-0", + "version": "10.42-1" + }, + { + "key": "libnuma1_2.0.16-1_amd64", + "name": "libnuma1", + "version": "2.0.16-1" + }, + { + "key": "libnettle8_3.8.1-2_amd64", + "name": "libnettle8", + "version": "3.8.1-2" + }, + { + "key": "libhogweed6_3.8.1-2_amd64", + "name": "libhogweed6", + "version": "3.8.1-2" + }, + { + "key": "libgmp10_2-6.2.1-p-dfsg1-1.1_amd64", + "name": "libgmp10", + "version": "2:6.2.1+dfsg1-1.1" + }, + { + "key": "libgnutls30_3.7.9-2-p-deb12u3_amd64", + "name": "libgnutls30", + "version": "3.7.9-2+deb12u3" + }, + { + "key": "libunistring2_1.0-2_amd64", + "name": "libunistring2", + "version": "1.0-2" + }, + { + "key": "libtasn1-6_4.19.0-2_amd64", + "name": "libtasn1-6", + "version": "4.19.0-2" + }, + { + "key": "libp11-kit0_0.24.1-2_amd64", + "name": "libp11-kit0", + "version": "0.24.1-2" + }, + { + "key": "libffi8_3.4.4-1_amd64", + "name": "libffi8", + "version": "3.4.4-1" + }, + { + "key": "libidn2-0_2.3.3-1-p-b1_amd64", + "name": "libidn2-0", + "version": "2.3.3-1+b1" + }, + { + "key": "libglib2.0-0_2.74.6-2-p-deb12u4_amd64", + "name": "libglib2.0-0", + "version": "2.74.6-2+deb12u4" + }, + { + "key": "libmount1_2.38.1-5-p-deb12u2_amd64", + "name": "libmount1", + "version": "2.38.1-5+deb12u2" + }, + { + "key": "libblkid1_2.38.1-5-p-deb12u2_amd64", + "name": "libblkid1", + "version": "2.38.1-5+deb12u2" + }, + { + "key": "libfuse3-3_3.14.0-4_amd64", + "name": "libfuse3-3", + "version": "3.14.0-4" + }, + { + "key": "libaio1_0.3.113-4_amd64", + "name": "libaio1", + "version": "0.3.113-4" + } + ], + "key": "qemu-utils_1-7.2-p-dfsg-7-p-deb12u7_amd64", + "name": "qemu-utils", + "sha256": "d22f763304916dcffda7cf83a33d3194d70341a8aa94773a01d860d7e3b74380", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/q/qemu/qemu-utils_7.2+dfsg-7+deb12u7_amd64.deb" + ], + "version": "1:7.2+dfsg-7+deb12u7" + }, + { + "arch": "arm64", + "dependencies": [ + { + "key": "qemu-system-data_1-7.2-p-dfsg-7-p-deb12u7_arm64", + "name": "qemu-system-data", + "version": "1:7.2+dfsg-7+deb12u7" + }, + { + "key": "qemu-system-common_1-7.2-p-dfsg-7-p-deb12u7_arm64", + "name": "qemu-system-common", + "version": "1:7.2+dfsg-7+deb12u7" + }, + { + "key": "zlib1g_1-1.2.13.dfsg-1_arm64", + "name": "zlib1g", + "version": "1:1.2.13.dfsg-1" + }, + { + "key": "libc6_2.36-9-p-deb12u9_arm64", + "name": "libc6", + "version": "2.36-9+deb12u9" + }, + { + "key": "libgcc-s1_12.2.0-14_arm64", + "name": "libgcc-s1", + "version": "12.2.0-14" + }, + { + "key": "gcc-12-base_12.2.0-14_arm64", + "name": "gcc-12-base", + "version": "12.2.0-14" + }, + { + "key": "libzstd1_1.5.4-p-dfsg2-5_arm64", + "name": "libzstd1", + "version": "1.5.4+dfsg2-5" + }, + { + "key": "libusbredirparser1_0.13.0-2_arm64", + "name": "libusbredirparser1", + "version": "0.13.0-2" + }, + { + "key": "libusb-1.0-0_2-1.0.26-1_arm64", + "name": "libusb-1.0-0", + "version": "2:1.0.26-1" + }, + { + "key": "libudev1_252.31-1_deb12u1_arm64", + "name": "libudev1", + "version": "252.31-1~deb12u1" + }, + { + "key": "liburing2_2.3-3_arm64", + "name": "liburing2", + "version": "2.3-3" + }, + { + "key": "libtinfo6_6.4-4_arm64", + "name": "libtinfo6", + "version": "6.4-4" + }, + { + "key": "libspice-server1_0.15.1-1_arm64", + "name": "libspice-server1", + "version": "0.15.1-1" + }, + { + "key": "libstdc-p--p-6_12.2.0-14_arm64", + "name": "libstdc++6", + "version": "12.2.0-14" + }, + { + "key": "libssl3_3.0.15-1_deb12u1_arm64", + "name": "libssl3", + "version": "3.0.15-1~deb12u1" + }, + { + "key": "libsasl2-2_2.1.28-p-dfsg-10_arm64", + "name": "libsasl2-2", + "version": "2.1.28+dfsg-10" + }, + { + "key": "libsasl2-modules-db_2.1.28-p-dfsg-10_arm64", + "name": "libsasl2-modules-db", + "version": "2.1.28+dfsg-10" + }, + { + "key": "libdb5.3_5.3.28-p-dfsg2-1_arm64", + "name": "libdb5.3", + "version": "5.3.28+dfsg2-1" + }, + { + "key": "libpixman-1-0_0.42.2-1_arm64", + "name": "libpixman-1-0", + "version": "0.42.2-1" + }, + { + "key": "liborc-0.4-0_1-0.4.33-2_arm64", + "name": "liborc-0.4-0", + "version": "1:0.4.33-2" + }, + { + "key": "libopus0_1.3.1-3_arm64", + "name": "libopus0", + "version": "1.3.1-3" + }, + { + "key": "liblz4-1_1.9.4-1_arm64", + "name": "liblz4-1", + "version": "1.9.4-1" + }, + { + "key": "libjpeg62-turbo_1-2.1.5-2_arm64", + "name": "libjpeg62-turbo", + "version": "1:2.1.5-2" + }, + { + "key": "libgstreamer1.0-0_1.22.0-2_arm64", + "name": "libgstreamer1.0-0", + "version": "1.22.0-2" + }, + { + "key": "libcap2-bin_1-2.66-4_arm64", + "name": "libcap2-bin", + "version": "1:2.66-4" + }, + { + "key": "libcap2_1-2.66-4_arm64", + "name": "libcap2", + "version": "1:2.66-4" + }, + { + "key": "libunwind8_1.6.2-3_arm64", + "name": "libunwind8", + "version": "1.6.2-3" + }, + { + "key": "liblzma5_5.4.1-0.2_arm64", + "name": "liblzma5", + "version": "5.4.1-0.2" + }, + { + "key": "libglib2.0-0_2.74.6-2-p-deb12u4_arm64", + "name": "libglib2.0-0", + "version": "2.74.6-2+deb12u4" + }, + { + "key": "libselinux1_3.4-1-p-b6_arm64", + "name": "libselinux1", + "version": "3.4-1+b6" + }, + { + "key": "libpcre2-8-0_10.42-1_arm64", + "name": "libpcre2-8-0", + "version": "10.42-1" + }, + { + "key": "libmount1_2.38.1-5-p-deb12u2_arm64", + "name": "libmount1", + "version": "2.38.1-5+deb12u2" + }, + { + "key": "libblkid1_2.38.1-5-p-deb12u2_arm64", + "name": "libblkid1", + "version": "2.38.1-5+deb12u2" + }, + { + "key": "libffi8_3.4.4-1_arm64", + "name": "libffi8", + "version": "3.4.4-1" + }, + { + "key": "libdw1_0.188-2.1_arm64", + "name": "libdw1", + "version": "0.188-2.1" + }, + { + "key": "libelf1_0.188-2.1_arm64", + "name": "libelf1", + "version": "0.188-2.1" + }, + { + "key": "libbz2-1.0_1.0.8-5-p-b1_arm64", + "name": "libbz2-1.0", + "version": "1.0.8-5+b1" + }, + { + "key": "libgstreamer-plugins-base1.0-0_1.22.0-3-p-deb12u2_arm64", + "name": "libgstreamer-plugins-base1.0-0", + "version": "1.22.0-3+deb12u2" + }, + { + "key": "iso-codes_4.15.0-1_arm64", + "name": "iso-codes", + "version": "4.15.0-1" + }, + { + "key": "libsndio7.0_1.9.0-0.3-p-b2_arm64", + "name": "libsndio7.0", + "version": "1.9.0-0.3+b2" + }, + { + "key": "libbsd0_0.11.7-2_arm64", + "name": "libbsd0", + "version": "0.11.7-2" + }, + { + "key": "libmd0_1.0.4-2_arm64", + "name": "libmd0", + "version": "1.0.4-2" + }, + { + "key": "libasound2_1.2.8-1-p-b1_arm64", + "name": "libasound2", + "version": "1.2.8-1+b1" + }, + { + "key": "libasound2-data_1.2.8-1_arm64", + "name": "libasound2-data", + "version": "1.2.8-1" + }, + { + "key": "libseccomp2_2.5.4-1-p-deb12u1_arm64", + "name": "libseccomp2", + "version": "2.5.4-1+deb12u1" + }, + { + "key": "libnuma1_2.0.16-1_arm64", + "name": "libnuma1", + "version": "2.0.16-1" + }, + { + "key": "libnettle8_3.8.1-2_arm64", + "name": "libnettle8", + "version": "3.8.1-2" + }, + { + "key": "libncursesw6_6.4-4_arm64", + "name": "libncursesw6", + "version": "6.4-4" + }, + { + "key": "libhogweed6_3.8.1-2_arm64", + "name": "libhogweed6", + "version": "3.8.1-2" + }, + { + "key": "libgmp10_2-6.2.1-p-dfsg1-1.1_arm64", + "name": "libgmp10", + "version": "2:6.2.1+dfsg1-1.1" + }, + { + "key": "libgnutls30_3.7.9-2-p-deb12u3_arm64", + "name": "libgnutls30", + "version": "3.7.9-2+deb12u3" + }, + { + "key": "libunistring2_1.0-2_arm64", + "name": "libunistring2", + "version": "1.0-2" + }, + { + "key": "libtasn1-6_4.19.0-2_arm64", + "name": "libtasn1-6", + "version": "4.19.0-2" + }, + { + "key": "libp11-kit0_0.24.1-2_arm64", + "name": "libp11-kit0", + "version": "0.24.1-2" + }, + { + "key": "libidn2-0_2.3.3-1-p-b1_arm64", + "name": "libidn2-0", + "version": "2.3.3-1+b1" + }, + { + "key": "libgbm1_22.3.6-1-p-deb12u1_arm64", + "name": "libgbm1", + "version": "22.3.6-1+deb12u1" + }, + { + "key": "libwayland-server0_1.21.0-1_arm64", + "name": "libwayland-server0", + "version": "1.21.0-1" + }, + { + "key": "libexpat1_2.5.0-1-p-deb12u1_arm64", + "name": "libexpat1", + "version": "2.5.0-1+deb12u1" + }, + { + "key": "libdrm2_2.4.114-1-p-b1_arm64", + "name": "libdrm2", + "version": "2.4.114-1+b1" + }, + { + "key": "libdrm-common_2.4.114-1_arm64", + "name": "libdrm-common", + "version": "2.4.114-1" + }, + { + "key": "libfuse3-3_3.14.0-4_arm64", + "name": "libfuse3-3", + "version": "3.14.0-4" + }, + { + "key": "libepoxy0_1.5.10-1_arm64", + "name": "libepoxy0", + "version": "1.5.10-1" + }, + { + "key": "libcap-ng0_0.8.3-1-p-b3_arm64", + "name": "libcap-ng0", + "version": "0.8.3-1+b3" + }, + { + "key": "libcacard0_1-2.8.0-3_arm64", + "name": "libcacard0", + "version": "1:2.8.0-3" + }, + { + "key": "libpcsclite1_1.9.9-2_arm64", + "name": "libpcsclite1", + "version": "1.9.9-2" + }, + { + "key": "libnss3_2-3.87.1-1-p-deb12u1_arm64", + "name": "libnss3", + "version": "2:3.87.1-1+deb12u1" + }, + { + "key": "libsqlite3-0_3.40.1-2-p-deb12u1_arm64", + "name": "libsqlite3-0", + "version": "3.40.1-2+deb12u1" + }, + { + "key": "libnspr4_2-4.35-1_arm64", + "name": "libnspr4", + "version": "2:4.35-1" + }, + { + "key": "libbrlapi0.8_6.5-7-p-deb12u1_arm64", + "name": "libbrlapi0.8", + "version": "6.5-7+deb12u1" + }, + { + "key": "libelogind0_246.10-1debian1_arm64", + "name": "libelogind0", + "version": "246.10-1debian1" + }, + { + "key": "libaio1_0.3.113-4_arm64", + "name": "libaio1", + "version": "0.3.113-4" + }, + { + "key": "libvdeplug2_4.0.1-4_arm64", + "name": "libvdeplug2", + "version": "4.0.1-4" + }, + { + "key": "libexecs0_1.3-2_arm64", + "name": "libexecs0", + "version": "1.3-2" + }, + { + "key": "libslirp0_4.7.0-1_arm64", + "name": "libslirp0", + "version": "4.7.0-1" + }, + { + "key": "librdmacm1_44.0-2_arm64", + "name": "librdmacm1", + "version": "44.0-2" + }, + { + "key": "libnl-3-200_3.7.0-0.2-p-b1_arm64", + "name": "libnl-3-200", + "version": "3.7.0-0.2+b1" + }, + { + "key": "libibverbs1_44.0-2_arm64", + "name": "libibverbs1", + "version": "44.0-2" + }, + { + "key": "libnl-route-3-200_3.7.0-0.2-p-b1_arm64", + "name": "libnl-route-3-200", + "version": "3.7.0-0.2+b1" + }, + { + "key": "adduser_3.134_arm64", + "name": "adduser", + "version": "3.134" + }, + { + "key": "passwd_1-4.13-p-dfsg1-1-p-b1_arm64", + "name": "passwd", + "version": "1:4.13+dfsg1-1+b1" + }, + { + "key": "libpam-modules_1.5.2-6-p-deb12u1_arm64", + "name": "libpam-modules", + "version": "1.5.2-6+deb12u1" + }, + { + "key": "libpam-modules-bin_1.5.2-6-p-deb12u1_arm64", + "name": "libpam-modules-bin", + "version": "1.5.2-6+deb12u1" + }, + { + "key": "libpam0g_1.5.2-6-p-deb12u1_arm64", + "name": "libpam0g", + "version": "1.5.2-6+deb12u1" + }, + { + "key": "debconf_1.5.82_arm64", + "name": "debconf", + "version": "1.5.82" + }, + { + "key": "libaudit1_1-3.0.9-1_arm64", + "name": "libaudit1", + "version": "1:3.0.9-1" + }, + { + "key": "libaudit-common_1-3.0.9-1_arm64", + "name": "libaudit-common", + "version": "1:3.0.9-1" + }, + { + "key": "libcrypt1_1-4.4.33-2_arm64", + "name": "libcrypt1", + "version": "1:4.4.33-2" + }, + { + "key": "libsemanage2_3.4-1-p-b5_arm64", + "name": "libsemanage2", + "version": "3.4-1+b5" + }, + { + "key": "libsepol2_3.4-2.1_arm64", + "name": "libsepol2", + "version": "3.4-2.1" + }, + { + "key": "libsemanage-common_3.4-1_arm64", + "name": "libsemanage-common", + "version": "3.4-1" + }, + { + "key": "libpng16-16_1.6.39-2_arm64", + "name": "libpng16-16", + "version": "1.6.39-2" + }, + { + "key": "libpmem1_1.12.1-2_arm64", + "name": "libpmem1", + "version": "1.12.1-2" + }, + { + "key": "libndctl6_76.1-1_arm64", + "name": "libndctl6", + "version": "76.1-1" + }, + { + "key": "libuuid1_2.38.1-5-p-deb12u2_arm64", + "name": "libuuid1", + "version": "2.38.1-5+deb12u2" + }, + { + "key": "libkmod2_30-p-20221128-1_arm64", + "name": "libkmod2", + "version": "30+20221128-1" + }, + { + "key": "libdaxctl1_76.1-1_arm64", + "name": "libdaxctl1", + "version": "76.1-1" + }, + { + "key": "libfdt1_1.6.1-4-p-b1_arm64", + "name": "libfdt1", + "version": "1.6.1-4+b1" + }, + { + "key": "libcapstone4_4.0.2-5_arm64", + "name": "libcapstone4", + "version": "4.0.2-5" + }, + { + "key": "libbpf1_1-1.1.0-1_arm64", + "name": "libbpf1", + "version": "1:1.1.0-1" + } + ], + "key": "qemu-system-arm_1-7.2-p-dfsg-7-p-deb12u7_arm64", + "name": "qemu-system-arm", + "sha256": "6746737d0776029481966d860e677bb08eef6eb90a45d54e3ae50836be5c9541", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/q/qemu/qemu-system-arm_7.2+dfsg-7+deb12u7_arm64.deb" + ], + "version": "1:7.2+dfsg-7+deb12u7" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "qemu-system-data_1-7.2-p-dfsg-7-p-deb12u7_arm64", + "name": "qemu-system-data", + "sha256": "4986ed94d5af3ff1b0e829b442a83f3bc944adccd38535dd4daff1c4235b8923", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/q/qemu/qemu-system-data_7.2+dfsg-7+deb12u7_all.deb" + ], + "version": "1:7.2+dfsg-7+deb12u7" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "qemu-system-common_1-7.2-p-dfsg-7-p-deb12u7_arm64", + "name": "qemu-system-common", + "sha256": "e5e0f0ed0d3683984399f883a511eca2e0eda0e4cbd64137f05ebf6321500eb8", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/q/qemu/qemu-system-common_7.2+dfsg-7+deb12u7_arm64.deb" + ], + "version": "1:7.2+dfsg-7+deb12u7" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "zlib1g_1-1.2.13.dfsg-1_arm64", + "name": "zlib1g", + "sha256": "52b8b8a145bbe1956bba82034f77022cbef0c3d0885c9e32d9817a7932fe1913", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/z/zlib/zlib1g_1.2.13.dfsg-1_arm64.deb" + ], + "version": "1:1.2.13.dfsg-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libc6_2.36-9-p-deb12u9_arm64", + "name": "libc6", + "sha256": "564ad8beb7d6d80620ed5f6387cd0da5e3bc839e0c43293b4233678e8366c283", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/g/glibc/libc6_2.36-9+deb12u9_arm64.deb" + ], + "version": "2.36-9+deb12u9" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libgcc-s1_12.2.0-14_arm64", + "name": "libgcc-s1", + "sha256": "6fce2268d8f3152a4e84634f5a24133d3c62903b2f9b11b9c59235cbbc1b23a8", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/g/gcc-12/libgcc-s1_12.2.0-14_arm64.deb" + ], + "version": "12.2.0-14" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "gcc-12-base_12.2.0-14_arm64", + "name": "gcc-12-base", + "sha256": "e1f2fb7212546c0e360af8df26303608f7b09e123ac9c96e15872d1ec1ce3275", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/g/gcc-12/gcc-12-base_12.2.0-14_arm64.deb" + ], + "version": "12.2.0-14" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libzstd1_1.5.4-p-dfsg2-5_arm64", + "name": "libzstd1", + "sha256": "95e173c9538f96ede4fc275ec7863f395a97dd0ea62454be9bc914efa1b9be93", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libz/libzstd/libzstd1_1.5.4+dfsg2-5_arm64.deb" + ], + "version": "1.5.4+dfsg2-5" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libusbredirparser1_0.13.0-2_arm64", + "name": "libusbredirparser1", + "sha256": "23ceddac2018a2beafb9692c30eeaa4266b841e9474937ece1e66b747665f620", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/u/usbredir/libusbredirparser1_0.13.0-2_arm64.deb" + ], + "version": "0.13.0-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libusb-1.0-0_2-1.0.26-1_arm64", + "name": "libusb-1.0-0", + "sha256": "e0648086b231c9204514d31480d517cb1b51e301ac39e69335a67d01ec785608", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libu/libusb-1.0/libusb-1.0-0_1.0.26-1_arm64.deb" + ], + "version": "2:1.0.26-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libudev1_252.31-1_deb12u1_arm64", + "name": "libudev1", + "sha256": "51c6b1d2d1cbf63a78155b612c86f7f1503de3b55e7cfb680191db9959fbf467", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/s/systemd/libudev1_252.31-1~deb12u1_arm64.deb" + ], + "version": "252.31-1~deb12u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "liburing2_2.3-3_arm64", + "name": "liburing2", + "sha256": "840486327052df397d78966e9d65d35404cfe0c1eaa2953842cffba427f8ffdf", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libu/liburing/liburing2_2.3-3_arm64.deb" + ], + "version": "2.3-3" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libtinfo6_6.4-4_arm64", + "name": "libtinfo6", + "sha256": "baef0f6776f84c7eed4f1146d6e5774689567dad43216894d41da02e6608e4b3", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/n/ncurses/libtinfo6_6.4-4_arm64.deb" + ], + "version": "6.4-4" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libspice-server1_0.15.1-1_arm64", + "name": "libspice-server1", + "sha256": "9e00960c9dc4013ce2691172f1b6d3eaa71c97d0fc215ac7de33761d50370340", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/s/spice/libspice-server1_0.15.1-1_arm64.deb" + ], + "version": "0.15.1-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libstdc-p--p-6_12.2.0-14_arm64", + "name": "libstdc++6", + "sha256": "21e971c5d3506f783b89efe8e12ac85081ddd9213e4f6529262bcfe95c326670", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/g/gcc-12/libstdc++6_12.2.0-14_arm64.deb" + ], + "version": "12.2.0-14" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libssl3_3.0.15-1_deb12u1_arm64", + "name": "libssl3", + "sha256": "468debe7aad7bd73592dcdbdab4d778558a4f538efd1b960f24e343fdbc0654d", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/o/openssl/libssl3_3.0.15-1~deb12u1_arm64.deb" + ], + "version": "3.0.15-1~deb12u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libsasl2-2_2.1.28-p-dfsg-10_arm64", + "name": "libsasl2-2", + "sha256": "61dcbb6560e2eb20bff256f1b445ac9af13aa61c6a6ae115ad8cb96c9c50ea38", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/c/cyrus-sasl2/libsasl2-2_2.1.28+dfsg-10_arm64.deb" + ], + "version": "2.1.28+dfsg-10" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libsasl2-modules-db_2.1.28-p-dfsg-10_arm64", + "name": "libsasl2-modules-db", + "sha256": "56d9c35ac6729b02f78900175557dd36bef26611dab89584f29da15631628869", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/c/cyrus-sasl2/libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb" + ], + "version": "2.1.28+dfsg-10" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libdb5.3_5.3.28-p-dfsg2-1_arm64", + "name": "libdb5.3", + "sha256": "344367608d622298a3d916f4cee3dc3173286f3b21f8f497ab21e7178ba930f9", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/d/db5.3/libdb5.3_5.3.28+dfsg2-1_arm64.deb" + ], + "version": "5.3.28+dfsg2-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libpixman-1-0_0.42.2-1_arm64", + "name": "libpixman-1-0", + "sha256": "a18db1a3bdbad168c7168b528bbb07b47316ff9fe977206a780dcc21b376e501", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/p/pixman/libpixman-1-0_0.42.2-1_arm64.deb" + ], + "version": "0.42.2-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "liborc-0.4-0_1-0.4.33-2_arm64", + "name": "liborc-0.4-0", + "sha256": "d62af7b9a49f5858c6c3d8da9115059e52af4770d34abdee3cf132a52bd2407e", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/o/orc/liborc-0.4-0_0.4.33-2_arm64.deb" + ], + "version": "1:0.4.33-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libopus0_1.3.1-3_arm64", + "name": "libopus0", + "sha256": "a7efb06da15cc7f1ffff62bfdd77ba43f2a2065b8b59185ad1d14031c5a9e354", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/o/opus/libopus0_1.3.1-3_arm64.deb" + ], + "version": "1.3.1-3" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "liblz4-1_1.9.4-1_arm64", + "name": "liblz4-1", + "sha256": "f061216ce11aabba8f032dfd6c75c181e782fef7493033b9621a8c3b2953b87e", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/l/lz4/liblz4-1_1.9.4-1_arm64.deb" + ], + "version": "1.9.4-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libjpeg62-turbo_1-2.1.5-2_arm64", + "name": "libjpeg62-turbo", + "sha256": "de66f186f3ff3c1d10c2e75ae056b019b3f7f091f51096a06cade48b2dea875b", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libj/libjpeg-turbo/libjpeg62-turbo_2.1.5-2_arm64.deb" + ], + "version": "1:2.1.5-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libgstreamer1.0-0_1.22.0-2_arm64", + "name": "libgstreamer1.0-0", + "sha256": "1ceef7a7a98d61abb786430236ae55e12635aa58afa65b502328d86dd6dd3504", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/g/gstreamer1.0/libgstreamer1.0-0_1.22.0-2_arm64.deb" + ], + "version": "1.22.0-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libcap2-bin_1-2.66-4_arm64", + "name": "libcap2-bin", + "sha256": "7a928fa2b174b02de6a079ebde6deb00761bf0de8f9cfebc9e6636c488d3670f", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libc/libcap2/libcap2-bin_2.66-4_arm64.deb" + ], + "version": "1:2.66-4" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libcap2_1-2.66-4_arm64", + "name": "libcap2", + "sha256": "c96dbe3a37385c9f0a5d559d55bbd97c3aae649e27ba8f502b78172f78859e46", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libc/libcap2/libcap2_2.66-4_arm64.deb" + ], + "version": "1:2.66-4" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libunwind8_1.6.2-3_arm64", + "name": "libunwind8", + "sha256": "f83ce7c58caaf15cfb0b6ced538751ea11ded920443aecfe617049ae184b715e", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libu/libunwind/libunwind8_1.6.2-3_arm64.deb" + ], + "version": "1.6.2-3" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "liblzma5_5.4.1-0.2_arm64", + "name": "liblzma5", + "sha256": "48216df0ab15bf757176417c154c27a208b82aa42b00a16794e4699ec9e8e2e3", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/x/xz-utils/liblzma5_5.4.1-0.2_arm64.deb" + ], + "version": "5.4.1-0.2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libglib2.0-0_2.74.6-2-p-deb12u4_arm64", + "name": "libglib2.0-0", + "sha256": "5de69f9471e915688d1245855639f45811cdf7ff725f30c024c86d6ab1a7b0ab", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/g/glib2.0/libglib2.0-0_2.74.6-2+deb12u4_arm64.deb" + ], + "version": "2.74.6-2+deb12u4" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libselinux1_3.4-1-p-b6_arm64", + "name": "libselinux1", + "sha256": "29201edf23ebae40844d6c289afdb9bba52f927d55096ed1b1cd37e040135edc", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libs/libselinux/libselinux1_3.4-1+b6_arm64.deb" + ], + "version": "3.4-1+b6" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libpcre2-8-0_10.42-1_arm64", + "name": "libpcre2-8-0", + "sha256": "b2448d0a8a3db7fbeac231e7ef93811346c1fb5f96ccf6f631701d8a4eb39206", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/p/pcre2/libpcre2-8-0_10.42-1_arm64.deb" + ], + "version": "10.42-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libmount1_2.38.1-5-p-deb12u2_arm64", + "name": "libmount1", + "sha256": "eeca5764e1ccb01fb0943d5e15ffbc20c037fb4637d13a9aad8a51b03f5ba19d", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/u/util-linux/libmount1_2.38.1-5+deb12u2_arm64.deb" + ], + "version": "2.38.1-5+deb12u2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libblkid1_2.38.1-5-p-deb12u2_arm64", + "name": "libblkid1", + "sha256": "15d43be4b0d7682d9d3925a2a45c0e44a620a1d13aa39e961efce46c3f04cd33", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/u/util-linux/libblkid1_2.38.1-5+deb12u2_arm64.deb" + ], + "version": "2.38.1-5+deb12u2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libffi8_3.4.4-1_arm64", + "name": "libffi8", + "sha256": "80b5c36177dc0e29d531c7eddbed3cc7355cb490e49f8cfa5959572d161f27b3", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libf/libffi/libffi8_3.4.4-1_arm64.deb" + ], + "version": "3.4.4-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libdw1_0.188-2.1_arm64", + "name": "libdw1", + "sha256": "3b403c886653e2ea496b74cf3b5c89aa0f50a7c2af9eda343be185970d3f440d", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/e/elfutils/libdw1_0.188-2.1_arm64.deb" + ], + "version": "0.188-2.1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libelf1_0.188-2.1_arm64", + "name": "libelf1", + "sha256": "32971952d8f5d563447bf275f24e26057500924da2d855c1edb53b0f0400bd11", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/e/elfutils/libelf1_0.188-2.1_arm64.deb" + ], + "version": "0.188-2.1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libbz2-1.0_1.0.8-5-p-b1_arm64", + "name": "libbz2-1.0", + "sha256": "d3a96ece03326498b39ff093a76800dfcbcb1d4049d6ae6e9f6fa1aa7a590ad6", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/b/bzip2/libbz2-1.0_1.0.8-5+b1_arm64.deb" + ], + "version": "1.0.8-5+b1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libgstreamer-plugins-base1.0-0_1.22.0-3-p-deb12u2_arm64", + "name": "libgstreamer-plugins-base1.0-0", + "sha256": "652bd5e8639cffd5c70d766e65ba40fa9759a7aa70787b0376fd7eefe613bdbb", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian-security/20241111T000000Z/pool/updates/main/g/gst-plugins-base1.0/libgstreamer-plugins-base1.0-0_1.22.0-3+deb12u2_arm64.deb" + ], + "version": "1.22.0-3+deb12u2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "iso-codes_4.15.0-1_arm64", + "name": "iso-codes", + "sha256": "b1beb869303229c38288d4ddacfd582c91f594759b5767c9cecebd87f16ff70e", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/i/iso-codes/iso-codes_4.15.0-1_all.deb" + ], + "version": "4.15.0-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libsndio7.0_1.9.0-0.3-p-b2_arm64", + "name": "libsndio7.0", + "sha256": "e7c787895eacf8363a4dea6a0cb3237a78857691d8d53f60a1a3ffeea3819808", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/s/sndio/libsndio7.0_1.9.0-0.3+b2_arm64.deb" + ], + "version": "1.9.0-0.3+b2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libbsd0_0.11.7-2_arm64", + "name": "libbsd0", + "sha256": "ef00f132ddd268ee67d756998723ee18543db27ab34930c0a9f1cff75cf55382", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libb/libbsd/libbsd0_0.11.7-2_arm64.deb" + ], + "version": "0.11.7-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libmd0_1.0.4-2_arm64", + "name": "libmd0", + "sha256": "99a8c7dd591fae9fb37d8bf8dfdffa850e207fa405b3198c5b24711a5f972381", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libm/libmd/libmd0_1.0.4-2_arm64.deb" + ], + "version": "1.0.4-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libasound2_1.2.8-1-p-b1_arm64", + "name": "libasound2", + "sha256": "9fa889400fcee4b92c8f4a2fafbb7f2cd33444d9ec1665a71002ab67c06114bb", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/a/alsa-lib/libasound2_1.2.8-1+b1_arm64.deb" + ], + "version": "1.2.8-1+b1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libasound2-data_1.2.8-1_arm64", + "name": "libasound2-data", + "sha256": "fe0780d2d3674b2977e0acb0d48b448ad72ba1642564b7dc537f55e839984c2d", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/a/alsa-lib/libasound2-data_1.2.8-1_all.deb" + ], + "version": "1.2.8-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libseccomp2_2.5.4-1-p-deb12u1_arm64", + "name": "libseccomp2", + "sha256": "be675cf3b7778d88e8f6156c501d32fcbe77636b3dcf18bf2bc7e5daf3dde256", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libs/libseccomp/libseccomp2_2.5.4-1+deb12u1_arm64.deb" + ], + "version": "2.5.4-1+deb12u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libnuma1_2.0.16-1_arm64", + "name": "libnuma1", + "sha256": "b4ed2547f387eb2e97d13c0b423b034d2a4d052b2131dfe043e45a84915452c5", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/n/numactl/libnuma1_2.0.16-1_arm64.deb" + ], + "version": "2.0.16-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libnettle8_3.8.1-2_arm64", + "name": "libnettle8", + "sha256": "c945ff210df69cf7b95e935b8fa936e81c1c1f475355e3d5db83510b174f0cd6", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/n/nettle/libnettle8_3.8.1-2_arm64.deb" + ], + "version": "3.8.1-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libncursesw6_6.4-4_arm64", + "name": "libncursesw6", + "sha256": "cf32cb6751718872c6def448b82211eec494f688e2f1a3e6c71bfdaf6b0722c5", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/n/ncurses/libncursesw6_6.4-4_arm64.deb" + ], + "version": "6.4-4" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libhogweed6_3.8.1-2_arm64", + "name": "libhogweed6", + "sha256": "e653a1a7e5a44be0f7b6443dc6ac865d2504e49149660fc253655245965e157f", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/n/nettle/libhogweed6_3.8.1-2_arm64.deb" + ], + "version": "3.8.1-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libgmp10_2-6.2.1-p-dfsg1-1.1_arm64", + "name": "libgmp10", + "sha256": "9906387c1dd806518c915bd8616d072c741061d7fa26b222e52763456060b31a", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/g/gmp/libgmp10_6.2.1+dfsg1-1.1_arm64.deb" + ], + "version": "2:6.2.1+dfsg1-1.1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libgnutls30_3.7.9-2-p-deb12u3_arm64", + "name": "libgnutls30", + "sha256": "c57211d73ef38e312eebb080210474f10dc66af736f866899190e1ee0a37ad9d", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/g/gnutls28/libgnutls30_3.7.9-2+deb12u3_arm64.deb" + ], + "version": "3.7.9-2+deb12u3" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libunistring2_1.0-2_arm64", + "name": "libunistring2", + "sha256": "05b0b7700bfe269ff7af61f45e92055d7ef4c532c9584e4e2a352cf0bd4de5b1", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libu/libunistring/libunistring2_1.0-2_arm64.deb" + ], + "version": "1.0-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libtasn1-6_4.19.0-2_arm64", + "name": "libtasn1-6", + "sha256": "235e0097ecf3742ebea01691ce1b01b5504b5de205734dab4a5353f0c324f3f3", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libt/libtasn1-6/libtasn1-6_4.19.0-2_arm64.deb" + ], + "version": "4.19.0-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libp11-kit0_0.24.1-2_arm64", + "name": "libp11-kit0", + "sha256": "d1f1f55023e9fc085b9ebfc9c4113d2d2dab2dc6b81a337f274b75c95ad8dc0a", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/p/p11-kit/libp11-kit0_0.24.1-2_arm64.deb" + ], + "version": "0.24.1-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libidn2-0_2.3.3-1-p-b1_arm64", + "name": "libidn2-0", + "sha256": "12a3efc056671bf1c1bed4c3444c2559c8d5e0c158a13316fc728f263b83ddc4", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libi/libidn2/libidn2-0_2.3.3-1+b1_arm64.deb" + ], + "version": "2.3.3-1+b1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libgbm1_22.3.6-1-p-deb12u1_arm64", + "name": "libgbm1", + "sha256": "c76790e11aac46e328b6a13b34cccd3ef01fad79cfe80d2c4aa2384ac9ddb1f8", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/m/mesa/libgbm1_22.3.6-1+deb12u1_arm64.deb" + ], + "version": "22.3.6-1+deb12u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libwayland-server0_1.21.0-1_arm64", + "name": "libwayland-server0", + "sha256": "4d99e7e0503fdaa999e67d47d8612c0465e775eafa47819573da50bdb09064f2", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/w/wayland/libwayland-server0_1.21.0-1_arm64.deb" + ], + "version": "1.21.0-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libexpat1_2.5.0-1-p-deb12u1_arm64", + "name": "libexpat1", + "sha256": "01e2a9ebd2197b1466283723ee1795713de765a3c3cef29549e6136e4c77d65e", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian-security/20241111T000000Z/pool/updates/main/e/expat/libexpat1_2.5.0-1+deb12u1_arm64.deb" + ], + "version": "2.5.0-1+deb12u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libdrm2_2.4.114-1-p-b1_arm64", + "name": "libdrm2", + "sha256": "f5f15a46d02cf5d9fa52d4f1c54b8cf80c398711ad771a9938b12399b8d8090c", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libd/libdrm/libdrm2_2.4.114-1+b1_arm64.deb" + ], + "version": "2.4.114-1+b1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libdrm-common_2.4.114-1_arm64", + "name": "libdrm-common", + "sha256": "32f9664138b38b224383c6986457d5ad2ec8efd559b1a0ce7749405f7a451aad", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libd/libdrm/libdrm-common_2.4.114-1_all.deb" + ], + "version": "2.4.114-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libfuse3-3_3.14.0-4_arm64", + "name": "libfuse3-3", + "sha256": "6928a77e354bf66ddae04f070c5e5bd6f3d177b9189fc91d0b15e35500dd1dba", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/f/fuse3/libfuse3-3_3.14.0-4_arm64.deb" + ], + "version": "3.14.0-4" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libepoxy0_1.5.10-1_arm64", + "name": "libepoxy0", + "sha256": "f9cf8272b5abbcc872999347dc086dbacb4fb5896024f6d9d466369c26c1b9eb", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libe/libepoxy/libepoxy0_1.5.10-1_arm64.deb" + ], + "version": "1.5.10-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libcap-ng0_0.8.3-1-p-b3_arm64", + "name": "libcap-ng0", + "sha256": "24e74ad29a37d2a3940b8977d11298a7afc77379ef414b561d79c64147d740e0", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libc/libcap-ng/libcap-ng0_0.8.3-1+b3_arm64.deb" + ], + "version": "0.8.3-1+b3" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libcacard0_1-2.8.0-3_arm64", + "name": "libcacard0", + "sha256": "4b1fe7786969adf69db33c5653ffea1ec6a5689625396a4cb5b5d08a2d00e571", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libc/libcacard/libcacard0_2.8.0-3_arm64.deb" + ], + "version": "1:2.8.0-3" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libpcsclite1_1.9.9-2_arm64", + "name": "libpcsclite1", + "sha256": "df60212d5ebcdc179d6e6398bbf8bb6f56e575afef733cf09b04e2c41de9f153", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/p/pcsc-lite/libpcsclite1_1.9.9-2_arm64.deb" + ], + "version": "1.9.9-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libnss3_2-3.87.1-1-p-deb12u1_arm64", + "name": "libnss3", + "sha256": "20800e908287cfcab130f0f54627651d68d3fa2142154555009e9d6beda16968", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian-security/20241111T000000Z/pool/updates/main/n/nss/libnss3_3.87.1-1+deb12u1_arm64.deb" + ], + "version": "2:3.87.1-1+deb12u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libsqlite3-0_3.40.1-2-p-deb12u1_arm64", + "name": "libsqlite3-0", + "sha256": "9213f61ebb2f1a8cdea655fbd669c3abc049bcde5670f5acb51d684e1fadf659", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/s/sqlite3/libsqlite3-0_3.40.1-2+deb12u1_arm64.deb" + ], + "version": "3.40.1-2+deb12u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libnspr4_2-4.35-1_arm64", + "name": "libnspr4", + "sha256": "3aa6bc5a1a3f83627f735b9712eed74ed2c345ae9148e9d876887a97982ae28d", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/n/nspr/libnspr4_4.35-1_arm64.deb" + ], + "version": "2:4.35-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libbrlapi0.8_6.5-7-p-deb12u1_arm64", + "name": "libbrlapi0.8", + "sha256": "468ce938baf2ebd3cf1f7f041a432a964040c7bfe797436d482590a52c844b1a", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/b/brltty/libbrlapi0.8_6.5-7+deb12u1_arm64.deb" + ], + "version": "6.5-7+deb12u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libelogind0_246.10-1debian1_arm64", + "name": "libelogind0", + "sha256": "da02387decd2b213f467fe949f2a88a73daa4f264e9abbf10d78320f7a8b8777", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/e/elogind/libelogind0_246.10-1debian1_arm64.deb" + ], + "version": "246.10-1debian1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libaio1_0.3.113-4_arm64", + "name": "libaio1", + "sha256": "a65da7470d336eea146ae2e33640be5309103d2013e8b3e98db7c81b95a756f3", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/liba/libaio/libaio1_0.3.113-4_arm64.deb" + ], + "version": "0.3.113-4" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libvdeplug2_4.0.1-4_arm64", + "name": "libvdeplug2", + "sha256": "1f5d0e434b0dfb4ba7c0d7eb9bdbf98ac88b29362f61357d1869cfc03677b3d1", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/v/vdeplug4/libvdeplug2_4.0.1-4_arm64.deb" + ], + "version": "4.0.1-4" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libexecs0_1.3-2_arm64", + "name": "libexecs0", + "sha256": "3403e11b13183d59ca81ae57b9ec0f12d6ea269ace7185d35f204cf6b353620f", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libe/libexecs/libexecs0_1.3-2_arm64.deb" + ], + "version": "1.3-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libslirp0_4.7.0-1_arm64", + "name": "libslirp0", + "sha256": "54baa3272a0aad6413186a7e6ab2762b8181f3573e65aa82eecbec9a55a9dfe2", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libs/libslirp/libslirp0_4.7.0-1_arm64.deb" + ], + "version": "4.7.0-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "librdmacm1_44.0-2_arm64", + "name": "librdmacm1", + "sha256": "b218b8794be027ee96d7496563bc6e06d2f68bc7eedcd0602be3d9e90533ad20", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/r/rdma-core/librdmacm1_44.0-2_arm64.deb" + ], + "version": "44.0-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libnl-3-200_3.7.0-0.2-p-b1_arm64", + "name": "libnl-3-200", + "sha256": "72b85c8d07ddfd135a9a372f156500961f95ce109474e95a76e4de2a96f94401", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libn/libnl3/libnl-3-200_3.7.0-0.2+b1_arm64.deb" + ], + "version": "3.7.0-0.2+b1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libibverbs1_44.0-2_arm64", + "name": "libibverbs1", + "sha256": "b0714d72740d1552550d1bee67d3ea437a128083c6f1db57c6780e15f3e26946", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/r/rdma-core/libibverbs1_44.0-2_arm64.deb" + ], + "version": "44.0-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libnl-route-3-200_3.7.0-0.2-p-b1_arm64", + "name": "libnl-route-3-200", + "sha256": "1131eb75cce6f3942e67e0461f88ed507d43442ec1307c10ab75bcf3e2f7dcab", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libn/libnl3/libnl-route-3-200_3.7.0-0.2+b1_arm64.deb" + ], + "version": "3.7.0-0.2+b1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "adduser_3.134_arm64", + "name": "adduser", + "sha256": "c24fe4eb8e60d8632d72ed104cce7c92cff200847c897dc8ba764b6c47b519e0", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/a/adduser/adduser_3.134_all.deb" + ], + "version": "3.134" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "passwd_1-4.13-p-dfsg1-1-p-b1_arm64", + "name": "passwd", + "sha256": "c8e689ebef5c3ad4fb39ea8b0d49c33a483879dd0f477a07d710f7609809d697", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/s/shadow/passwd_4.13+dfsg1-1+b1_arm64.deb" + ], + "version": "1:4.13+dfsg1-1+b1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libpam-modules_1.5.2-6-p-deb12u1_arm64", + "name": "libpam-modules", + "sha256": "f2acfa1766b31a2b2b89c7afe11f757c88ec2f1d8abc8ce5bd77c4dd3e5fa24b", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/p/pam/libpam-modules_1.5.2-6+deb12u1_arm64.deb" + ], + "version": "1.5.2-6+deb12u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libpam-modules-bin_1.5.2-6-p-deb12u1_arm64", + "name": "libpam-modules-bin", + "sha256": "f89db9843fa29e7571687156166ebb8753644105bc3c4e35ac165ca5c9c740b1", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/p/pam/libpam-modules-bin_1.5.2-6+deb12u1_arm64.deb" + ], + "version": "1.5.2-6+deb12u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libpam0g_1.5.2-6-p-deb12u1_arm64", + "name": "libpam0g", + "sha256": "7432311323e7648a7104ddc3332d994600cf0d2a1bd4e2a44679b06e9d932eba", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/p/pam/libpam0g_1.5.2-6+deb12u1_arm64.deb" + ], + "version": "1.5.2-6+deb12u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "debconf_1.5.82_arm64", + "name": "debconf", + "sha256": "74ab14194a3762b2fc717917dcfda42929ab98e3c59295a063344dc551cd7cc8", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/d/debconf/debconf_1.5.82_all.deb" + ], + "version": "1.5.82" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libaudit1_1-3.0.9-1_arm64", + "name": "libaudit1", + "sha256": "619606427a334cba955e0afb18bf4a636df4141d32ea474a79cc512b5ca358e7", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/a/audit/libaudit1_3.0.9-1_arm64.deb" + ], + "version": "1:3.0.9-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libaudit-common_1-3.0.9-1_arm64", + "name": "libaudit-common", + "sha256": "17d0341ca6ce604ce59c296780ac2c2a24141a769823c50669af942c025e6591", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/a/audit/libaudit-common_3.0.9-1_all.deb" + ], + "version": "1:3.0.9-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libcrypt1_1-4.4.33-2_arm64", + "name": "libcrypt1", + "sha256": "eea0ad76ea5eb507127fea0c291622ea4ecdbb71c4b9a8ed9c76ae33fc1a0127", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libx/libxcrypt/libcrypt1_4.4.33-2_arm64.deb" + ], + "version": "1:4.4.33-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libsemanage2_3.4-1-p-b5_arm64", + "name": "libsemanage2", + "sha256": "6d1958b29ac622d352e00f9de55d9de8aea12bd0c27dee8b522e052ace3c67bd", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libs/libsemanage/libsemanage2_3.4-1+b5_arm64.deb" + ], + "version": "3.4-1+b5" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libsepol2_3.4-2.1_arm64", + "name": "libsepol2", + "sha256": "22b0041a04af364f643ff2e7ff88eaaecdf0714dcfd253e8c99a6a952ae1fec6", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libs/libsepol/libsepol2_3.4-2.1_arm64.deb" + ], + "version": "3.4-2.1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libsemanage-common_3.4-1_arm64", + "name": "libsemanage-common", + "sha256": "835f806c21ae25e39053bd3057051640341b0cf08e1db9746fd82e370d82fa30", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libs/libsemanage/libsemanage-common_3.4-1_all.deb" + ], + "version": "3.4-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libpng16-16_1.6.39-2_arm64", + "name": "libpng16-16", + "sha256": "ae87c6251a03fbe466228a058fcbaa5b6a44f156166c1ba5118024ac4bf65b75", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libp/libpng1.6/libpng16-16_1.6.39-2_arm64.deb" + ], + "version": "1.6.39-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libpmem1_1.12.1-2_arm64", + "name": "libpmem1", + "sha256": "d0a6aa8854a8f5bc8a3a1c3a2141dfb95bab5777a35178420a75f2ad537365d2", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/p/pmdk/libpmem1_1.12.1-2_arm64.deb" + ], + "version": "1.12.1-2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libndctl6_76.1-1_arm64", + "name": "libndctl6", + "sha256": "230dcedd0cde738ac1d64e5c0ac539997ab8714f843376b4d2b8e70ea27416f8", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/n/ndctl/libndctl6_76.1-1_arm64.deb" + ], + "version": "76.1-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libuuid1_2.38.1-5-p-deb12u2_arm64", + "name": "libuuid1", + "sha256": "8f1dc35949f8bcae8fc13cc22d301946bf5ca8552a9005877e00f34f046ab019", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/u/util-linux/libuuid1_2.38.1-5+deb12u2_arm64.deb" + ], + "version": "2.38.1-5+deb12u2" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libkmod2_30-p-20221128-1_arm64", + "name": "libkmod2", + "sha256": "a3d13b1a5d01fff740356d3a8dad6c13f34988180a5d68a9a2e095995054d828", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/k/kmod/libkmod2_30+20221128-1_arm64.deb" + ], + "version": "30+20221128-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libdaxctl1_76.1-1_arm64", + "name": "libdaxctl1", + "sha256": "9d1a37648021afdfaa65c01a3a57f6559ad2dc711a862765a2a60fa66a3b1c98", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/n/ndctl/libdaxctl1_76.1-1_arm64.deb" + ], + "version": "76.1-1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libfdt1_1.6.1-4-p-b1_arm64", + "name": "libfdt1", + "sha256": "63f9608ac653f65ef57596ca18b97c399ff37792eb4f8a35e6ec1f8ee49a5dd0", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/d/device-tree-compiler/libfdt1_1.6.1-4+b1_arm64.deb" + ], + "version": "1.6.1-4+b1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libcapstone4_4.0.2-5_arm64", + "name": "libcapstone4", + "sha256": "80f8a46aeb0ac7f9f7b355729ba571a58aed31b98d0dbcba634f80c7b49d2663", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/c/capstone/libcapstone4_4.0.2-5_arm64.deb" + ], + "version": "4.0.2-5" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "libbpf1_1-1.1.0-1_arm64", + "name": "libbpf1", + "sha256": "1c9e58a94eccf199a9ca18f85675036549d06dd7a7fcfe602d715e37a48a543e", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/libb/libbpf/libbpf1_1.1.0-1_arm64.deb" + ], + "version": "1:1.1.0-1" + }, + { + "arch": "arm64", + "dependencies": [ + { + "key": "ipxe-qemu_1.0.0-p-git-20190125.36a4c85-5.1_arm64", + "name": "ipxe-qemu", + "version": "1.0.0+git-20190125.36a4c85-5.1" + }, + { + "key": "seabios_1.16.2-1_arm64", + "name": "seabios", + "version": "1.16.2-1" + }, + { + "key": "qemu-system-data_1-7.2-p-dfsg-7-p-deb12u7_arm64", + "name": "qemu-system-data", + "version": "1:7.2+dfsg-7+deb12u7" + }, + { + "key": "qemu-system-common_1-7.2-p-dfsg-7-p-deb12u7_arm64", + "name": "qemu-system-common", + "version": "1:7.2+dfsg-7+deb12u7" + }, + { + "key": "zlib1g_1-1.2.13.dfsg-1_arm64", + "name": "zlib1g", + "version": "1:1.2.13.dfsg-1" + }, + { + "key": "libc6_2.36-9-p-deb12u9_arm64", + "name": "libc6", + "version": "2.36-9+deb12u9" + }, + { + "key": "libgcc-s1_12.2.0-14_arm64", + "name": "libgcc-s1", + "version": "12.2.0-14" + }, + { + "key": "gcc-12-base_12.2.0-14_arm64", + "name": "gcc-12-base", + "version": "12.2.0-14" + }, + { + "key": "libzstd1_1.5.4-p-dfsg2-5_arm64", + "name": "libzstd1", + "version": "1.5.4+dfsg2-5" + }, + { + "key": "libusbredirparser1_0.13.0-2_arm64", + "name": "libusbredirparser1", + "version": "0.13.0-2" + }, + { + "key": "libusb-1.0-0_2-1.0.26-1_arm64", + "name": "libusb-1.0-0", + "version": "2:1.0.26-1" + }, + { + "key": "libudev1_252.31-1_deb12u1_arm64", + "name": "libudev1", + "version": "252.31-1~deb12u1" + }, + { + "key": "liburing2_2.3-3_arm64", + "name": "liburing2", + "version": "2.3-3" + }, + { + "key": "libtinfo6_6.4-4_arm64", + "name": "libtinfo6", + "version": "6.4-4" + }, + { + "key": "libspice-server1_0.15.1-1_arm64", + "name": "libspice-server1", + "version": "0.15.1-1" + }, + { + "key": "libstdc-p--p-6_12.2.0-14_arm64", + "name": "libstdc++6", + "version": "12.2.0-14" + }, + { + "key": "libssl3_3.0.15-1_deb12u1_arm64", + "name": "libssl3", + "version": "3.0.15-1~deb12u1" + }, + { + "key": "libsasl2-2_2.1.28-p-dfsg-10_arm64", + "name": "libsasl2-2", + "version": "2.1.28+dfsg-10" + }, + { + "key": "libsasl2-modules-db_2.1.28-p-dfsg-10_arm64", + "name": "libsasl2-modules-db", + "version": "2.1.28+dfsg-10" + }, + { + "key": "libdb5.3_5.3.28-p-dfsg2-1_arm64", + "name": "libdb5.3", + "version": "5.3.28+dfsg2-1" + }, + { + "key": "libpixman-1-0_0.42.2-1_arm64", + "name": "libpixman-1-0", + "version": "0.42.2-1" + }, + { + "key": "liborc-0.4-0_1-0.4.33-2_arm64", + "name": "liborc-0.4-0", + "version": "1:0.4.33-2" + }, + { + "key": "libopus0_1.3.1-3_arm64", + "name": "libopus0", + "version": "1.3.1-3" + }, + { + "key": "liblz4-1_1.9.4-1_arm64", + "name": "liblz4-1", + "version": "1.9.4-1" + }, + { + "key": "libjpeg62-turbo_1-2.1.5-2_arm64", + "name": "libjpeg62-turbo", + "version": "1:2.1.5-2" + }, + { + "key": "libgstreamer1.0-0_1.22.0-2_arm64", + "name": "libgstreamer1.0-0", + "version": "1.22.0-2" + }, + { + "key": "libcap2-bin_1-2.66-4_arm64", + "name": "libcap2-bin", + "version": "1:2.66-4" + }, + { + "key": "libcap2_1-2.66-4_arm64", + "name": "libcap2", + "version": "1:2.66-4" + }, + { + "key": "libunwind8_1.6.2-3_arm64", + "name": "libunwind8", + "version": "1.6.2-3" + }, + { + "key": "liblzma5_5.4.1-0.2_arm64", + "name": "liblzma5", + "version": "5.4.1-0.2" + }, + { + "key": "libglib2.0-0_2.74.6-2-p-deb12u4_arm64", + "name": "libglib2.0-0", + "version": "2.74.6-2+deb12u4" + }, + { + "key": "libselinux1_3.4-1-p-b6_arm64", + "name": "libselinux1", + "version": "3.4-1+b6" + }, + { + "key": "libpcre2-8-0_10.42-1_arm64", + "name": "libpcre2-8-0", + "version": "10.42-1" + }, + { + "key": "libmount1_2.38.1-5-p-deb12u2_arm64", + "name": "libmount1", + "version": "2.38.1-5+deb12u2" + }, + { + "key": "libblkid1_2.38.1-5-p-deb12u2_arm64", + "name": "libblkid1", + "version": "2.38.1-5+deb12u2" + }, + { + "key": "libffi8_3.4.4-1_arm64", + "name": "libffi8", + "version": "3.4.4-1" + }, + { + "key": "libdw1_0.188-2.1_arm64", + "name": "libdw1", + "version": "0.188-2.1" + }, + { + "key": "libelf1_0.188-2.1_arm64", + "name": "libelf1", + "version": "0.188-2.1" + }, + { + "key": "libbz2-1.0_1.0.8-5-p-b1_arm64", + "name": "libbz2-1.0", + "version": "1.0.8-5+b1" + }, + { + "key": "libgstreamer-plugins-base1.0-0_1.22.0-3-p-deb12u2_arm64", + "name": "libgstreamer-plugins-base1.0-0", + "version": "1.22.0-3+deb12u2" + }, + { + "key": "iso-codes_4.15.0-1_arm64", + "name": "iso-codes", + "version": "4.15.0-1" + }, + { + "key": "libsndio7.0_1.9.0-0.3-p-b2_arm64", + "name": "libsndio7.0", + "version": "1.9.0-0.3+b2" + }, + { + "key": "libbsd0_0.11.7-2_arm64", + "name": "libbsd0", + "version": "0.11.7-2" + }, + { + "key": "libmd0_1.0.4-2_arm64", + "name": "libmd0", + "version": "1.0.4-2" + }, + { + "key": "libasound2_1.2.8-1-p-b1_arm64", + "name": "libasound2", + "version": "1.2.8-1+b1" + }, + { + "key": "libasound2-data_1.2.8-1_arm64", + "name": "libasound2-data", + "version": "1.2.8-1" + }, + { + "key": "libseccomp2_2.5.4-1-p-deb12u1_arm64", + "name": "libseccomp2", + "version": "2.5.4-1+deb12u1" + }, + { + "key": "libnuma1_2.0.16-1_arm64", + "name": "libnuma1", + "version": "2.0.16-1" + }, + { + "key": "libnettle8_3.8.1-2_arm64", + "name": "libnettle8", + "version": "3.8.1-2" + }, + { + "key": "libncursesw6_6.4-4_arm64", + "name": "libncursesw6", + "version": "6.4-4" + }, + { + "key": "libhogweed6_3.8.1-2_arm64", + "name": "libhogweed6", + "version": "3.8.1-2" + }, + { + "key": "libgmp10_2-6.2.1-p-dfsg1-1.1_arm64", + "name": "libgmp10", + "version": "2:6.2.1+dfsg1-1.1" + }, + { + "key": "libgnutls30_3.7.9-2-p-deb12u3_arm64", + "name": "libgnutls30", + "version": "3.7.9-2+deb12u3" + }, + { + "key": "libunistring2_1.0-2_arm64", + "name": "libunistring2", + "version": "1.0-2" + }, + { + "key": "libtasn1-6_4.19.0-2_arm64", + "name": "libtasn1-6", + "version": "4.19.0-2" + }, + { + "key": "libp11-kit0_0.24.1-2_arm64", + "name": "libp11-kit0", + "version": "0.24.1-2" + }, + { + "key": "libidn2-0_2.3.3-1-p-b1_arm64", + "name": "libidn2-0", + "version": "2.3.3-1+b1" + }, + { + "key": "libgbm1_22.3.6-1-p-deb12u1_arm64", + "name": "libgbm1", + "version": "22.3.6-1+deb12u1" + }, + { + "key": "libwayland-server0_1.21.0-1_arm64", + "name": "libwayland-server0", + "version": "1.21.0-1" + }, + { + "key": "libexpat1_2.5.0-1-p-deb12u1_arm64", + "name": "libexpat1", + "version": "2.5.0-1+deb12u1" + }, + { + "key": "libdrm2_2.4.114-1-p-b1_arm64", + "name": "libdrm2", + "version": "2.4.114-1+b1" + }, + { + "key": "libdrm-common_2.4.114-1_arm64", + "name": "libdrm-common", + "version": "2.4.114-1" + }, + { + "key": "libfuse3-3_3.14.0-4_arm64", + "name": "libfuse3-3", + "version": "3.14.0-4" + }, + { + "key": "libepoxy0_1.5.10-1_arm64", + "name": "libepoxy0", + "version": "1.5.10-1" + }, + { + "key": "libcap-ng0_0.8.3-1-p-b3_arm64", + "name": "libcap-ng0", + "version": "0.8.3-1+b3" + }, + { + "key": "libcacard0_1-2.8.0-3_arm64", + "name": "libcacard0", + "version": "1:2.8.0-3" + }, + { + "key": "libpcsclite1_1.9.9-2_arm64", + "name": "libpcsclite1", + "version": "1.9.9-2" + }, + { + "key": "libnss3_2-3.87.1-1-p-deb12u1_arm64", + "name": "libnss3", + "version": "2:3.87.1-1+deb12u1" + }, + { + "key": "libsqlite3-0_3.40.1-2-p-deb12u1_arm64", + "name": "libsqlite3-0", + "version": "3.40.1-2+deb12u1" + }, + { + "key": "libnspr4_2-4.35-1_arm64", + "name": "libnspr4", + "version": "2:4.35-1" + }, + { + "key": "libbrlapi0.8_6.5-7-p-deb12u1_arm64", + "name": "libbrlapi0.8", + "version": "6.5-7+deb12u1" + }, + { + "key": "libelogind0_246.10-1debian1_arm64", + "name": "libelogind0", + "version": "246.10-1debian1" + }, + { + "key": "libaio1_0.3.113-4_arm64", + "name": "libaio1", + "version": "0.3.113-4" + }, + { + "key": "libvdeplug2_4.0.1-4_arm64", + "name": "libvdeplug2", + "version": "4.0.1-4" + }, + { + "key": "libexecs0_1.3-2_arm64", + "name": "libexecs0", + "version": "1.3-2" + }, + { + "key": "libslirp0_4.7.0-1_arm64", + "name": "libslirp0", + "version": "4.7.0-1" + }, + { + "key": "librdmacm1_44.0-2_arm64", + "name": "librdmacm1", + "version": "44.0-2" + }, + { + "key": "libnl-3-200_3.7.0-0.2-p-b1_arm64", + "name": "libnl-3-200", + "version": "3.7.0-0.2+b1" + }, + { + "key": "libibverbs1_44.0-2_arm64", + "name": "libibverbs1", + "version": "44.0-2" + }, + { + "key": "libnl-route-3-200_3.7.0-0.2-p-b1_arm64", + "name": "libnl-route-3-200", + "version": "3.7.0-0.2+b1" + }, + { + "key": "adduser_3.134_arm64", + "name": "adduser", + "version": "3.134" + }, + { + "key": "passwd_1-4.13-p-dfsg1-1-p-b1_arm64", + "name": "passwd", + "version": "1:4.13+dfsg1-1+b1" + }, + { + "key": "libpam-modules_1.5.2-6-p-deb12u1_arm64", + "name": "libpam-modules", + "version": "1.5.2-6+deb12u1" + }, + { + "key": "libpam-modules-bin_1.5.2-6-p-deb12u1_arm64", + "name": "libpam-modules-bin", + "version": "1.5.2-6+deb12u1" + }, + { + "key": "libpam0g_1.5.2-6-p-deb12u1_arm64", + "name": "libpam0g", + "version": "1.5.2-6+deb12u1" + }, + { + "key": "debconf_1.5.82_arm64", + "name": "debconf", + "version": "1.5.82" + }, + { + "key": "libaudit1_1-3.0.9-1_arm64", + "name": "libaudit1", + "version": "1:3.0.9-1" + }, + { + "key": "libaudit-common_1-3.0.9-1_arm64", + "name": "libaudit-common", + "version": "1:3.0.9-1" + }, + { + "key": "libcrypt1_1-4.4.33-2_arm64", + "name": "libcrypt1", + "version": "1:4.4.33-2" + }, + { + "key": "libsemanage2_3.4-1-p-b5_arm64", + "name": "libsemanage2", + "version": "3.4-1+b5" + }, + { + "key": "libsepol2_3.4-2.1_arm64", + "name": "libsepol2", + "version": "3.4-2.1" + }, + { + "key": "libsemanage-common_3.4-1_arm64", + "name": "libsemanage-common", + "version": "3.4-1" + }, + { + "key": "libpng16-16_1.6.39-2_arm64", + "name": "libpng16-16", + "version": "1.6.39-2" + }, + { + "key": "libpmem1_1.12.1-2_arm64", + "name": "libpmem1", + "version": "1.12.1-2" + }, + { + "key": "libndctl6_76.1-1_arm64", + "name": "libndctl6", + "version": "76.1-1" + }, + { + "key": "libuuid1_2.38.1-5-p-deb12u2_arm64", + "name": "libuuid1", + "version": "2.38.1-5+deb12u2" + }, + { + "key": "libkmod2_30-p-20221128-1_arm64", + "name": "libkmod2", + "version": "30+20221128-1" + }, + { + "key": "libdaxctl1_76.1-1_arm64", + "name": "libdaxctl1", + "version": "76.1-1" + }, + { + "key": "libfdt1_1.6.1-4-p-b1_arm64", + "name": "libfdt1", + "version": "1.6.1-4+b1" + }, + { + "key": "libcapstone4_4.0.2-5_arm64", + "name": "libcapstone4", + "version": "4.0.2-5" + }, + { + "key": "libbpf1_1-1.1.0-1_arm64", + "name": "libbpf1", + "version": "1:1.1.0-1" + } + ], + "key": "qemu-system-x86_1-7.2-p-dfsg-7-p-deb12u7_arm64", + "name": "qemu-system-x86", + "sha256": "afe81e3c013359bee5d3de1d8513111b04c0a2a4434ad3e1231d906ed09dcf83", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/q/qemu/qemu-system-x86_7.2+dfsg-7+deb12u7_arm64.deb" + ], + "version": "1:7.2+dfsg-7+deb12u7" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "ipxe-qemu_1.0.0-p-git-20190125.36a4c85-5.1_arm64", + "name": "ipxe-qemu", + "sha256": "5c2419ce07f4d80ac5e88e32ac09cdc523c048af86c4730d682ba969d3189db2", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/i/ipxe/ipxe-qemu_1.0.0+git-20190125.36a4c85-5.1_all.deb" + ], + "version": "1.0.0+git-20190125.36a4c85-5.1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "seabios_1.16.2-1_arm64", + "name": "seabios", + "sha256": "08e5b3f761379f17a6051731cafa03e97686049e2cc1b8bdccc5a910646e2d8e", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/s/seabios/seabios_1.16.2-1_all.deb" + ], + "version": "1.16.2-1" + }, + { + "arch": "arm64", + "dependencies": [ + { + "key": "qemu-efi-aarch64_2022.11-6-p-deb12u1_arm64", + "name": "qemu-efi-aarch64", + "version": "2022.11-6+deb12u1" + } + ], + "key": "qemu-efi_2022.11-6-p-deb12u1_arm64", + "name": "qemu-efi", + "sha256": "8e394f0dff741951cedd167b02bc3070d8354da206823833b63a7fdfd7f490c7", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian-security/20241111T000000Z/pool/updates/main/e/edk2/qemu-efi_2022.11-6+deb12u1_all.deb" + ], + "version": "2022.11-6+deb12u1" + }, + { + "arch": "arm64", + "dependencies": [], + "key": "qemu-efi-aarch64_2022.11-6-p-deb12u1_arm64", + "name": "qemu-efi-aarch64", + "sha256": "9b71800aad2ec7828aea3154ddceeed29d0275a1240eee79e4e71740ddeb0f17", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian-security/20241111T000000Z/pool/updates/main/e/edk2/qemu-efi-aarch64_2022.11-6+deb12u1_all.deb" + ], + "version": "2022.11-6+deb12u1" + }, + { + "arch": "arm64", + "dependencies": [ + { + "key": "zlib1g_1-1.2.13.dfsg-1_arm64", + "name": "zlib1g", + "version": "1:1.2.13.dfsg-1" + }, + { + "key": "libc6_2.36-9-p-deb12u9_arm64", + "name": "libc6", + "version": "2.36-9+deb12u9" + }, + { + "key": "libgcc-s1_12.2.0-14_arm64", + "name": "libgcc-s1", + "version": "12.2.0-14" + }, + { + "key": "gcc-12-base_12.2.0-14_arm64", + "name": "gcc-12-base", + "version": "12.2.0-14" + }, + { + "key": "libzstd1_1.5.4-p-dfsg2-5_arm64", + "name": "libzstd1", + "version": "1.5.4+dfsg2-5" + }, + { + "key": "liburing2_2.3-3_arm64", + "name": "liburing2", + "version": "2.3-3" + }, + { + "key": "libselinux1_3.4-1-p-b6_arm64", + "name": "libselinux1", + "version": "3.4-1+b6" + }, + { + "key": "libpcre2-8-0_10.42-1_arm64", + "name": "libpcre2-8-0", + "version": "10.42-1" + }, + { + "key": "libnuma1_2.0.16-1_arm64", + "name": "libnuma1", + "version": "2.0.16-1" + }, + { + "key": "libnettle8_3.8.1-2_arm64", + "name": "libnettle8", + "version": "3.8.1-2" + }, + { + "key": "libhogweed6_3.8.1-2_arm64", + "name": "libhogweed6", + "version": "3.8.1-2" + }, + { + "key": "libgmp10_2-6.2.1-p-dfsg1-1.1_arm64", + "name": "libgmp10", + "version": "2:6.2.1+dfsg1-1.1" + }, + { + "key": "libgnutls30_3.7.9-2-p-deb12u3_arm64", + "name": "libgnutls30", + "version": "3.7.9-2+deb12u3" + }, + { + "key": "libunistring2_1.0-2_arm64", + "name": "libunistring2", + "version": "1.0-2" + }, + { + "key": "libtasn1-6_4.19.0-2_arm64", + "name": "libtasn1-6", + "version": "4.19.0-2" + }, + { + "key": "libp11-kit0_0.24.1-2_arm64", + "name": "libp11-kit0", + "version": "0.24.1-2" + }, + { + "key": "libffi8_3.4.4-1_arm64", + "name": "libffi8", + "version": "3.4.4-1" + }, + { + "key": "libidn2-0_2.3.3-1-p-b1_arm64", + "name": "libidn2-0", + "version": "2.3.3-1+b1" + }, + { + "key": "libglib2.0-0_2.74.6-2-p-deb12u4_arm64", + "name": "libglib2.0-0", + "version": "2.74.6-2+deb12u4" + }, + { + "key": "libmount1_2.38.1-5-p-deb12u2_arm64", + "name": "libmount1", + "version": "2.38.1-5+deb12u2" + }, + { + "key": "libblkid1_2.38.1-5-p-deb12u2_arm64", + "name": "libblkid1", + "version": "2.38.1-5+deb12u2" + }, + { + "key": "libfuse3-3_3.14.0-4_arm64", + "name": "libfuse3-3", + "version": "3.14.0-4" + }, + { + "key": "libaio1_0.3.113-4_arm64", + "name": "libaio1", + "version": "0.3.113-4" + } + ], + "key": "qemu-utils_1-7.2-p-dfsg-7-p-deb12u7_arm64", + "name": "qemu-utils", + "sha256": "478509df0171a21dc974bd65a455264f93c5de8a6c6d433d10f2ad7520986963", + "urls": [ + "https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/pool/main/q/qemu/qemu-utils_7.2+dfsg-7+deb12u7_arm64.deb" + ], + "version": "1:7.2+dfsg-7+deb12u7" + } + ], + "version": 1 +} \ No newline at end of file diff --git a/apt/bookworm.yaml b/apt/bookworm.yaml new file mode 100644 index 0000000000000000000000000000000000000000..418d3ca5f4876612f0159ac7b6de863ebc213ba2 --- /dev/null +++ b/apt/bookworm.yaml @@ -0,0 +1,28 @@ +# Packages for debian/{arm64,amd64}. +# +# Anytime this file is changed, the lockfile needs to be regenerated. +# +# To generate the `bookworm.lock.json` run the following command: +# +# bazel run @rules_labgrid-bookworm//:lock +# +version: 1 + +sources: + - channel: bookworm main contrib + url: https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z + - channel: bookworm-security main + url: https://snapshot-cloudflare.debian.org/archive/debian-security/20241111T000000Z + - channel: bookworm-updates main + url: https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/ + +archs: + - "amd64" + - "arm64" + +packages: + - "qemu-system-arm" + - "qemu-system-x86" + - "qemu-efi" + - "qemu-utils" + - "ipxe-qemu" diff --git a/debian/amd64/libc6/BUILD.bazel b/debian/amd64/libc6/BUILD.bazel deleted file mode 100644 index 74f1d72550ba946745f64adf49bb5a0f0d1807a6..0000000000000000000000000000000000000000 --- a/debian/amd64/libc6/BUILD.bazel +++ /dev/null @@ -1,13 +0,0 @@ -load("@rules_tar//tar/filter:defs.bzl", "tar_filter") - -# FIXME: this should actually change the link to be relative instead -tar_filter( - name = "data.tar.xz", - src = "@amd64-libc6//:data.tar.xz", - compress = "@rules_tar//tar/compress:xz", - patterns = [ - "!./lib64/ld-linux-x86-64.so.2", - "**/*", - ], - visibility = ["//debian/amd64:__subpackages__"], -) diff --git a/debian/amd64/qemu-system-arm/BUILD.bazel b/debian/amd64/qemu-system-arm/BUILD.bazel index 82937e449f780b9e1a4dd652c7cbc42b6fed812e..c445ce8f4d0cea52c80be3cc4be9408fcb7e2e9a 100644 --- a/debian/amd64/qemu-system-arm/BUILD.bazel +++ b/debian/amd64/qemu-system-arm/BUILD.bazel @@ -1,11 +1,14 @@ load("@bazel_skylib//:bzl_library.bzl", "bzl_library") load("//debian/launcher:defs.bzl", "debian_launcher") load("//debian/patchelf:defs.bzl", "debian_patchelf") -load(":srcs.bzl", "SRCS") debian_patchelf( name = "patched", - srcs = SRCS, + srcs = [ + "@apt//ipxe-qemu/amd64", + "@apt//qemu-system-arm/amd64", + "@apt//qemu-system-common/amd64", + ], ) debian_launcher( @@ -25,9 +28,3 @@ debian_launcher( }, visibility = ["//:__subpackages__"], ) - -bzl_library( - name = "srcs", - srcs = ["srcs.bzl"], - visibility = ["//visibility:public"], -) diff --git a/debian/amd64/qemu-system-arm/srcs.bzl b/debian/amd64/qemu-system-arm/srcs.bzl deleted file mode 100644 index d2b61c95461a584193cc6b9b208de2db8be88e9d..0000000000000000000000000000000000000000 --- a/debian/amd64/qemu-system-arm/srcs.bzl +++ /dev/null @@ -1,118 +0,0 @@ -visibility("//debian/amd64/qemu-system-arm/...") - -SRCS = ( - "//debian/amd64/libc6:data.tar.xz", - "//debian/amd64/tar:data.tar.xz", - "@all-adduser//:data.tar.xz", - "@all-debconf//:data.tar.xz", - "@all-ipxe-qemu//:data.tar.xz", - "@all-iso-codes//:data.tar.xz", - "@all-libasound2-data//:data.tar.xz", - "@all-libaudit-common//:data.tar.xz", - "@all-libdrm-common//:data.tar.xz", - "@all-libsemanage-common//:data.tar.xz", - "@all-qemu-system-data//:data.tar.xz", - "@all-readline-common//:data.tar.xz", - "@all-seabios//:data.tar.xz", - "@amd64-cdebconf//:data.tar.xz", - "@amd64-dpkg//:data.tar.xz", - "@amd64-gcc-12-base//:data.tar.xz", - "@amd64-install-info//:data.tar.xz", - "@amd64-libaio1//:data.tar.xz", - "@amd64-libasound2//:data.tar.xz", - "@amd64-libaudit1//:data.tar.xz", - "@amd64-libblkid1//:data.tar.xz", - "@amd64-libbpf1//:data.tar.xz", - "@amd64-libbrlapi0.8//:data.tar.xz", - "@amd64-libbsd0//:data.tar.xz", - "@amd64-libbz2-1.0//:data.tar.xz", - "@amd64-libcacard0//:data.tar.xz", - "@amd64-libcap-ng0//:data.tar.xz", - "@amd64-libcap2-bin//:data.tar.xz", - "@amd64-libcap2//:data.tar.xz", - "@amd64-libcapstone4//:data.tar.xz", - "@amd64-libcrypt1//:data.tar.xz", - "@amd64-libdaxctl1//:data.tar.xz", - "@amd64-libdb5.3//:data.tar.xz", - "@amd64-libdebian-installer4//:data.tar.xz", - "@amd64-libdrm2//:data.tar.xz", - "@amd64-libdw1//:data.tar.xz", - "@amd64-libelf1//:data.tar.xz", - "@amd64-libelogind0//:data.tar.xz", - "@amd64-libepoxy0//:data.tar.xz", - "@amd64-libexecs0//:data.tar.xz", - "@amd64-libexpat1//:data.tar.xz", - "@amd64-libfdt1//:data.tar.xz", - "@amd64-libffi8//:data.tar.xz", - "@amd64-libfuse3-3//:data.tar.xz", - "@amd64-libgbm1//:data.tar.xz", - "@amd64-libgcc-s1//:data.tar.xz", - "@amd64-libgcrypt20//:data.tar.xz", - "@amd64-libglib2.0-0//:data.tar.xz", - "@amd64-libgmp10//:data.tar.xz", - "@amd64-libgnutls30//:data.tar.xz", - "@amd64-libgpg-error0//:data.tar.xz", - "@amd64-libgstreamer-plugins-base1.0-0//:data.tar.xz", - "@amd64-libgstreamer1.0-0//:data.tar.xz", - "@amd64-libhogweed6//:data.tar.xz", - "@amd64-libibverbs1//:data.tar.xz", - "@amd64-libidn2-0//:data.tar.xz", - "@amd64-libjpeg62-turbo//:data.tar.xz", - "@amd64-libkmod2//:data.tar.xz", - "@amd64-liblz4-1//:data.tar.xz", - "@amd64-liblzma5//:data.tar.xz", - "@amd64-libmd0//:data.tar.xz", - "@amd64-libmount1//:data.tar.xz", - "@amd64-libncursesw6//:data.tar.xz", - "@amd64-libndctl6//:data.tar.xz", - "@amd64-libnettle8//:data.tar.xz", - "@amd64-libnewt0.52//:data.tar.xz", - "@amd64-libnl-3-200//:data.tar.xz", - "@amd64-libnl-route-3-200//:data.tar.xz", - "@amd64-libnspr4//:data.tar.xz", - "@amd64-libnss3//:data.tar.xz", - "@amd64-libnuma1//:data.tar.xz", - "@amd64-libopus0//:data.tar.xz", - "@amd64-liborc-0.4-0//:data.tar.xz", - "@amd64-libp11-kit0//:data.tar.xz", - "@amd64-libpam-modules//:data.tar.xz", - "@amd64-libpam0g//:data.tar.xz", - "@amd64-libpcre2-8-0//:data.tar.xz", - "@amd64-libpcsclite1//:data.tar.xz", - "@amd64-libpixman-1-0//:data.tar.xz", - "@amd64-libpmem1//:data.tar.xz", - "@amd64-libpng16-16//:data.tar.xz", - "@amd64-librdmacm1//:data.tar.xz", - "@amd64-libreadline8//:data.tar.xz", - "@amd64-libsasl2-2//:data.tar.xz", - "@amd64-libsasl2-modules-db//:data.tar.xz", - "@amd64-libseccomp2//:data.tar.xz", - "@amd64-libselinux1//:data.tar.xz", - "@amd64-libsemanage2//:data.tar.xz", - "@amd64-libsepol2//:data.tar.xz", - "@amd64-libslang2//:data.tar.xz", - "@amd64-libslirp0//:data.tar.xz", - "@amd64-libsndio7.0//:data.tar.xz", - "@amd64-libspice-server1//:data.tar.xz", - "@amd64-libsqlite3-0//:data.tar.xz", - "@amd64-libssl3//:data.tar.xz", - "@amd64-libstdcxx6//:data.tar.xz", - "@amd64-libsystemd0//:data.tar.xz", - "@amd64-libtasn1-6//:data.tar.xz", - "@amd64-libtextwrap1//:data.tar.xz", - "@amd64-libtinfo6//:data.tar.xz", - "@amd64-libudev1//:data.tar.xz", - "@amd64-libunistring2//:data.tar.xz", - "@amd64-libunwind8//:data.tar.xz", - "@amd64-liburing2//:data.tar.xz", - "@amd64-libusb-1.0-0//:data.tar.xz", - "@amd64-libusbredirparser1//:data.tar.xz", - "@amd64-libuuid1//:data.tar.xz", - "@amd64-libvdeplug2//:data.tar.xz", - "@amd64-libwayland-server0//:data.tar.xz", - "@amd64-libzstd1//:data.tar.xz", - "@amd64-passwd//:data.tar.xz", - "@amd64-qemu-system-arm//:data.tar.xz", - "@amd64-qemu-system-common//:data.tar.xz", - "@amd64-zlib1g//:data.tar.xz", -) diff --git a/debian/amd64/qemu-system-x86/BUILD.bazel b/debian/amd64/qemu-system-x86/BUILD.bazel index 7dbe5e20e596ea27a895741614cd0a1d2bca0ea0..c1b5412a9f0935cdca88b14a0cf21984282be125 100644 --- a/debian/amd64/qemu-system-x86/BUILD.bazel +++ b/debian/amd64/qemu-system-x86/BUILD.bazel @@ -1,11 +1,14 @@ load("@bazel_skylib//:bzl_library.bzl", "bzl_library") load("//debian/launcher:defs.bzl", "debian_launcher") load("//debian/patchelf:defs.bzl", "debian_patchelf") -load(":srcs.bzl", "SRCS") debian_patchelf( name = "patched", - srcs = SRCS, + srcs = [ + "@apt//ipxe-qemu/amd64", + "@apt//qemu-system-common/amd64", + "@apt//qemu-system-x86/amd64", + ], ) debian_launcher( @@ -25,9 +28,3 @@ debian_launcher( }, visibility = ["//:__subpackages__"], ) - -bzl_library( - name = "srcs", - srcs = ["srcs.bzl"], - visibility = ["//visibility:public"], -) diff --git a/debian/amd64/qemu-system-x86/srcs.bzl b/debian/amd64/qemu-system-x86/srcs.bzl deleted file mode 100644 index 977b25a075108a1e99b4a61c6c8736d07370e131..0000000000000000000000000000000000000000 --- a/debian/amd64/qemu-system-x86/srcs.bzl +++ /dev/null @@ -1,118 +0,0 @@ -visibility("//debian/amd64/qemu-system-x86/...") - -SRCS = ( - "//debian/amd64/libc6:data.tar.xz", - "//debian/amd64/tar:data.tar.xz", - "@all-adduser//:data.tar.xz", - "@all-debconf//:data.tar.xz", - "@all-ipxe-qemu//:data.tar.xz", - "@all-iso-codes//:data.tar.xz", - "@all-libasound2-data//:data.tar.xz", - "@all-libaudit-common//:data.tar.xz", - "@all-libdrm-common//:data.tar.xz", - "@all-libsemanage-common//:data.tar.xz", - "@all-qemu-system-data//:data.tar.xz", - "@all-readline-common//:data.tar.xz", - "@all-seabios//:data.tar.xz", - "@amd64-cdebconf//:data.tar.xz", - "@amd64-dpkg//:data.tar.xz", - "@amd64-gcc-12-base//:data.tar.xz", - "@amd64-install-info//:data.tar.xz", - "@amd64-libaio1//:data.tar.xz", - "@amd64-libasound2//:data.tar.xz", - "@amd64-libaudit1//:data.tar.xz", - "@amd64-libblkid1//:data.tar.xz", - "@amd64-libbpf1//:data.tar.xz", - "@amd64-libbrlapi0.8//:data.tar.xz", - "@amd64-libbsd0//:data.tar.xz", - "@amd64-libbz2-1.0//:data.tar.xz", - "@amd64-libcacard0//:data.tar.xz", - "@amd64-libcap-ng0//:data.tar.xz", - "@amd64-libcap2-bin//:data.tar.xz", - "@amd64-libcap2//:data.tar.xz", - "@amd64-libcapstone4//:data.tar.xz", - "@amd64-libcrypt1//:data.tar.xz", - "@amd64-libdaxctl1//:data.tar.xz", - "@amd64-libdb5.3//:data.tar.xz", - "@amd64-libdebian-installer4//:data.tar.xz", - "@amd64-libdrm2//:data.tar.xz", - "@amd64-libdw1//:data.tar.xz", - "@amd64-libelf1//:data.tar.xz", - "@amd64-libelogind0//:data.tar.xz", - "@amd64-libepoxy0//:data.tar.xz", - "@amd64-libexecs0//:data.tar.xz", - "@amd64-libexpat1//:data.tar.xz", - "@amd64-libfdt1//:data.tar.xz", - "@amd64-libffi8//:data.tar.xz", - "@amd64-libfuse3-3//:data.tar.xz", - "@amd64-libgbm1//:data.tar.xz", - "@amd64-libgcc-s1//:data.tar.xz", - "@amd64-libgcrypt20//:data.tar.xz", - "@amd64-libglib2.0-0//:data.tar.xz", - "@amd64-libgmp10//:data.tar.xz", - "@amd64-libgnutls30//:data.tar.xz", - "@amd64-libgpg-error0//:data.tar.xz", - "@amd64-libgstreamer-plugins-base1.0-0//:data.tar.xz", - "@amd64-libgstreamer1.0-0//:data.tar.xz", - "@amd64-libhogweed6//:data.tar.xz", - "@amd64-libibverbs1//:data.tar.xz", - "@amd64-libidn2-0//:data.tar.xz", - "@amd64-libjpeg62-turbo//:data.tar.xz", - "@amd64-libkmod2//:data.tar.xz", - "@amd64-liblz4-1//:data.tar.xz", - "@amd64-liblzma5//:data.tar.xz", - "@amd64-libmd0//:data.tar.xz", - "@amd64-libmount1//:data.tar.xz", - "@amd64-libncursesw6//:data.tar.xz", - "@amd64-libndctl6//:data.tar.xz", - "@amd64-libnettle8//:data.tar.xz", - "@amd64-libnewt0.52//:data.tar.xz", - "@amd64-libnl-3-200//:data.tar.xz", - "@amd64-libnl-route-3-200//:data.tar.xz", - "@amd64-libnspr4//:data.tar.xz", - "@amd64-libnss3//:data.tar.xz", - "@amd64-libnuma1//:data.tar.xz", - "@amd64-libopus0//:data.tar.xz", - "@amd64-liborc-0.4-0//:data.tar.xz", - "@amd64-libp11-kit0//:data.tar.xz", - "@amd64-libpam-modules//:data.tar.xz", - "@amd64-libpam0g//:data.tar.xz", - "@amd64-libpcre2-8-0//:data.tar.xz", - "@amd64-libpcsclite1//:data.tar.xz", - "@amd64-libpixman-1-0//:data.tar.xz", - "@amd64-libpmem1//:data.tar.xz", - "@amd64-libpng16-16//:data.tar.xz", - "@amd64-librdmacm1//:data.tar.xz", - "@amd64-libreadline8//:data.tar.xz", - "@amd64-libsasl2-2//:data.tar.xz", - "@amd64-libsasl2-modules-db//:data.tar.xz", - "@amd64-libseccomp2//:data.tar.xz", - "@amd64-libselinux1//:data.tar.xz", - "@amd64-libsemanage2//:data.tar.xz", - "@amd64-libsepol2//:data.tar.xz", - "@amd64-libslang2//:data.tar.xz", - "@amd64-libslirp0//:data.tar.xz", - "@amd64-libsndio7.0//:data.tar.xz", - "@amd64-libspice-server1//:data.tar.xz", - "@amd64-libsqlite3-0//:data.tar.xz", - "@amd64-libssl3//:data.tar.xz", - "@amd64-libstdcxx6//:data.tar.xz", - "@amd64-libsystemd0//:data.tar.xz", - "@amd64-libtasn1-6//:data.tar.xz", - "@amd64-libtextwrap1//:data.tar.xz", - "@amd64-libtinfo6//:data.tar.xz", - "@amd64-libudev1//:data.tar.xz", - "@amd64-libunistring2//:data.tar.xz", - "@amd64-libunwind8//:data.tar.xz", - "@amd64-liburing2//:data.tar.xz", - "@amd64-libusb-1.0-0//:data.tar.xz", - "@amd64-libusbredirparser1//:data.tar.xz", - "@amd64-libuuid1//:data.tar.xz", - "@amd64-libvdeplug2//:data.tar.xz", - "@amd64-libwayland-server0//:data.tar.xz", - "@amd64-libzstd1//:data.tar.xz", - "@amd64-passwd//:data.tar.xz", - "@amd64-qemu-system-common//:data.tar.xz", - "@amd64-qemu-system-x86//:data.tar.xz", - "@amd64-zlib1g//:data.tar.xz", -) diff --git a/debian/amd64/qemu-utils/BUILD.bazel b/debian/amd64/qemu-utils/BUILD.bazel index 8a20642eaa690ec998500d7314f3ffc45bd2c53b..a07cf4104604bba0042ff1b141fee33a537fd4e0 100644 --- a/debian/amd64/qemu-utils/BUILD.bazel +++ b/debian/amd64/qemu-utils/BUILD.bazel @@ -1,11 +1,12 @@ load("@bazel_skylib//:bzl_library.bzl", "bzl_library") load("//debian/launcher:defs.bzl", "debian_launcher") load("//debian/patchelf:defs.bzl", "debian_patchelf") -load(":srcs.bzl", "SRCS") debian_patchelf( name = "patched", - srcs = SRCS, + srcs = [ + "@apt//qemu-utils/amd64", + ], ) debian_launcher( @@ -13,9 +14,3 @@ debian_launcher( src = ":patched", visibility = ["//:__subpackages__"], ) - -bzl_library( - name = "srcs", - srcs = ["srcs.bzl"], - visibility = ["//visibility:public"], -) diff --git a/debian/amd64/qemu-utils/srcs.bzl b/debian/amd64/qemu-utils/srcs.bzl deleted file mode 100644 index 28e6365aea950f97f58b41a9b6279a8eaede34a1..0000000000000000000000000000000000000000 --- a/debian/amd64/qemu-utils/srcs.bzl +++ /dev/null @@ -1,28 +0,0 @@ -visibility("//debian/amd64/qemu-utils/...") - -SRCS = ( - "@amd64-gcc-12-base//:data.tar.xz", - "@amd64-libaio1//:data.tar.xz", - "@amd64-libblkid1//:data.tar.xz", - "@amd64-libc6//:data.tar.xz", - "@amd64-libffi8//:data.tar.xz", - "@amd64-libfuse3-3//:data.tar.xz", - "@amd64-libgcc-s1//:data.tar.xz", - "@amd64-libglib2.0-0//:data.tar.xz", - "@amd64-libgmp10//:data.tar.xz", - "@amd64-libgnutls30//:data.tar.xz", - "@amd64-libhogweed6//:data.tar.xz", - "@amd64-libidn2-0//:data.tar.xz", - "@amd64-libmount1//:data.tar.xz", - "@amd64-libnettle8//:data.tar.xz", - "@amd64-libnuma1//:data.tar.xz", - "@amd64-libp11-kit0//:data.tar.xz", - "@amd64-libpcre2-8-0//:data.tar.xz", - "@amd64-libselinux1//:data.tar.xz", - "@amd64-libtasn1-6//:data.tar.xz", - "@amd64-libunistring2//:data.tar.xz", - "@amd64-liburing2//:data.tar.xz", - "@amd64-libzstd1//:data.tar.xz", - "@amd64-qemu-utils//:data.tar.xz", - "@amd64-zlib1g//:data.tar.xz", -) diff --git a/debian/amd64/tar/BUILD.bazel b/debian/amd64/tar/BUILD.bazel deleted file mode 100644 index 213855729a722328fa5d90b4f293b916ab7b7236..0000000000000000000000000000000000000000 --- a/debian/amd64/tar/BUILD.bazel +++ /dev/null @@ -1,13 +0,0 @@ -load("@rules_tar//tar/filter:defs.bzl", "tar_filter") - -# Remove dangling symlink -tar_filter( - name = "data.tar.xz", - src = "@amd64-tar//:data.tar.xz", - compress = "@rules_tar//tar/compress:xz", - patterns = [ - "!./etc/rmt", - "**/*", - ], - visibility = ["//debian/amd64:__subpackages__"], -) diff --git a/debian/arm64/libc6/BUILD.bazel b/debian/arm64/libc6/BUILD.bazel deleted file mode 100644 index 367f755a6db7ae3c2cbd77c0e1e7214589115f57..0000000000000000000000000000000000000000 --- a/debian/arm64/libc6/BUILD.bazel +++ /dev/null @@ -1,13 +0,0 @@ -load("@rules_tar//tar/filter:defs.bzl", "tar_filter") - -# FIXME: this should actually change the link to be relative instead -tar_filter( - name = "data.tar.xz", - src = "@arm64-libc6//:data.tar.xz", - compress = "@rules_tar//tar/compress:xz", - patterns = [ - "!./lib64/ld-linux-x86-64.so.2", - "**/*", - ], - visibility = ["//debian/arm64:__subpackages__"], -) diff --git a/debian/arm64/qemu-system-arm/BUILD.bazel b/debian/arm64/qemu-system-arm/BUILD.bazel index 82937e449f780b9e1a4dd652c7cbc42b6fed812e..7827db7e66e153f236b2bd1269342a6e48629d3a 100644 --- a/debian/arm64/qemu-system-arm/BUILD.bazel +++ b/debian/arm64/qemu-system-arm/BUILD.bazel @@ -1,11 +1,14 @@ load("@bazel_skylib//:bzl_library.bzl", "bzl_library") load("//debian/launcher:defs.bzl", "debian_launcher") load("//debian/patchelf:defs.bzl", "debian_patchelf") -load(":srcs.bzl", "SRCS") debian_patchelf( name = "patched", - srcs = SRCS, + srcs = [ + "@apt//ipxe-qemu/arm64", + "@apt//qemu-system-arm/arm64", + "@apt//qemu-system-common/arm64", + ], ) debian_launcher( @@ -25,9 +28,3 @@ debian_launcher( }, visibility = ["//:__subpackages__"], ) - -bzl_library( - name = "srcs", - srcs = ["srcs.bzl"], - visibility = ["//visibility:public"], -) diff --git a/debian/arm64/qemu-system-arm/srcs.bzl b/debian/arm64/qemu-system-arm/srcs.bzl deleted file mode 100644 index 1de4f4f1f9a64ba98ea68903f3540a66f10471e0..0000000000000000000000000000000000000000 --- a/debian/arm64/qemu-system-arm/srcs.bzl +++ /dev/null @@ -1,118 +0,0 @@ -visibility("//debian/arm64/qemu-system-arm/...") - -SRCS = ( - "//debian/arm64/libc6:data.tar.xz", - "//debian/arm64/tar:data.tar.xz", - "@all-adduser//:data.tar.xz", - "@all-debconf//:data.tar.xz", - "@all-ipxe-qemu//:data.tar.xz", - "@all-iso-codes//:data.tar.xz", - "@all-libasound2-data//:data.tar.xz", - "@all-libaudit-common//:data.tar.xz", - "@all-libdrm-common//:data.tar.xz", - "@all-libsemanage-common//:data.tar.xz", - "@all-qemu-system-data//:data.tar.xz", - "@all-readline-common//:data.tar.xz", - "@all-seabios//:data.tar.xz", - "@arm64-cdebconf//:data.tar.xz", - "@arm64-dpkg//:data.tar.xz", - "@arm64-gcc-12-base//:data.tar.xz", - "@arm64-install-info//:data.tar.xz", - "@arm64-libaio1//:data.tar.xz", - "@arm64-libasound2//:data.tar.xz", - "@arm64-libaudit1//:data.tar.xz", - "@arm64-libblkid1//:data.tar.xz", - "@arm64-libbpf1//:data.tar.xz", - "@arm64-libbrlapi0.8//:data.tar.xz", - "@arm64-libbsd0//:data.tar.xz", - "@arm64-libbz2-1.0//:data.tar.xz", - "@arm64-libcacard0//:data.tar.xz", - "@arm64-libcap-ng0//:data.tar.xz", - "@arm64-libcap2-bin//:data.tar.xz", - "@arm64-libcap2//:data.tar.xz", - "@arm64-libcapstone4//:data.tar.xz", - "@arm64-libcrypt1//:data.tar.xz", - "@arm64-libdaxctl1//:data.tar.xz", - "@arm64-libdb5.3//:data.tar.xz", - "@arm64-libdebian-installer4//:data.tar.xz", - "@arm64-libdrm2//:data.tar.xz", - "@arm64-libdw1//:data.tar.xz", - "@arm64-libelf1//:data.tar.xz", - "@arm64-libelogind0//:data.tar.xz", - "@arm64-libepoxy0//:data.tar.xz", - "@arm64-libexecs0//:data.tar.xz", - "@arm64-libexpat1//:data.tar.xz", - "@arm64-libfdt1//:data.tar.xz", - "@arm64-libffi8//:data.tar.xz", - "@arm64-libfuse3-3//:data.tar.xz", - "@arm64-libgbm1//:data.tar.xz", - "@arm64-libgcc-s1//:data.tar.xz", - "@arm64-libgcrypt20//:data.tar.xz", - "@arm64-libglib2.0-0//:data.tar.xz", - "@arm64-libgmp10//:data.tar.xz", - "@arm64-libgnutls30//:data.tar.xz", - "@arm64-libgpg-error0//:data.tar.xz", - "@arm64-libgstreamer-plugins-base1.0-0//:data.tar.xz", - "@arm64-libgstreamer1.0-0//:data.tar.xz", - "@arm64-libhogweed6//:data.tar.xz", - "@arm64-libibverbs1//:data.tar.xz", - "@arm64-libidn2-0//:data.tar.xz", - "@arm64-libjpeg62-turbo//:data.tar.xz", - "@arm64-libkmod2//:data.tar.xz", - "@arm64-liblz4-1//:data.tar.xz", - "@arm64-liblzma5//:data.tar.xz", - "@arm64-libmd0//:data.tar.xz", - "@arm64-libmount1//:data.tar.xz", - "@arm64-libncursesw6//:data.tar.xz", - "@arm64-libndctl6//:data.tar.xz", - "@arm64-libnettle8//:data.tar.xz", - "@arm64-libnewt0.52//:data.tar.xz", - "@arm64-libnl-3-200//:data.tar.xz", - "@arm64-libnl-route-3-200//:data.tar.xz", - "@arm64-libnspr4//:data.tar.xz", - "@arm64-libnss3//:data.tar.xz", - "@arm64-libnuma1//:data.tar.xz", - "@arm64-libopus0//:data.tar.xz", - "@arm64-liborc-0.4-0//:data.tar.xz", - "@arm64-libp11-kit0//:data.tar.xz", - "@arm64-libpam-modules//:data.tar.xz", - "@arm64-libpam0g//:data.tar.xz", - "@arm64-libpcre2-8-0//:data.tar.xz", - "@arm64-libpcsclite1//:data.tar.xz", - "@arm64-libpixman-1-0//:data.tar.xz", - "@arm64-libpmem1//:data.tar.xz", - "@arm64-libpng16-16//:data.tar.xz", - "@arm64-librdmacm1//:data.tar.xz", - "@arm64-libreadline8//:data.tar.xz", - "@arm64-libsasl2-2//:data.tar.xz", - "@arm64-libsasl2-modules-db//:data.tar.xz", - "@arm64-libseccomp2//:data.tar.xz", - "@arm64-libselinux1//:data.tar.xz", - "@arm64-libsemanage2//:data.tar.xz", - "@arm64-libsepol2//:data.tar.xz", - "@arm64-libslang2//:data.tar.xz", - "@arm64-libslirp0//:data.tar.xz", - "@arm64-libsndio7.0//:data.tar.xz", - "@arm64-libspice-server1//:data.tar.xz", - "@arm64-libsqlite3-0//:data.tar.xz", - "@arm64-libssl3//:data.tar.xz", - "@arm64-libstdcxx6//:data.tar.xz", - "@arm64-libsystemd0//:data.tar.xz", - "@arm64-libtasn1-6//:data.tar.xz", - "@arm64-libtextwrap1//:data.tar.xz", - "@arm64-libtinfo6//:data.tar.xz", - "@arm64-libudev1//:data.tar.xz", - "@arm64-libunistring2//:data.tar.xz", - "@arm64-libunwind8//:data.tar.xz", - "@arm64-liburing2//:data.tar.xz", - "@arm64-libusb-1.0-0//:data.tar.xz", - "@arm64-libusbredirparser1//:data.tar.xz", - "@arm64-libuuid1//:data.tar.xz", - "@arm64-libvdeplug2//:data.tar.xz", - "@arm64-libwayland-server0//:data.tar.xz", - "@arm64-libzstd1//:data.tar.xz", - "@arm64-passwd//:data.tar.xz", - "@arm64-qemu-system-arm//:data.tar.xz", - "@arm64-qemu-system-common//:data.tar.xz", - "@arm64-zlib1g//:data.tar.xz", -) diff --git a/debian/arm64/qemu-system-x86/BUILD.bazel b/debian/arm64/qemu-system-x86/BUILD.bazel index 7dbe5e20e596ea27a895741614cd0a1d2bca0ea0..cc24d02c4145de85ac6b592187944185f03213e5 100644 --- a/debian/arm64/qemu-system-x86/BUILD.bazel +++ b/debian/arm64/qemu-system-x86/BUILD.bazel @@ -1,11 +1,14 @@ load("@bazel_skylib//:bzl_library.bzl", "bzl_library") load("//debian/launcher:defs.bzl", "debian_launcher") load("//debian/patchelf:defs.bzl", "debian_patchelf") -load(":srcs.bzl", "SRCS") debian_patchelf( name = "patched", - srcs = SRCS, + srcs = [ + "@apt//ipxe-qemu/arm64", + "@apt//qemu-system-common/arm64", + "@apt//qemu-system-x86/arm64", + ], ) debian_launcher( @@ -25,9 +28,3 @@ debian_launcher( }, visibility = ["//:__subpackages__"], ) - -bzl_library( - name = "srcs", - srcs = ["srcs.bzl"], - visibility = ["//visibility:public"], -) diff --git a/debian/arm64/qemu-system-x86/srcs.bzl b/debian/arm64/qemu-system-x86/srcs.bzl deleted file mode 100644 index 40bcc82b0ac15852604be0b609c747f59b1c5265..0000000000000000000000000000000000000000 --- a/debian/arm64/qemu-system-x86/srcs.bzl +++ /dev/null @@ -1,118 +0,0 @@ -visibility("//debian/arm64/qemu-system-x86/...") - -SRCS = ( - "//debian/arm64/libc6:data.tar.xz", - "//debian/arm64/tar:data.tar.xz", - "@all-adduser//:data.tar.xz", - "@all-debconf//:data.tar.xz", - "@all-ipxe-qemu//:data.tar.xz", - "@all-iso-codes//:data.tar.xz", - "@all-libasound2-data//:data.tar.xz", - "@all-libaudit-common//:data.tar.xz", - "@all-libdrm-common//:data.tar.xz", - "@all-libsemanage-common//:data.tar.xz", - "@all-qemu-system-data//:data.tar.xz", - "@all-readline-common//:data.tar.xz", - "@all-seabios//:data.tar.xz", - "@arm64-cdebconf//:data.tar.xz", - "@arm64-dpkg//:data.tar.xz", - "@arm64-gcc-12-base//:data.tar.xz", - "@arm64-install-info//:data.tar.xz", - "@arm64-libaio1//:data.tar.xz", - "@arm64-libasound2//:data.tar.xz", - "@arm64-libaudit1//:data.tar.xz", - "@arm64-libblkid1//:data.tar.xz", - "@arm64-libbpf1//:data.tar.xz", - "@arm64-libbrlapi0.8//:data.tar.xz", - "@arm64-libbsd0//:data.tar.xz", - "@arm64-libbz2-1.0//:data.tar.xz", - "@arm64-libcacard0//:data.tar.xz", - "@arm64-libcap-ng0//:data.tar.xz", - "@arm64-libcap2-bin//:data.tar.xz", - "@arm64-libcap2//:data.tar.xz", - "@arm64-libcapstone4//:data.tar.xz", - "@arm64-libcrypt1//:data.tar.xz", - "@arm64-libdaxctl1//:data.tar.xz", - "@arm64-libdb5.3//:data.tar.xz", - "@arm64-libdebian-installer4//:data.tar.xz", - "@arm64-libdrm2//:data.tar.xz", - "@arm64-libdw1//:data.tar.xz", - "@arm64-libelf1//:data.tar.xz", - "@arm64-libelogind0//:data.tar.xz", - "@arm64-libepoxy0//:data.tar.xz", - "@arm64-libexecs0//:data.tar.xz", - "@arm64-libexpat1//:data.tar.xz", - "@arm64-libfdt1//:data.tar.xz", - "@arm64-libffi8//:data.tar.xz", - "@arm64-libfuse3-3//:data.tar.xz", - "@arm64-libgbm1//:data.tar.xz", - "@arm64-libgcc-s1//:data.tar.xz", - "@arm64-libgcrypt20//:data.tar.xz", - "@arm64-libglib2.0-0//:data.tar.xz", - "@arm64-libgmp10//:data.tar.xz", - "@arm64-libgnutls30//:data.tar.xz", - "@arm64-libgpg-error0//:data.tar.xz", - "@arm64-libgstreamer-plugins-base1.0-0//:data.tar.xz", - "@arm64-libgstreamer1.0-0//:data.tar.xz", - "@arm64-libhogweed6//:data.tar.xz", - "@arm64-libibverbs1//:data.tar.xz", - "@arm64-libidn2-0//:data.tar.xz", - "@arm64-libjpeg62-turbo//:data.tar.xz", - "@arm64-libkmod2//:data.tar.xz", - "@arm64-liblz4-1//:data.tar.xz", - "@arm64-liblzma5//:data.tar.xz", - "@arm64-libmd0//:data.tar.xz", - "@arm64-libmount1//:data.tar.xz", - "@arm64-libncursesw6//:data.tar.xz", - "@arm64-libndctl6//:data.tar.xz", - "@arm64-libnettle8//:data.tar.xz", - "@arm64-libnewt0.52//:data.tar.xz", - "@arm64-libnl-3-200//:data.tar.xz", - "@arm64-libnl-route-3-200//:data.tar.xz", - "@arm64-libnspr4//:data.tar.xz", - "@arm64-libnss3//:data.tar.xz", - "@arm64-libnuma1//:data.tar.xz", - "@arm64-libopus0//:data.tar.xz", - "@arm64-liborc-0.4-0//:data.tar.xz", - "@arm64-libp11-kit0//:data.tar.xz", - "@arm64-libpam-modules//:data.tar.xz", - "@arm64-libpam0g//:data.tar.xz", - "@arm64-libpcre2-8-0//:data.tar.xz", - "@arm64-libpcsclite1//:data.tar.xz", - "@arm64-libpixman-1-0//:data.tar.xz", - "@arm64-libpmem1//:data.tar.xz", - "@arm64-libpng16-16//:data.tar.xz", - "@arm64-librdmacm1//:data.tar.xz", - "@arm64-libreadline8//:data.tar.xz", - "@arm64-libsasl2-2//:data.tar.xz", - "@arm64-libsasl2-modules-db//:data.tar.xz", - "@arm64-libseccomp2//:data.tar.xz", - "@arm64-libselinux1//:data.tar.xz", - "@arm64-libsemanage2//:data.tar.xz", - "@arm64-libsepol2//:data.tar.xz", - "@arm64-libslang2//:data.tar.xz", - "@arm64-libslirp0//:data.tar.xz", - "@arm64-libsndio7.0//:data.tar.xz", - "@arm64-libspice-server1//:data.tar.xz", - "@arm64-libsqlite3-0//:data.tar.xz", - "@arm64-libssl3//:data.tar.xz", - "@arm64-libstdcxx6//:data.tar.xz", - "@arm64-libsystemd0//:data.tar.xz", - "@arm64-libtasn1-6//:data.tar.xz", - "@arm64-libtextwrap1//:data.tar.xz", - "@arm64-libtinfo6//:data.tar.xz", - "@arm64-libudev1//:data.tar.xz", - "@arm64-libunistring2//:data.tar.xz", - "@arm64-libunwind8//:data.tar.xz", - "@arm64-liburing2//:data.tar.xz", - "@arm64-libusb-1.0-0//:data.tar.xz", - "@arm64-libusbredirparser1//:data.tar.xz", - "@arm64-libuuid1//:data.tar.xz", - "@arm64-libvdeplug2//:data.tar.xz", - "@arm64-libwayland-server0//:data.tar.xz", - "@arm64-libzstd1//:data.tar.xz", - "@arm64-passwd//:data.tar.xz", - "@arm64-qemu-system-common//:data.tar.xz", - "@arm64-qemu-system-x86//:data.tar.xz", - "@arm64-zlib1g//:data.tar.xz", -) diff --git a/debian/arm64/qemu-utils/BUILD.bazel b/debian/arm64/qemu-utils/BUILD.bazel index 8a20642eaa690ec998500d7314f3ffc45bd2c53b..1bfc3d8e20578d1a4b415a3595123fb33e002794 100644 --- a/debian/arm64/qemu-utils/BUILD.bazel +++ b/debian/arm64/qemu-utils/BUILD.bazel @@ -1,11 +1,12 @@ load("@bazel_skylib//:bzl_library.bzl", "bzl_library") load("//debian/launcher:defs.bzl", "debian_launcher") load("//debian/patchelf:defs.bzl", "debian_patchelf") -load(":srcs.bzl", "SRCS") debian_patchelf( name = "patched", - srcs = SRCS, + srcs = [ + "@apt//qemu-utils/arm64", + ], ) debian_launcher( @@ -13,9 +14,3 @@ debian_launcher( src = ":patched", visibility = ["//:__subpackages__"], ) - -bzl_library( - name = "srcs", - srcs = ["srcs.bzl"], - visibility = ["//visibility:public"], -) diff --git a/debian/arm64/qemu-utils/srcs.bzl b/debian/arm64/qemu-utils/srcs.bzl deleted file mode 100644 index 312846dc8ee22eaa82e99aba0f4563054dfb772b..0000000000000000000000000000000000000000 --- a/debian/arm64/qemu-utils/srcs.bzl +++ /dev/null @@ -1,28 +0,0 @@ -visibility("//debian/arm64/qemu-utils/...") - -SRCS = ( - "@arm64-gcc-12-base//:data.tar.xz", - "@arm64-libaio1//:data.tar.xz", - "@arm64-libblkid1//:data.tar.xz", - "@arm64-libc6//:data.tar.xz", - "@arm64-libffi8//:data.tar.xz", - "@arm64-libfuse3-3//:data.tar.xz", - "@arm64-libgcc-s1//:data.tar.xz", - "@arm64-libglib2.0-0//:data.tar.xz", - "@arm64-libgmp10//:data.tar.xz", - "@arm64-libgnutls30//:data.tar.xz", - "@arm64-libhogweed6//:data.tar.xz", - "@arm64-libidn2-0//:data.tar.xz", - "@arm64-libmount1//:data.tar.xz", - "@arm64-libnettle8//:data.tar.xz", - "@arm64-libnuma1//:data.tar.xz", - "@arm64-libp11-kit0//:data.tar.xz", - "@arm64-libpcre2-8-0//:data.tar.xz", - "@arm64-libselinux1//:data.tar.xz", - "@arm64-libtasn1-6//:data.tar.xz", - "@arm64-libunistring2//:data.tar.xz", - "@arm64-liburing2//:data.tar.xz", - "@arm64-libzstd1//:data.tar.xz", - "@arm64-qemu-utils//:data.tar.xz", - "@arm64-zlib1g//:data.tar.xz", -) diff --git a/debian/arm64/tar/BUILD.bazel b/debian/arm64/tar/BUILD.bazel deleted file mode 100644 index 480d5f080f553fba77184666d6391409b2d49f81..0000000000000000000000000000000000000000 --- a/debian/arm64/tar/BUILD.bazel +++ /dev/null @@ -1,13 +0,0 @@ -load("@rules_tar//tar/filter:defs.bzl", "tar_filter") - -# Remove dangling symlink -tar_filter( - name = "data.tar.xz", - src = "@arm64-tar//:data.tar.xz", - compress = "@rules_tar//tar/compress:xz", - patterns = [ - "!./etc/rmt", - "**/*", - ], - visibility = ["//debian/arm64:__subpackages__"], -) diff --git a/e2e/MODULE.bazel b/e2e/MODULE.bazel index 5a6c39b546fa17a904cc9fafb20fbf0d9f2b9e2e..2b3bc9facff9954969b55457c9c7566f1dbac30f 100644 --- a/e2e/MODULE.bazel +++ b/e2e/MODULE.bazel @@ -28,7 +28,11 @@ use_repo(python, "python_versions") # We have to avoid the `chmod`/`chown`/`id` unhermetic-ness # TODO: remove this when `ignore_root_user_error` is hermetic # https://github.com/bazelbuild/rules_python/issues/2016 -dev = use_extension("@rules_python//python/extensions:python.bzl", "python", dev_dependency = True) +dev = use_extension( + "@rules_python//python/extensions:python.bzl", + "python", + dev_dependency = True, +) dev.toolchain( configure_coverage_tool = True, # TODO: change the code to use Python for `chmod`/`id` diff --git a/e2e/MODULE.bazel.lock b/e2e/MODULE.bazel.lock index 5b1223b927c73da51323d43b8aa7c61a79b7e0a9..c3f69b01604efe8a73f8e0de452cae0ad916d176 100644 --- a/e2e/MODULE.bazel.lock +++ b/e2e/MODULE.bazel.lock @@ -5,7 +5,9 @@ "https://bcr.bazel.build/modules/abseil-cpp/20210324.2/MODULE.bazel": "7cd0312e064fde87c8d1cd79ba06c876bd23630c83466e9500321be55c96ace2", "https://bcr.bazel.build/modules/abseil-cpp/20211102.0/MODULE.bazel": "70390338f7a5106231d20620712f7cccb659cd0e9d073d1991c038eb9fc57589", "https://bcr.bazel.build/modules/abseil-cpp/20230125.1/MODULE.bazel": "89047429cb0207707b2dface14ba7f8df85273d484c2572755be4bab7ce9c3a0", + "https://bcr.bazel.build/modules/abseil-cpp/20230802.0.bcr.1/MODULE.bazel": "1c8cec495288dccd14fdae6e3f95f772c1c91857047a098fad772034264cc8cb", "https://bcr.bazel.build/modules/abseil-cpp/20230802.0/MODULE.bazel": "d253ae36a8bd9ee3c5955384096ccb6baf16a1b1e93e858370da0a3b94f77c16", + "https://bcr.bazel.build/modules/abseil-cpp/20230802.1/MODULE.bazel": "fa92e2eb41a04df73cdabeec37107316f7e5272650f81d6cc096418fe647b915", "https://bcr.bazel.build/modules/abseil-cpp/20240116.2/MODULE.bazel": "73939767a4686cd9a520d16af5ab440071ed75cec1a876bf2fcfaf1f71987a16", "https://bcr.bazel.build/modules/abseil-cpp/20240116.2/source.json": "750d5e29326fb59cbe61116a7b803c8a1d0a7090a9c8ed89888d188e3c473fc7", "https://bcr.bazel.build/modules/ape/1.0.0-beta.12/MODULE.bazel": "e75be27b37a2f7cf83dbeb497aeac93f8da9aa55fc2b35a9a1cb46db9b7f8885", @@ -17,12 +19,15 @@ "https://bcr.bazel.build/modules/apple_support/1.15.1/source.json": "517f2b77430084c541bc9be2db63fdcbb7102938c5f64c17ee60ffda2e5cf07b", "https://bcr.bazel.build/modules/apple_support/1.5.0/MODULE.bazel": "50341a62efbc483e8a2a6aec30994a58749bd7b885e18dd96aa8c33031e558ef", "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.0/MODULE.bazel": "2ee4360a135da51ec06ca49cc4310f5a4c2839118f38ea8417f7f2db56967285", - "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.0/source.json": "c34612bffaaccfd7b86667be4cfdd8532b5e197939224be8d53398e5851ea24a", + "https://bcr.bazel.build/modules/aspect_bazel_lib/2.9.4/MODULE.bazel": "ccc41028429f894b02fde7ef67d416cba3ba5084ed9ddb9bb6107aa82d118776", + "https://bcr.bazel.build/modules/aspect_bazel_lib/2.9.4/source.json": "9e20ebe57de2e7657a188af6e132a9562fa26c201b2d999bc0a8981e8f3b6c36", "https://bcr.bazel.build/modules/bazel_features/1.1.0/MODULE.bazel": "cfd42ff3b815a5f39554d97182657f8c4b9719568eb7fded2b9135f084bf760b", "https://bcr.bazel.build/modules/bazel_features/1.1.1/MODULE.bazel": "27b8c79ef57efe08efccbd9dd6ef70d61b4798320b8d3c134fd571f78963dbcd", "https://bcr.bazel.build/modules/bazel_features/1.11.0/MODULE.bazel": "f9382337dd5a474c3b7d334c2f83e50b6eaedc284253334cf823044a26de03e8", "https://bcr.bazel.build/modules/bazel_features/1.13.0/MODULE.bazel": "c14c33c7c3c730612bdbe14ebbb5e61936b6f11322ea95a6e91cd1ba962f94df", - "https://bcr.bazel.build/modules/bazel_features/1.13.0/source.json": "b01f6aaaf93527ff4267421ef416debbd89b3166b70af5c89400c6a95a89c133", + "https://bcr.bazel.build/modules/bazel_features/1.19.0/MODULE.bazel": "59adcdf28230d220f0067b1f435b8537dd033bfff8db21335ef9217919c7fb58", + "https://bcr.bazel.build/modules/bazel_features/1.20.0/MODULE.bazel": "8b85300b9c8594752e0721a37210e34879d23adc219ed9dc8f4104a4a1750920", + "https://bcr.bazel.build/modules/bazel_features/1.20.0/source.json": "ec676339c530e7e3db8dd8ae99cc827b679fc0f3acda4fef9fc9e3d6a2c505dd", "https://bcr.bazel.build/modules/bazel_features/1.4.1/MODULE.bazel": "e45b6bb2350aff3e442ae1111c555e27eac1d915e77775f6fdc4b351b758b5d7", "https://bcr.bazel.build/modules/bazel_features/1.9.1/MODULE.bazel": "8f679097876a9b609ad1f60249c49d68bfab783dd9be012faf9d82547b14815a", "https://bcr.bazel.build/modules/bazel_skylib/1.0.3/MODULE.bazel": "bcb0fd896384802d1ad283b4e4eb4d718eebd8cb820b0a2c3a347fb971afd9d8", @@ -57,6 +62,8 @@ "https://bcr.bazel.build/modules/googletest/1.15.2/source.json": "dbdda654dcb3a0d7a8bc5d0ac5fc7e150b58c2a986025ae5bc634bb2cb61f470", "https://bcr.bazel.build/modules/hermetic_cc_toolchain/3.1.0/MODULE.bazel": "ea4b3a25a9417a7db57a8a2f9ebdee91d679823c6274b482b817ed128d81c594", "https://bcr.bazel.build/modules/hermetic_cc_toolchain/3.1.0/source.json": "9d1df0459caefdf41052d360469922a73e219f67c8ce4da0628cc604469822b9", + "https://bcr.bazel.build/modules/jsoncpp/1.9.5/MODULE.bazel": "31271aedc59e815656f5736f282bb7509a97c7ecb43e927ac1a37966e0578075", + "https://bcr.bazel.build/modules/jsoncpp/1.9.5/source.json": "4108ee5085dd2885a341c7fab149429db457b3169b86eb081fa245eadf69169d", "https://bcr.bazel.build/modules/libpfm/4.11.0/MODULE.bazel": "45061ff025b301940f1e30d2c16bea596c25b176c8b6b3087e92615adbd52902", "https://bcr.bazel.build/modules/libxcrypt/4.4.36.bcr.1/MODULE.bazel": "27048c239db91c1f214f49b87d035d41c5f5fe00eb1b6ef9fd763de67c331288", "https://bcr.bazel.build/modules/libxcrypt/4.4.36.bcr.1/source.json": "4f86cb479c3bfb063abbe6690399a3e8c3f0e82f766b4457772e1f44a8bbd438", @@ -73,7 +80,8 @@ "https://bcr.bazel.build/modules/platforms/0.0.8/MODULE.bazel": "9f142c03e348f6d263719f5074b21ef3adf0b139ee4c5133e2aa35664da9eb2d", "https://bcr.bazel.build/modules/platforms/0.0.9/MODULE.bazel": "4a87a60c927b56ddd67db50c89acaa62f4ce2a1d2149ccb63ffd871d5ce29ebc", "https://bcr.bazel.build/modules/protobuf/21.7/MODULE.bazel": "a5a29bb89544f9b97edce05642fac225a808b5b7be74038ea3640fae2f8e66a7", - "https://bcr.bazel.build/modules/protobuf/21.7/source.json": "bbe500720421e582ff2d18b0802464205138c06056f443184de39fbb8187b09b", + "https://bcr.bazel.build/modules/protobuf/27.0/MODULE.bazel": "7873b60be88844a0a1d8f80b9d5d20cfbd8495a689b8763e76c6372998d3f64c", + "https://bcr.bazel.build/modules/protobuf/27.0/source.json": "1acf3d080c728d42f423fde5422fd0a1a24f44c15908124ce12363a253384193", "https://bcr.bazel.build/modules/protobuf/3.19.0/MODULE.bazel": "6b5fbb433f760a99a22b18b6850ed5784ef0e9928a72668b66e4d7ccd47db9b0", "https://bcr.bazel.build/modules/protobuf/3.19.2/MODULE.bazel": "532ffe5f2186b69fdde039efe6df13ba726ff338c6bc82275ad433013fa10573", "https://bcr.bazel.build/modules/protobuf/3.19.6/MODULE.bazel": "9233edc5e1f2ee276a60de3eaa47ac4132302ef9643238f23128fea53ea12858", @@ -87,7 +95,8 @@ "https://bcr.bazel.build/modules/rules_bzip2/1.0.0-beta.1/source.json": "6b6ae325f3e3414d54f1c974ee044d6f49d23ba326b9d702ba7021c9cbda7ce5", "https://bcr.bazel.build/modules/rules_cc/0.0.1/MODULE.bazel": "cb2aa0747f84c6c3a78dad4e2049c154f08ab9d166b1273835a8174940365647", "https://bcr.bazel.build/modules/rules_cc/0.0.10/MODULE.bazel": "ec1705118f7eaedd6e118508d3d26deba2a4e76476ada7e0e3965211be012002", - "https://bcr.bazel.build/modules/rules_cc/0.0.10/source.json": "90310b16e0e7df0cf40f8d1dccd7d373360f42419a6bfbbf5bb013182dd70e84", + "https://bcr.bazel.build/modules/rules_cc/0.0.15/MODULE.bazel": "6704c35f7b4a72502ee81f61bf88706b54f06b3cbe5558ac17e2e14666cd5dcc", + "https://bcr.bazel.build/modules/rules_cc/0.0.15/source.json": "48e606af0e02a716974a8b74fba6988d9f0c93af9177e28cf474bfc5fa26ab10", "https://bcr.bazel.build/modules/rules_cc/0.0.2/MODULE.bazel": "6915987c90970493ab97393024c156ea8fb9f3bea953b2f3ec05c34f19b5695c", "https://bcr.bazel.build/modules/rules_cc/0.0.6/MODULE.bazel": "abf360251023dfe3efcef65ab9d56beefa8394d4176dd29529750e1c57eaa33f", "https://bcr.bazel.build/modules/rules_cc/0.0.8/MODULE.bazel": "964c85c82cfeb6f3855e6a07054fdb159aced38e99a5eecf7bce9d53990afa3e", @@ -98,6 +107,8 @@ "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.7/source.json": "c6a9bbdbb6d9326ca0023b1aff251f4b6afe0d37f44708011ce8be55a8da076d", "https://bcr.bazel.build/modules/rules_diff/1.0.0-beta.3/MODULE.bazel": "4bcae1c5e3c7fa1169f9940f548f7b8b3316944b4367771b168f925b7a9ee74e", "https://bcr.bazel.build/modules/rules_diff/1.0.0-beta.3/source.json": "b5db3fcd469061f2051188da97345162f294fc59e7fdf477beb306dbe950566a", + "https://bcr.bazel.build/modules/rules_distroless/0.5.1/MODULE.bazel": "2a63f4744d30749128105da5f96adf7caf5628e37548293f89e7fa39c3b3f2c2", + "https://bcr.bazel.build/modules/rules_distroless/0.5.1/source.json": "c6b9ff7f325bfed89c3671757f14c1d1bc6077d0fcef809b8aa2d007cac7dd1d", "https://bcr.bazel.build/modules/rules_foreign_cc/0.9.0/MODULE.bazel": "c9e8c682bf75b0e7c704166d79b599f93b72cfca5ad7477df596947891feeef6", "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel": "55861d8e8bb0e62cbd2896f60ff303f62ffcb0eddb74ecb0e5c0cbe36fc292c8", "https://bcr.bazel.build/modules/rules_go/0.42.0/MODULE.bazel": "8cfa875b9aa8c6fce2b2e5925e73c1388173ea3c32a0db4d2b4804b453c14270", @@ -109,10 +120,13 @@ "https://bcr.bazel.build/modules/rules_gzip/1.0.0-beta.1/source.json": "cd92050d1eb80a80f1bac8e94ec7d99ffc58e2e6ae2cd18bdcf8efd3e44a2b8f", "https://bcr.bazel.build/modules/rules_java/4.0.0/MODULE.bazel": "5a78a7ae82cd1a33cef56dc578c7d2a46ed0dca12643ee45edbb8417899e6f74", "https://bcr.bazel.build/modules/rules_java/5.3.5/MODULE.bazel": "a4ec4f2db570171e3e5eb753276ee4b389bae16b96207e9d3230895c99644b86", + "https://bcr.bazel.build/modules/rules_java/6.3.0/MODULE.bazel": "a97c7678c19f236a956ad260d59c86e10a463badb7eb2eda787490f4c969b963", "https://bcr.bazel.build/modules/rules_java/7.6.1/MODULE.bazel": "2f14b7e8a1aa2f67ae92bc69d1ec0fa8d9f827c4e17ff5e5f02e91caa3b2d0fe", "https://bcr.bazel.build/modules/rules_java/7.6.5/MODULE.bazel": "481164be5e02e4cab6e77a36927683263be56b7e36fef918b458d7a8a1ebadb1", - "https://bcr.bazel.build/modules/rules_java/7.6.5/source.json": "a805b889531d1690e3c72a7a7e47a870d00323186a9904b36af83aa3d053ee8d", + "https://bcr.bazel.build/modules/rules_java/8.8.0/MODULE.bazel": "de589d0880911ac007abd521b9f0ddcd8b0dbd05c8553e6f8124a050b83acf7d", + "https://bcr.bazel.build/modules/rules_java/8.8.0/source.json": "63c0c14a917082cddc3956eedbf2098410651e75fc7d29aa3e732c30a0099458", "https://bcr.bazel.build/modules/rules_jvm_external/4.4.2/MODULE.bazel": "a56b85e418c83eb1839819f0b515c431010160383306d13ec21959ac412d2fe7", + "https://bcr.bazel.build/modules/rules_jvm_external/5.1/MODULE.bazel": "33f6f999e03183f7d088c9be518a63467dfd0be94a11d0055fe2d210f89aa909", "https://bcr.bazel.build/modules/rules_jvm_external/5.2/MODULE.bazel": "d9351ba35217ad0de03816ef3ed63f89d411349353077348a45348b096615036", "https://bcr.bazel.build/modules/rules_jvm_external/5.2/source.json": "10572111995bc349ce31c78f74b3c147f6b3233975c7fa5eff9211f6db0d34d9", "https://bcr.bazel.build/modules/rules_license/0.0.3/MODULE.bazel": "627e9ab0247f7d1e05736b59dbb1b6871373de5ad31c3011880b4133cafd4bd0", @@ -143,6 +157,7 @@ "https://bcr.bazel.build/modules/stardoc/0.5.1/MODULE.bazel": "1a05d92974d0c122f5ccf09291442580317cdd859f07a8655f1db9a60374f9f8", "https://bcr.bazel.build/modules/stardoc/0.5.3/MODULE.bazel": "c7f6948dae6999bf0db32c1858ae345f112cacf98f174c7a8bb707e41b974f1c", "https://bcr.bazel.build/modules/stardoc/0.5.4/MODULE.bazel": "6569966df04610b8520957cb8e97cf2e9faac2c0309657c537ab51c16c18a2a4", + "https://bcr.bazel.build/modules/stardoc/0.6.2/MODULE.bazel": "7060193196395f5dd668eda046ccbeacebfd98efc77fed418dbe2b82ffaa39fd", "https://bcr.bazel.build/modules/stardoc/0.7.0/MODULE.bazel": "05e3d6d30c099b6770e97da986c53bd31844d7f13d41412480ea265ac9e8079c", "https://bcr.bazel.build/modules/stardoc/0.7.0/source.json": "e3c524bf2ef20992539ce2bc4a2243f4853130209ee831689983e28d05769099", "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.12/MODULE.bazel": "947cf935fa609c91b05bd8c8c1be38b9e10b7bc8949cf3092ee416ed30995078", @@ -152,7 +167,6 @@ "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.17/source.json": "92ce5f97add93cd1b534151a38cef7cede92462439ebe559bba1681bdf4241f9", "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.9/MODULE.bazel": "9a8edfa6905229b899225489cbd6db36f073d9455c77238bd6ae6c52da5256d8", "https://bcr.bazel.build/modules/upb/0.0.0-20220923-a547704/MODULE.bazel": "7298990c00040a0e2f121f6c32544bab27d4452f80d9ce51349b1a28f3005c43", - "https://bcr.bazel.build/modules/upb/0.0.0-20220923-a547704/source.json": "f1ef7d3f9e0e26d4b23d1c39b5f5de71f584dd7d1b4ef83d9bbba6ec7a6a6459", "https://bcr.bazel.build/modules/zlib/1.2.11/MODULE.bazel": "07b389abc85fdbca459b69e2ec656ae5622873af3f845e1c9d80fe179f3effa0", "https://bcr.bazel.build/modules/zlib/1.2.12/MODULE.bazel": "3b1a8834ada2a883674be8cbd36ede1b6ec481477ada359cd2d3ddc562340b27", "https://bcr.bazel.build/modules/zlib/1.3.1.bcr.3/MODULE.bazel": "af322bc08976524477c79d1e45e241b6efbeb918c497e8840b8ab116802dda79", @@ -195,8 +209,8 @@ }, "@@aspect_bazel_lib~//lib:extensions.bzl%toolchains": { "general": { - "bzlTransitiveDigest": "euRqVo7SnLluAVdQcWhDXDdzCqpIk0+1rfkFQsUKmk8=", - "usagesDigest": "5KEdrOVc+Wgkn95+2GZfStNEutCqyp2A2MSa3wpKnSM=", + "bzlTransitiveDigest": "v/pDtu7D4JNhqSOpd0zDAszKx5LE3MDNfIkE9hCiRxI=", + "usagesDigest": "4TI1VGMDgK/p/dlyitKGF4jjr68Hmh9ED9hNW+8fYbs=", "recordedFileInputs": {}, "recordedDirentsInputs": {}, "envVariables": {}, @@ -424,7 +438,7 @@ "ruleClassName": "coreutils_platform_repo", "attributes": { "platform": "darwin_amd64", - "version": "0.0.23" + "version": "0.0.27" } }, "coreutils_darwin_arm64": { @@ -432,7 +446,7 @@ "ruleClassName": "coreutils_platform_repo", "attributes": { "platform": "darwin_arm64", - "version": "0.0.23" + "version": "0.0.27" } }, "coreutils_linux_amd64": { @@ -440,7 +454,7 @@ "ruleClassName": "coreutils_platform_repo", "attributes": { "platform": "linux_amd64", - "version": "0.0.23" + "version": "0.0.27" } }, "coreutils_linux_arm64": { @@ -448,7 +462,7 @@ "ruleClassName": "coreutils_platform_repo", "attributes": { "platform": "linux_arm64", - "version": "0.0.23" + "version": "0.0.27" } }, "coreutils_windows_amd64": { @@ -456,7 +470,7 @@ "ruleClassName": "coreutils_platform_repo", "attributes": { "platform": "windows_amd64", - "version": "0.0.23" + "version": "0.0.27" } }, "coreutils_toolchains": { @@ -508,6 +522,41 @@ "user_repository_name": "bsd_tar" } }, + "zstd_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:zstd_toolchain.bzl", + "ruleClassName": "zstd_binary_repo", + "attributes": { + "platform": "darwin_amd64" + } + }, + "zstd_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:zstd_toolchain.bzl", + "ruleClassName": "zstd_binary_repo", + "attributes": { + "platform": "darwin_arm64" + } + }, + "zstd_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:zstd_toolchain.bzl", + "ruleClassName": "zstd_binary_repo", + "attributes": { + "platform": "linux_amd64" + } + }, + "zstd_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:zstd_toolchain.bzl", + "ruleClassName": "zstd_binary_repo", + "attributes": { + "platform": "linux_arm64" + } + }, + "zstd_toolchains": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:zstd_toolchain.bzl", + "ruleClassName": "zstd_toolchains_repo", + "attributes": { + "user_repository_name": "zstd" + } + }, "expand_template_darwin_amd64": { "bzlFile": "@@aspect_bazel_lib~//lib/private:expand_template_toolchain.bzl", "ruleClassName": "expand_template_platform_repo", @@ -677,7 +726,7 @@ "@@platforms//host:extension.bzl%host_platform": { "general": { "bzlTransitiveDigest": "xelQcPZH8+tmuOHVjL9vDxMnnQNMlwj0SlvgoqBkm4U=", - "usagesDigest": "hgylFkgWSg0ulUwWZzEM1aIftlUnbmw2ynWLdEfHnZc=", + "usagesDigest": "jbv3bh0b5eD+Fg7wDeOwH2urh2y729oxNLIt5+t+mxY=", "recordedFileInputs": {}, "recordedDirentsInputs": {}, "envVariables": {}, @@ -690,3635 +739,6 @@ }, "recordedRepoMappingEntries": [] } - }, - "@@pybind11_bazel~//:internal_configure.bzl%internal_configure_extension": { - "general": { - "bzlTransitiveDigest": "CyAKLVVonohnkTSqg9II/HA7M49sOlnMkgMHL3CmDuc=", - "usagesDigest": "mFrTHX5eCiNU/OIIGVHH3cOILY9Zmjqk8RQYv8o6Thk=", - "recordedFileInputs": { - "@@pybind11_bazel~//MODULE.bazel": "e6f4c20442eaa7c90d7190d8dc539d0ab422f95c65a57cc59562170c58ae3d34" - }, - "recordedDirentsInputs": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "pybind11": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "build_file": "@@pybind11_bazel~//:pybind11-BUILD.bazel", - "strip_prefix": "pybind11-2.12.0", - "urls": [ - "https://github.com/pybind/pybind11/archive/v2.12.0.zip" - ] - } - } - }, - "recordedRepoMappingEntries": [ - [ - "pybind11_bazel~", - "bazel_tools", - "bazel_tools" - ] - ] - } - }, - "@@rules_jvm_external~//:extensions.bzl%maven": { - "general": { - "bzlTransitiveDigest": "ZZwUwwzxkACVpF3u5nup1ClQKp1WEF5TLy//fGjPiKU=", - "usagesDigest": "JIMYjFdCYVUucd0boi+PoG39PMCVBnlizwarp3EzV8A=", - "recordedFileInputs": { - "@@stardoc~//maven_install.json": "de0bfa778b4ed6aebb77509362dd87ab8d20fc7c7c18d2a7429cdfee03949a21", - "@@rules_jvm_external~//rules_jvm_external_deps_install.json": "3ab1f67b0de4815df110bc72ccd6c77882b3b21d3d1e0a84445847b6ce3235a3" - }, - "recordedDirentsInputs": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "maven": { - "bzlFile": "@@rules_jvm_external~//:coursier.bzl", - "ruleClassName": "coursier_fetch", - "attributes": { - "repositories": [ - "{ \"repo_url\": \"https://repo1.maven.org/maven2\" }" - ], - "artifacts": [ - "{ \"group\": \"com.google.code.findbugs\", \"artifact\": \"jsr305\", \"version\": \"3.0.2\" }", - "{ \"group\": \"com.google.code.gson\", \"artifact\": \"gson\", \"version\": \"2.8.9\" }", - "{ \"group\": \"com.google.errorprone\", \"artifact\": \"error_prone_annotations\", \"version\": \"2.3.2\" }", - "{ \"group\": \"com.google.j2objc\", \"artifact\": \"j2objc-annotations\", \"version\": \"1.3\" }", - "{ \"group\": \"com.google.guava\", \"artifact\": \"guava\", \"version\": \"31.1-jre\" }", - "{ \"group\": \"com.google.guava\", \"artifact\": \"guava-testlib\", \"version\": \"31.1-jre\" }", - "{ \"group\": \"com.google.truth\", \"artifact\": \"truth\", \"version\": \"1.1.2\" }", - "{ \"group\": \"junit\", \"artifact\": \"junit\", \"version\": \"4.13.2\" }", - "{ \"group\": \"org.mockito\", \"artifact\": \"mockito-core\", \"version\": \"4.3.1\" }" - ], - "fail_on_missing_checksum": true, - "fetch_sources": true, - "fetch_javadoc": false, - "excluded_artifacts": [], - "generate_compat_repositories": false, - "version_conflict_policy": "default", - "override_targets": {}, - "strict_visibility": false, - "strict_visibility_value": [ - "@@//visibility:private" - ], - "resolve_timeout": 600, - "jetify": false, - "jetify_include_list": [ - "*" - ], - "use_starlark_android_rules": false, - "aar_import_bzl_label": "@build_bazel_rules_android//android:rules.bzl", - "duplicate_version_warning": "warn" - } - }, - "unpinned_stardoc_maven": { - "bzlFile": "@@rules_jvm_external~//:coursier.bzl", - "ruleClassName": "coursier_fetch", - "attributes": { - "repositories": [ - "{ \"repo_url\": \"https://repo1.maven.org/maven2\" }" - ], - "artifacts": [ - "{ \"group\": \"com.beust\", \"artifact\": \"jcommander\", \"version\": \"1.82\" }", - "{ \"group\": \"com.google.escapevelocity\", \"artifact\": \"escapevelocity\", \"version\": \"1.1\" }", - "{ \"group\": \"com.google.guava\", \"artifact\": \"guava\", \"version\": \"31.1-jre\" }", - "{ \"group\": \"com.google.truth\", \"artifact\": \"truth\", \"version\": \"1.1.3\" }", - "{ \"group\": \"junit\", \"artifact\": \"junit\", \"version\": \"4.13.2\" }" - ], - "fail_on_missing_checksum": true, - "fetch_sources": true, - "fetch_javadoc": false, - "excluded_artifacts": [], - "generate_compat_repositories": false, - "version_conflict_policy": "default", - "override_targets": {}, - "strict_visibility": true, - "strict_visibility_value": [ - "@@//visibility:private" - ], - "maven_install_json": "@@stardoc~//:maven_install.json", - "resolve_timeout": 600, - "jetify": false, - "jetify_include_list": [ - "*" - ], - "use_starlark_android_rules": false, - "aar_import_bzl_label": "@build_bazel_rules_android//android:rules.bzl", - "duplicate_version_warning": "warn" - } - }, - "com_beust_jcommander_1_82": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "deeac157c8de6822878d85d0c7bc8467a19cc8484d37788f7804f039dde280b1", - "urls": [ - "https://repo1.maven.org/maven2/com/beust/jcommander/1.82/jcommander-1.82.jar" - ], - "downloaded_file_path": "com/beust/jcommander/1.82/jcommander-1.82.jar" - } - }, - "com_google_auto_value_auto_value_annotations_1_8_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "37ec09b47d7ed35a99d13927db5c86fc9071f620f943ead5d757144698310852", - "urls": [ - "https://repo1.maven.org/maven2/com/google/auto/value/auto-value-annotations/1.8.1/auto-value-annotations-1.8.1.jar" - ], - "downloaded_file_path": "com/google/auto/value/auto-value-annotations/1.8.1/auto-value-annotations-1.8.1.jar" - } - }, - "com_google_code_findbugs_jsr305_3_0_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "766ad2a0783f2687962c8ad74ceecc38a28b9f72a2d085ee438b7813e928d0c7", - "urls": [ - "https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar" - ], - "downloaded_file_path": "com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar" - } - }, - "com_google_errorprone_error_prone_annotations_2_11_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "721cb91842b46fa056847d104d5225c8b8e1e8b62263b993051e1e5a0137b7ec", - "urls": [ - "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar" - ], - "downloaded_file_path": "com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar" - } - }, - "com_google_escapevelocity_escapevelocity_1_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "37e76e4466836dedb864fb82355cd01c3bd21325ab642d89a0f759291b171231", - "urls": [ - "https://repo1.maven.org/maven2/com/google/escapevelocity/escapevelocity/1.1/escapevelocity-1.1.jar" - ], - "downloaded_file_path": "com/google/escapevelocity/escapevelocity/1.1/escapevelocity-1.1.jar" - } - }, - "com_google_guava_failureaccess_1_0_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "a171ee4c734dd2da837e4b16be9df4661afab72a41adaf31eb84dfdaf936ca26", - "urls": [ - "https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar" - ], - "downloaded_file_path": "com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar" - } - }, - "com_google_guava_guava_31_1_jre": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "a42edc9cab792e39fe39bb94f3fca655ed157ff87a8af78e1d6ba5b07c4a00ab", - "urls": [ - "https://repo1.maven.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar" - ], - "downloaded_file_path": "com/google/guava/guava/31.1-jre/guava-31.1-jre.jar" - } - }, - "com_google_guava_listenablefuture_9999_0_empty_to_avoid_conflict_with_guava": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "b372a037d4230aa57fbeffdef30fd6123f9c0c2db85d0aced00c91b974f33f99", - "urls": [ - "https://repo1.maven.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar" - ], - "downloaded_file_path": "com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar" - } - }, - "com_google_j2objc_j2objc_annotations_1_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "21af30c92267bd6122c0e0b4d20cccb6641a37eaf956c6540ec471d584e64a7b", - "urls": [ - "https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar" - ], - "downloaded_file_path": "com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar" - } - }, - "com_google_truth_truth_1_1_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "fc0b67782289a2aabfddfdf99eff1dcd5edc890d49143fcd489214b107b8f4f3", - "urls": [ - "https://repo1.maven.org/maven2/com/google/truth/truth/1.1.3/truth-1.1.3.jar" - ], - "downloaded_file_path": "com/google/truth/truth/1.1.3/truth-1.1.3.jar" - } - }, - "junit_junit_4_13_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "8e495b634469d64fb8acfa3495a065cbacc8a0fff55ce1e31007be4c16dc57d3", - "urls": [ - "https://repo1.maven.org/maven2/junit/junit/4.13.2/junit-4.13.2.jar" - ], - "downloaded_file_path": "junit/junit/4.13.2/junit-4.13.2.jar" - } - }, - "org_checkerframework_checker_qual_3_13_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "3ea0dcd73b4d6cb2fb34bd7ed4dad6db327a01ebad7db05eb7894076b3d64491", - "urls": [ - "https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.13.0/checker-qual-3.13.0.jar" - ], - "downloaded_file_path": "org/checkerframework/checker-qual/3.13.0/checker-qual-3.13.0.jar" - } - }, - "org_hamcrest_hamcrest_core_1_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "66fdef91e9739348df7a096aa384a5685f4e875584cce89386a7a47251c4d8e9", - "urls": [ - "https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" - ], - "downloaded_file_path": "org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" - } - }, - "org_ow2_asm_asm_9_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "cda4de455fab48ff0bcb7c48b4639447d4de859a7afc30a094a986f0936beba2", - "urls": [ - "https://repo1.maven.org/maven2/org/ow2/asm/asm/9.1/asm-9.1.jar" - ], - "downloaded_file_path": "org/ow2/asm/asm/9.1/asm-9.1.jar" - } - }, - "stardoc_maven": { - "bzlFile": "@@rules_jvm_external~//:coursier.bzl", - "ruleClassName": "pinned_coursier_fetch", - "attributes": { - "repositories": [ - "{ \"repo_url\": \"https://repo1.maven.org/maven2\" }" - ], - "artifacts": [ - "{ \"group\": \"com.beust\", \"artifact\": \"jcommander\", \"version\": \"1.82\" }", - "{ \"group\": \"com.google.escapevelocity\", \"artifact\": \"escapevelocity\", \"version\": \"1.1\" }", - "{ \"group\": \"com.google.guava\", \"artifact\": \"guava\", \"version\": \"31.1-jre\" }", - "{ \"group\": \"com.google.truth\", \"artifact\": \"truth\", \"version\": \"1.1.3\" }", - "{ \"group\": \"junit\", \"artifact\": \"junit\", \"version\": \"4.13.2\" }" - ], - "fetch_sources": true, - "fetch_javadoc": false, - "generate_compat_repositories": false, - "maven_install_json": "@@stardoc~//:maven_install.json", - "override_targets": {}, - "strict_visibility": true, - "strict_visibility_value": [ - "@@//visibility:private" - ], - "jetify": false, - "jetify_include_list": [ - "*" - ], - "additional_netrc_lines": [], - "fail_if_repin_required": true, - "use_starlark_android_rules": false, - "aar_import_bzl_label": "@build_bazel_rules_android//android:rules.bzl", - "duplicate_version_warning": "warn" - } - }, - "unpinned_rules_jvm_external_deps": { - "bzlFile": "@@rules_jvm_external~//:coursier.bzl", - "ruleClassName": "coursier_fetch", - "attributes": { - "repositories": [ - "{ \"repo_url\": \"https://repo1.maven.org/maven2\" }" - ], - "artifacts": [ - "{ \"group\": \"com.google.auth\", \"artifact\": \"google-auth-library-credentials\", \"version\": \"0.22.0\" }", - "{ \"group\": \"com.google.auth\", \"artifact\": \"google-auth-library-oauth2-http\", \"version\": \"0.22.0\" }", - "{ \"group\": \"com.google.cloud\", \"artifact\": \"google-cloud-core\", \"version\": \"1.93.10\" }", - "{ \"group\": \"com.google.cloud\", \"artifact\": \"google-cloud-storage\", \"version\": \"1.113.4\" }", - "{ \"group\": \"com.google.code.gson\", \"artifact\": \"gson\", \"version\": \"2.9.0\" }", - "{ \"group\": \"com.google.googlejavaformat\", \"artifact\": \"google-java-format\", \"version\": \"1.15.0\" }", - "{ \"group\": \"com.google.guava\", \"artifact\": \"guava\", \"version\": \"31.1-jre\" }", - "{ \"group\": \"org.apache.maven\", \"artifact\": \"maven-artifact\", \"version\": \"3.8.6\" }", - "{ \"group\": \"software.amazon.awssdk\", \"artifact\": \"s3\", \"version\": \"2.17.183\" }" - ], - "fail_on_missing_checksum": true, - "fetch_sources": true, - "fetch_javadoc": false, - "excluded_artifacts": [], - "generate_compat_repositories": false, - "version_conflict_policy": "default", - "override_targets": {}, - "strict_visibility": false, - "strict_visibility_value": [ - "@@//visibility:private" - ], - "maven_install_json": "@@rules_jvm_external~//:rules_jvm_external_deps_install.json", - "resolve_timeout": 600, - "jetify": false, - "jetify_include_list": [ - "*" - ], - "use_starlark_android_rules": false, - "aar_import_bzl_label": "@build_bazel_rules_android//android:rules.bzl", - "duplicate_version_warning": "warn" - } - }, - "com_fasterxml_jackson_core_jackson_core_2_11_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "78cd0a6b936232e06dd3e38da8a0345348a09cd1ff9c4d844c6ee72c75cfc402", - "urls": [ - "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.11.3/jackson-core-2.11.3.jar", - "https://maven.google.com/com/fasterxml/jackson/core/jackson-core/2.11.3/jackson-core-2.11.3.jar" - ], - "downloaded_file_path": "com/fasterxml/jackson/core/jackson-core/2.11.3/jackson-core-2.11.3.jar" - } - }, - "com_google_api_client_google_api_client_1_30_11": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "ee6f97865cc7de6c7c80955c3f37372cf3887bd75e4fc06f1058a6b4cd9bf4da", - "urls": [ - "https://repo1.maven.org/maven2/com/google/api-client/google-api-client/1.30.11/google-api-client-1.30.11.jar", - "https://maven.google.com/com/google/api-client/google-api-client/1.30.11/google-api-client-1.30.11.jar" - ], - "downloaded_file_path": "com/google/api-client/google-api-client/1.30.11/google-api-client-1.30.11.jar" - } - }, - "com_google_api_grpc_proto_google_common_protos_2_0_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "5ce71656118618731e34a5d4c61aa3a031be23446dc7de8b5a5e77b66ebcd6ef", - "urls": [ - "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.0.1/proto-google-common-protos-2.0.1.jar", - "https://maven.google.com/com/google/api/grpc/proto-google-common-protos/2.0.1/proto-google-common-protos-2.0.1.jar" - ], - "downloaded_file_path": "com/google/api/grpc/proto-google-common-protos/2.0.1/proto-google-common-protos-2.0.1.jar" - } - }, - "com_google_api_grpc_proto_google_iam_v1_1_0_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "64cee7383a97e846da8d8e160e6c8fe30561e507260552c59e6ccfc81301fdc8", - "urls": [ - "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-iam-v1/1.0.3/proto-google-iam-v1-1.0.3.jar", - "https://maven.google.com/com/google/api/grpc/proto-google-iam-v1/1.0.3/proto-google-iam-v1-1.0.3.jar" - ], - "downloaded_file_path": "com/google/api/grpc/proto-google-iam-v1/1.0.3/proto-google-iam-v1-1.0.3.jar" - } - }, - "com_google_api_api_common_1_10_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "2a033f24bb620383eda440ad307cb8077cfec1c7eadc684d65216123a1b9613a", - "urls": [ - "https://repo1.maven.org/maven2/com/google/api/api-common/1.10.1/api-common-1.10.1.jar", - "https://maven.google.com/com/google/api/api-common/1.10.1/api-common-1.10.1.jar" - ], - "downloaded_file_path": "com/google/api/api-common/1.10.1/api-common-1.10.1.jar" - } - }, - "com_google_api_gax_1_60_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "02f37d4ff1a7b8d71dff8064cf9568aa4f4b61bcc4485085d16130f32afa5a79", - "urls": [ - "https://repo1.maven.org/maven2/com/google/api/gax/1.60.0/gax-1.60.0.jar", - "https://maven.google.com/com/google/api/gax/1.60.0/gax-1.60.0.jar" - ], - "downloaded_file_path": "com/google/api/gax/1.60.0/gax-1.60.0.jar" - } - }, - "com_google_api_gax_httpjson_0_77_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "fd4dae47fa016d3b26e8d90b67ddc6c23c4c06e8bcdf085c70310ab7ef324bd6", - "urls": [ - "https://repo1.maven.org/maven2/com/google/api/gax-httpjson/0.77.0/gax-httpjson-0.77.0.jar", - "https://maven.google.com/com/google/api/gax-httpjson/0.77.0/gax-httpjson-0.77.0.jar" - ], - "downloaded_file_path": "com/google/api/gax-httpjson/0.77.0/gax-httpjson-0.77.0.jar" - } - }, - "com_google_apis_google_api_services_storage_v1_rev20200927_1_30_10": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "52d26a9d105f8d8a0850807285f307a76cea8f3e0cdb2be4d3b15b1adfa77351", - "urls": [ - "https://repo1.maven.org/maven2/com/google/apis/google-api-services-storage/v1-rev20200927-1.30.10/google-api-services-storage-v1-rev20200927-1.30.10.jar", - "https://maven.google.com/com/google/apis/google-api-services-storage/v1-rev20200927-1.30.10/google-api-services-storage-v1-rev20200927-1.30.10.jar" - ], - "downloaded_file_path": "com/google/apis/google-api-services-storage/v1-rev20200927-1.30.10/google-api-services-storage-v1-rev20200927-1.30.10.jar" - } - }, - "com_google_auth_google_auth_library_credentials_0_22_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "42c76031276de5b520909e9faf88c5b3c9a722d69ee9cfdafedb1c52c355dfc5", - "urls": [ - "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-credentials/0.22.0/google-auth-library-credentials-0.22.0.jar", - "https://maven.google.com/com/google/auth/google-auth-library-credentials/0.22.0/google-auth-library-credentials-0.22.0.jar" - ], - "downloaded_file_path": "com/google/auth/google-auth-library-credentials/0.22.0/google-auth-library-credentials-0.22.0.jar" - } - }, - "com_google_auth_google_auth_library_oauth2_http_0_22_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "1722d895c42dc42ea1d1f392ddbec1fbb28f7a979022c3a6c29acc39cc777ad1", - "urls": [ - "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/0.22.0/google-auth-library-oauth2-http-0.22.0.jar", - "https://maven.google.com/com/google/auth/google-auth-library-oauth2-http/0.22.0/google-auth-library-oauth2-http-0.22.0.jar" - ], - "downloaded_file_path": "com/google/auth/google-auth-library-oauth2-http/0.22.0/google-auth-library-oauth2-http-0.22.0.jar" - } - }, - "com_google_auto_value_auto_value_annotations_1_7_4": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "fedd59b0b4986c342f6ab2d182f2a4ee9fceb2c7e2d5bdc4dc764c92394a23d3", - "urls": [ - "https://repo1.maven.org/maven2/com/google/auto/value/auto-value-annotations/1.7.4/auto-value-annotations-1.7.4.jar", - "https://maven.google.com/com/google/auto/value/auto-value-annotations/1.7.4/auto-value-annotations-1.7.4.jar" - ], - "downloaded_file_path": "com/google/auto/value/auto-value-annotations/1.7.4/auto-value-annotations-1.7.4.jar" - } - }, - "com_google_cloud_google_cloud_core_1_93_10": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "832d74eca66f4601e162a8460d6f59f50d1d23f93c18b02654423b6b0d67c6ea", - "urls": [ - "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-core/1.93.10/google-cloud-core-1.93.10.jar", - "https://maven.google.com/com/google/cloud/google-cloud-core/1.93.10/google-cloud-core-1.93.10.jar" - ], - "downloaded_file_path": "com/google/cloud/google-cloud-core/1.93.10/google-cloud-core-1.93.10.jar" - } - }, - "com_google_cloud_google_cloud_core_http_1_93_10": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "81ac67c14c7c4244d2b7db2607ad352416aca8d3bb2adf338964e8fea25b1b3c", - "urls": [ - "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-core-http/1.93.10/google-cloud-core-http-1.93.10.jar", - "https://maven.google.com/com/google/cloud/google-cloud-core-http/1.93.10/google-cloud-core-http-1.93.10.jar" - ], - "downloaded_file_path": "com/google/cloud/google-cloud-core-http/1.93.10/google-cloud-core-http-1.93.10.jar" - } - }, - "com_google_cloud_google_cloud_storage_1_113_4": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "796833e9bdab80c40bbc820e65087eb8f28c6bfbca194d2e3e00d98cb5bc55d6", - "urls": [ - "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-storage/1.113.4/google-cloud-storage-1.113.4.jar", - "https://maven.google.com/com/google/cloud/google-cloud-storage/1.113.4/google-cloud-storage-1.113.4.jar" - ], - "downloaded_file_path": "com/google/cloud/google-cloud-storage/1.113.4/google-cloud-storage-1.113.4.jar" - } - }, - "com_google_code_gson_gson_2_9_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "c96d60551331a196dac54b745aa642cd078ef89b6f267146b705f2c2cbef052d", - "urls": [ - "https://repo1.maven.org/maven2/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar", - "https://maven.google.com/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar" - ], - "downloaded_file_path": "com/google/code/gson/gson/2.9.0/gson-2.9.0.jar" - } - }, - "com_google_googlejavaformat_google_java_format_1_15_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "4f546cfe159547ac3b9547daa9649e728f6abc254979c975f1cb9971793692c3", - "urls": [ - "https://repo1.maven.org/maven2/com/google/googlejavaformat/google-java-format/1.15.0/google-java-format-1.15.0.jar", - "https://maven.google.com/com/google/googlejavaformat/google-java-format/1.15.0/google-java-format-1.15.0.jar" - ], - "downloaded_file_path": "com/google/googlejavaformat/google-java-format/1.15.0/google-java-format-1.15.0.jar" - } - }, - "com_google_http_client_google_http_client_1_38_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "411f4a42519b6b78bdc0fcfdf74c9edcef0ee97afa4a667abe04045a508d6302", - "urls": [ - "https://repo1.maven.org/maven2/com/google/http-client/google-http-client/1.38.0/google-http-client-1.38.0.jar", - "https://maven.google.com/com/google/http-client/google-http-client/1.38.0/google-http-client-1.38.0.jar" - ], - "downloaded_file_path": "com/google/http-client/google-http-client/1.38.0/google-http-client-1.38.0.jar" - } - }, - "com_google_http_client_google_http_client_appengine_1_38_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "f97b495fd97ac3a3d59099eb2b55025f4948230da15a076f189b9cff37c6b4d2", - "urls": [ - "https://repo1.maven.org/maven2/com/google/http-client/google-http-client-appengine/1.38.0/google-http-client-appengine-1.38.0.jar", - "https://maven.google.com/com/google/http-client/google-http-client-appengine/1.38.0/google-http-client-appengine-1.38.0.jar" - ], - "downloaded_file_path": "com/google/http-client/google-http-client-appengine/1.38.0/google-http-client-appengine-1.38.0.jar" - } - }, - "com_google_http_client_google_http_client_jackson2_1_38_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "e6504a82425fcc2168a4ca4175138ddcc085168daed8cdedb86d8f6fdc296e1e", - "urls": [ - "https://repo1.maven.org/maven2/com/google/http-client/google-http-client-jackson2/1.38.0/google-http-client-jackson2-1.38.0.jar", - "https://maven.google.com/com/google/http-client/google-http-client-jackson2/1.38.0/google-http-client-jackson2-1.38.0.jar" - ], - "downloaded_file_path": "com/google/http-client/google-http-client-jackson2/1.38.0/google-http-client-jackson2-1.38.0.jar" - } - }, - "com_google_oauth_client_google_oauth_client_1_31_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "4ed4e2948251dbda66ce251bd7f3b32cd8570055e5cdb165a3c7aea8f43da0ff", - "urls": [ - "https://repo1.maven.org/maven2/com/google/oauth-client/google-oauth-client/1.31.1/google-oauth-client-1.31.1.jar", - "https://maven.google.com/com/google/oauth-client/google-oauth-client/1.31.1/google-oauth-client-1.31.1.jar" - ], - "downloaded_file_path": "com/google/oauth-client/google-oauth-client/1.31.1/google-oauth-client-1.31.1.jar" - } - }, - "com_google_protobuf_protobuf_java_3_13_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "97d5b2758408690c0dc276238707492a0b6a4d71206311b6c442cdc26c5973ff", - "urls": [ - "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.13.0/protobuf-java-3.13.0.jar", - "https://maven.google.com/com/google/protobuf/protobuf-java/3.13.0/protobuf-java-3.13.0.jar" - ], - "downloaded_file_path": "com/google/protobuf/protobuf-java/3.13.0/protobuf-java-3.13.0.jar" - } - }, - "com_google_protobuf_protobuf_java_util_3_13_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "d9de66b8c9445905dfa7064f6d5213d47ce88a20d34e21d83c4a94a229e14e62", - "urls": [ - "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java-util/3.13.0/protobuf-java-util-3.13.0.jar", - "https://maven.google.com/com/google/protobuf/protobuf-java-util/3.13.0/protobuf-java-util-3.13.0.jar" - ], - "downloaded_file_path": "com/google/protobuf/protobuf-java-util/3.13.0/protobuf-java-util-3.13.0.jar" - } - }, - "com_typesafe_netty_netty_reactive_streams_2_0_5": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "f949849fc8ee75fde468ba3a35df2e04577fa31a2940b83b2a7dc9d14dac13d6", - "urls": [ - "https://repo1.maven.org/maven2/com/typesafe/netty/netty-reactive-streams/2.0.5/netty-reactive-streams-2.0.5.jar", - "https://maven.google.com/com/typesafe/netty/netty-reactive-streams/2.0.5/netty-reactive-streams-2.0.5.jar" - ], - "downloaded_file_path": "com/typesafe/netty/netty-reactive-streams/2.0.5/netty-reactive-streams-2.0.5.jar" - } - }, - "com_typesafe_netty_netty_reactive_streams_http_2_0_5": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "b39224751ad936758176e9d994230380ade5e9079e7c8ad778e3995779bcf303", - "urls": [ - "https://repo1.maven.org/maven2/com/typesafe/netty/netty-reactive-streams-http/2.0.5/netty-reactive-streams-http-2.0.5.jar", - "https://maven.google.com/com/typesafe/netty/netty-reactive-streams-http/2.0.5/netty-reactive-streams-http-2.0.5.jar" - ], - "downloaded_file_path": "com/typesafe/netty/netty-reactive-streams-http/2.0.5/netty-reactive-streams-http-2.0.5.jar" - } - }, - "commons_codec_commons_codec_1_11": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "e599d5318e97aa48f42136a2927e6dfa4e8881dff0e6c8e3109ddbbff51d7b7d", - "urls": [ - "https://repo1.maven.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar", - "https://maven.google.com/commons-codec/commons-codec/1.11/commons-codec-1.11.jar" - ], - "downloaded_file_path": "commons-codec/commons-codec/1.11/commons-codec-1.11.jar" - } - }, - "commons_logging_commons_logging_1_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "daddea1ea0be0f56978ab3006b8ac92834afeefbd9b7e4e6316fca57df0fa636", - "urls": [ - "https://repo1.maven.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar", - "https://maven.google.com/commons-logging/commons-logging/1.2/commons-logging-1.2.jar" - ], - "downloaded_file_path": "commons-logging/commons-logging/1.2/commons-logging-1.2.jar" - } - }, - "io_grpc_grpc_context_1_33_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "99b8aea2b614fe0e61c3676e681259dc43c2de7f64620998e1a8435eb2976496", - "urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-context/1.33.1/grpc-context-1.33.1.jar", - "https://maven.google.com/io/grpc/grpc-context/1.33.1/grpc-context-1.33.1.jar" - ], - "downloaded_file_path": "io/grpc/grpc-context/1.33.1/grpc-context-1.33.1.jar" - } - }, - "io_netty_netty_buffer_4_1_72_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "568ff7cd9d8e2284ec980730c88924f686642929f8f219a74518b4e64755f3a1", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.72.Final/netty-buffer-4.1.72.Final.jar", - "https://maven.google.com/io/netty/netty-buffer/4.1.72.Final/netty-buffer-4.1.72.Final.jar" - ], - "downloaded_file_path": "io/netty/netty-buffer/4.1.72.Final/netty-buffer-4.1.72.Final.jar" - } - }, - "io_netty_netty_codec_4_1_72_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "5d8591ca271a1e9c224e8de3873aa9936acb581ee0db514e7dc18523df36d16c", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.72.Final/netty-codec-4.1.72.Final.jar", - "https://maven.google.com/io/netty/netty-codec/4.1.72.Final/netty-codec-4.1.72.Final.jar" - ], - "downloaded_file_path": "io/netty/netty-codec/4.1.72.Final/netty-codec-4.1.72.Final.jar" - } - }, - "io_netty_netty_codec_http_4_1_72_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "fa6fec88010bfaf6a7415b5364671b6b18ffb6b35a986ab97b423fd8c3a0174b", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.72.Final/netty-codec-http-4.1.72.Final.jar", - "https://maven.google.com/io/netty/netty-codec-http/4.1.72.Final/netty-codec-http-4.1.72.Final.jar" - ], - "downloaded_file_path": "io/netty/netty-codec-http/4.1.72.Final/netty-codec-http-4.1.72.Final.jar" - } - }, - "io_netty_netty_codec_http2_4_1_72_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "c89a70500f59e8563e720aaa808263a514bd9e2bd91ba84eab8c2ccb45f234b2", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.72.Final/netty-codec-http2-4.1.72.Final.jar", - "https://maven.google.com/io/netty/netty-codec-http2/4.1.72.Final/netty-codec-http2-4.1.72.Final.jar" - ], - "downloaded_file_path": "io/netty/netty-codec-http2/4.1.72.Final/netty-codec-http2-4.1.72.Final.jar" - } - }, - "io_netty_netty_common_4_1_72_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "8adb4c291260ceb2859a68c49f0adeed36bf49587608e2b81ecff6aaf06025e9", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.72.Final/netty-common-4.1.72.Final.jar", - "https://maven.google.com/io/netty/netty-common/4.1.72.Final/netty-common-4.1.72.Final.jar" - ], - "downloaded_file_path": "io/netty/netty-common/4.1.72.Final/netty-common-4.1.72.Final.jar" - } - }, - "io_netty_netty_handler_4_1_72_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "9cb6012af7e06361d738ac4e3bdc49a158f8cf87d9dee0f2744056b7d99c28d5", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.72.Final/netty-handler-4.1.72.Final.jar", - "https://maven.google.com/io/netty/netty-handler/4.1.72.Final/netty-handler-4.1.72.Final.jar" - ], - "downloaded_file_path": "io/netty/netty-handler/4.1.72.Final/netty-handler-4.1.72.Final.jar" - } - }, - "io_netty_netty_resolver_4_1_72_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "6474598aab7cc9d8d6cfa06c05bd1b19adbf7f8451dbdd73070b33a6c60b1b90", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.72.Final/netty-resolver-4.1.72.Final.jar", - "https://maven.google.com/io/netty/netty-resolver/4.1.72.Final/netty-resolver-4.1.72.Final.jar" - ], - "downloaded_file_path": "io/netty/netty-resolver/4.1.72.Final/netty-resolver-4.1.72.Final.jar" - } - }, - "io_netty_netty_tcnative_classes_2_0_46_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "d3ec888dcc4ac7915bf88b417c5e04fd354f4311032a748a6882df09347eed9a", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-tcnative-classes/2.0.46.Final/netty-tcnative-classes-2.0.46.Final.jar", - "https://maven.google.com/io/netty/netty-tcnative-classes/2.0.46.Final/netty-tcnative-classes-2.0.46.Final.jar" - ], - "downloaded_file_path": "io/netty/netty-tcnative-classes/2.0.46.Final/netty-tcnative-classes-2.0.46.Final.jar" - } - }, - "io_netty_netty_transport_4_1_72_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "c5fb68e9a65b6e8a516adfcb9fa323479ee7b4d9449d8a529d2ecab3d3711d5a", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.72.Final/netty-transport-4.1.72.Final.jar", - "https://maven.google.com/io/netty/netty-transport/4.1.72.Final/netty-transport-4.1.72.Final.jar" - ], - "downloaded_file_path": "io/netty/netty-transport/4.1.72.Final/netty-transport-4.1.72.Final.jar" - } - }, - "io_netty_netty_transport_classes_epoll_4_1_72_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "e1528a9751c1285aa7beaf3a1eb0597151716426ce38598ac9bc0891209b9e68", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport-classes-epoll/4.1.72.Final/netty-transport-classes-epoll-4.1.72.Final.jar", - "https://maven.google.com/io/netty/netty-transport-classes-epoll/4.1.72.Final/netty-transport-classes-epoll-4.1.72.Final.jar" - ], - "downloaded_file_path": "io/netty/netty-transport-classes-epoll/4.1.72.Final/netty-transport-classes-epoll-4.1.72.Final.jar" - } - }, - "io_netty_netty_transport_native_unix_common_4_1_72_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "6f8f1cc29b5a234eeee9439a63eb3f03a5994aa540ff555cb0b2c88cefaf6877", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.72.Final/netty-transport-native-unix-common-4.1.72.Final.jar", - "https://maven.google.com/io/netty/netty-transport-native-unix-common/4.1.72.Final/netty-transport-native-unix-common-4.1.72.Final.jar" - ], - "downloaded_file_path": "io/netty/netty-transport-native-unix-common/4.1.72.Final/netty-transport-native-unix-common-4.1.72.Final.jar" - } - }, - "io_opencensus_opencensus_api_0_24_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "f561b1cc2673844288e596ddf5bb6596868a8472fd2cb8993953fc5c034b2352", - "urls": [ - "https://repo1.maven.org/maven2/io/opencensus/opencensus-api/0.24.0/opencensus-api-0.24.0.jar", - "https://maven.google.com/io/opencensus/opencensus-api/0.24.0/opencensus-api-0.24.0.jar" - ], - "downloaded_file_path": "io/opencensus/opencensus-api/0.24.0/opencensus-api-0.24.0.jar" - } - }, - "io_opencensus_opencensus_contrib_http_util_0_24_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "7155273bbb1ed3d477ea33cf19d7bbc0b285ff395f43b29ae576722cf247000f", - "urls": [ - "https://repo1.maven.org/maven2/io/opencensus/opencensus-contrib-http-util/0.24.0/opencensus-contrib-http-util-0.24.0.jar", - "https://maven.google.com/io/opencensus/opencensus-contrib-http-util/0.24.0/opencensus-contrib-http-util-0.24.0.jar" - ], - "downloaded_file_path": "io/opencensus/opencensus-contrib-http-util/0.24.0/opencensus-contrib-http-util-0.24.0.jar" - } - }, - "javax_annotation_javax_annotation_api_1_3_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "e04ba5195bcd555dc95650f7cc614d151e4bcd52d29a10b8aa2197f3ab89ab9b", - "urls": [ - "https://repo1.maven.org/maven2/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar", - "https://maven.google.com/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar" - ], - "downloaded_file_path": "javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar" - } - }, - "org_apache_commons_commons_lang3_3_8_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "dac807f65b07698ff39b1b07bfef3d87ae3fd46d91bbf8a2bc02b2a831616f68", - "urls": [ - "https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar", - "https://maven.google.com/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar" - ], - "downloaded_file_path": "org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar" - } - }, - "org_apache_httpcomponents_httpclient_4_5_13": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "6fe9026a566c6a5001608cf3fc32196641f6c1e5e1986d1037ccdbd5f31ef743", - "urls": [ - "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar", - "https://maven.google.com/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar" - ], - "downloaded_file_path": "org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar" - } - }, - "org_apache_httpcomponents_httpcore_4_4_13": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "e06e89d40943245fcfa39ec537cdbfce3762aecde8f9c597780d2b00c2b43424", - "urls": [ - "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar", - "https://maven.google.com/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar" - ], - "downloaded_file_path": "org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar" - } - }, - "org_apache_maven_maven_artifact_3_8_6": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "de22a4c6f54fe31276a823b1bbd3adfd6823529e732f431b5eff0852c2b9252b", - "urls": [ - "https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar", - "https://maven.google.com/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar" - ], - "downloaded_file_path": "org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar" - } - }, - "org_checkerframework_checker_compat_qual_2_5_5": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "11d134b245e9cacc474514d2d66b5b8618f8039a1465cdc55bbc0b34e0008b7a", - "urls": [ - "https://repo1.maven.org/maven2/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.jar", - "https://maven.google.com/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.jar" - ], - "downloaded_file_path": "org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.jar" - } - }, - "org_checkerframework_checker_qual_3_12_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "ff10785ac2a357ec5de9c293cb982a2cbb605c0309ea4cc1cb9b9bc6dbe7f3cb", - "urls": [ - "https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar", - "https://maven.google.com/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar" - ], - "downloaded_file_path": "org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar" - } - }, - "org_codehaus_plexus_plexus_utils_3_3_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "4b570fcdbe5a894f249d2eb9b929358a9c88c3e548d227a80010461930222f2a", - "urls": [ - "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar", - "https://maven.google.com/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar" - ], - "downloaded_file_path": "org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar" - } - }, - "org_reactivestreams_reactive_streams_1_0_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "1dee0481072d19c929b623e155e14d2f6085dc011529a0a0dbefc84cf571d865", - "urls": [ - "https://repo1.maven.org/maven2/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar", - "https://maven.google.com/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar" - ], - "downloaded_file_path": "org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar" - } - }, - "org_slf4j_slf4j_api_1_7_30": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "cdba07964d1bb40a0761485c6b1e8c2f8fd9eb1d19c53928ac0d7f9510105c57", - "urls": [ - "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar", - "https://maven.google.com/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar" - ], - "downloaded_file_path": "org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar" - } - }, - "org_threeten_threetenbp_1_5_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "dcf9c0f940739f2a825cd8626ff27113459a2f6eb18797c7152f93fff69c264f", - "urls": [ - "https://repo1.maven.org/maven2/org/threeten/threetenbp/1.5.0/threetenbp-1.5.0.jar", - "https://maven.google.com/org/threeten/threetenbp/1.5.0/threetenbp-1.5.0.jar" - ], - "downloaded_file_path": "org/threeten/threetenbp/1.5.0/threetenbp-1.5.0.jar" - } - }, - "software_amazon_awssdk_annotations_2_17_183": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "8e4d72361ca805a0bd8bbd9017cd7ff77c8d170f2dd469c7d52d5653330bb3fd", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/annotations/2.17.183/annotations-2.17.183.jar", - "https://maven.google.com/software/amazon/awssdk/annotations/2.17.183/annotations-2.17.183.jar" - ], - "downloaded_file_path": "software/amazon/awssdk/annotations/2.17.183/annotations-2.17.183.jar" - } - }, - "software_amazon_awssdk_apache_client_2_17_183": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "78ceae502fce6a97bbe5ff8f6a010a52ab7ea3ae66cb1a4122e18185fce45022", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/apache-client/2.17.183/apache-client-2.17.183.jar", - "https://maven.google.com/software/amazon/awssdk/apache-client/2.17.183/apache-client-2.17.183.jar" - ], - "downloaded_file_path": "software/amazon/awssdk/apache-client/2.17.183/apache-client-2.17.183.jar" - } - }, - "software_amazon_awssdk_arns_2_17_183": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "659a185e191d66c71de81209490e66abeaccae208ea7b2831a738670823447aa", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/arns/2.17.183/arns-2.17.183.jar", - "https://maven.google.com/software/amazon/awssdk/arns/2.17.183/arns-2.17.183.jar" - ], - "downloaded_file_path": "software/amazon/awssdk/arns/2.17.183/arns-2.17.183.jar" - } - }, - "software_amazon_awssdk_auth_2_17_183": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "8820c6636e5c14efc29399fb5565ce50212b0c1f4ed720a025a2c402d54e0978", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/auth/2.17.183/auth-2.17.183.jar", - "https://maven.google.com/software/amazon/awssdk/auth/2.17.183/auth-2.17.183.jar" - ], - "downloaded_file_path": "software/amazon/awssdk/auth/2.17.183/auth-2.17.183.jar" - } - }, - "software_amazon_awssdk_aws_core_2_17_183": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "bccbdbea689a665a702ff19828662d87fb7fe81529df13f02ef1e4c474ea9f93", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/aws-core/2.17.183/aws-core-2.17.183.jar", - "https://maven.google.com/software/amazon/awssdk/aws-core/2.17.183/aws-core-2.17.183.jar" - ], - "downloaded_file_path": "software/amazon/awssdk/aws-core/2.17.183/aws-core-2.17.183.jar" - } - }, - "software_amazon_awssdk_aws_query_protocol_2_17_183": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "4dace03c76f80f3dec920cb3dedb2a95984c4366ef4fda728660cb90bed74848", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/aws-query-protocol/2.17.183/aws-query-protocol-2.17.183.jar", - "https://maven.google.com/software/amazon/awssdk/aws-query-protocol/2.17.183/aws-query-protocol-2.17.183.jar" - ], - "downloaded_file_path": "software/amazon/awssdk/aws-query-protocol/2.17.183/aws-query-protocol-2.17.183.jar" - } - }, - "software_amazon_awssdk_aws_xml_protocol_2_17_183": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "566bba05d49256fa6994efd68fa625ae05a62ea45ee74bb9130d20ea20988363", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/aws-xml-protocol/2.17.183/aws-xml-protocol-2.17.183.jar", - "https://maven.google.com/software/amazon/awssdk/aws-xml-protocol/2.17.183/aws-xml-protocol-2.17.183.jar" - ], - "downloaded_file_path": "software/amazon/awssdk/aws-xml-protocol/2.17.183/aws-xml-protocol-2.17.183.jar" - } - }, - "software_amazon_awssdk_http_client_spi_2_17_183": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "fe7120f175df9e47ebcc5d946d7f40110faf2ba0a30364f3b935d5b8a5a6c3c6", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/http-client-spi/2.17.183/http-client-spi-2.17.183.jar", - "https://maven.google.com/software/amazon/awssdk/http-client-spi/2.17.183/http-client-spi-2.17.183.jar" - ], - "downloaded_file_path": "software/amazon/awssdk/http-client-spi/2.17.183/http-client-spi-2.17.183.jar" - } - }, - "software_amazon_awssdk_json_utils_2_17_183": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "51ab7f550adc06afcb49f5270cdf690f1bfaaee243abaa5d978095e2a1e4e1a5", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/json-utils/2.17.183/json-utils-2.17.183.jar", - "https://maven.google.com/software/amazon/awssdk/json-utils/2.17.183/json-utils-2.17.183.jar" - ], - "downloaded_file_path": "software/amazon/awssdk/json-utils/2.17.183/json-utils-2.17.183.jar" - } - }, - "software_amazon_awssdk_metrics_spi_2_17_183": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "08a11dc8c4ba464beafbcc7ac05b8c724c1ccb93da99482e82a68540ac704e4a", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/metrics-spi/2.17.183/metrics-spi-2.17.183.jar", - "https://maven.google.com/software/amazon/awssdk/metrics-spi/2.17.183/metrics-spi-2.17.183.jar" - ], - "downloaded_file_path": "software/amazon/awssdk/metrics-spi/2.17.183/metrics-spi-2.17.183.jar" - } - }, - "software_amazon_awssdk_netty_nio_client_2_17_183": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "a6d356f364c56d7b90006b0b7e503b8630010993a5587ce42e74b10b8dca2238", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/netty-nio-client/2.17.183/netty-nio-client-2.17.183.jar", - "https://maven.google.com/software/amazon/awssdk/netty-nio-client/2.17.183/netty-nio-client-2.17.183.jar" - ], - "downloaded_file_path": "software/amazon/awssdk/netty-nio-client/2.17.183/netty-nio-client-2.17.183.jar" - } - }, - "software_amazon_awssdk_profiles_2_17_183": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "78833b32fde3f1c5320373b9ea955c1bbc28f2c904010791c4784e610193ee56", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/profiles/2.17.183/profiles-2.17.183.jar", - "https://maven.google.com/software/amazon/awssdk/profiles/2.17.183/profiles-2.17.183.jar" - ], - "downloaded_file_path": "software/amazon/awssdk/profiles/2.17.183/profiles-2.17.183.jar" - } - }, - "software_amazon_awssdk_protocol_core_2_17_183": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "10e7c4faa1f05e2d73055d0390dbd0bb6450e2e6cb85beda051b1e4693c826ce", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/protocol-core/2.17.183/protocol-core-2.17.183.jar", - "https://maven.google.com/software/amazon/awssdk/protocol-core/2.17.183/protocol-core-2.17.183.jar" - ], - "downloaded_file_path": "software/amazon/awssdk/protocol-core/2.17.183/protocol-core-2.17.183.jar" - } - }, - "software_amazon_awssdk_regions_2_17_183": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "d3079395f3ffc07d04ffcce16fca29fb5968197f6e9ea3dbff6be297102b40a5", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/regions/2.17.183/regions-2.17.183.jar", - "https://maven.google.com/software/amazon/awssdk/regions/2.17.183/regions-2.17.183.jar" - ], - "downloaded_file_path": "software/amazon/awssdk/regions/2.17.183/regions-2.17.183.jar" - } - }, - "software_amazon_awssdk_s3_2_17_183": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "ab073b91107a9e4ed9f030314077d137fe627e055ad895fabb036980a050e360", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/s3/2.17.183/s3-2.17.183.jar", - "https://maven.google.com/software/amazon/awssdk/s3/2.17.183/s3-2.17.183.jar" - ], - "downloaded_file_path": "software/amazon/awssdk/s3/2.17.183/s3-2.17.183.jar" - } - }, - "software_amazon_awssdk_sdk_core_2_17_183": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "677e9cc90fdd82c1f40f97b99cb115b13ad6c3f58beeeab1c061af6954d64c77", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/sdk-core/2.17.183/sdk-core-2.17.183.jar", - "https://maven.google.com/software/amazon/awssdk/sdk-core/2.17.183/sdk-core-2.17.183.jar" - ], - "downloaded_file_path": "software/amazon/awssdk/sdk-core/2.17.183/sdk-core-2.17.183.jar" - } - }, - "software_amazon_awssdk_third_party_jackson_core_2_17_183": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "1bc27c9960993c20e1ab058012dd1ae04c875eec9f0f08f2b2ca41e578dee9a4", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/third-party-jackson-core/2.17.183/third-party-jackson-core-2.17.183.jar", - "https://maven.google.com/software/amazon/awssdk/third-party-jackson-core/2.17.183/third-party-jackson-core-2.17.183.jar" - ], - "downloaded_file_path": "software/amazon/awssdk/third-party-jackson-core/2.17.183/third-party-jackson-core-2.17.183.jar" - } - }, - "software_amazon_awssdk_utils_2_17_183": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "7bd849bb5aa71bfdf6b849643736ecab3a7b3f204795804eefe5754104231ec6", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/utils/2.17.183/utils-2.17.183.jar", - "https://maven.google.com/software/amazon/awssdk/utils/2.17.183/utils-2.17.183.jar" - ], - "downloaded_file_path": "software/amazon/awssdk/utils/2.17.183/utils-2.17.183.jar" - } - }, - "software_amazon_eventstream_eventstream_1_0_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "0c37d8e696117f02c302191b8110b0d0eb20fa412fce34c3a269ec73c16ce822", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/eventstream/eventstream/1.0.1/eventstream-1.0.1.jar", - "https://maven.google.com/software/amazon/eventstream/eventstream/1.0.1/eventstream-1.0.1.jar" - ], - "downloaded_file_path": "software/amazon/eventstream/eventstream/1.0.1/eventstream-1.0.1.jar" - } - }, - "rules_jvm_external_deps": { - "bzlFile": "@@rules_jvm_external~//:coursier.bzl", - "ruleClassName": "pinned_coursier_fetch", - "attributes": { - "repositories": [ - "{ \"repo_url\": \"https://repo1.maven.org/maven2\" }" - ], - "artifacts": [ - "{ \"group\": \"com.google.auth\", \"artifact\": \"google-auth-library-credentials\", \"version\": \"0.22.0\" }", - "{ \"group\": \"com.google.auth\", \"artifact\": \"google-auth-library-oauth2-http\", \"version\": \"0.22.0\" }", - "{ \"group\": \"com.google.cloud\", \"artifact\": \"google-cloud-core\", \"version\": \"1.93.10\" }", - "{ \"group\": \"com.google.cloud\", \"artifact\": \"google-cloud-storage\", \"version\": \"1.113.4\" }", - "{ \"group\": \"com.google.code.gson\", \"artifact\": \"gson\", \"version\": \"2.9.0\" }", - "{ \"group\": \"com.google.googlejavaformat\", \"artifact\": \"google-java-format\", \"version\": \"1.15.0\" }", - "{ \"group\": \"com.google.guava\", \"artifact\": \"guava\", \"version\": \"31.1-jre\" }", - "{ \"group\": \"org.apache.maven\", \"artifact\": \"maven-artifact\", \"version\": \"3.8.6\" }", - "{ \"group\": \"software.amazon.awssdk\", \"artifact\": \"s3\", \"version\": \"2.17.183\" }" - ], - "fetch_sources": true, - "fetch_javadoc": false, - "generate_compat_repositories": false, - "maven_install_json": "@@rules_jvm_external~//:rules_jvm_external_deps_install.json", - "override_targets": {}, - "strict_visibility": false, - "strict_visibility_value": [ - "@@//visibility:private" - ], - "jetify": false, - "jetify_include_list": [ - "*" - ], - "additional_netrc_lines": [], - "fail_if_repin_required": false, - "use_starlark_android_rules": false, - "aar_import_bzl_label": "@build_bazel_rules_android//android:rules.bzl", - "duplicate_version_warning": "warn" - } - } - }, - "recordedRepoMappingEntries": [ - [ - "rules_jvm_external~", - "bazel_tools", - "bazel_tools" - ], - [ - "rules_jvm_external~", - "rules_jvm_external", - "rules_jvm_external~" - ] - ] - } - }, - "@@rules_jvm_external~//:non-module-deps.bzl%non_module_deps": { - "general": { - "bzlTransitiveDigest": "ZOivBbbZUakRexeLO/N26oX4Bcph6HHnqNmfxt7yoCc=", - "usagesDigest": "53kHAQcKNmL0k7OtizNBnaTWq84lbKdGYv7383Wp/fc=", - "recordedFileInputs": {}, - "recordedDirentsInputs": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "io_bazel_rules_kotlin": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "sha256": "946747acdbeae799b085d12b240ec346f775ac65236dfcf18aa0cd7300f6de78", - "urls": [ - "https://github.com/bazelbuild/rules_kotlin/releases/download/v1.7.0-RC-2/rules_kotlin_release.tgz" - ] - } - } - }, - "recordedRepoMappingEntries": [ - [ - "rules_jvm_external~", - "bazel_tools", - "bazel_tools" - ] - ] - } - }, - "@@rules_python~//python/private/bzlmod:pip.bzl%pip_internal": { - "general": { - "bzlTransitiveDigest": "6nT26ePyRV3Jv3gX5xr0bl1Jn3+vb/FWuKlMO/9kNjo=", - "usagesDigest": "Ytl7Xydpzlx/9E3VePX4x952J6xMN3xDnNsv/9gX+Zw=", - "recordedFileInputs": { - "@@rules_python~//tools/publish/requirements.txt": "8ced1e640eab3ee44298590e5ad88cd612f5bf96245af1981709f7a8884a982b", - "@@rules_python~//tools/publish/requirements_windows.txt": "0b7327c4f5751dc429bf53d21fc0797a7a0a6ac468ddcb38e238bed90ef0a7da", - "@@rules_python~//tools/publish/requirements_darwin.txt": "a29d72a09b755c284377ca1bb4ae1bea27ef8b01d575b40e21a777e53b513381" - }, - "recordedDirentsInputs": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "rules_python_publish_deps_311_six_py2_none_any_8abb2f1d": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "six-1.16.0-py2.py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "six==1.16.0", - "sha256": "8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_six_sdist_1e61c374": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "six-1.16.0.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "six==1.16.0", - "sha256": "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_cffi_cp311_cp311_manylinux_2_17_aarch64_3548db28": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "cffi-1.15.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "cffi==1.15.1", - "sha256": "3548db281cd7d2561c9ad9984681c95f7b0e38881201e157833a2342c30d5e8c", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/91/bc/b7723c2fe7a22eee71d7edf2102cd43423d5f95ff3932ebaa2f82c7ec8d0/cffi-1.15.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" - ] - } - }, - "rules_python_publish_deps_311_cffi_cp311_cp311_manylinux_2_17_ppc64le_91fc98ad": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "cffi-1.15.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "cffi==1.15.1", - "sha256": "91fc98adde3d7881af9b59ed0294046f3806221863722ba7d8d120c575314325", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/5d/4e/4e0bb5579b01fdbfd4388bd1eb9394a989e1336203a4b7f700d887b233c1/cffi-1.15.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" - ] - } - }, - "rules_python_publish_deps_311_cffi_cp311_cp311_manylinux_2_17_x86_64_94411f22": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "cffi-1.15.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "cffi==1.15.1", - "sha256": "94411f22c3985acaec6f83c6df553f2dbe17b698cc7f8ae751ff2237d96b9e3c", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/37/5a/c37631a86be838bdd84cc0259130942bf7e6e32f70f4cab95f479847fb91/cffi-1.15.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" - ] - } - }, - "rules_python_publish_deps_311_cffi_cp311_cp311_musllinux_1_1_x86_64_cc4d65ae": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "cffi-1.15.1-cp311-cp311-musllinux_1_1_x86_64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "cffi==1.15.1", - "sha256": "cc4d65aeeaa04136a12677d3dd0b1c0c94dc43abac5860ab33cceb42b801c1e8", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/d3/56/3e94aa719ae96eeda8b68b3ec6e347e0a23168c6841dc276ccdcdadc9f32/cffi-1.15.1-cp311-cp311-musllinux_1_1_x86_64.whl" - ] - } - }, - "rules_python_publish_deps_311_cffi_sdist_d400bfb9": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "cffi-1.15.1.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "cffi==1.15.1", - "sha256": "d400bfb9a37b1351253cb402671cea7e89bdecc294e8016a707f6d1d8ac934f9", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/2b/a8/050ab4f0c3d4c1b8aaa805f70e26e84d0e27004907c5b8ecc1d31815f92a/cffi-1.15.1.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_idna_py3_none_any_90b77e79": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "idna-3.4-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "idna==3.4", - "sha256": "90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/fc/34/3030de6f1370931b9dbb4dad48f6ab1015ab1d32447850b9fc94e60097be/idna-3.4-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_idna_sdist_814f528e": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "idna-3.4.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "idna==3.4", - "sha256": "814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/8b/e1/43beb3d38dba6cb420cefa297822eac205a277ab43e5ba5d5c46faf96438/idna-3.4.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_rich_py3_none_any_7c963f0d": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "rich-13.2.0-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "rich==13.2.0", - "sha256": "7c963f0d03819221e9ac561e1bc866e3f95a02248c1234daa48954e6d381c003", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/0e/cf/a6369a2aee266c2d7604230f083d4bd14b8f69bc69eb25b3da63b9f2f853/rich-13.2.0-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_rich_sdist_f1a00cdd": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "rich-13.2.0.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "rich==13.2.0", - "sha256": "f1a00cdd3eebf999a15d85ec498bfe0b1a77efe9b34f645768a54132ef444ac5", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/9e/5e/c3dc3ea32e2c14bfe46e48de954dd175bff76bcc549dd300acb9689521ae/rich-13.2.0.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_zipp_py3_none_any_83a28fcb": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "zipp-3.11.0-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "zipp==3.11.0", - "sha256": "83a28fcb75844b5c0cdaf5aa4003c2d728c77e05f5aeabe8e95e56727005fbaa", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/d8/20/256eb3f3f437c575fb1a2efdce5e801a5ce3162ea8117da96c43e6ee97d8/zipp-3.11.0-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_zipp_sdist_a7a22e05": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "zipp-3.11.0.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "zipp==3.11.0", - "sha256": "a7a22e05929290a67401440b39690ae6563279bced5f314609d9d03798f56766", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/8e/b3/8b16a007184714f71157b1a71bbe632c5d66dd43bc8152b3c799b13881e1/zipp-3.11.0.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_mdurl_py3_none_any_84008a41": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "mdurl-0.1.2-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "mdurl==0.1.2", - "sha256": "84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.2-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_mdurl_sdist_bb413d29": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "mdurl-0.1.2.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "mdurl==0.1.2", - "sha256": "bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/d6/54/cfe61301667036ec958cb99bd3efefba235e65cdeb9c84d24a8293ba1d90/mdurl-0.1.2.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_twine_py3_none_any_929bc3c2": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "twine-4.0.2-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "twine==4.0.2", - "sha256": "929bc3c280033347a00f847236564d1c52a3e61b1ac2516c97c48f3ceab756d8", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/3a/38/a3f27a9e8ce45523d7d1e28c09e9085b61a98dab15d35ec086f36a44b37c/twine-4.0.2-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_twine_sdist_9e102ef5": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "twine-4.0.2.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "twine==4.0.2", - "sha256": "9e102ef5fdd5a20661eb88fad46338806c3bd32cf1db729603fe3697b1bc83c8", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/b7/1a/a7884359429d801cd63c2c5512ad0a337a509994b0e42d9696d4778d71f6/twine-4.0.2.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_bleach_py3_none_any_33c16e33": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "bleach-6.0.0-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "bleach==6.0.0", - "sha256": "33c16e3353dbd13028ab4799a0f89a83f113405c766e9c122df8a06f5b85b3f4", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/ac/e2/dfcab68c9b2e7800c8f06b85c76e5f978d05b195a958daa9b1dda54a1db6/bleach-6.0.0-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_bleach_sdist_1a1a85c1": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "bleach-6.0.0.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "bleach==6.0.0", - "sha256": "1a1a85c1595e07d8db14c5f09f09e6433502c51c595970edc090551f0db99414", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/7e/e6/d5f220ca638f6a25557a611860482cb6e54b2d97f0332966b1b005742e1f/bleach-6.0.0.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_certifi_py3_none_any_4ad3232f": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "certifi-2022.12.7-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "certifi==2022.12.7", - "sha256": "4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/71/4c/3db2b8021bd6f2f0ceb0e088d6b2d49147671f25832fb17970e9b583d742/certifi-2022.12.7-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_certifi_sdist_35824b4c": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "certifi-2022.12.7.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "certifi==2022.12.7", - "sha256": "35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/37/f7/2b1b0ec44fdc30a3d31dfebe52226be9ddc40cd6c0f34ffc8923ba423b69/certifi-2022.12.7.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_certifi_py3_none_any_92d60375": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "certifi-2023.7.22-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "certifi==2023.7.22", - "sha256": "92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/4c/dd/2234eab22353ffc7d94e8d13177aaa050113286e93e7b40eae01fbf7c3d9/certifi-2023.7.22-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_certifi_sdist_539cc1d1": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "certifi-2023.7.22.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "certifi==2023.7.22", - "sha256": "539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/98/98/c2ff18671db109c9f10ed27f5ef610ae05b73bd876664139cf95bd1429aa/certifi-2023.7.22.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_jeepney_py3_none_any_c0a454ad": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "jeepney-0.8.0-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "jeepney==0.8.0", - "sha256": "c0a454ad016ca575060802ee4d590dd912e35c122fa04e70306de3d076cce755", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/ae/72/2a1e2290f1ab1e06f71f3d0f1646c9e4634e70e1d37491535e19266e8dc9/jeepney-0.8.0-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_jeepney_sdist_5efe48d2": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "jeepney-0.8.0.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "jeepney==0.8.0", - "sha256": "5efe48d255973902f6badc3ce55e2aa6c5c3b3bc642059ef3a91247bcfcc5806", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/d6/f4/154cf374c2daf2020e05c3c6a03c91348d59b23c5366e968feb198306fdf/jeepney-0.8.0.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_keyring_py3_none_any_771ed2a9": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "keyring-23.13.1-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "keyring==23.13.1", - "sha256": "771ed2a91909389ed6148631de678f82ddc73737d85a927f382a8a1b157898cd", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/62/db/0e9a09b2b95986dcd73ac78be6ed2bd73ebe8bac65cba7add5b83eb9d899/keyring-23.13.1-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_keyring_sdist_ba2e15a9": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "keyring-23.13.1.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "keyring==23.13.1", - "sha256": "ba2e15a9b35e21908d0aaf4e0a47acc52d6ae33444df0da2b49d41a46ef6d678", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/55/fe/282f4c205add8e8bb3a1635cbbac59d6def2e0891b145aa553a0e40dd2d0/keyring-23.13.1.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_pkginfo_py3_none_any_4b7a555a": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "pkginfo-1.9.6-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "pkginfo==1.9.6", - "sha256": "4b7a555a6d5a22169fcc9cf7bfd78d296b0361adad412a346c1226849af5e546", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/b3/f2/6e95c86a23a30fa205ea6303a524b20cbae27fbee69216377e3d95266406/pkginfo-1.9.6-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_pkginfo_sdist_8fd5896e": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "pkginfo-1.9.6.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "pkginfo==1.9.6", - "sha256": "8fd5896e8718a4372f0ea9cc9d96f6417c9b986e23a4d116dda26b62cc29d046", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/b4/1c/89b38e431c20d6b2389ed8b3926c2ab72f58944733ba029354c6d9f69129/pkginfo-1.9.6.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_rfc3986_py2_none_any_50b1502b": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "rfc3986-2.0.0-py2.py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "rfc3986==2.0.0", - "sha256": "50b1502b60e289cb37883f3dfd34532b8873c7de9f49bb546641ce9cbd256ebd", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/ff/9a/9afaade874b2fa6c752c36f1548f718b5b83af81ed9b76628329dab81c1b/rfc3986-2.0.0-py2.py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_rfc3986_sdist_97aacf9d": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "rfc3986-2.0.0.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "rfc3986==2.0.0", - "sha256": "97aacf9dbd4bfd829baad6e6309fa6573aaf1be3f6fa735c8ab05e46cecb261c", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/85/40/1520d68bfa07ab5a6f065a186815fb6610c86fe957bc065754e47f7b0840/rfc3986-2.0.0.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_urllib3_py2_none_any_75edcdc2": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "urllib3-1.26.14-py2.py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "urllib3==1.26.14", - "sha256": "75edcdc2f7d85b137124a6c3c9fc3933cdeaa12ecb9a6a959f22797a0feca7e1", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/fe/ca/466766e20b767ddb9b951202542310cba37ea5f2d792dae7589f1741af58/urllib3-1.26.14-py2.py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_urllib3_sdist_076907bf": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "urllib3-1.26.14.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "urllib3==1.26.14", - "sha256": "076907bf8fd355cde77728471316625a4d2f7e713c125f51953bb5b3eecf4f72", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/c5/52/fe421fb7364aa738b3506a2d99e4f3a56e079c0a798e9f4fa5e14c60922f/urllib3-1.26.14.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_urllib3_py2_none_any_34b97092": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "urllib3-1.26.18-py2.py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "urllib3==1.26.18", - "sha256": "34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/b0/53/aa91e163dcfd1e5b82d8a890ecf13314e3e149c05270cc644581f77f17fd/urllib3-1.26.18-py2.py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_urllib3_sdist_f8ecc1bb": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "urllib3-1.26.18.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "urllib3==1.26.18", - "sha256": "f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/0c/39/64487bf07df2ed854cc06078c27c0d0abc59bd27b32232876e403c333a08/urllib3-1.26.18.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_docutils_py3_none_any_5e1de4d8": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "docutils-0.19-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "docutils==0.19", - "sha256": "5e1de4d849fee02c63b040a4a3fd567f4ab104defd8a5511fbbc24a8a017efbc", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/93/69/e391bd51bc08ed9141ecd899a0ddb61ab6465309f1eb470905c0c8868081/docutils-0.19-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_docutils_sdist_33995a67": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "docutils-0.19.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "docutils==0.19", - "sha256": "33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/6b/5c/330ea8d383eb2ce973df34d1239b3b21e91cd8c865d21ff82902d952f91f/docutils-0.19.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_pygments_py3_none_any_fa7bd7bd": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "Pygments-2.14.0-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "pygments==2.14.0", - "sha256": "fa7bd7bd2771287c0de303af8bfdfc731f51bd2c6a47ab69d117138893b82717", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/0b/42/d9d95cc461f098f204cd20c85642ae40fbff81f74c300341b8d0e0df14e0/Pygments-2.14.0-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_pygments_sdist_b3ed06a9": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "Pygments-2.14.0.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "pygments==2.14.0", - "sha256": "b3ed06a9e8ac9a9aae5a6f5dbe78a8a58655d17b43b93c078f094ddc476ae297", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/da/6a/c427c06913204e24de28de5300d3f0e809933f376e0b7df95194b2bb3f71/Pygments-2.14.0.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_requests_py3_none_any_64299f49": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "requests-2.28.2-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "requests==2.28.2", - "sha256": "64299f4909223da747622c030b781c0d7811e359c37124b4bd368fb8c6518baa", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/d2/f4/274d1dbe96b41cf4e0efb70cbced278ffd61b5c7bb70338b62af94ccb25b/requests-2.28.2-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_requests_sdist_98b1b278": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "requests-2.28.2.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "requests==2.28.2", - "sha256": "98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2df24bf", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/9d/ee/391076f5937f0a8cdf5e53b701ffc91753e87b07d66bae4a09aa671897bf/requests-2.28.2.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_pycparser_py2_none_any_8ee45429": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "pycparser-2.21-py2.py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "pycparser==2.21", - "sha256": "8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/62/d5/5f610ebe421e85889f2e55e33b7f9a6795bd982198517d912eb1c76e1a53/pycparser-2.21-py2.py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_pycparser_sdist_e644fdec": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "pycparser-2.21.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "pycparser==2.21", - "sha256": "e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/5e/0b/95d387f5f4433cb0f53ff7ad859bd2c6051051cebbb564f139a999ab46de/pycparser-2.21.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_cryptography_cp37_abi3_musllinux_1_1_x86_64_068bc551": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "cryptography-41.0.6-cp37-abi3-musllinux_1_1_x86_64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "cryptography==41.0.6", - "sha256": "068bc551698c234742c40049e46840843f3d98ad7ce265fd2bd4ec0d11306596", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/a4/37/38d1340a8eb720dac78fde5d14742c6bb22a4b5f750ac869ef4eaaa795e0/cryptography-41.0.6-cp37-abi3-musllinux_1_1_x86_64.whl" - ] - } - }, - "rules_python_publish_deps_311_cryptography_cp37_abi3_musllinux_1_1_aarch64_5daeb18e": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "cryptography-41.0.6-cp37-abi3-musllinux_1_1_aarch64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "cryptography==41.0.6", - "sha256": "5daeb18e7886a358064a68dbcaf441c036cbdb7da52ae744e7b9207b04d3908c", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/07/68/d41ba60a16ff4e64965a857fcf2041f893362ae62c5b88d8b958196e2bed/cryptography-41.0.6-cp37-abi3-musllinux_1_1_aarch64.whl" - ] - } - }, - "rules_python_publish_deps_311_cryptography_cp37_abi3_manylinux_2_17_aarch64_afda76d8": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "cryptography-41.0.6-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "cryptography==41.0.6", - "sha256": "afda76d84b053923c27ede5edc1ed7d53e3c9f475ebaf63c68e69f1403c405a8", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/88/bd/0c1dc2d29a6eed5ac0491d9b0ba3e118ac8d36b532bb812b3047e3b87a1e/cryptography-41.0.6-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" - ] - } - }, - "rules_python_publish_deps_311_cryptography_cp37_abi3_manylinux_2_28_x86_64_b648fe2a": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "cryptography-41.0.6-cp37-abi3-manylinux_2_28_x86_64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "cryptography==41.0.6", - "sha256": "b648fe2a45e426aaee684ddca2632f62ec4613ef362f4d681a9a6283d10e079d", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/1e/7a/22192740f36448bb763846da291c13fa66dae92917b5a1cd032ea5dfe2d1/cryptography-41.0.6-cp37-abi3-manylinux_2_28_x86_64.whl" - ] - } - }, - "rules_python_publish_deps_311_cryptography_cp37_abi3_manylinux_2_17_x86_64_da46e2b5": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "cryptography-41.0.6-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "cryptography==41.0.6", - "sha256": "da46e2b5df770070412c46f87bac0849b8d685c5f2679771de277a422c7d0b86", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/ce/4e/54960380dda23ceb2027500e568aeafd6f06ce031847d7f2d3157f2bd12b/cryptography-41.0.6-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" - ] - } - }, - "rules_python_publish_deps_311_cryptography_cp37_abi3_manylinux_2_28_aarch64_ff369dd1": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "cryptography-41.0.6-cp37-abi3-manylinux_2_28_aarch64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "cryptography==41.0.6", - "sha256": "ff369dd19e8fe0528b02e8df9f2aeb2479f89b1270d90f96a63500afe9af5cae", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/0e/dd/6043bf697d30dc4277cc1608af1145d6076fdd0f00283626bf916d7cde8f/cryptography-41.0.6-cp37-abi3-manylinux_2_28_aarch64.whl" - ] - } - }, - "rules_python_publish_deps_311_cryptography_sdist_422e3e31": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "cryptography-41.0.6.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "cryptography==41.0.6", - "sha256": "422e3e31d63743855e43e5a6fcc8b4acab860f560f9321b0ee6269cc7ed70cc3", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/4d/b4/828991d82d3f1b6f21a0f8cfa54337ed33fdb52135f694130060839cfc33/cryptography-41.0.6.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_webencodings_py2_none_any_a0af1213": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "webencodings-0.5.1-py2.py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "webencodings==0.5.1", - "sha256": "a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_webencodings_sdist_b36a1c24": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "webencodings-0.5.1.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "webencodings==0.5.1", - "sha256": "b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/0b/02/ae6ceac1baeda530866a85075641cec12989bd8d31af6d5ab4a3e8c92f47/webencodings-0.5.1.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_secretstorage_py3_none_any_f356e662": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "SecretStorage-3.3.3-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "secretstorage==3.3.3", - "sha256": "f356e6628222568e3af06f2eba8df495efa13b3b63081dafd4f7d9a7b7bc9f99", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/54/24/b4293291fa1dd830f353d2cb163295742fa87f179fcc8a20a306a81978b7/SecretStorage-3.3.3-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_secretstorage_sdist_2403533e": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64" - ], - "filename": "SecretStorage-3.3.3.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "secretstorage==3.3.3", - "sha256": "2403533ef369eca6d2ba81718576c5e0f564d5cca1b58f73a8b23e7d4eeebd77", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/53/a4/f48c9d79cb507ed1373477dbceaba7401fd8a23af63b837fa61f1dcd3691/SecretStorage-3.3.3.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_jaraco_classes_py3_none_any_2353de32": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "jaraco.classes-3.2.3-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "jaraco-classes==3.2.3", - "sha256": "2353de3288bc6b82120752201c6b1c1a14b058267fa424ed5ce5984e3b922158", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/60/28/220d3ae0829171c11e50dded4355d17824d60895285631d7eb9dee0ab5e5/jaraco.classes-3.2.3-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_jaraco_classes_sdist_89559fa5": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "jaraco.classes-3.2.3.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "jaraco-classes==3.2.3", - "sha256": "89559fa5c1d3c34eff6f631ad80bb21f378dbcbb35dd161fd2c6b93f5be2f98a", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/bf/02/a956c9bfd2dfe60b30c065ed8e28df7fcf72b292b861dca97e951c145ef6/jaraco.classes-3.2.3.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_markdown_it_py_py3_none_any_93de681e": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "markdown_it_py-2.1.0-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "markdown-it-py==2.1.0", - "sha256": "93de681e5c021a432c63147656fe21790bc01231e0cd2da73626f1aa3ac0fe27", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/f9/3f/ecd1b708973b9a3e4574b43cffc1ce8eb98696da34f1a1c44a68c3c0d737/markdown_it_py-2.1.0-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_markdown_it_py_sdist_cf7e59fe": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "markdown-it-py-2.1.0.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "markdown-it-py==2.1.0", - "sha256": "cf7e59fed14b5ae17c0006eff14a2d9a00ed5f3a846148153899a0224e2c07da", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/33/e9/ac8a93e9eda3891ecdfecf5e01c060bbd2c44d4e3e77efc83b9c7ce9db32/markdown-it-py-2.1.0.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_more_itertools_py3_none_any_250e83d7": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "more_itertools-9.0.0-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "more-itertools==9.0.0", - "sha256": "250e83d7e81d0c87ca6bd942e6aeab8cc9daa6096d12c5308f3f92fa5e5c1f41", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/5d/87/1ec3fcc09d2c04b977eabf8a1083222f82eaa2f46d5a4f85f403bf8e7b30/more_itertools-9.0.0-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_more_itertools_sdist_5a6257e4": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "more-itertools-9.0.0.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "more-itertools==9.0.0", - "sha256": "5a6257e40878ef0520b1803990e3e22303a41b5714006c32a3fd8304b26ea1ab", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/13/b3/397aa9668da8b1f0c307bc474608653d46122ae0563d1d32f60e24fa0cbd/more-itertools-9.0.0.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_readme_renderer_py3_none_any_f67a16ca": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "readme_renderer-37.3-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "readme-renderer==37.3", - "sha256": "f67a16caedfa71eef48a31b39708637a6f4664c4394801a7b0d6432d13907343", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/97/52/fd8a77d6f0a9ddeb26ed8fb334e01ac546106bf0c5b8e40dc826c5bd160f/readme_renderer-37.3-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_readme_renderer_sdist_cd653186": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "readme_renderer-37.3.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "readme-renderer==37.3", - "sha256": "cd653186dfc73055656f090f227f5cb22a046d7f71a841dfa305f55c9a513273", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/81/c3/d20152fcd1986117b898f66928938f329d0c91ddc47f081c58e64e0f51dc/readme_renderer-37.3.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_requests_toolbelt_py2_none_any_18565aa5": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "requests_toolbelt-0.10.1-py2.py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "requests-toolbelt==0.10.1", - "sha256": "18565aa58116d9951ac39baa288d3adb5b3ff975c4f25eee78555d89e8f247f7", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/05/d3/bf87a36bff1cb88fd30a509fd366c70ec30676517ee791b2f77e0e29817a/requests_toolbelt-0.10.1-py2.py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_requests_toolbelt_sdist_62e09f7f": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "requests-toolbelt-0.10.1.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "requests-toolbelt==0.10.1", - "sha256": "62e09f7ff5ccbda92772a29f394a49c3ad6cb181d568b1337626b2abb628a63d", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/0c/4c/07f01c6ac44f7784fa399137fbc8d0cdc1b5d35304e8c0f278ad82105b58/requests-toolbelt-0.10.1.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_charset_normalizer_cp311_cp311_macosx_10_9_universal2_0298eaff": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "charset_normalizer-3.0.1-cp311-cp311-macosx_10_9_universal2.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "charset-normalizer==3.0.1", - "sha256": "0298eafff88c99982a4cf66ba2efa1128e4ddaca0b05eec4c456bbc7db691d8d", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/37/00/ca188e0a2b3cd3184cdd2521b8765cf579327d128caa8aedc3dc7614020a/charset_normalizer-3.0.1-cp311-cp311-macosx_10_9_universal2.whl" - ] - } - }, - "rules_python_publish_deps_311_charset_normalizer_cp311_cp311_manylinux_2_17_ppc64le_0c0a5902": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "charset_normalizer-3.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "charset-normalizer==3.0.1", - "sha256": "0c0a590235ccd933d9892c627dec5bc7511ce6ad6c1011fdf5b11363022746c1", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/12/e5/aa09a1c39c3e444dd223d63e2c816c18ed78d035cff954143b2a539bdc9e/charset_normalizer-3.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" - ] - } - }, - "rules_python_publish_deps_311_charset_normalizer_cp311_cp311_manylinux_2_17_aarch64_14e76c0f": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "charset_normalizer-3.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "charset-normalizer==3.0.1", - "sha256": "14e76c0f23218b8f46c4d87018ca2e441535aed3632ca134b10239dfb6dadd6b", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/c0/4d/6b82099e3f25a9ed87431e2f51156c14f3a9ce8fad73880a3856cd95f1d5/charset_normalizer-3.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" - ] - } - }, - "rules_python_publish_deps_311_charset_normalizer_cp311_cp311_musllinux_1_1_s390x_4a8fcf28": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "charset_normalizer-3.0.1-cp311-cp311-musllinux_1_1_s390x.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "charset-normalizer==3.0.1", - "sha256": "4a8fcf28c05c1f6d7e177a9a46a1c52798bfe2ad80681d275b10dcf317deaf0b", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/80/54/183163f9910936e57a60ee618f4f5cc91c2f8333ee2d4ebc6c50f6c8684d/charset_normalizer-3.0.1-cp311-cp311-musllinux_1_1_s390x.whl" - ] - } - }, - "rules_python_publish_deps_311_charset_normalizer_cp311_cp311_musllinux_1_1_ppc64le_5995f016": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "charset_normalizer-3.0.1-cp311-cp311-musllinux_1_1_ppc64le.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "charset-normalizer==3.0.1", - "sha256": "5995f0164fa7df59db4746112fec3f49c461dd6b31b841873443bdb077c13cfc", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/86/eb/31c9025b4ed7eddd930c5f2ac269efb953de33140608c7539675d74a2081/charset_normalizer-3.0.1-cp311-cp311-musllinux_1_1_ppc64le.whl" - ] - } - }, - "rules_python_publish_deps_311_charset_normalizer_cp311_cp311_musllinux_1_1_aarch64_72966d1b": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "charset_normalizer-3.0.1-cp311-cp311-musllinux_1_1_aarch64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "charset-normalizer==3.0.1", - "sha256": "72966d1b297c741541ca8cf1223ff262a6febe52481af742036a0b296e35fa5a", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/01/ff/9ee4a44e8c32fe96dfc12daa42f29294608a55eadc88f327939327fb20fb/charset_normalizer-3.0.1-cp311-cp311-musllinux_1_1_aarch64.whl" - ] - } - }, - "rules_python_publish_deps_311_charset_normalizer_cp311_cp311_musllinux_1_1_x86_64_761e8904": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "charset_normalizer-3.0.1-cp311-cp311-musllinux_1_1_x86_64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "charset-normalizer==3.0.1", - "sha256": "761e8904c07ad053d285670f36dd94e1b6ab7f16ce62b9805c475b7aa1cffde6", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/82/49/ab81421d5aa25bc8535896a017c93204cb4051f2a4e72b1ad8f3b594e072/charset_normalizer-3.0.1-cp311-cp311-musllinux_1_1_x86_64.whl" - ] - } - }, - "rules_python_publish_deps_311_charset_normalizer_cp311_cp311_manylinux_2_17_x86_64_79909e27": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "charset_normalizer-3.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "charset-normalizer==3.0.1", - "sha256": "79909e27e8e4fcc9db4addea88aa63f6423ebb171db091fb4373e3312cb6d603", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/d9/7a/60d45c9453212b30eebbf8b5cddbdef330eebddfcf335bce7920c43fb72e/charset_normalizer-3.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" - ] - } - }, - "rules_python_publish_deps_311_charset_normalizer_py3_none_any_7e189e2e": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "charset_normalizer-3.0.1-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "charset-normalizer==3.0.1", - "sha256": "7e189e2e1d3ed2f4aebabd2d5b0f931e883676e51c7624826e0a4e5fe8a0bf24", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/68/2b/02e9d6a98ddb73fa238d559a9edcc30b247b8dc4ee848b6184c936e99dc0/charset_normalizer-3.0.1-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_charset_normalizer_cp311_cp311_macosx_11_0_arm64_87701167": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "charset_normalizer-3.0.1-cp311-cp311-macosx_11_0_arm64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "charset-normalizer==3.0.1", - "sha256": "87701167f2a5c930b403e9756fab1d31d4d4da52856143b609e30a1ce7160f3c", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/02/49/78b4c1bc8b1b0e0fc66fb31ce30d8302f10a1412ba75de72c57532f0beb0/charset_normalizer-3.0.1-cp311-cp311-macosx_11_0_arm64.whl" - ] - } - }, - "rules_python_publish_deps_311_charset_normalizer_cp311_cp311_manylinux_2_17_s390x_8c7fe7af": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "charset_normalizer-3.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "charset-normalizer==3.0.1", - "sha256": "8c7fe7afa480e3e82eed58e0ca89f751cd14d767638e2550c77a92a9e749c317", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/df/c5/dd3a17a615775d0ffc3e12b0e47833d8b7e0a4871431dad87a3f92382a19/charset_normalizer-3.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" - ] - } - }, - "rules_python_publish_deps_311_charset_normalizer_cp311_cp311_win_amd64_9ab77acb": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "charset_normalizer-3.0.1-cp311-cp311-win_amd64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "charset-normalizer==3.0.1", - "sha256": "9ab77acb98eba3fd2a85cd160851816bfce6871d944d885febf012713f06659c", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/2e/7b/5053a4a46fac017fd2aea3dc9abdd9983fd4cef153b6eb6aedcb0d7cb6e3/charset_normalizer-3.0.1-cp311-cp311-win_amd64.whl" - ] - } - }, - "rules_python_publish_deps_311_charset_normalizer_cp311_cp311_macosx_10_9_x86_64_a8d0fc94": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "charset_normalizer-3.0.1-cp311-cp311-macosx_10_9_x86_64.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "charset-normalizer==3.0.1", - "sha256": "a8d0fc946c784ff7f7c3742310cc8a57c5c6dc31631269876a88b809dbeff3d3", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/90/59/941e2e5ae6828a688c6437ad16e026eb3606d0cfdd13ea5c9090980f3ffd/charset_normalizer-3.0.1-cp311-cp311-macosx_10_9_x86_64.whl" - ] - } - }, - "rules_python_publish_deps_311_charset_normalizer_sdist_ebea339a": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "charset-normalizer-3.0.1.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "charset-normalizer==3.0.1", - "sha256": "ebea339af930f8ca5d7a699b921106c6e29c617fe9606fa7baa043c1cdae326f", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/96/d7/1675d9089a1f4677df5eb29c3f8b064aa1e70c1251a0a8a127803158942d/charset-normalizer-3.0.1.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_importlib_metadata_py3_none_any_7efb448e": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "importlib_metadata-6.0.0-py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "importlib-metadata==6.0.0", - "sha256": "7efb448ec9a5e313a57655d35aa54cd3e01b7e1fbcf72dce1bf06119420f5bad", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/26/a7/9da7d5b23fc98ab3d424ac2c65613d63c1f401efb84ad50f2fa27b2caab4/importlib_metadata-6.0.0-py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_importlib_metadata_sdist_e354bede": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "linux_aarch64", - "linux_arm", - "linux_ppc", - "linux_s390x", - "linux_x86_64", - "osx_aarch64", - "osx_x86_64", - "windows_x86_64" - ], - "filename": "importlib_metadata-6.0.0.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "importlib-metadata==6.0.0", - "sha256": "e354bedeb60efa6affdcc8ae121b73544a7aa74156d047311948f6d711cd378d", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/90/07/6397ad02d31bddf1841c9ad3ec30a693a3ff208e09c2ef45c9a8a5f85156/importlib_metadata-6.0.0.tar.gz" - ] - } - }, - "rules_python_publish_deps_311_pywin32_ctypes_py2_none_any_9dc2d991": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "windows_x86_64" - ], - "filename": "pywin32_ctypes-0.2.0-py2.py3-none-any.whl", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "pywin32-ctypes==0.2.0", - "sha256": "9dc2d991b3479cc2df15930958b674a48a227d5361d413827a4cfd0b5876fc98", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/9e/4b/3ab2720f1fa4b4bc924ef1932b842edf10007e4547ea8157b0b9fc78599a/pywin32_ctypes-0.2.0-py2.py3-none-any.whl" - ] - } - }, - "rules_python_publish_deps_311_pywin32_ctypes_sdist_24ffc3b3": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "dep_template": "@rules_python_publish_deps//{name}:{target}", - "experimental_target_platforms": [ - "windows_x86_64" - ], - "filename": "pywin32-ctypes-0.2.0.tar.gz", - "isolated": true, - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "repo": "rules_python_publish_deps_311", - "requirement": "pywin32-ctypes==0.2.0", - "sha256": "24ffc3b341d457d48e8922352130cf2644024a4ff09762a2261fd34c36ee5942", - "timeout": 600, - "urls": [ - "https://files.pythonhosted.org/packages/7a/7d/0dbc4c99379452a819b0fb075a0ffbb98611df6b6d59f54db67367af5bc0/pywin32-ctypes-0.2.0.tar.gz" - ] - } - }, - "rules_python_publish_deps": { - "bzlFile": "@@rules_python~//python/private/bzlmod:pip_repository.bzl", - "ruleClassName": "pip_repository", - "attributes": { - "repo_name": "rules_python_publish_deps", - "whl_map": { - "six": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"six-1.16.0-py2.py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_six_py2_none_any_8abb2f1d\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"six-1.16.0.tar.gz\",\"repo\":\"rules_python_publish_deps_311_six_sdist_1e61c374\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "cffi": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"cffi-1.15.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl\",\"repo\":\"rules_python_publish_deps_311_cffi_cp311_cp311_manylinux_2_17_aarch64_3548db28\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"cffi-1.15.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl\",\"repo\":\"rules_python_publish_deps_311_cffi_cp311_cp311_manylinux_2_17_ppc64le_91fc98ad\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"cffi-1.15.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl\",\"repo\":\"rules_python_publish_deps_311_cffi_cp311_cp311_manylinux_2_17_x86_64_94411f22\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"cffi-1.15.1-cp311-cp311-musllinux_1_1_x86_64.whl\",\"repo\":\"rules_python_publish_deps_311_cffi_cp311_cp311_musllinux_1_1_x86_64_cc4d65ae\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"cffi-1.15.1.tar.gz\",\"repo\":\"rules_python_publish_deps_311_cffi_sdist_d400bfb9\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "idna": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"idna-3.4-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_idna_py3_none_any_90b77e79\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"idna-3.4.tar.gz\",\"repo\":\"rules_python_publish_deps_311_idna_sdist_814f528e\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "rich": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"rich-13.2.0-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_rich_py3_none_any_7c963f0d\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"rich-13.2.0.tar.gz\",\"repo\":\"rules_python_publish_deps_311_rich_sdist_f1a00cdd\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "zipp": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"zipp-3.11.0-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_zipp_py3_none_any_83a28fcb\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"zipp-3.11.0.tar.gz\",\"repo\":\"rules_python_publish_deps_311_zipp_sdist_a7a22e05\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "mdurl": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"mdurl-0.1.2-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_mdurl_py3_none_any_84008a41\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"mdurl-0.1.2.tar.gz\",\"repo\":\"rules_python_publish_deps_311_mdurl_sdist_bb413d29\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "twine": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"twine-4.0.2-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_twine_py3_none_any_929bc3c2\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"twine-4.0.2.tar.gz\",\"repo\":\"rules_python_publish_deps_311_twine_sdist_9e102ef5\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "bleach": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"bleach-6.0.0-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_bleach_py3_none_any_33c16e33\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"bleach-6.0.0.tar.gz\",\"repo\":\"rules_python_publish_deps_311_bleach_sdist_1a1a85c1\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "certifi": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"certifi-2022.12.7-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_certifi_py3_none_any_4ad3232f\",\"target_platforms\":[\"linux_aarch64\",\"linux_arm\",\"linux_ppc\",\"linux_s390x\",\"linux_x86_64\"],\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"certifi-2022.12.7.tar.gz\",\"repo\":\"rules_python_publish_deps_311_certifi_sdist_35824b4c\",\"target_platforms\":[\"linux_aarch64\",\"linux_arm\",\"linux_ppc\",\"linux_s390x\",\"linux_x86_64\"],\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"certifi-2023.7.22-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_certifi_py3_none_any_92d60375\",\"target_platforms\":[\"osx_aarch64\",\"osx_x86_64\",\"windows_x86_64\"],\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"certifi-2023.7.22.tar.gz\",\"repo\":\"rules_python_publish_deps_311_certifi_sdist_539cc1d1\",\"target_platforms\":[\"osx_aarch64\",\"osx_x86_64\",\"windows_x86_64\"],\"version\":\"3.11\"}]", - "jeepney": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"jeepney-0.8.0-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_jeepney_py3_none_any_c0a454ad\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"jeepney-0.8.0.tar.gz\",\"repo\":\"rules_python_publish_deps_311_jeepney_sdist_5efe48d2\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "keyring": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"keyring-23.13.1-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_keyring_py3_none_any_771ed2a9\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"keyring-23.13.1.tar.gz\",\"repo\":\"rules_python_publish_deps_311_keyring_sdist_ba2e15a9\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "pkginfo": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"pkginfo-1.9.6-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_pkginfo_py3_none_any_4b7a555a\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"pkginfo-1.9.6.tar.gz\",\"repo\":\"rules_python_publish_deps_311_pkginfo_sdist_8fd5896e\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "rfc3986": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"rfc3986-2.0.0-py2.py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_rfc3986_py2_none_any_50b1502b\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"rfc3986-2.0.0.tar.gz\",\"repo\":\"rules_python_publish_deps_311_rfc3986_sdist_97aacf9d\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "urllib3": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"urllib3-1.26.14-py2.py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_urllib3_py2_none_any_75edcdc2\",\"target_platforms\":[\"linux_aarch64\",\"linux_arm\",\"linux_ppc\",\"linux_s390x\",\"linux_x86_64\"],\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"urllib3-1.26.14.tar.gz\",\"repo\":\"rules_python_publish_deps_311_urllib3_sdist_076907bf\",\"target_platforms\":[\"linux_aarch64\",\"linux_arm\",\"linux_ppc\",\"linux_s390x\",\"linux_x86_64\"],\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"urllib3-1.26.18-py2.py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_urllib3_py2_none_any_34b97092\",\"target_platforms\":[\"osx_aarch64\",\"osx_x86_64\",\"windows_x86_64\"],\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"urllib3-1.26.18.tar.gz\",\"repo\":\"rules_python_publish_deps_311_urllib3_sdist_f8ecc1bb\",\"target_platforms\":[\"osx_aarch64\",\"osx_x86_64\",\"windows_x86_64\"],\"version\":\"3.11\"}]", - "docutils": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"docutils-0.19-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_docutils_py3_none_any_5e1de4d8\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"docutils-0.19.tar.gz\",\"repo\":\"rules_python_publish_deps_311_docutils_sdist_33995a67\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "pygments": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"Pygments-2.14.0-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_pygments_py3_none_any_fa7bd7bd\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"Pygments-2.14.0.tar.gz\",\"repo\":\"rules_python_publish_deps_311_pygments_sdist_b3ed06a9\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "requests": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"requests-2.28.2-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_requests_py3_none_any_64299f49\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"requests-2.28.2.tar.gz\",\"repo\":\"rules_python_publish_deps_311_requests_sdist_98b1b278\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "pycparser": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"pycparser-2.21-py2.py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_pycparser_py2_none_any_8ee45429\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"pycparser-2.21.tar.gz\",\"repo\":\"rules_python_publish_deps_311_pycparser_sdist_e644fdec\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "cryptography": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"cryptography-41.0.6-cp37-abi3-musllinux_1_1_x86_64.whl\",\"repo\":\"rules_python_publish_deps_311_cryptography_cp37_abi3_musllinux_1_1_x86_64_068bc551\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"cryptography-41.0.6-cp37-abi3-musllinux_1_1_aarch64.whl\",\"repo\":\"rules_python_publish_deps_311_cryptography_cp37_abi3_musllinux_1_1_aarch64_5daeb18e\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"cryptography-41.0.6-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl\",\"repo\":\"rules_python_publish_deps_311_cryptography_cp37_abi3_manylinux_2_17_aarch64_afda76d8\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"cryptography-41.0.6-cp37-abi3-manylinux_2_28_x86_64.whl\",\"repo\":\"rules_python_publish_deps_311_cryptography_cp37_abi3_manylinux_2_28_x86_64_b648fe2a\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"cryptography-41.0.6-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl\",\"repo\":\"rules_python_publish_deps_311_cryptography_cp37_abi3_manylinux_2_17_x86_64_da46e2b5\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"cryptography-41.0.6-cp37-abi3-manylinux_2_28_aarch64.whl\",\"repo\":\"rules_python_publish_deps_311_cryptography_cp37_abi3_manylinux_2_28_aarch64_ff369dd1\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"cryptography-41.0.6.tar.gz\",\"repo\":\"rules_python_publish_deps_311_cryptography_sdist_422e3e31\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "webencodings": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"webencodings-0.5.1-py2.py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_webencodings_py2_none_any_a0af1213\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"webencodings-0.5.1.tar.gz\",\"repo\":\"rules_python_publish_deps_311_webencodings_sdist_b36a1c24\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "secretstorage": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"SecretStorage-3.3.3-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_secretstorage_py3_none_any_f356e662\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"SecretStorage-3.3.3.tar.gz\",\"repo\":\"rules_python_publish_deps_311_secretstorage_sdist_2403533e\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "jaraco_classes": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"jaraco.classes-3.2.3-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_jaraco_classes_py3_none_any_2353de32\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"jaraco.classes-3.2.3.tar.gz\",\"repo\":\"rules_python_publish_deps_311_jaraco_classes_sdist_89559fa5\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "markdown_it_py": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"markdown_it_py-2.1.0-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_markdown_it_py_py3_none_any_93de681e\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"markdown-it-py-2.1.0.tar.gz\",\"repo\":\"rules_python_publish_deps_311_markdown_it_py_sdist_cf7e59fe\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "more_itertools": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"more_itertools-9.0.0-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_more_itertools_py3_none_any_250e83d7\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"more-itertools-9.0.0.tar.gz\",\"repo\":\"rules_python_publish_deps_311_more_itertools_sdist_5a6257e4\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "readme_renderer": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"readme_renderer-37.3-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_readme_renderer_py3_none_any_f67a16ca\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"readme_renderer-37.3.tar.gz\",\"repo\":\"rules_python_publish_deps_311_readme_renderer_sdist_cd653186\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "requests_toolbelt": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"requests_toolbelt-0.10.1-py2.py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_requests_toolbelt_py2_none_any_18565aa5\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"requests-toolbelt-0.10.1.tar.gz\",\"repo\":\"rules_python_publish_deps_311_requests_toolbelt_sdist_62e09f7f\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "charset_normalizer": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"charset_normalizer-3.0.1-cp311-cp311-macosx_10_9_universal2.whl\",\"repo\":\"rules_python_publish_deps_311_charset_normalizer_cp311_cp311_macosx_10_9_universal2_0298eaff\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"charset_normalizer-3.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl\",\"repo\":\"rules_python_publish_deps_311_charset_normalizer_cp311_cp311_manylinux_2_17_ppc64le_0c0a5902\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"charset_normalizer-3.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl\",\"repo\":\"rules_python_publish_deps_311_charset_normalizer_cp311_cp311_manylinux_2_17_aarch64_14e76c0f\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"charset_normalizer-3.0.1-cp311-cp311-musllinux_1_1_s390x.whl\",\"repo\":\"rules_python_publish_deps_311_charset_normalizer_cp311_cp311_musllinux_1_1_s390x_4a8fcf28\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"charset_normalizer-3.0.1-cp311-cp311-musllinux_1_1_ppc64le.whl\",\"repo\":\"rules_python_publish_deps_311_charset_normalizer_cp311_cp311_musllinux_1_1_ppc64le_5995f016\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"charset_normalizer-3.0.1-cp311-cp311-musllinux_1_1_aarch64.whl\",\"repo\":\"rules_python_publish_deps_311_charset_normalizer_cp311_cp311_musllinux_1_1_aarch64_72966d1b\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"charset_normalizer-3.0.1-cp311-cp311-musllinux_1_1_x86_64.whl\",\"repo\":\"rules_python_publish_deps_311_charset_normalizer_cp311_cp311_musllinux_1_1_x86_64_761e8904\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"charset_normalizer-3.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl\",\"repo\":\"rules_python_publish_deps_311_charset_normalizer_cp311_cp311_manylinux_2_17_x86_64_79909e27\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"charset_normalizer-3.0.1-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_charset_normalizer_py3_none_any_7e189e2e\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"charset_normalizer-3.0.1-cp311-cp311-macosx_11_0_arm64.whl\",\"repo\":\"rules_python_publish_deps_311_charset_normalizer_cp311_cp311_macosx_11_0_arm64_87701167\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"charset_normalizer-3.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl\",\"repo\":\"rules_python_publish_deps_311_charset_normalizer_cp311_cp311_manylinux_2_17_s390x_8c7fe7af\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"charset_normalizer-3.0.1-cp311-cp311-win_amd64.whl\",\"repo\":\"rules_python_publish_deps_311_charset_normalizer_cp311_cp311_win_amd64_9ab77acb\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"charset_normalizer-3.0.1-cp311-cp311-macosx_10_9_x86_64.whl\",\"repo\":\"rules_python_publish_deps_311_charset_normalizer_cp311_cp311_macosx_10_9_x86_64_a8d0fc94\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"charset-normalizer-3.0.1.tar.gz\",\"repo\":\"rules_python_publish_deps_311_charset_normalizer_sdist_ebea339a\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "importlib_metadata": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"importlib_metadata-6.0.0-py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_importlib_metadata_py3_none_any_7efb448e\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"importlib_metadata-6.0.0.tar.gz\",\"repo\":\"rules_python_publish_deps_311_importlib_metadata_sdist_e354bede\",\"target_platforms\":null,\"version\":\"3.11\"}]", - "pywin32_ctypes": "[{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"pywin32_ctypes-0.2.0-py2.py3-none-any.whl\",\"repo\":\"rules_python_publish_deps_311_pywin32_ctypes_py2_none_any_9dc2d991\",\"target_platforms\":null,\"version\":\"3.11\"},{\"config_setting\":\"//_config:is_python_3.11\",\"filename\":\"pywin32-ctypes-0.2.0.tar.gz\",\"repo\":\"rules_python_publish_deps_311_pywin32_ctypes_sdist_24ffc3b3\",\"target_platforms\":null,\"version\":\"3.11\"}]" - }, - "default_version": "3.11", - "groups": {} - } - } - }, - "recordedRepoMappingEntries": [ - [ - "bazel_features~", - "bazel_features_globals", - "bazel_features~~version_extension~bazel_features_globals" - ], - [ - "bazel_features~", - "bazel_features_version", - "bazel_features~~version_extension~bazel_features_version" - ], - [ - "rules_python~", - "bazel_features", - "bazel_features~" - ], - [ - "rules_python~", - "bazel_skylib", - "bazel_skylib~" - ], - [ - "rules_python~", - "bazel_tools", - "bazel_tools" - ], - [ - "rules_python~", - "pypi__build", - "rules_python~~internal_deps~pypi__build" - ], - [ - "rules_python~", - "pypi__click", - "rules_python~~internal_deps~pypi__click" - ], - [ - "rules_python~", - "pypi__colorama", - "rules_python~~internal_deps~pypi__colorama" - ], - [ - "rules_python~", - "pypi__importlib_metadata", - "rules_python~~internal_deps~pypi__importlib_metadata" - ], - [ - "rules_python~", - "pypi__installer", - "rules_python~~internal_deps~pypi__installer" - ], - [ - "rules_python~", - "pypi__more_itertools", - "rules_python~~internal_deps~pypi__more_itertools" - ], - [ - "rules_python~", - "pypi__packaging", - "rules_python~~internal_deps~pypi__packaging" - ], - [ - "rules_python~", - "pypi__pep517", - "rules_python~~internal_deps~pypi__pep517" - ], - [ - "rules_python~", - "pypi__pip", - "rules_python~~internal_deps~pypi__pip" - ], - [ - "rules_python~", - "pypi__pip_tools", - "rules_python~~internal_deps~pypi__pip_tools" - ], - [ - "rules_python~", - "pypi__pyproject_hooks", - "rules_python~~internal_deps~pypi__pyproject_hooks" - ], - [ - "rules_python~", - "pypi__setuptools", - "rules_python~~internal_deps~pypi__setuptools" - ], - [ - "rules_python~", - "pypi__tomli", - "rules_python~~internal_deps~pypi__tomli" - ], - [ - "rules_python~", - "pypi__wheel", - "rules_python~~internal_deps~pypi__wheel" - ], - [ - "rules_python~", - "pypi__zipp", - "rules_python~~internal_deps~pypi__zipp" - ], - [ - "rules_python~", - "pythons_hub", - "rules_python~~python~pythons_hub" - ], - [ - "rules_python~~python~pythons_hub", - "python_3_11_host", - "rules_python~~python~python_3_11_host" - ] - ] - } } } } diff --git a/qemu/efi/BUILD.bazel b/qemu/efi/BUILD.bazel index f3d8d5605877ba66518950245e43a4dddec08c5f..2810ae39bf31091c725ae8cf43dc84ace8990da7 100644 --- a/qemu/efi/BUILD.bazel +++ b/qemu/efi/BUILD.bazel @@ -2,7 +2,7 @@ load("@rules_tar//tar/unpack:defs.bzl", "tar_unpack") tar_unpack( name = "unpack", - src = "@all-qemu-efi-aarch64//:data.tar.xz", + src = "@apt//qemu-efi-aarch64/amd64", ) genrule(