Compare commits
No commits in common. "c8-beta" and "c8s" have entirely different histories.
18
.gitignore
vendored
18
.gitignore
vendored
@ -1 +1,17 @@
|
||||
SOURCES/argcomplete-1.9.3.tar.gz
|
||||
/argcomplete-0.6.3.tar.gz
|
||||
/argcomplete-0.6.7.tar.gz
|
||||
/argcomplete-0.7.0.tar.gz
|
||||
/argcomplete-0.7.1.tar.gz
|
||||
/argcomplete-0.8.0.tar.gz
|
||||
/argcomplete-0.8.4.tar.gz
|
||||
/argcomplete-0.8.1.tar.gz
|
||||
/argcomplete-0.8.8.tar.gz
|
||||
/argcomplete-0.8.9.tar.gz
|
||||
/argcomplete-1.0.0.tar.gz
|
||||
/argcomplete-1.1.0.tar.gz
|
||||
/argcomplete-1.1.1.tar.gz
|
||||
/argcomplete-1.7.0.tar.gz
|
||||
/argcomplete-1.8.1.tar.gz
|
||||
/argcomplete-1.8.2.tar.gz
|
||||
/argcomplete-1.9.2.tar.gz
|
||||
/argcomplete-1.9.3.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
de70124ad24f8cea6f245553291776d9e668b232 SOURCES/argcomplete-1.9.3.tar.gz
|
6
CHANGELOG.yml
Normal file
6
CHANGELOG.yml
Normal file
@ -0,0 +1,6 @@
|
||||
- nevr: python-argcomplete-1.8.1-1
|
||||
changelog: >
|
||||
Update to 1.8.1
|
||||
|
||||
Full changelog available at:: https://github.com/kislyuk/argcomplete/blob/master/Changes.rst
|
||||
update_type: enhancement
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
||||
SHA512 (argcomplete-1.9.3.tar.gz) = 6f793b1f34df171478af2c477b5ddeff3f44a4c08d1a9205cff19fcc97e65d19a39ddd5c1d7653a70c738507ee1fb5603c437e16e64b3943a87247426bd270b6
|
22
tests/tests.yml
Normal file
22
tests/tests.yml
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
tags:
|
||||
- classic
|
||||
pre_tasks:
|
||||
- name: Copy spec file to remote machine
|
||||
copy:
|
||||
src: "{{ playbook_dir }}/../python-argcomplete.spec"
|
||||
dest: /tmp/python-argcomplete.spec
|
||||
- name: Install build dependencies
|
||||
shell: dnf -y build-dep /tmp/python-argcomplete.spec
|
||||
args:
|
||||
warn: false
|
||||
roles:
|
||||
- role: standard-test-source
|
||||
- role: standard-test-basic
|
||||
tests:
|
||||
- smoke:
|
||||
dir: ./source
|
||||
run: sed -i -e "1s|#!.*python.*|#!/usr/bin/python3|" test/prog scripts/* &&
|
||||
sed -i -e "s|python |python3 |" test/test.py &&
|
||||
python3 setup.py test
|
Loading…
Reference in New Issue
Block a user