14
0
forked from pool/python-jirafs

Accepting request 760534 from home:TheBlackCat:branches:devel:languages:python

- Update to 1.17.5
  * Much saner method of setting up logging.
- Update to 1.17.4
  * Adding better error messages for incorrectly-subclassed loaded plugins.
  * Updating LICENSE year range.
- Drop python2 support due to dependency dropping python2

OBS-URL: https://build.opensuse.org/request/show/760534
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jirafs?expand=0&rev=6
This commit is contained in:
Todd R
2020-01-03 05:28:52 +00:00
committed by Git OBS Bridge
parent 1ff6ca4e65
commit 9017281665
4 changed files with 16 additions and 5 deletions

View File

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

3
jirafs-1.17.5.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Jan 3 01:53:39 UTC 2020 - Todd R <toddrme2178@gmail.com>
- Update to 1.17.5
* Much saner method of setting up logging.
- Update to 1.17.4
* Adding better error messages for incorrectly-subclassed loaded plugins.
* Updating LICENSE year range.
- Drop python2 support due to dependency dropping python2
-------------------------------------------------------------------
Thu Mar 28 10:15:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-jirafs
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-jirafs
Version: 1.17.3
Version: 1.17.5
Release: 0
Summary: Library for editing JIRA issues as local text files
License: MIT