diff --git a/jira-2.0.0.tar.gz b/jira-2.0.0.tar.gz deleted file mode 100644 index ebf561a..0000000 --- a/jira-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2a94adff98e45b29ded030adc76103eab34fa7d4d57303f211f572bedba0e93 -size 95561 diff --git a/jira-3.1.1.tar.gz b/jira-3.1.1.tar.gz new file mode 100644 index 0000000..aa351ed --- /dev/null +++ b/jira-3.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2fde55d04a421c590cb197cf6b2d01176028004387d3e4cedff653dba408238 +size 111385 diff --git a/python-jira.changes b/python-jira.changes index 9518f39..9795435 100644 --- a/python-jira.changes +++ b/python-jira.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Dec 10 19:12:15 UTC 2021 - Matej Cepl + +- 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 diff --git a/python-jira.spec b/python-jira.spec index 7c28cc9..3284f5c 100644 --- a/python-jira.spec +++ b/python-jira.spec @@ -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}/*