15
0
forked from pool/python-jira

Accepting request 1090426 from devel:languages:python

- Update to 3.5.1:
  * Update the type for issue in add_comment & transition_issue for better
    type hints (#1580) @dvaerum
  * Switch from SIGNATURE_RSA to SIGNATURE_HMAC_SHA1 (#1643) @traylenator
  * fix verify not sent with request (#1573) (#1631) @jongracecox
- Add setuptools_scm to BuildRequires, so the version number is detected,
  and to better catch this, stop using overly greedy globbing in %files.
- Remove Requires on python-pbr.

OBS-URL: https://build.opensuse.org/request/show/1090426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jira?expand=0&rev=10
This commit is contained in:
2023-06-02 22:07:32 +00:00
committed by Git OBS Bridge
4 changed files with 20 additions and 8 deletions

View File

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

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

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Jun 2 06:07:14 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 3.5.1:
* Update the type for issue in add_comment & transition_issue for better
type hints (#1580) @dvaerum
* Switch from SIGNATURE_RSA to SIGNATURE_HMAC_SHA1 (#1643) @traylenator
* fix verify not sent with request (#1573) (#1631) @jongracecox
- Add setuptools_scm to BuildRequires, so the version number is detected,
and to better catch this, stop using overly greedy globbing in %files.
- Remove Requires on python-pbr.
-------------------------------------------------------------------
Wed May 3 08:58:26 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -16,13 +16,11 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jira
Version: 3.5.0
Version: 3.5.1
Release: 0
Summary: Python library for interacting with JIRA via REST APIs
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/pycontribs/jira
Source: https://files.pythonhosted.org/packages/source/j/jira/jira-%{version}.tar.gz
BuildRequires: %{python_module Sphinx}
@@ -30,13 +28,14 @@ BuildRequires: %{python_module pbr >= 3.0.0}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-defusedxml
Requires: python-keyring
Requires: python-oauthlib
Requires: python-pbr >= 3.0.0
Requires: python-packaging
Requires: python-requests >= 2.10.0
Requires: python-requests-oauthlib >= 0.6.1
Requires: python-requests-toolbelt
@@ -76,6 +75,7 @@ export LANG=en_US.UTF-8
%doc AUTHORS.rst README.rst
%license LICENSE
%python_alternative %{_bindir}/jirashell
%{python_sitelib}/*
%{python_sitelib}/jira
%{python_sitelib}/jira-%{version}*info
%changelog