re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-06-29 14:44:48 +02:00
parent d7699f49ea
commit c0ac83c9c5
3 changed files with 44 additions and 1 deletions

17
.gitignore vendored
View File

@ -1,2 +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

6
CHANGELOG.yml Normal file
View 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

22
tests/tests.yml Normal file
View 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