From 6798a714675754b82012a3b5c5c4a2abbff0e7984542a7cc0f2a337cf59ac0f7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 10 Dec 2021 18:50:00 +0000 Subject: [PATCH 1/2] 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 --- jira-2.0.0.tar.gz | 3 --- jira-3.1.1.tar.gz | 3 +++ python-jira.changes | 7 +++++++ python-jira.spec | 12 +++++++----- 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 jira-2.0.0.tar.gz create mode 100644 jira-3.1.1.tar.gz 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..08c5390 100644 --- a/python-jira.changes +++ b/python-jira.changes @@ -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 diff --git a/python-jira.spec b/python-jira.spec index 7c28cc9..8f05290 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 @@ -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}/* From 7f5379d0c81e9dc5616b17152d3e35679c4d2f0837b525843c408c8a1ff9f09a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 10 Dec 2021 19:12:22 +0000 Subject: [PATCH 2/2] - Explain, we don't have test suite running. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jira?expand=0&rev=13 --- python-jira.changes | 5 +++++ python-jira.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/python-jira.changes b/python-jira.changes index 08c5390..9795435 100644 --- a/python-jira.changes +++ b/python-jira.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/python-jira.spec b/python-jira.spec index 8f05290..3284f5c 100644 --- a/python-jira.spec +++ b/python-jira.spec @@ -62,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