Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-simpleline.git#993a66d4d3b251a61feb3bcff8b5153ba17d1659
This commit is contained in:
parent
ee05d20d7e
commit
aa27642aa6
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
|||||||
/simpleline-1.5.tar.gz
|
/simpleline-1.5.tar.gz
|
||||||
/simpleline-1.6.tar.gz
|
/simpleline-1.6.tar.gz
|
||||||
/simpleline-1.7.tar.gz
|
/simpleline-1.7.tar.gz
|
||||||
|
/simpleline-1.8.tar.gz
|
||||||
|
31
.packit.yaml
31
.packit.yaml
@ -2,8 +2,6 @@ specfile_path: python-simpleline.spec
|
|||||||
upstream_package_name: simpleline
|
upstream_package_name: simpleline
|
||||||
upstream_tag_template: simpleline-{version}
|
upstream_tag_template: simpleline-{version}
|
||||||
actions:
|
actions:
|
||||||
get-current-version:
|
|
||||||
- "python3 ./setup.py --version"
|
|
||||||
create-archive:
|
create-archive:
|
||||||
- "make BUILD_ARGS=sdist archive"
|
- "make BUILD_ARGS=sdist archive"
|
||||||
- 'bash -c "cp dist/*.tar.gz ."'
|
- 'bash -c "cp dist/*.tar.gz ."'
|
||||||
@ -12,10 +10,37 @@ jobs:
|
|||||||
- job: propose_downstream
|
- job: propose_downstream
|
||||||
trigger: release
|
trigger: release
|
||||||
metadata:
|
metadata:
|
||||||
dist-git-branch: fedora-all
|
dist_git_branches: fedora-development
|
||||||
|
|
||||||
- job: tests
|
- job: tests
|
||||||
trigger: pull_request
|
trigger: pull_request
|
||||||
metadata:
|
metadata:
|
||||||
targets:
|
targets:
|
||||||
- fedora-all
|
- fedora-all
|
||||||
|
|
||||||
|
- job: copr_build
|
||||||
|
trigger: pull_request
|
||||||
|
metadata:
|
||||||
|
targets:
|
||||||
|
- fedora-eln
|
||||||
|
|
||||||
|
- job: copr_build
|
||||||
|
trigger: commit
|
||||||
|
metadata:
|
||||||
|
targets:
|
||||||
|
- fedora-rawhide
|
||||||
|
- fedora-eln
|
||||||
|
branch: master
|
||||||
|
owner: "@rhinstaller"
|
||||||
|
project: Anaconda
|
||||||
|
preserve_project: True
|
||||||
|
|
||||||
|
- job: copr_build
|
||||||
|
trigger: commit
|
||||||
|
metadata:
|
||||||
|
targets:
|
||||||
|
- fedora-34
|
||||||
|
branch: master
|
||||||
|
owner: "@rhinstaller"
|
||||||
|
project: Anaconda-devel
|
||||||
|
preserve_project: True
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
This repository is maintained by packit.
|
This repository is maintained by packit.
|
||||||
https://packit.dev/
|
https://packit.dev/
|
||||||
The file was generated using packit 0.12.0.
|
The file was generated using packit 0.25.1.dev19+g10321f0.
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Summary: A Python library for creating text UI
|
Summary: A Python library for creating text UI
|
||||||
Url: https://github.com/rhinstaller/python-%{srcname}
|
Url: https://github.com/rhinstaller/python-%{srcname}
|
||||||
Version: 1.7
|
Version: 1.8
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
# This tarball was created from upstream git:
|
# This tarball was created from upstream git:
|
||||||
# git clone https://github.com/rhinstaller/python-simpleline
|
# git clone https://github.com/rhinstaller/python-simpleline
|
||||||
# cd python-simpleline && make archive
|
# cd python-simpleline && make archive
|
||||||
@ -60,6 +60,34 @@ make test
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 22 2021 Packit Service <user-cont-team+packit-service@redhat.com> - 1.8-1
|
||||||
|
- New version - 1.8 (Jiri Konecny)
|
||||||
|
- Add missing make command to spec file (Jiri Konecny)
|
||||||
|
- Don't translate the prompt keys (Vendula Poncova)
|
||||||
|
- Enable daily build for Anaconda-devel COPR repository (Jiri Konecny)
|
||||||
|
- Use Fedora container registry instead of Dockerhub (Jiri Konecny)
|
||||||
|
- Migrate COPR daily COPR builds to Packit (Jiri Konecny)
|
||||||
|
- Test build on Fedora ELN (Jiri Konecny)
|
||||||
|
- Remove packit get-current-action (Jiri Konecny)
|
||||||
|
- Run tests in GitHub workflow (Martin Pitt)
|
||||||
|
- Fix raise-missing-from (W0707) pylint warnings (Martin Pitt)
|
||||||
|
- Fix pylint to check test code correctly (Jiri Konecny)
|
||||||
|
- Use script to run unit tests (Jiri Konecny)
|
||||||
|
- Use relative imports in tests (Jiri Konecny)
|
||||||
|
- Change directory structure of unit tests (Jiri Konecny)
|
||||||
|
- Fix documentation of _process_screen method (Jiri Konecny)
|
||||||
|
- Fix pylint issues (Jiri Konecny)
|
||||||
|
- Use pylint instead of pocketlint (Jiri Konecny)
|
||||||
|
- Add coverage support (Jiri Konecny)
|
||||||
|
- Make link to exmples directory in Readme (Jiri Konecny)
|
||||||
|
- Fix homepage of the project in setup.py (Jiri Konecny)
|
||||||
|
- Fix classifiers in setup.py (Jiri Konecny)
|
||||||
|
- Add pypi-upload to Makefile (Jiri Konecny)
|
||||||
|
- Use correct variant of the field (Jiri Konecny)
|
||||||
|
- Propose Fedora update only to Fedora in development (Jiri Konecny)
|
||||||
|
- Add upstream tag template to packit for releasing (Jiri Konecny)
|
||||||
|
- Packit will download archive from Source0 if needed (Jiri Konecny)
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-3
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (simpleline-1.7.tar.gz) = 856d225dd8e59ba1f73497eaf7b45d0114ba472a00a71ddc2f9cd03da275ca00be36b0304982f8fd84cb0c66759c6cbc37b37f6d8654ff81181ab088ad66f1f1
|
SHA512 (simpleline-1.8.tar.gz) = ef306d2d41ee11573ab0f024682406f44578d751715ad1f2f2ada88b1063afaffbe449b8c34752e16359c286898c3b3cf8920f51c3dc478ffa8e958011ac804f
|
||||||
|
Loading…
Reference in New Issue
Block a user