14
0
forked from pool/python-jirafs

Accepting request 688193 from home:jengelh:branches:devel:languages:python

- Use noun phrase in summary. Trim filler wording.

OBS-URL: https://build.opensuse.org/request/show/688193
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jirafs?expand=0&rev=2
This commit is contained in:
Tomáš Chvátal
2019-03-25 11:44:44 +00:00
committed by Git OBS Bridge
parent 00ba53ef4c
commit f99cc8690e
2 changed files with 15 additions and 11 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 25 11:03:31 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary. Trim filler wording.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 18 21:57:03 UTC 2019 - Matej Cepl <mcepl@suse.com> Fri Jan 18 21:57:03 UTC 2019 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,5 +1,5 @@
# #
# spec file for package jirafs # spec file for package python-jirafs
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
@@ -20,19 +20,19 @@
Name: python-jirafs Name: python-jirafs
Version: 1.17.1 Version: 1.17.1
Release: 0 Release: 0
Summary: Edit Jira issues as text files locally Summary: Library for editing JIRA issues as local text files
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/coddingtonbear/jirafs URL: https://github.com/coddingtonbear/jirafs
Source: https://files.pythonhosted.org/packages/source/j/jirafs/jirafs-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/j/jirafs/jirafs-%{version}.tar.gz
Patch0: capitalization.patch Patch0: capitalization.patch
Patch1: verlib.patch Patch1: verlib.patch
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: %{python_module environmental-override}
BuildRequires: %{python_module PrettyTable} BuildRequires: %{python_module PrettyTable}
BuildRequires: %{python_module blessings} BuildRequires: %{python_module blessings}
BuildRequires: %{python_module environmental-override}
BuildRequires: %{python_module jira} BuildRequires: %{python_module jira}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
# For testing # For testing
BuildRequires: %{python_module behave} BuildRequires: %{python_module behave}
BuildRequires: %{python_module mock} BuildRequires: %{python_module mock}
@@ -40,19 +40,18 @@ BuildRequires: %{python_module tox}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildArch: noarch BuildArch: noarch
Requires: python-environmental-override
Requires: python-PrettyTable Requires: python-PrettyTable
Requires: python-blessings Requires: python-blessings
Requires: python-environmental-override
Requires: python-ipdb
Requires: python-jira Requires: python-jira
Requires: python-six Requires: python-six
Requires: python-ipdb
%python_subpackages %python_subpackages
%description %description
Pronounced like 'giraffes', but totally unrelated to wildlife, this This library lets the user stay out of JIRA by letting them edit JIRA
library lets you stay out of JIRA as much as possible by letting issues as a collection of text files using an interface inspired by
you edit your JIRA issues as a collection of text files using an `git` and `hg`.
interface inspired by ``git`` and ``hg``.
%prep %prep
%setup -q -n jirafs-%{version} %setup -q -n jirafs-%{version}