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