Hello community,
here is the log from the commit of package python-configargparse for
openSUSE:Factory checked in at 2019-11-22 10:27:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-configargparse (Old)
and /work/SRC/openSUSE:Factory/.python-configargparse.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-configargparse"
Fri Nov 22 10:27:24 2019 rev:6 rq:750115 version:0.15.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-configargparse/python-configargparse.changes
2019-10-24 23:03:31.604127527 +0200
+++
/work/SRC/openSUSE:Factory/.python-configargparse.new.26869/python-configargparse.changes
2019-11-22 10:27:35.001235350 +0100
@@ -1,0 +2,7 @@
+Thu Nov 21 15:24:10 CET 2019 - Matej Cepl <[email protected]>
+
+- When setting the environmental variable COLUMNS=80
+ test case test_help_with_metavar works again.
+ gh#bw2/ConfigArgParse#146
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-configargparse.spec ++++++
--- /var/tmp/diff_new_pack.T13YyS/_old 2019-11-22 10:27:35.889235088 +0100
+++ /var/tmp/diff_new_pack.T13YyS/_new 2019-11-22 10:27:35.893235087 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-configargparse
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -62,7 +62,8 @@
%check
# https://github.com/bw2/ConfigArgParse/issues/146
-%pytest -k 'not (test_main or test_help_with_metavar or testGlobalInstances or
testGlobalInstances_WithName or testConfigOrEnvValueErrors)'
+export COLUMNS=80
+%pytest -k 'not (test_main or testGlobalInstances or
testGlobalInstances_WithName or testConfigOrEnvValueErrors)'
%files %{python_files}
%doc README.rst