Update to F38

This commit is contained in:
Yaakov Selkowitz 2023-04-10 21:10:52 -04:00
commit 577c3d06eb

View file

@ -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]
...