From 806513eb72c0bde551aeadda8486a5671042378f Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 3 Nov 2020 07:13:20 -0500 Subject: [PATCH] import python-simpleline-1.1.1-2.el8 --- .gitignore | 2 +- .python-simpleline.metadata | 2 +- SPECS/python-simpleline.spec | 16 +++++++++++++++- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a938bcb..513623a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/simpleline-1.1.tar.gz +SOURCES/simpleline-1.1.1.tar.gz diff --git a/.python-simpleline.metadata b/.python-simpleline.metadata index 13d38a3..1537f1b 100644 --- a/.python-simpleline.metadata +++ b/.python-simpleline.metadata @@ -1 +1 @@ -f7d6bee02d6fa49a3e8d55a5c31946932ce89829 SOURCES/simpleline-1.1.tar.gz +da06a48d5c777b9909d213e23e9bcd6422fb7b43 SOURCES/simpleline-1.1.1.tar.gz diff --git a/SPECS/python-simpleline.spec b/SPECS/python-simpleline.spec index 36f64f3..993ea0f 100644 --- a/SPECS/python-simpleline.spec +++ b/SPECS/python-simpleline.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Summary: A Python library for creating text UI Url: https://github.com/rhinstaller/python-%{srcname} -Version: 1.1 +Version: 1.1.1 Release: 2%{?dist} # This tarball was created from upstream git: # git clone https://github.com/rhinstaller/python-simpleline @@ -59,6 +59,20 @@ make test %{python3_sitelib}/* %changelog +* Tue Aug 11 2020 Jiri Konecny - 1.1.1-2 +- Fix file extension of gating.yaml + +* Tue Aug 11 2020 Jiri Konecny - 1.1.1-1 +- Use relative imports in tests (jkonecny) +- Solve pylint errors (jkonecny) +- Remove pot file (jkonecny) +- Switch translations to rhel-8 Weblate branch (jkonecny) +- Add potfile to the .gitignore (jkonecny) +- Pause releasing when calling bumpver (jkonecny) +- Remove Zanata from the Simpleline (jkonecny) +- Switch po-push from Zanata to Weblate (jkonecny) +- Download translations from Weblate (jkonecny) + * Wed Jun 20 2018 Petr Viktorin - 1.1-2 - Remove the unused pocketlint build dependency