Compare commits

...

No commits in common. 'c9-beta' and 'c10-beta' have entirely different histories.

2
.gitignore vendored

@ -1 +1 @@
SOURCES/prompt_toolkit-3.0.38.tar.gz SOURCES/prompt_toolkit-3.0.41.tar.gz

@ -1 +1 @@
a45022d4b1b3bd827cb2e094de7ce40cc7b05337 SOURCES/prompt_toolkit-3.0.38.tar.gz d36c3286a16c09b9bc02c2733b9fc7a8a9c30ba1 SOURCES/prompt_toolkit-3.0.41.tar.gz

@ -1,10 +1,20 @@
## START: Set by rpmautospec
## (rpmautospec version 0.6.1)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 4;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
%global common_description %{expand: %global common_description %{expand:
prompt_toolkit is a library for building powerful interactive command line prompt_toolkit is a library for building powerful interactive command line
applications in Python.} applications in Python.}
Name: python-prompt-toolkit Name: python-prompt-toolkit
Version: 3.0.38 Version: 3.0.41
Release: 4%{?dist} Release: %autorelease
Summary: Library for building powerful interactive command line applications in Python Summary: Library for building powerful interactive command line applications in Python
License: BSD-3-Clause License: BSD-3-Clause
URL: https://github.com/prompt-toolkit/python-prompt-toolkit URL: https://github.com/prompt-toolkit/python-prompt-toolkit
@ -52,8 +62,18 @@ Recommends: python3-pygments
%changelog %changelog
* Tue Jan 30 2024 Major Hayden <major@mhtx.net> - 3.0.38-4 ## START: Generated by rpmautospec
- Bump revision after adding gating.yaml * Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.0.41-4
- Bump release for June 2024 mass rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.41-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.41-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Nov 29 2023 Lumir Balhar <lbalhar@redhat.com> - 3.0.41-1
- Update to 3.0.41 (rhbz#2219586)
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.38-3 * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.38-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
@ -216,3 +236,4 @@ Recommends: python3-pygments
* Tue Dec 29 2015 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.54-1 * Tue Dec 29 2015 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.54-1
- Initial package. - Initial package.
## END: Generated by rpmautospec

Loading…
Cancel
Save