Upgrade to 2.32.4
Build and provide rpm of python-types-requests / rpmbuild (release) Failing after 51s

Add gitea workflows
This commit is contained in:
2026-03-02 21:56:49 +01:00
parent 363b30b440
commit 92a0c1dcca
4 changed files with 56 additions and 2 deletions
+15
View File
@@ -0,0 +1,15 @@
name: Build and provide rpm of python-types-requests
run-name: Build python-types-requests from ${{ gitea.repository }} on COPR
on: [release]
jobs:
rpmbuild:
runs-on: f43-minimal-copr
steps:
- name: Check out repository code
uses: https://git.demus.dk/actions/git-clone@main
- name: Build src.rpm and send to COPR
uses: https://git.demus.dk/actions/copr-build@main
with:
copr_config: ${{ secrets.COPR_API_CONFIG }}
copr_project: gitea
fedora_release: f43
+15
View File
@@ -0,0 +1,15 @@
name: Build and provide rpm of python-types-requests
run-name: Build python-types-requests from ${{ gitea.repository }} on COPR
on: [release]
jobs:
rpmbuild:
runs-on: rawhide-minimal-copr
steps:
- name: Check out repository code
uses: https://git.demus.dk/actions/git-clone@main
- name: Build src.rpm and send to COPR
uses: https://git.demus.dk/actions/copr-build@main
with:
copr_config: ${{ secrets.COPR_API_CONFIG }}
copr_project: gitea
fedora_release: rawhide
+24
View File
@@ -0,0 +1,24 @@
name: Build and provide rpm of python-types-requests
run-name: Build python-types-requests from ${{ gitea.repository }} on COPR
on:
workflow_dispatch:
inputs:
fedora_release:
type: choice
description: 'Choose a fedora release'
required: true
options:
- 'f43'
- 'rawhide'
jobs:
rpmbuild:
runs-on: ${{ inputs.fedora_release }}-minimal-copr
steps:
- name: Check out repository code
uses: https://git.demus.dk/actions/git-clone@main
- name: Build src.rpm and send to COPR
uses: https://git.demus.dk/actions/copr-build@main
with:
copr_config: ${{ secrets.COPR_API_CONFIG }}
copr_project: gitea
fedora_release: ${{ inputs.fedora_release }}
+2 -2
View File
@@ -1,8 +1,8 @@
%global srcname types-requests
%global srcname types_requests
%global modname types_requests
Name: python-%{srcname}
Version: 2.26.1
Version: 2.32.4.20260107
Release: %autorelease
Summary: Typing stubs for requests
# Automatically converted from old format: ASL 2.0 - review is highly recommended.