[packit] 1.7 upstream release
Upstream tag: simpleline-1.7 Upstream commit: 35d50649 Signed-off-by: Jiri Konecny <jkonecny@redhat.com>
This commit is contained in:
parent
533e393303
commit
30d3acee80
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
||||
/simpleline-1.4.tar.gz
|
||||
/simpleline-1.5.tar.gz
|
||||
/simpleline-1.6.tar.gz
|
||||
/simpleline-1.7.tar.gz
|
||||
|
21
.packit.yaml
Normal file
21
.packit.yaml
Normal file
@ -0,0 +1,21 @@
|
||||
specfile_path: python-simpleline.spec
|
||||
upstream_package_name: simpleline
|
||||
upstream_tag_template: simpleline-{version}
|
||||
actions:
|
||||
get-current-version:
|
||||
- "python3 ./setup.py --version"
|
||||
create-archive:
|
||||
- "make BUILD_ARGS=sdist archive"
|
||||
- 'bash -c "cp dist/*.tar.gz ."'
|
||||
- 'bash -c "ls *.tar.gz"'
|
||||
jobs:
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
metadata:
|
||||
dist-git-branch: fedora-all
|
||||
|
||||
- job: tests
|
||||
trigger: pull_request
|
||||
metadata:
|
||||
targets:
|
||||
- fedora-all
|
3
README.packit
Normal file
3
README.packit
Normal file
@ -0,0 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.12.0.
|
@ -3,14 +3,14 @@
|
||||
Name: python-%{srcname}
|
||||
Summary: A Python library for creating text UI
|
||||
Url: https://github.com/rhinstaller/python-%{srcname}
|
||||
Version: 1.6
|
||||
Release: 4%{?dist}
|
||||
Version: 1.7
|
||||
Release: 1%{?dist}
|
||||
# This tarball was created from upstream git:
|
||||
# git clone https://github.com/rhinstaller/python-simpleline
|
||||
# cd python-simpleline && make archive
|
||||
Source0: https://github.com/rhinstaller/python-%{srcname}/archive/%{srcname}-%{version}.tar.gz
|
||||
Source0: https://github.com/rhinstaller/python-%{srcname}/releases/download/%{srcname}-%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
License: GPLv2+
|
||||
License: LGPLv3+
|
||||
BuildArch: noarch
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: gettext
|
||||
@ -54,11 +54,14 @@ make test
|
||||
|
||||
|
||||
%files -n python3-%{srcname} -f python-%{srcname}.lang
|
||||
%license COPYING
|
||||
%license LICENSE.md
|
||||
%doc ChangeLog README.md
|
||||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 26 2020 Jiri Konecny <jkonecny@redhat.com> - 1.7-1
|
||||
- new upstream release: 1.7
|
||||
|
||||
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 1.6-4
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (simpleline-1.6.tar.gz) = 51d48981f52055a211b5ae4a704eae4ebda56a1ac32006dedc4b141067c4ce7d32a700fb4656c1e5adc02a2a9f9ebbf257c2b2433de602fd8cd535e3f562a0b8
|
||||
SHA512 (simpleline-1.7.tar.gz) = 856d225dd8e59ba1f73497eaf7b45d0114ba472a00a71ddc2f9cd03da275ca00be36b0304982f8fd84cb0c66759c6cbc37b37f6d8654ff81181ab088ad66f1f1
|
||||
|
Loading…
Reference in New Issue
Block a user