Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-jira for openSUSE:Factory checked in at 2021-12-10 21:53:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-jira (Old) and /work/SRC/openSUSE:Factory/.python-jira.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jira" Fri Dec 10 21:53:04 2021 rev:6 rq:939446 version:3.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-jira/python-jira.changes 2020-05-26 17:49:11.415863441 +0200 +++ /work/SRC/openSUSE:Factory/.python-jira.new.2520/python-jira.changes 2021-12-10 21:53:37.542925487 +0100 @@ -1,0 +2,12 @@ +Fri Dec 10 19:12:15 UTC 2021 - Matej Cepl <[email protected]> + +- Explain, we don't have test suite running. + +------------------------------------------------------------------- +Fri Dec 10 08:34:26 UTC 2021 - [email protected] + +- version update to 3.1.1 + * lot of changes, see + https://github.com/pycontribs/jira/releases + +------------------------------------------------------------------- Old: ---- jira-2.0.0.tar.gz New: ---- jira-3.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-jira.spec ++++++ --- /var/tmp/diff_new_pack.TbLJvB/_old 2021-12-10 21:53:37.990925686 +0100 +++ /var/tmp/diff_new_pack.TbLJvB/_new 2021-12-10 21:53:37.994925687 +0100 @@ -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 @@ 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-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 @@ %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 @@ %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}/* ++++++ jira-2.0.0.tar.gz -> jira-3.1.1.tar.gz ++++++ ++++ 13487 lines of diff (skipped)
