From 1c61101b46331b0c5cfc1bec214521d4071c0890 Mon Sep 17 00:00:00 2001 From: Kashyap Chamarthy Date: Jun 18 2015 12:22:17 +0000 Subject: New upstream release - 1.2.1 Thanks Paul Belanger for the SPEC file changes: - Add missing dependency on python-six - Fix spelling-error lint warnings --- diff --git a/.gitignore b/.gitignore index 6df817d..735a970 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /gertty-1.0.3.tar.gz /gertty-1.1.0.tar.gz +/gertty-1.2.1.tar.gz diff --git a/python-gertty.spec b/python-gertty.spec index c50cc30..6560c9f 100644 --- a/python-gertty.spec +++ b/python-gertty.spec @@ -9,7 +9,7 @@ Name: python-gertty -Version: 1.1.0 +Version: 1.2.1 Release: 1%{?dist} Summary: Gertty is a console-based interface to the Gerrit Code Review system @@ -35,22 +35,23 @@ Requires: python-alembic Requires: PyYAML Requires: python-voluptuous Requires: python-ply +Requires: python-six %description Gertty is a console-based interface to the Gerrit Code Review system. As -compared to the web interface, the main advantages are: (a) Workflow -- the -interface is designed to support a workflow similar to reading network news or +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 repos. 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 repos, a single command instructs it to -checkout a change into that repo for detailed examination or testing of larger -changes. +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. %prep %setup -q -n %{pypi_name}-%{version} @@ -80,6 +81,13 @@ sed -i 's/\r$//' LICENSE %changelog +* Wed Jun 10 2015 1.2.1 - 1.2.1-1 +- New upstream release 1.2.1 +- Thanks Paul Belanger for the SPEC file + changes: + - Add missing dependency on python-six + - Fix spelling-error lint warnings + * Fri Mar 6 2015 Kashyap Chamarthy - 1.1.0-1 - New upstream release 1.1.0 diff --git a/sources b/sources index 8e35515..45660f1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -79ea5588224d3c6e8db63d1c3f28f6a0 gertty-1.1.0.tar.gz +f20192d6423fa9014b91b8f36ccbc101 gertty-1.2.1.tar.gz