From 577c3d06eb6f48117cb52acdffc068aa3fe2beae Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 10 Apr 2023 21:10:52 -0400 Subject: [PATCH] Update to F38 --- dialect.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/dialect.yaml b/dialect.yaml index d65b819..b8a4702 100644 --- a/dialect.yaml +++ b/dialect.yaml @@ -19,11 +19,11 @@ data: %_without_tests 1 dependencies: - buildrequires: - flatpak-runtime: [f37] - platform: [f37] + flatpak-runtime: [f38] + platform: [f38] requires: - flatpak-runtime: [f37] - platform: [f37] + flatpak-runtime: [f38] + platform: [f38] profiles: default: rpms: @@ -46,7 +46,7 @@ data: rpms: dbus-python: rationale: Runtime dependency - ref: f37 + ref: f38 arches: [aarch64, x86_64] dialect: rationale: Application package @@ -55,46 +55,46 @@ data: arches: [aarch64, x86_64] gtts: rationale: Runtime dependency - ref: f37 + ref: f38 arches: [aarch64, x86_64] gtts-token: rationale: Runtime dependency - ref: f37 + ref: f38 arches: [aarch64, x86_64] python-beautifulsoup4: rationale: Runtime dependency - ref: f37 + ref: f38 arches: [aarch64, x86_64] python-charset-normalizer: rationale: Runtime dependency - ref: f37 + ref: f38 arches: [aarch64, x86_64] python-click: rationale: Runtime dependency - ref: f37 + ref: f38 arches: [aarch64, x86_64] python-idna: rationale: Runtime dependency - ref: f37 + ref: f38 arches: [aarch64, x86_64] python-lxml: rationale: Runtime dependency - ref: f37 + ref: f38 arches: [aarch64, x86_64] python-pysocks: rationale: Runtime dependency - ref: f37 + ref: f38 arches: [aarch64, x86_64] python-requests: rationale: Runtime dependency - ref: f37 + ref: f38 arches: [aarch64, x86_64] python-soupsieve: rationale: Runtime dependency - ref: f37 + ref: f38 arches: [aarch64, x86_64] python-urllib3: rationale: Runtime dependency - ref: f37 + ref: f38 arches: [aarch64, x86_64] ...