forked from pool/python-jirafs
- Update to 2.0.7: too many changes, and no good changelog
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jirafs?expand=0&rev=9
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c43ea1a65f81d9759eab0aaa090517fbd6f4dc1ac47fbe8d7237d7713f199a68
|
||||
size 66302
|
||||
3
2.0.7.tar.gz
Normal file
3
2.0.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef93d18f043b84297cd79c8787f185f3755b349a5116dc5b1bbe893d8c1782a1
|
||||
size 73512
|
||||
@@ -1,23 +1,11 @@
|
||||
Index: jirafs-1.17.3/requirements.txt
|
||||
===================================================================
|
||||
--- jirafs-1.17.3.orig/requirements.txt
|
||||
+++ jirafs-1.17.3/requirements.txt
|
||||
@@ -1,5 +1,5 @@
|
||||
--- a/requirements.txt
|
||||
+++ b/requirements.txt
|
||||
@@ -1,7 +1,7 @@
|
||||
jira>=1.0.3
|
||||
six>=1.9.0
|
||||
blessings>=1.5.1,<2.0
|
||||
-prettytable>=0.7.2,<1.0
|
||||
+PrettyTable>=0.7.2,<1.0
|
||||
environmental-override>=0.1.2
|
||||
Index: jirafs-1.17.3/setup.py
|
||||
===================================================================
|
||||
--- jirafs-1.17.3.orig/setup.py
|
||||
+++ jirafs-1.17.3/setup.py
|
||||
@@ -27,6 +27,7 @@ except ImportError:
|
||||
if not req.startswith('-')
|
||||
and not req.startswith('#')
|
||||
]
|
||||
+ print(requirements)
|
||||
|
||||
|
||||
class Tox(TestCommand):
|
||||
jinja2>=2.10.3,<3.0
|
||||
watchdog>=0.9.0,<1.0.0
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 22 19:12:16 CET 2020 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Update to 2.0.7: too many changes, and no good changelog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 3 01:53:39 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-jirafs
|
||||
Version: 1.17.5
|
||||
Version: 2.0.7
|
||||
Release: 0
|
||||
Summary: Library for editing JIRA issues as local text files
|
||||
License: MIT
|
||||
@@ -62,16 +62,14 @@ issues as a collection of text files using an interface inspired by
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%{python_expand rm -r %{buildroot}%{$python_sitelib}/tests
|
||||
%fdupes %{buildroot}%{$python_sitelib}
|
||||
}
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
# tests require running JIRA instance
|
||||
#%%python_exec -m unittest discover -v
|
||||
|
||||
%files %{python_files}
|
||||
%python3_only %{_bindir}/jirafs
|
||||
%{_bindir}/jirafs
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user