Compare commits

...

No commits in common. 'c9' and 'i10cs' have entirely different histories.
c9 ... i10cs

2
.gitignore vendored

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

@ -1 +1 @@
42a94b80d45220279d9c5c917bb12b1aeb5b6a4e SOURCES/simpleline-1.8.3.tar.gz 9c7e83035ae18f4f1ee1248195f6374bc0ac6121 SOURCES/simpleline-1.9.0.tar.gz

@ -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.8.3 Version: 1.9.0
Release: 1%{?dist} Release: 12%{?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: LGPLv3+ License: LGPL-3.0-or-later
BuildArch: noarch BuildArch: noarch
BuildRequires: make BuildRequires: make
BuildRequires: python3-devel BuildRequires: python3-devel
@ -60,34 +60,65 @@ make test
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* Fri Nov 04 2022 Jiri Konecny <jkonecny@redhat.com> - 1.8.3-1 * Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.9.0-12
- Fix bumpver Makefile target (Jiri Konecny) - Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.9.0-11
- Rebuilt for MSVSphere 10
* 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) - Add tests for UIScreen wide disabling of concurrency check (Jiri Konecny)
Related: rhbz#2134889 - 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) - 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)
Resolves: rhbz#2134889 - Use {} and [] instead of dict() and list() (Jiri Konecny)
- Add Makefile target for local container tests (Jiri Konecny) - Specify encoding for open() (Jiri Konecny)
- Use localization from rhel-9 weblate translation component (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) - 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)
- Rename doc directory to docs (Jiri Konecny) * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-3
- Add explanations of what is included in the MANIFEST.in file (Jiri Konecny) - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- Update packit config to reflect new tag naming (Jiri Konecny)
- Change tag name to just version (Jiri Konecny) * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.8-2
- Fix GitHub workflow checkout (Jiri Konecny) - Rebuilt for Python 3.10
- 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)

Loading…
Cancel
Save