[packit] 1.8.2 upstream release
Upstream tag: 1.8.2 Upstream commit: 6113c0c4 Signed-off-by: Jiri Konecny <jkonecny@redhat.com>
This commit is contained in:
parent
95e90a3af0
commit
fcbb619b86
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
||||
/simpleline-1.6.tar.gz
|
||||
/simpleline-1.7.tar.gz
|
||||
/simpleline-1.8.tar.gz
|
||||
/simpleline-1.8.2.tar.gz
|
||||
|
@ -1,6 +1,5 @@
|
||||
specfile_path: python-simpleline.spec
|
||||
upstream_package_name: simpleline
|
||||
upstream_tag_template: simpleline-{version}
|
||||
actions:
|
||||
create-archive:
|
||||
- "make BUILD_ARGS=sdist archive"
|
||||
@ -39,7 +38,7 @@ jobs:
|
||||
trigger: commit
|
||||
metadata:
|
||||
targets:
|
||||
- fedora-34
|
||||
- fedora-latest
|
||||
branch: master
|
||||
owner: "@rhinstaller"
|
||||
project: Anaconda-devel
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.25.1.dev19+g10321f0.
|
||||
The file was generated using packit 0.10.3.dev857+g939f9f4.
|
||||
|
@ -3,12 +3,12 @@
|
||||
Name: python-%{srcname}
|
||||
Summary: A Python library for creating text UI
|
||||
Url: https://github.com/rhinstaller/python-%{srcname}
|
||||
Version: 1.8
|
||||
Release: 3%{?dist}
|
||||
Version: 1.8.2
|
||||
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}/releases/download/%{srcname}-%{version}/%{srcname}-%{version}.tar.gz
|
||||
Source0: https://github.com/rhinstaller/python-%{srcname}/releases/download/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
License: LGPLv3+
|
||||
BuildArch: noarch
|
||||
@ -60,6 +60,11 @@ make test
|
||||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 31 2021 Jiri Konecny <jkonecny@redhat.com> - 1.8.2-1
|
||||
- New version - 1.8.2 (Jiri Konecny)
|
||||
- Remove changelog from the upstream spec file (Jiri Konecny)
|
||||
- Fix spec file archive link (Jiri Konecny)
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (simpleline-1.8.tar.gz) = ef306d2d41ee11573ab0f024682406f44578d751715ad1f2f2ada88b1063afaffbe449b8c34752e16359c286898c3b3cf8920f51c3dc478ffa8e958011ac804f
|
||||
SHA512 (simpleline-1.8.2.tar.gz) = ca68814e22dccbe724929aadc14fa503ab1eb837302a68ccb8c62cf6fbcc4dd1c1fc3bfc0ea31d0c83cac22464fb197b9c63243d732219ce57c189f51b71c333
|
||||
|
Loading…
Reference in New Issue
Block a user