forked from pool/python-jira
Accepting request 939446 from devel:languages:python
- Explain, we don't have test suite running.
- version update to 3.1.1
* lot of changes, see
https://github.com/pycontribs/jira/releases
OBS-URL: https://build.opensuse.org/request/show/939446
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jira?expand=0&rev=6
This commit is contained in:
@@ -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
3
jira-3.1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2fde55d04a421c590cb197cf6b2d01176028004387d3e4cedff653dba408238
|
||||
size 111385
|
||||
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 19:12:15 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Explain, we don't have test suite running.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -60,6 +62,10 @@ export LANG=en_US.UTF-8
|
||||
%python_clone -a %{buildroot}%{_bindir}/jirashell
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
# Right, no test suite running, because the package tests against the
|
||||
# real instance of Jira. gh#pycontribs/jira#1262
|
||||
|
||||
%post
|
||||
%python_install_alternative jirashell
|
||||
|
||||
@@ -67,7 +73,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}/*
|
||||
|
||||
Reference in New Issue
Block a user