diff --git a/1.4.18.tar.gz b/1.4.18.tar.gz new file mode 100644 index 0000000..05c6219 --- /dev/null +++ b/1.4.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9cb46846163c037fc6888d6643592b293ca5df5c4cbffa42900469fb34f5f6 +size 46907 diff --git a/md2workflow-1.4.15.tar.gz b/md2workflow-1.4.15.tar.gz deleted file mode 100644 index 73c71ad..0000000 --- a/md2workflow-1.4.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5934504baa1ac8a2da1b384b1ac09607fd4b5bbd3bfffda3a92a37caf9e434f9 -size 46937 diff --git a/python-md2workflow.changes b/python-md2workflow.changes index 5b1ea5c..cc9cb6d 100644 --- a/python-md2workflow.changes +++ b/python-md2workflow.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jun 4 09:20:44 UTC 2020 - Lubos Kocman +- 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 diff --git a/python-md2workflow.spec b/python-md2workflow.spec index 3f8b199..4e14978 100644 --- a/python-md2workflow.spec +++ b/python-md2workflow.spec @@ -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