diff --git a/jirafs-2.2.1.tar.gz b/jirafs-2.2.1.tar.gz deleted file mode 100644 index b2e3b13..0000000 --- a/jirafs-2.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc2528fd473d37d7f7821e646612d98dec1c3677615a9efc5d635417fdc4ce2a -size 79197 diff --git a/jirafs-2.3.0.tar.gz b/jirafs-2.3.0.tar.gz new file mode 100644 index 0000000..395fc54 --- /dev/null +++ b/jirafs-2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44107c1d955e44725921d030c03f7c6775c4ad74ba9c1a945d84074f2f8fa893 +size 79765 diff --git a/python-jirafs.changes b/python-jirafs.changes index a6506aa..0b46314 100644 --- a/python-jirafs.changes +++ b/python-jirafs.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Mar 1 10:19:43 UTC 2022 - Dirk Müller + +- update to 2.3.0: + * updates to the latest version of 'jira' plugin. + Should now be directly-installable from pypi. + * Reformats repository using 'black' + ------------------------------------------------------------------- Thu Jan 28 04:14:26 UTC 2021 - Steve Kowalik diff --git a/python-jirafs.spec b/python-jirafs.spec index 81ea95b..acd21f3 100644 --- a/python-jirafs.spec +++ b/python-jirafs.spec @@ -1,7 +1,7 @@ # # spec file for package python-jirafs # -# 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 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-jirafs -Version: 2.2.1 +Version: 2.3.0 Release: 0 Summary: Library for editing JIRA issues as local text files License: MIT @@ -34,7 +34,8 @@ Requires: python-Jinja2 >= 2.10.3 Requires: python-PrettyTable >= 0.7.2 Requires: python-blessings >= 1.5.1 Requires: python-environmental-override >= 0.1.2 -Requires: python-jira >= 2.0.0 +Requires: python-jira >= 3.1.1 +Requires: python-prettytable >= 0.7.2 Requires: python-python-dateutil >= 2.8.1 Requires: python-watchdog >= 0.9.0 Suggests: python-ipdb @@ -46,15 +47,16 @@ BuildRequires: %{python_module behave} BuildRequires: %{python_module blessings >= 1.5.1} BuildRequires: %{python_module environmental-override >= 0.1.2} BuildRequires: %{python_module ipdb} -BuildRequires: %{python_module jira >= 2.0.0} +BuildRequires: %{python_module jira >= 3.1.1} BuildRequires: %{python_module mock} +BuildRequires: %{python_module prettytable >= 0.7.2} BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-dateutil >= 2.8.1} BuildRequires: %{python_module watchdog >= 0.9.0} BuildRequires: git-core # /SECTION Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives %python_subpackages %description