Upgrade to 2.32.4
Build and provide rpm of python-types-requests / rpmbuild (release) Failing after 51s
Build and provide rpm of python-types-requests / rpmbuild (release) Failing after 51s
Add gitea workflows
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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 }}
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user