Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
bbeec04429 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/simpleline-1.1.3.tar.gz
|
||||
simpleline-1.9.0.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
b30b36a3f92bacb770724932a1da98fadf8d88db SOURCES/simpleline-1.1.3.tar.gz
|
@ -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
|
||||
Release: 1%{?dist}
|
||||
Version: 1.9.0
|
||||
Release: 12%{?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: LGPL-3.0-or-later
|
||||
BuildArch: noarch
|
||||
BuildRequires: make
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: gettext
|
||||
BuildRequires: python3-setuptools
|
||||
@ -54,39 +55,162 @@ 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)
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.9.0-12
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
||||
* Thu Sep 22 2022 Jiri Konecny <jkonecny@redhat.com> - 1.1.2-1
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.9.0-11
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
* 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)
|
||||
- Rename helper test classes to have Mock postfix (Jiri Konecny)
|
||||
- Call App.initialize() in the setUp phase of GlobalConfiguration test (Jiri Konecny)
|
||||
- Abstract registering signal handler in the InputHandler constructor (Jiri Konecny)
|
||||
- Allow to disable concurrency check for all UIScreen inputs (Jiri Konecny)
|
||||
- Use {} and [] instead of dict() and list() (Jiri Konecny)
|
||||
- Specify encoding for open() (Jiri Konecny)
|
||||
- Remove 'u' prefix from strings (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)
|
||||
- Fix spec file archive link (Jiri Konecny)
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.8-2
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
* 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 +257,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)
|
Loading…
Reference in New Issue
Block a user