commit python-jira for openSUSE:Factory

2024-04-03 Thread Source-Sync
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 2024-04-03 17:20:48

Comparing /work/SRC/openSUSE:Factory/python-jira (Old)
 and  /work/SRC/openSUSE:Factory/.python-jira.new.1905 (New)


Package is "python-jira"

Wed Apr  3 17:20:48 2024 rev:14 rq:1164275 version:3.8.0

Changes:

--- /work/SRC/openSUSE:Factory/python-jira/python-jira.changes  2024-03-25 
21:14:06.702210511 +0100
+++ /work/SRC/openSUSE:Factory/.python-jira.new.1905/python-jira.changes
2024-04-03 17:22:05.309197282 +0200
@@ -1,0 +2,13 @@
+Wed Apr  3 07:24:10 UTC 2024 - Dirk Müller 
+
+- update to 3.8.0:
+  * Add goal field to update/create sprint (#1806) @zbarahal
+  * add backward compatibility for createmeta_issuetypes &
+createmeta_fieldtypes (#1838) @paminov
+- update to 3.7.0:
+  * add Release Process doc
+  * Improve handling of Jira's retry-after handling
+  * ISSUE-1836: Add `Dashboard` Support
+  * Update createmeta warning with new method names
+
+---

Old:

  jira-3.6.0.tar.gz

New:

  jira-3.8.0.tar.gz



Other differences:
--
++ python-jira.spec ++
--- /var/tmp/diff_new_pack.ONEBNM/_old  2024-04-03 17:22:05.893218830 +0200
+++ /var/tmp/diff_new_pack.ONEBNM/_new  2024-04-03 17:22:05.893218830 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-jira
-Version:3.6.0
+Version:3.8.0
 Release:0
 Summary:Python library for interacting with JIRA via REST APIs
 License:BSD-3-Clause

++ jira-3.6.0.tar.gz -> jira-3.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jira-3.6.0/.readthedocs.yml 
new/jira-3.8.0/.readthedocs.yml
--- old/jira-3.6.0/.readthedocs.yml 2024-01-05 18:17:52.0 +0100
+++ new/jira-3.8.0/.readthedocs.yml 2024-03-25 13:16:36.0 +0100
@@ -7,16 +7,13 @@
   os: ubuntu-22.04
   tools:
 python: "3.11"
-  jobs:
-# Work-around to actually constrain dependencies
-# 
https://github.com/readthedocs/readthedocs.org/issues/7258#issuecomment-1094978683
-post_install:
-  - python -m pip install --upgrade --upgrade-strategy eager 
--no-cache-dir .[docs,cli] -c constraints.txt
+  apt_packages:
+- libkrb5-dev
 
 python:
   install:
-- method: pip
-  path: .
+- requirements: constraints.txt
+- path: .
   extra_requirements:
 - docs
 # to autodoc jirashell
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jira-3.6.0/PKG-INFO new/jira-3.8.0/PKG-INFO
--- old/jira-3.6.0/PKG-INFO 2024-01-05 18:18:04.238345900 +0100
+++ new/jira-3.8.0/PKG-INFO 2024-03-25 13:16:45.864503400 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: jira
-Version: 3.6.0
+Version: 3.8.0
 Summary: Python library for interacting with JIRA via REST APIs.
 Home-page: https://github.com/pycontribs/jira
 Author: Ben Speakmon
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jira-3.6.0/RELEASE.md new/jira-3.8.0/RELEASE.md
--- old/jira-3.6.0/RELEASE.md   1970-01-01 01:00:00.0 +0100
+++ new/jira-3.8.0/RELEASE.md   2024-03-25 13:16:36.0 +0100
@@ -0,0 +1,25 @@
+# Documenting the Release Process
+
+## Scope
+
+The scope and purpose of these instructions are for maintainers who are 
looking to make
+a release.
+
+It forms a checklist of what needs to be done, together with sections for 
guidance.
+
+- [ ] [Draft a New Release](#drafting-a-new-release)
+- [ ] [Publishing the Release](#publishing-the-release)
+
+
+## Drafting a New Release
+
+1. Go to the https://github.com/pycontribs/jira/releases page and **"Draft a 
New Release"** using the button. Note: We currently use the 'Release Drafter' 
GHA that auto populates a draft release
+2. Under the **"Choose a tag"**, make sure we follow the repository convention 
of a tag that IS NOT PREFIXED with a `v` e.g. `1.2.3` instead of `v1.2.3`
+3. The tag **"Target"** should be `main`, the main branch.
+3. The contents of the release should reference the PR reference and the 
individual who contributed. In some cases where maintainers take over a 
previous PR it is better practice to reference the name of the original 
submitter of the PR. e.g. The maintainer re-makes a PR based on a stale PR, the 
GHA would mention the maintainer by default as they created the PR, so the 
originator should be used.
+
+## Publishing the Release
+
+1. Pressing the **Edit** button of the latest draft release and pressing the 
**'Publish release'** button will trigger the release process.
+2. The release process will request an approver 

commit python-jira for openSUSE:Factory

2024-03-25 Thread Source-Sync
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 2024-03-25 21:08:53

Comparing /work/SRC/openSUSE:Factory/python-jira (Old)
 and  /work/SRC/openSUSE:Factory/.python-jira.new.1905 (New)


Package is "python-jira"

Mon Mar 25 21:08:53 2024 rev:13 rq:1160942 version:3.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-jira/python-jira.changes  2024-01-15 
22:17:01.750001758 +0100
+++ /work/SRC/openSUSE:Factory/.python-jira.new.1905/python-jira.changes
2024-03-25 21:14:06.702210511 +0100
@@ -1,0 +2,5 @@
+Sat Mar 23 12:17:51 UTC 2024 - Dirk Müller 
+
+- add Pillow dependency
+
+---



Other differences:
--
++ python-jira.spec ++
--- /var/tmp/diff_new_pack.J8qmDH/_old  2024-03-25 21:14:08.586279688 +0100
+++ /var/tmp/diff_new_pack.J8qmDH/_new  2024-03-25 21:14:08.606280422 +0100
@@ -32,6 +32,7 @@
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-Pillow >= 2.1.0
 Requires:   python-defusedxml
 Requires:   python-keyring
 Requires:   python-oauthlib
@@ -41,7 +42,7 @@
 Requires:   python-requests-toolbelt
 Requires:   python-typing_extensions >= 3.7.4.2
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 BuildArch:  noarch
 %python_subpackages
 


commit python-jira for openSUSE:Factory

2023-06-02 Thread Source-Sync
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 2023-06-03 00:07:32

Comparing /work/SRC/openSUSE:Factory/python-jira (Old)
 and  /work/SRC/openSUSE:Factory/.python-jira.new.15902 (New)


Package is "python-jira"

Sat Jun  3 00:07:32 2023 rev:10 rq:1090426 version:3.5.1

Changes:

--- /work/SRC/openSUSE:Factory/python-jira/python-jira.changes  2023-05-03 
12:57:54.432054566 +0200
+++ /work/SRC/openSUSE:Factory/.python-jira.new.15902/python-jira.changes   
2023-06-03 00:07:37.870133292 +0200
@@ -1,0 +2,12 @@
+Fri Jun  2 06:07:14 UTC 2023 - Steve Kowalik 
+
+- 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.
+
+---

Old:

  jira-3.5.0.tar.gz

New:

  jira-3.5.1.tar.gz



Other differences:
--
++ python-jira.spec ++
--- /var/tmp/diff_new_pack.bPGf7s/_old  2023-06-03 00:07:38.482136906 +0200
+++ /var/tmp/diff_new_pack.bPGf7s/_new  2023-06-03 00:07:38.486136930 +0200
@@ -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 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 @@
 %doc AUTHORS.rst README.rst
 %license LICENSE
 %python_alternative %{_bindir}/jirashell
-%{python_sitelib}/*
+%{python_sitelib}/jira
+%{python_sitelib}/jira-%{version}*info
 
 %changelog

++ jira-3.5.0.tar.gz -> jira-3.5.1.tar.gz ++
 3270 lines of diff (skipped)


commit python-jira for openSUSE:Factory

2023-05-03 Thread Source-Sync
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 2023-05-03 12:57:51

Comparing /work/SRC/openSUSE:Factory/python-jira (Old)
 and  /work/SRC/openSUSE:Factory/.python-jira.new.1533 (New)


Package is "python-jira"

Wed May  3 12:57:51 2023 rev:9 rq:1084219 version:3.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-jira/python-jira.changes  2022-06-04 
23:27:37.476791520 +0200
+++ /work/SRC/openSUSE:Factory/.python-jira.new.1533/python-jira.changes
2023-05-03 12:57:54.432054566 +0200
@@ -1,0 +2,53 @@
+Wed May  3 08:58:26 UTC 2023 - Dirk Müller 
+
+- update to 3.5.0:
+  * [feature] Add support for requests timeout
+  * Add projectstatuses method to get project statuses (missing
+endpoint)
+  * Get the properties when fetching an Issue
+  * Support for the new 'createmeta' API in Jira 8.4+
+  * Make `create_issue_link` work with issue_link-objects
+  * [feature] Add support for requests timeout
+  * Made create_issue and create_issues consistent to handle
+multiple issue types with same name
+  * KeyError: "X-RateLimit-FillRate" fix
+  * Properly parse errorMessage key in error response
+  * Use proper SPDX identifier
+  * Remove setup.py and tidy build scripts
+  * add required parameter field 'permissions' to my_permissions
+method
+  * Avoid always passing on an empty body even if not given
+  * Add support for IssueProperty resource
+  * Add project arg to `.issue_type_by_name()`
+  * fix `.add_issues_to_epic()`
+  * Fix using str as issue type with `.create_issue()` when issue
+type with that name exists in many projects
+  * allow filter updates when no description returned by Jira
+  * Fix bug preventing use of an int for issuetype in
+`create_issue()`
+  * derive attachment fname from BufferedReader object
+  * [Regression] ensure `None` is handled correctly in
+`search_issues()`
+  * Raise `JIRAError` when no user found
+  * Add client route for deleting remote links by global (and
+internal) id
+  * improve explanation of exception when two sprints with the
+same name are found
+  * extend the examples with a more thorough example for getting
+attachments from a specific comment
+  * Configurable batch size for `JIRA._fetch_pages()` and
+dependant methods
+  * tidy ResilientSession implementation
+  * Add notify to comment
+  * As the keyring dependency is only used by jirashell, have it
+be part of the cli extras requirement.
+  * Handle #925 rate limit error
+  * updated `jira.search_issues` default behaviour to include all
+fields
+  * use importlib.metadata instead of pkg_resources
+  * Drop py36 py37 add py310
+  * improve explanation of exception when two sprints with the
+same name are found
+  * Remove GreenHopper Resource and fix Agile tests
+
+---

Old:

  jira-3.2.0.tar.gz

New:

  jira-3.5.0.tar.gz



Other differences:
--
++ python-jira.spec ++
--- /var/tmp/diff_new_pack.ftYCz2/_old  2023-05-03 12:57:54.992057857 +0200
+++ /var/tmp/diff_new_pack.ftYCz2/_new  2023-05-03 12:57:54.996057880 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jira
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 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:3.2.0
+Version:3.5.0
 Release:0
 Summary:Python library for interacting with JIRA via REST APIs
 License:BSD-3-Clause
@@ -27,10 +27,10 @@
 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 pip}
 BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module setuptools_scm_git_archive}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-defusedxml
@@ -54,11 +54,11 @@
 
 %build
 export LANG=en_US.UTF-8
-%python_build
+%pyproject_wheel
 
 %install
 export LANG=en_US.UTF-8
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/jirashell
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 

++ jira-3.2.0.tar.gz -> jira-3.5.0.tar.gz ++
 6828 lines of diff (skipped)


commit python-jira for openSUSE:Factory

2022-06-04 Thread Source-Sync
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 2022-06-04 23:27:31

Comparing /work/SRC/openSUSE:Factory/python-jira (Old)
 and  /work/SRC/openSUSE:Factory/.python-jira.new.1548 (New)


Package is "python-jira"

Sat Jun  4 23:27:31 2022 rev:8 rq:980788 version:3.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-jira/python-jira.changes  2022-01-31 
22:57:53.413351986 +0100
+++ /work/SRC/openSUSE:Factory/.python-jira.new.1548/python-jira.changes
2022-06-04 23:27:37.476791520 +0200
@@ -1,0 +2,14 @@
+Sat Jun  4 18:05:47 UTC 2022 - Dirk M??ller 
+
+- update to 3.2.0:
+  * Additional scheme endpoints for projects 
+  * Add subscriptable support for PropertyHolder 
+  * Fixing type hint to match documentation for move_to_backlog 
+  * improve ResultList types 
+  * Allow verify option as path to cert in config 
+  * Bugfixes
+  * Locate the exact user by key if there are multiple users returned from 
query 
+  * Fixing type hint to match documentation for move_to_backlog 
+  * Avoid printing parsed json response 
+
+---

Old:

  jira-3.1.1.tar.gz

New:

  jira-3.2.0.tar.gz



Other differences:
--
++ python-jira.spec ++
--- /var/tmp/diff_new_pack.gbIcbG/_old  2022-06-04 23:27:37.888791937 +0200
+++ /var/tmp/diff_new_pack.gbIcbG/_new  2022-06-04 23:27:37.892791941 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-jira
-Version:3.1.1
+Version:3.2.0
 Release:0
 Summary:Python library for interacting with JIRA via REST APIs
 License:BSD-3-Clause
@@ -40,8 +40,7 @@
 Requires:   python-requests >= 2.10.0
 Requires:   python-requests-oauthlib >= 0.6.1
 Requires:   python-requests-toolbelt
-Requires:   python-setuptools >= 20.10.1
-Requires:   python-six >= 1.10.0
+Requires:   python-typing_extensions >= 3.7.4.2
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
 BuildArch:  noarch

++ jira-3.1.1.tar.gz -> jira-3.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jira-3.1.1/.pre-commit-config.yaml 
new/jira-3.2.0/.pre-commit-config.yaml
--- old/jira-3.1.1/.pre-commit-config.yaml  2021-11-11 11:47:14.0 
+0100
+++ new/jira-3.2.0/.pre-commit-config.yaml  2022-04-14 01:40:59.0 
+0200
@@ -1,12 +1,12 @@
 ---
 repos:
   - repo: https://github.com/psf/black
-rev: 21.10b0
+rev: 22.3.0
 hooks:
   - id: black
 language_version: python3
   - repo: https://github.com/pre-commit/pre-commit-hooks
-rev: v4.0.1
+rev: v4.1.0
 hooks:
   - id: end-of-file-fixer
   - id: trailing-whitespace
@@ -46,14 +46,15 @@
   - id: yamllint
 files: \.(yaml|yml)$
   - repo: https://github.com/pre-commit/mirrors-mypy.git
-rev: v0.910-1
+rev: v0.931
 hooks:
   - id: mypy
 additional_dependencies:
   - types-requests
   - types-pkg_resources
+args: [--no-strict-optional, --ignore-missing-imports, 
--show-error-codes]
   - repo: https://github.com/asottile/pyupgrade
-rev: v2.29.0
+rev: v2.31.0
 hooks:
   - id: pyupgrade
 args: [ --py36-plus ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jira-3.1.1/PKG-INFO new/jira-3.2.0/PKG-INFO
--- old/jira-3.1.1/PKG-INFO 2021-11-11 11:47:33.324146500 +0100
+++ new/jira-3.2.0/PKG-INFO 2022-04-14 01:41:21.476967000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: jira
-Version: 3.1.1
+Version: 3.2.0
 Summary: Python library for interacting with JIRA via REST APIs.
 Home-page: https://github.com/pycontribs/jira
 Author: Ben Speakmon
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jira-3.1.1/constraints.txt 
new/jira-3.2.0/constraints.txt
--- old/jira-3.1.1/constraints.txt  2021-11-11 11:47:14.0 +0100
+++ new/jira-3.2.0/constraints.txt  2022-04-14 01:40:59.0 +0200
@@ -8,7 +8,7 @@
 # via sphinx
 appnope==0.1.2
 # via ipython
-attrs==21.2.0
+attrs==21.4.0
 # via pytest
 babel==2.9.1
 # via sphinx
@@ -18,24 +18,24 @@
 # via requests
 cffi==1.15.0
 # via cryptography
-charset-normalizer==2.0.7
+charset-normalizer==2.0.12
 # via requests
 coverage==6.1.2
 # via pytest-cov
-cryptography==35.0.0
+cryptography==36.0.1
 # via
 #   pyspnego
 #   requests-kerberos
 dataclasses==0.8
 # via pyspnego
-decorator==5.1.0
+decorator==5.1.1
 # via
 #   gssapi

commit python-jira for openSUSE:Factory

2022-01-31 Thread Source-Sync
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 2022-01-31 22:57:11

Comparing /work/SRC/openSUSE:Factory/python-jira (Old)
 and  /work/SRC/openSUSE:Factory/.python-jira.new.1898 (New)


Package is "python-jira"

Mon Jan 31 22:57:11 2022 rev:7 rq:950065 version:3.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-jira/python-jira.changes  2021-12-10 
21:53:37.542925487 +0100
+++ /work/SRC/openSUSE:Factory/.python-jira.new.1898/python-jira.changes
2022-01-31 22:57:53.413351986 +0100
@@ -1,0 +2,5 @@
+Mon Jan 31 03:56:35 UTC 2022 - Steve Kowalik 
+
+- Add missing Requires on keyring. 
+
+---



Other differences:
--
++ python-jira.spec ++
--- /var/tmp/diff_new_pack.YivYqt/_old  2022-01-31 22:57:53.897348727 +0100
+++ /var/tmp/diff_new_pack.YivYqt/_new  2022-01-31 22:57:53.901348701 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jira
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,6 +34,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-defusedxml
+Requires:   python-keyring
 Requires:   python-oauthlib
 Requires:   python-pbr >= 3.0.0
 Requires:   python-requests >= 2.10.0


commit python-jira for openSUSE:Factory

2021-12-10 Thread Source-Sync
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 
+
+- Explain, we don't have test suite running.
+
+---
+Fri Dec 10 08:34:26 UTC 2021 - pgaj...@suse.com
+
+- 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)