Hello community, here is the log from the commit of package python-moban for openSUSE:Factory checked in at 2019-10-02 12:00:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-moban (Old) and /work/SRC/openSUSE:Factory/.python-moban.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-moban" Wed Oct 2 12:00:13 2019 rev:3 rq:734376 version:0.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-moban/python-moban.changes 2019-07-23 22:42:27.506790154 +0200 +++ /work/SRC/openSUSE:Factory/.python-moban.new.2352/python-moban.changes 2019-10-02 12:00:16.914818523 +0200 @@ -1,0 +2,11 @@ +Tue Oct 1 14:25:35 UTC 2019 - Marketa Calabkova <[email protected]> + +- Update to 0.6.3 + * support pyFilesystem2 + * -vv show debug trace + * Allow mobanfile to include data from arbitrary config files + * fix moban 0.4.5 test failures on openSUSE Tumbleweed + * '-e' to load extensions for template engines, i.e. jinja2 + * jinja-cli parity: support command line pipe stream. + +------------------------------------------------------------------- Old: ---- moban-0.5.0.tar.gz New: ---- moban-0.6.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-moban.spec ++++++ --- /var/tmp/diff_new_pack.Enkm82/_old 2019-10-02 12:00:17.426817211 +0200 +++ /var/tmp/diff_new_pack.Enkm82/_new 2019-10-02 12:00:17.426817211 +0200 @@ -18,18 +18,18 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-moban -Version: 0.5.0 +Version: 0.6.3 Release: 0 Summary: Yet another jinja2 CLI for static text generation License: MIT Group: Development/Languages/Python URL: https://github.com/moremoban/moban Source: https://files.pythonhosted.org/packages/source/m/moban/moban-%{version}.tar.gz -BuildRequires: %{python_module GitPython >= 2.0.0} BuildRequires: %{python_module Jinja2 >= 2.7.1} -BuildRequires: %{python_module appdirs >= 1.2.0} +BuildRequires: %{python_module appdirs >= 1.4.3} BuildRequires: %{python_module crayons >= 0.1.0} -BuildRequires: %{python_module git-url-parse >= 1.2.2} +BuildRequires: %{python_module fs >= 2.4.11} +BuildRequires: %{python_module jinja2-fsloader >= 0.2.0} BuildRequires: %{python_module jinja2-time} BuildRequires: %{python_module lml >= 0.0.9} BuildRequires: %{python_module mock} @@ -41,14 +41,16 @@ BuildRequires: git-core BuildRequires: python-rpm-macros Requires: git-core -Requires: python-GitPython >= 2.0.0 Requires: python-Jinja2 >= 2.7.1 -Requires: python-appdirs >= 1.2.0 +Requires: python-appdirs >= 1.4.3 Requires: python-crayons >= 0.1.0 -Requires: python-git-url-parse >= 1.2.2 +Requires: python-fs >= 2.4.11 +Requires: python-jinja2-fsloader >= 0.2.0 Requires: python-jinja2-time Requires: python-lml >= 0.0.9 Requires: python-ruamel.yaml >= 0.15.98 +Recommends: python-gitfs2 >= 0.0.1 +Recommends: python-pypifs >= 0.0.1 BuildArch: noarch %python_subpackages @@ -69,10 +71,12 @@ %install %python_install +# tests are packaged oddly, remove it then +%python_expand rm -r %{buildroot}%{$python_sitelib}/tests/ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -# test_level_9 depends on package pypi-mobans-pkg +# test_level_9 depends on package pypifs # test_level_10 depends on access to github.com # test_level_11 depends on moban-handlebars # test_handle_targets_sequence fails on wrong arg count ++++++ moban-0.5.0.tar.gz -> moban-0.6.3.tar.gz ++++++ ++++ 8527 lines of diff (skipped)
