15
0
forked from pool/python-jira

Accepting request 939026 from home:pgajdos:python

- version update to 3.1.1
  * lot of changes, see
    https://github.com/pycontribs/jira/releases

OBS-URL: https://build.opensuse.org/request/show/939026
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jira?expand=0&rev=12
This commit is contained in:
2021-12-10 18:50:00 +00:00
committed by Git OBS Bridge
parent 11b11a8167
commit 6798a71467
4 changed files with 17 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e2a94adff98e45b29ded030adc76103eab34fa7d4d57303f211f572bedba0e93
size 95561

3
jira-3.1.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e2fde55d04a421c590cb197cf6b2d01176028004387d3e4cedff653dba408238
size 111385

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Dec 10 08:34:26 UTC 2021 - pgajdos@suse.com
- version update to 3.1.1
* lot of changes, see
https://github.com/pycontribs/jira/releases
-------------------------------------------------------------------
Mon May 25 10:59:32 UTC 2020 - Petr Gajdos <pgajdos@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-jira
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jira
Version: 2.0.0
Version: 3.1.1
Release: 0
Summary: Python library for interacting with JIRA via REST APIs
License: BSD-3-Clause
@@ -27,7 +27,9 @@ URL: https://github.com/pycontribs/jira
Source: https://files.pythonhosted.org/packages/source/j/jira/jira-%{version}.tar.gz
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module pbr >= 3.0.0}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools_scm_git_archive}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -40,7 +42,7 @@ Requires: python-requests-toolbelt
Requires: python-setuptools >= 20.10.1
Requires: python-six >= 1.10.0
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch
%python_subpackages
@@ -67,7 +69,7 @@ export LANG=en_US.UTF-8
%python_uninstall_alternative jirashell
%files %{python_files}
%doc AUTHORS ChangeLog README.rst
%doc AUTHORS.rst README.rst
%license LICENSE
%python_alternative %{_bindir}/jirashell
%{python_sitelib}/*