import python-simpleline-1.8.3-1.el9

This commit is contained in:
CentOS Sources 2023-05-09 05:26:31 +00:00 committed by Stepan Oksanichenko
parent d82a16574d
commit 16f15e0b58
3 changed files with 27 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/simpleline-1.8.tar.gz
SOURCES/simpleline-1.8.3.tar.gz

View File

@ -1 +1 @@
c27aeec13b7e71c534435c1a07351c34d0bead3f SOURCES/simpleline-1.8.tar.gz
42a94b80d45220279d9c5c917bb12b1aeb5b6a4e SOURCES/simpleline-1.8.3.tar.gz

View File

@ -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 <jkonecny@redhat.com> - 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 <mboddu@redhat.com> - 1.8-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688