|
|
|
@ -3,15 +3,16 @@
|
|
|
|
|
Name: python-%{srcname}
|
|
|
|
|
Summary: A Python library for creating text UI
|
|
|
|
|
Url: https://github.com/rhinstaller/python-%{srcname}
|
|
|
|
|
Version: 1.1.3
|
|
|
|
|
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}/archive/%{srcname}-%{version}.tar.gz
|
|
|
|
|
Source0: https://github.com/rhinstaller/python-%{srcname}/releases/download/%{version}/%{srcname}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
License: LGPLv3+
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
@ -54,39 +55,134 @@ make test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python3-%{srcname} -f python-%{srcname}.lang
|
|
|
|
|
%license COPYING
|
|
|
|
|
%license LICENSE.md
|
|
|
|
|
%doc ChangeLog README.md
|
|
|
|
|
%{python3_sitelib}/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Oct 27 2022 Jiri Konecny <jkonecny@redhat.com> - 1.1.3-1
|
|
|
|
|
- Add tests for UIScreen wide disabling of concurrency check (jkonecny)
|
|
|
|
|
- Abstract registering signal handler in the InputHandler constructor (jkonecny)
|
|
|
|
|
- Allow to disable concurrency check for all UIScreen inputs (jkonecny)
|
|
|
|
|
- Enable execution of the tests on GitHub actions (jkonecny)
|
|
|
|
|
- Add Makefile target for container tests execution (jkonecny)
|
|
|
|
|
- Remove pocketlint from the build requires (jkonecny)
|
|
|
|
|
|
|
|
|
|
* Thu Sep 22 2022 Jiri Konecny <jkonecny@redhat.com> - 1.1.2-1
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
- New version - 1.8 (Jiri Konecny)
|
|
|
|
|
- Add missing make command to spec file (Jiri Konecny)
|
|
|
|
|
- Don't translate the prompt keys (Vendula Poncova)
|
|
|
|
|
- Enable daily build for Anaconda-devel COPR repository (Jiri Konecny)
|
|
|
|
|
- Use Fedora container registry instead of Dockerhub (Jiri Konecny)
|
|
|
|
|
- Migrate COPR daily COPR builds to Packit (Jiri Konecny)
|
|
|
|
|
- Test build on Fedora ELN (Jiri Konecny)
|
|
|
|
|
- Remove packit get-current-action (Jiri Konecny)
|
|
|
|
|
- Run tests in GitHub workflow (Martin Pitt)
|
|
|
|
|
- Fix raise-missing-from (W0707) pylint warnings (Martin Pitt)
|
|
|
|
|
- Fix pylint to check test code correctly (Jiri Konecny)
|
|
|
|
|
- Use script to run unit tests (Jiri Konecny)
|
|
|
|
|
- Use relative imports in tests (Jiri Konecny)
|
|
|
|
|
- Change directory structure of unit tests (Jiri Konecny)
|
|
|
|
|
- Fix documentation of _process_screen method (Jiri Konecny)
|
|
|
|
|
- Fix pylint issues (Jiri Konecny)
|
|
|
|
|
- Use pylint instead of pocketlint (Jiri Konecny)
|
|
|
|
|
- Add coverage support (Jiri Konecny)
|
|
|
|
|
- Make link to exmples directory in Readme (Jiri Konecny)
|
|
|
|
|
- Fix homepage of the project in setup.py (Jiri Konecny)
|
|
|
|
|
- Fix classifiers in setup.py (Jiri Konecny)
|
|
|
|
|
- Add pypi-upload to Makefile (Jiri Konecny)
|
|
|
|
|
- Use correct variant of the field (Jiri Konecny)
|
|
|
|
|
- Propose Fedora update only to Fedora in development (Jiri Konecny)
|
|
|
|
|
- Add upstream tag template to packit for releasing (Jiri Konecny)
|
|
|
|
|
- Packit will download archive from Source0 if needed (Jiri Konecny)
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jun 26 2020 Jiri Konecny <jkonecny@redhat.com> - 1.7-1
|
|
|
|
|
- new upstream release: 1.7
|
|
|
|
|
|
|
|
|
|
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 1.6-4
|
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.6-2
|
|
|
|
|
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
|
|
|
|
|
|
|
* Thu Aug 22 2019 Jiri Konecny <jkonecny@redhat.com> - 1.6-1
|
|
|
|
|
- Always close the password dialog (vponcova)
|
|
|
|
|
Resolves: rhbz#2125272
|
|
|
|
|
- Remove unnecessary pass statements (jkonecny)
|
|
|
|
|
|
|
|
|
|
* Tue Aug 11 2020 Jiri Konecny <jkonecny@redhat.com> - 1.1.1-2
|
|
|
|
|
- Fix file extension of gating.yaml
|
|
|
|
|
* Sat Aug 17 2019 Miro Hrončok <mhroncok@redhat.com> - 1.5-3
|
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
|
|
|
|
|
* Tue Aug 11 2020 Jiri Konecny <jkonecny@redhat.com> - 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)
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jun 20 2018 Petr Viktorin <pviktori@redhat.com> - 1.1-2
|
|
|
|
|
- Remove the unused pocketlint build dependency
|
|
|
|
|
* Mon May 13 2019 Jiri Konecny <jkonecny@redhat.com> - 1.5-1
|
|
|
|
|
- Update spec file from the downstream (jkonecny)
|
|
|
|
|
- Fix translation issue for lt language (jkonecny)
|
|
|
|
|
|
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Nov 19 2018 Jiri Konecny <jkonecny@redhat.com> - 1.4-1
|
|
|
|
|
- Fix and add tests for the new changes (#1646568) (jkonecny)
|
|
|
|
|
- Add should_run_with_empty_stack configuration (#1646568) (jkonecny)
|
|
|
|
|
- Remove wrong line in password_function conf (jkonecny)
|
|
|
|
|
- Tweak date lang settings in make bumpver command (jkonecny)
|
|
|
|
|
- Drop python-pocketlint build dependency (jkonecny)
|
|
|
|
|
- Update spec file from Fedora (jkonecny)
|
|
|
|
|
|
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 1.3-4
|
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
|
|
|
|
|
* Wed Jun 20 2018 Jiri Konecny <jkonecny@redhat.com> - 1.3-3
|
|
|
|
|
- Drop python-pocketlint dependency
|
|
|
|
|
|
|
|
|
|
* Mon Jun 18 2018 Miro Hrončok <mhroncok@redhat.com> - 1.3-2
|
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
|
|
|
|
|
* Mon Jun 11 2018 Jiri Konecny <jkonecny@redhat.com> - 1.3-1
|
|
|
|
|
- Fix pylint errors raised by new pylint version (jkonecny)
|
|
|
|
|
- Setup logging handler properly for a library (jkonecny)
|
|
|
|
|
|
|
|
|
|
* Tue May 29 2018 Jiri Konecny <jkonecny@redhat.com> - 1.2-1
|
|
|
|
|
- Document GlobalConfiguration class (jkonecny)
|
|
|
|
|
- Add advanced input processing section to docs (jkonecny)
|
|
|
|
|
- Make makefile zanata check more robust (jkonecny)
|
|
|
|
|
- Add missing newline characters at the end (jkonecny)
|
|
|
|
|
- Abstract widget buffer extensions (jkonecny)
|
|
|
|
|
- Use python 3 sphinx module (jkonecny)
|
|
|
|
|
|
|
|
|
|
* Tue Apr 10 2018 Jiri Konecny <jkonecny@redhat.com> - 1.1-1
|
|
|
|
|
- Add global configuration initialize test (jkonecny)
|
|
|
|
@ -133,9 +229,6 @@ make test
|
|
|
|
|
- Get version from the spec file (jkonecny)
|
|
|
|
|
- Add documentation skeleton (jkonecny)
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Oct 19 2017 Jiri Konecny <jkonecny@redhat.com> - 0.8-1
|
|
|
|
|
- Test clean-up (jkonecny)
|
|
|
|
|
- Move and rename force_quit loop (jkonecny)
|
|
|
|
|