From 16f15e0b58317ad538c43fe52a8eb1c24b379228 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 9 May 2023 05:26:31 +0000 Subject: [PATCH] import python-simpleline-1.8.3-1.el9 --- .gitignore | 2 +- .python-simpleline.metadata | 2 +- SPECS/python-simpleline.spec | 28 +++++++++++++++++++++++++--- 3 files changed, 27 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 519d2e9..1b52d5e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/simpleline-1.8.tar.gz +SOURCES/simpleline-1.8.3.tar.gz diff --git a/.python-simpleline.metadata b/.python-simpleline.metadata index f62ab63..b610204 100644 --- a/.python-simpleline.metadata +++ b/.python-simpleline.metadata @@ -1 +1 @@ -c27aeec13b7e71c534435c1a07351c34d0bead3f SOURCES/simpleline-1.8.tar.gz +42a94b80d45220279d9c5c917bb12b1aeb5b6a4e SOURCES/simpleline-1.8.3.tar.gz diff --git a/SPECS/python-simpleline.spec b/SPECS/python-simpleline.spec index 88dca19..fcc8b6f 100644 --- a/SPECS/python-simpleline.spec +++ b/SPECS/python-simpleline.spec @@ -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.3 +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,28 @@ make test %{python3_sitelib}/* %changelog +* Fri Nov 04 2022 Jiri Konecny - 1.8.3-1 +- Fix bumpver Makefile target (Jiri Konecny) +- Add tests for UIScreen wide disabling of concurrency check (Jiri Konecny) + Related: rhbz#2134889 +- Abstract registering signal handler in the InputHandler constructor (Jiri Konecny) + Related: rhbz#2134889 +- Allow to disable concurrency check for all UIScreen inputs (Jiri Konecny) + Resolves: rhbz#2134889 +- Add Makefile target for local container tests (Jiri Konecny) +- Use localization from rhel-9 weblate translation component (Jiri Konecny) +- Remove changelog from the upstream spec file (Jiri Konecny) +- Fix spec file archive link (Jiri Konecny) +- Include also documentation to the tarball (Jiri Konecny) +- Rename doc directory to docs (Jiri Konecny) +- Add explanations of what is included in the MANIFEST.in file (Jiri Konecny) +- Update packit config to reflect new tag naming (Jiri Konecny) +- Change tag name to just version (Jiri Konecny) +- Fix GitHub workflow checkout (Jiri Konecny) +- Switch to packit new fedora-latest alias (Jiri Konecny) +- Disable duplicate-code in pylint test (Jiri Konecny) +- Remove duplicate of code between event loops (Jiri Konecny) + * Tue Aug 10 2021 Mohan Boddu - 1.8-3 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688