14
0

Accepting request 811531 from home:lkocman:branches:devel:languages:python

- Update to 1.4.18

- Use github source url instead of pypy as it contains tests 
- Use correct openSUSE project url
- Fix issues with optparse call in pytest
- Fix pytest issues on python2
- Add missing dependency on icalendar (schedule integration)
- Add dependencies for pytest execution

OBS-URL: https://build.opensuse.org/request/show/811531
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-md2workflow?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal
2020-06-04 16:51:10 +00:00
committed by Git OBS Bridge
parent 9f5ddeea1b
commit 7929f5b7f3
4 changed files with 24 additions and 6 deletions

3
1.4.18.tar.gz Normal file
View File

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

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jun 4 09:20:44 UTC 2020 - Lubos Kocman <lubos.kocman@suse.com>
- Update to 1.4.18
- Use github source url instead of pypy as it contains tests
- Use correct openSUSE project url
- Fix issues with optparse call in pytest
- Fix pytest issues on python2
- Add missing dependency on icalendar (schedule integration)
- Add dependencies for pytest execution
-------------------------------------------------------------------
Thu Jun 4 08:04:03 UTC 2020 - Lubos Kocman <lubos.kocman@suse.com>

View File

@@ -18,22 +18,27 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-md2workflow
Version: 1.4.15
Version: 1.4.18
Release: 0
Summary: Tool to create a JIRA or other Workflow from markdown files
License: GPL-3.0-only
Group: Development/Languages/Python
URL: https://github.com/lkocman/md2workflow.git
Source: https://files.pythonhosted.org/packages/source/m/md2workflow/md2workflow-%{version}.tar.gz
URL: https://github.com/openSUSE/md2workflow
Source: https://github.com/openSUSE/md2workflow/archive/%{version}.tar.gz
Source1: LICENSE
Source2: suse-prod.conf
Source3: suse-devel.conf
Source4: suse-staging.conf
Source5: suse-lutoslawski.conf
Source6: opensuse-prod.conf
BuildRequires: %{python_module icalendar}
BuildRequires: %{python_module jira}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-redmine}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-icalendar
Requires: python-md2workflow-common
Requires(post): update-alternatives
Requires(postun): update-alternatives
@@ -84,6 +89,9 @@ cp %{_sourcedir}/LICENSE LICENSE
%build
%python_build
%check
%pytest
%install
%python_install
%python_clone -a %{buildroot}%{_bindir}/md2workflow