From 9017281665fdf4d7e5266f643b457f33ddcc11b4f939275d122c377b26e3db17 Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 3 Jan 2020 05:28:52 +0000 Subject: [PATCH] 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 --- jirafs-1.17.3.tar.gz | 3 --- jirafs-1.17.5.tar.gz | 3 +++ python-jirafs.changes | 10 ++++++++++ python-jirafs.spec | 5 +++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 jirafs-1.17.3.tar.gz create mode 100644 jirafs-1.17.5.tar.gz diff --git a/jirafs-1.17.3.tar.gz b/jirafs-1.17.3.tar.gz deleted file mode 100644 index a5aa270..0000000 --- a/jirafs-1.17.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e80d036f7273a344b24a315ea2503715231df1f4aa3e14362b78a32a71ad929b -size 45537 diff --git a/jirafs-1.17.5.tar.gz b/jirafs-1.17.5.tar.gz new file mode 100644 index 0000000..6e53be4 --- /dev/null +++ b/jirafs-1.17.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43ea1a65f81d9759eab0aaa090517fbd6f4dc1ac47fbe8d7237d7713f199a68 +size 66302 diff --git a/python-jirafs.changes b/python-jirafs.changes index 6539a8c..3c234e4 100644 --- a/python-jirafs.changes +++ b/python-jirafs.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jan 3 01:53:39 UTC 2020 - Todd R + +- 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 diff --git a/python-jirafs.spec b/python-jirafs.spec index 56ed9a7..646cd24 100644 --- a/python-jirafs.spec +++ b/python-jirafs.spec @@ -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