14
0
forked from pool/python-moban

Accepting request 808111 from home:mcalabkova:branches:devel:languages:python

- Update to 0.7.5
  * #365: regression was introduced by v0.6.5. If you uses mobanfile 
    as data configuration file, you are very likely to have this show 
    stopper.
  * suppress stdout message from deprecated pip install. but please 
    do not use and migrate deprecated`requires` syntax.

OBS-URL: https://build.opensuse.org/request/show/808111
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-moban?expand=0&rev=10
This commit is contained in:
2020-05-22 07:47:06 +00:00
committed by Git OBS Bridge
parent 995ff098ee
commit 03e7e11f4b
4 changed files with 16 additions and 5 deletions

View File

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

3
moban-0.7.5.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri May 22 07:42:56 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 0.7.5
* #365: regression was introduced by v0.6.5. If you uses mobanfile
as data configuration file, you are very likely to have this show
stopper.
* suppress stdout message from deprecated pip install. but please
do not use and migrate deprecated`requires` syntax.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 20 15:16:02 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com> Mon Jan 20 15:16:02 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -19,7 +19,7 @@
%define skip_python2 1 %define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-moban Name: python-moban
Version: 0.7.0 Version: 0.7.5
Release: 0 Release: 0
Summary: Yet another jinja2 CLI for static text generation Summary: Yet another jinja2 CLI for static text generation
License: MIT License: MIT
@@ -81,7 +81,8 @@ rm -r tests/integration_tests
# test_level_11 probably depends on moban-handlebars, which is needed only in tests # test_level_11 probably depends on moban-handlebars, which is needed only in tests
# test_handle_targets_sequence fails on wrong arg count # test_handle_targets_sequence fails on wrong arg count
# test_overrides_fs_url needs gitfs2, which is optional # test_overrides_fs_url needs gitfs2, which is optional
%python_expand nosetests-%{$python_bin_suffix} -e 'test_level_(9|10|11)|test_handle_targets_sequence|test_overrides_fs_url' # test_level_24 needs httpfs, which is optional
%python_expand nosetests-%{$python_bin_suffix} -e 'test_level_(9|10|11|24)|test_handle_targets_sequence|test_overrides_fs_url'
%files %{python_files} %files %{python_files}
%{python_sitelib}/* %{python_sitelib}/*