|
|
@ -3,14 +3,14 @@
|
|
|
|
Name: python-%{srcname}
|
|
|
|
Name: python-%{srcname}
|
|
|
|
Summary: A Python library for creating text UI
|
|
|
|
Summary: A Python library for creating text UI
|
|
|
|
Url: https://github.com/rhinstaller/python-%{srcname}
|
|
|
|
Url: https://github.com/rhinstaller/python-%{srcname}
|
|
|
|
Version: 1.9.0
|
|
|
|
Version: 1.8.3
|
|
|
|
Release: 11%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
# This tarball was created from upstream git:
|
|
|
|
# This tarball was created from upstream git:
|
|
|
|
# git clone https://github.com/rhinstaller/python-simpleline
|
|
|
|
# git clone https://github.com/rhinstaller/python-simpleline
|
|
|
|
# cd python-simpleline && make archive
|
|
|
|
# cd python-simpleline && make archive
|
|
|
|
Source0: https://github.com/rhinstaller/python-%{srcname}/releases/download/%{version}/%{srcname}-%{version}.tar.gz
|
|
|
|
Source0: https://github.com/rhinstaller/python-%{srcname}/releases/download/%{version}/%{srcname}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPL-3.0-or-later
|
|
|
|
License: LGPLv3+
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
@ -60,58 +60,34 @@ make test
|
|
|
|
%{python3_sitelib}/*
|
|
|
|
%{python3_sitelib}/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.9.0-11
|
|
|
|
* Fri Nov 04 2022 Jiri Konecny <jkonecny@redhat.com> - 1.8.3-1
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
- Fix bumpver Makefile target (Jiri Konecny)
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-10
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-9
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-8
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 1.9.0-7
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-6
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 19 2022 Jiri Konecny <jkonecny@redhat.com> - 1.9.0-5
|
|
|
|
|
|
|
|
- Migrate to SPDX license: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1#Detailed_Description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.9.0-3
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 11 2021 Packit Service <user-cont-team+packit-service@redhat.com> - 1.9.0-1
|
|
|
|
|
|
|
|
- New version - 1.9.0 (Jiri Konecny)
|
|
|
|
|
|
|
|
- Adapt Makefile bumpver target for x.y.z versioning (Jiri Konecny)
|
|
|
|
|
|
|
|
- Add tests for UIScreen wide disabling of concurrency check (Jiri Konecny)
|
|
|
|
- Add tests for UIScreen wide disabling of concurrency check (Jiri Konecny)
|
|
|
|
- Rename helper test classes to have Mock postfix (Jiri Konecny)
|
|
|
|
Related: rhbz#2134889
|
|
|
|
- Call App.initialize() in the setUp phase of GlobalConfiguration test (Jiri Konecny)
|
|
|
|
|
|
|
|
- Abstract registering signal handler in the InputHandler constructor (Jiri Konecny)
|
|
|
|
- Abstract registering signal handler in the InputHandler constructor (Jiri Konecny)
|
|
|
|
|
|
|
|
Related: rhbz#2134889
|
|
|
|
- Allow to disable concurrency check for all UIScreen inputs (Jiri Konecny)
|
|
|
|
- Allow to disable concurrency check for all UIScreen inputs (Jiri Konecny)
|
|
|
|
- Use {} and [] instead of dict() and list() (Jiri Konecny)
|
|
|
|
Resolves: rhbz#2134889
|
|
|
|
- Specify encoding for open() (Jiri Konecny)
|
|
|
|
- Add Makefile target for local container tests (Jiri Konecny)
|
|
|
|
- Remove 'u' prefix from strings (Jiri Konecny)
|
|
|
|
- Use localization from rhel-9 weblate translation component (Jiri Konecny)
|
|
|
|
|
|
|
|
|
|
|
|
* 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)
|
|
|
|
- Remove changelog from the upstream spec file (Jiri Konecny)
|
|
|
|
- Fix spec file archive link (Jiri Konecny)
|
|
|
|
- Fix spec file archive link (Jiri Konecny)
|
|
|
|
|
|
|
|
- Include also documentation to the tarball (Jiri Konecny)
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-3
|
|
|
|
- Rename doc directory to docs (Jiri Konecny)
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
- Add explanations of what is included in the MANIFEST.in file (Jiri Konecny)
|
|
|
|
|
|
|
|
- Update packit config to reflect new tag naming (Jiri Konecny)
|
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.8-2
|
|
|
|
- Change tag name to just version (Jiri Konecny)
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.8-2
|
|
|
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 22 2021 Packit Service <user-cont-team+packit-service@redhat.com> - 1.8-1
|
|
|
|
* Mon Feb 22 2021 Packit Service <user-cont-team+packit-service@redhat.com> - 1.8-1
|
|
|
|
- New version - 1.8 (Jiri Konecny)
|
|
|
|
- New version - 1.8 (Jiri Konecny)
|
|
|
|