forked from pool/python-jirafs
- update to 2.3.0:
* updates to the latest version of 'jira' plugin.
Should now be directly-installable from pypi.
* Reformats repository using 'black'
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jirafs?expand=0&rev=18
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc2528fd473d37d7f7821e646612d98dec1c3677615a9efc5d635417fdc4ce2a
|
||||
size 79197
|
||||
3
jirafs-2.3.0.tar.gz
Normal file
3
jirafs-2.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44107c1d955e44725921d030c03f7c6775c4ad74ba9c1a945d84074f2f8fa893
|
||||
size 79765
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 1 10:19:43 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.3.0:
|
||||
* updates to the latest version of 'jira' plugin.
|
||||
Should now be directly-installable from pypi.
|
||||
* Reformats repository using 'black'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 28 04:14:26 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-jirafs
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-jirafs
|
||||
Version: 2.2.1
|
||||
Version: 2.3.0
|
||||
Release: 0
|
||||
Summary: Library for editing JIRA issues as local text files
|
||||
License: MIT
|
||||
@@ -34,7 +34,8 @@ Requires: python-Jinja2 >= 2.10.3
|
||||
Requires: python-PrettyTable >= 0.7.2
|
||||
Requires: python-blessings >= 1.5.1
|
||||
Requires: python-environmental-override >= 0.1.2
|
||||
Requires: python-jira >= 2.0.0
|
||||
Requires: python-jira >= 3.1.1
|
||||
Requires: python-prettytable >= 0.7.2
|
||||
Requires: python-python-dateutil >= 2.8.1
|
||||
Requires: python-watchdog >= 0.9.0
|
||||
Suggests: python-ipdb
|
||||
@@ -46,15 +47,16 @@ BuildRequires: %{python_module behave}
|
||||
BuildRequires: %{python_module blessings >= 1.5.1}
|
||||
BuildRequires: %{python_module environmental-override >= 0.1.2}
|
||||
BuildRequires: %{python_module ipdb}
|
||||
BuildRequires: %{python_module jira >= 2.0.0}
|
||||
BuildRequires: %{python_module jira >= 3.1.1}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module prettytable >= 0.7.2}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module python-dateutil >= 2.8.1}
|
||||
BuildRequires: %{python_module watchdog >= 0.9.0}
|
||||
BuildRequires: git-core
|
||||
# /SECTION
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
||||
Reference in New Issue
Block a user