Compare commits
No commits in common. "c8-beta" and "c10s" have entirely different histories.
23
.gitignore
vendored
23
.gitignore
vendored
@ -1 +1,22 @@
|
|||||||
SOURCES/flit_core-3.9.0.tar.gz
|
/flit-0.9.tar.gz
|
||||||
|
/flit-0.11.1.tar.gz
|
||||||
|
/flit-0.11.4.tar.gz
|
||||||
|
/flit-0.12.tar.gz
|
||||||
|
/flit-0.12.1.tar.gz
|
||||||
|
/flit-0.12.2.tar.gz
|
||||||
|
/flit-0.13.tar.gz
|
||||||
|
/flit-1.0.tar.gz
|
||||||
|
/flit-1.1.tar.gz
|
||||||
|
/flit-1.3.tar.gz
|
||||||
|
/flit-2.1.0.tar.gz
|
||||||
|
/flit-2.2.0.tar.gz
|
||||||
|
/flit-2.3.0.tar.gz
|
||||||
|
/flit-3.0.0.tar.gz
|
||||||
|
/flit-3.2.0.tar.gz
|
||||||
|
/flit-3.3.0.tar.gz
|
||||||
|
/flit-3.4.0.tar.gz
|
||||||
|
/flit-3.5.1.tar.gz
|
||||||
|
/flit-3.7.1.tar.gz
|
||||||
|
/flit-3.8.0.tar.gz
|
||||||
|
/flit_core-3.8.0.tar.gz
|
||||||
|
/flit_core-3.9.0.tar.gz
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
05d6d7a3df5bdbd9df1b37a65662e5dbe94f23fd SOURCES/flit_core-3.9.0.tar.gz
|
|
||||||
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
--- !Policy
|
||||||
|
|
||||||
|
product_versions:
|
||||||
|
- rhel-9
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||||
@ -1,11 +1,6 @@
|
|||||||
%global __python3 /usr/bin/python3.12
|
%global __python3 /usr/bin/python3.12
|
||||||
%global python3_pkgversion 3.12
|
%global python3_pkgversion 3.12
|
||||||
|
|
||||||
# Workaround for https://issues.redhat.com/browse/CS-1907
|
|
||||||
# By defining the %%{__bootstrap} value,
|
|
||||||
# we prevent misconfigured Koji putting a literal %%{__bootstrap} in %%dist.
|
|
||||||
%{!?__bootstrap:%global __bootstrap %{nil}}
|
|
||||||
|
|
||||||
# When bootstrapping new Python we need to build flit in bootstrap mode.
|
# When bootstrapping new Python we need to build flit in bootstrap mode.
|
||||||
# The Python RPM dependency generators and pip are not yet available.
|
# The Python RPM dependency generators and pip are not yet available.
|
||||||
%bcond_with bootstrap
|
%bcond_with bootstrap
|
||||||
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
SHA512 (flit_core-3.9.0.tar.gz) = 1205589930d2c51d6aa6b2533a122a912e63b157e94adba2a0649a58d324fa98a5b84609d9b53e9d236f1cdb6a6984de2cefcf2f11abc2cd83956df21f269ad6
|
||||||
13
tests/tests.yml
Normal file
13
tests/tests.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-basic
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
tests:
|
||||||
|
- import_test:
|
||||||
|
dir: .
|
||||||
|
run: python3.12 -c 'import flit_core'
|
||||||
|
required_packages:
|
||||||
|
- python3.12
|
||||||
|
- python3.12-flit-core
|
||||||
Loading…
Reference in New Issue
Block a user