Mon, 03 Jun 2024 12:28:06 UTC | login

Information for build python-gertty-1.5.0-3.fc29

ID41246
Package Namepython-gertty
Version1.5.0
Release3.fc29
Epoch
SummaryGertty is a console-based interface to the Gerrit Code Review system
DescriptionGertty is a console-based interface to the Gerrit Code Review system. As compared to the web interface, the main advantages are: (a) Work flow -- the interface is designed to support a work flow similar to reading network news or mail. In particular, it is designed to deal with a large number of review requests across a large number of projects. (b) Offline Use -- Gertty syncs information about changes in subscribed projects to a local database and local git repositories. All review operations are performed against that database and then synced back to Gerrit. (c) Speed -- user actions modify locally cached content and need not wait for server interaction. (d) Convenience -- because Gertty downloads all changes to local git repositories, a single command instructs it to checkout a change into that repositories for detailed examination or testing of larger changes.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 08 Jun 2018 10:27:09 UTC
CompletedFri, 08 Jun 2018 10:27:09 UTC
Tags
f29
RPMs
src
python-gertty-1.5.0-3.fc29.src.rpm (info) (download)
noarch
python2-gertty-1.5.0-3.fc29.noarch.rpm (info) (download)
Changelog * Wed Feb 21 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.5.0-3 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Sep 01 2017 Kashyap Chamarthy <kashyapc@fedoraproject.org> - 1.5.0-1 - New upstream release 1.5.0 * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.4.0-4 - Python 2 binary package renamed to python2-gertty See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Jul 27 2016 Kashyap Chamarthy <kashyapc@fedoraproject.org> - 1.4.0-1 - New upstream release 1.4.0 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Mon Jun 27 2016 Kashyap Chamarthy <kashyapc@fedoraproject.org> - 1.3.2-1 - New upstream release 1.3.2 * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Mon Dec 21 2015 Kashyap Chamarthy <kashyapc@fedoraproject.org> - 1.3.0-1 - New upstream release 1.3.0 * Wed Jun 10 2015 1.2.1 <kashyapc@fedoraproject.org> - 1.2.1-1 - New upstream release 1.2.1 - Thanks Paul Belanger <pabelanger@redhat.com> for the SPEC file changes: - Add missing dependency on python-six - Fix spelling-error lint warnings * Fri Mar 06 2015 Kashyap Chamarthy <kashyapc@fedoraproject.org> - 1.1.0-1 - New upstream release 1.1.0 * Mon Jan 05 2015 Kashyap Chamarthy <kashyapc@fedoraproject.org> - 1.0.3-4 - New build that properly installs Alembic (with the help of package-data in setup.cfg) - Fixes rhbz # 1178754 * Mon Dec 01 2014 Kashyap Chamarthy <kashyapc@fedoraproject.org> - 1.0.3-3 - Remove python-ordered dict from Requires, it is obsolete and is now provided by Python 2.7. Fedora is now at Python 2.7 (1022220) * Wed Nov 19 2014 Kashyap Chamarthy <kashyapc@fedoraproject.org> - 1.0.3-2 - Fix rpmlint warnings (wrong-file-end-of-line-encoding) - Fix and simplify RPM macros * Mon Nov 17 2014 Kashyap Chamarthy <kashyapc@fedoraproject.org> - 1.0.3-1 - Initial package