Hello community,

here is the log from the commit of package python-click-aliases for 
openSUSE:Leap:15.2 checked in at 2020-04-30 18:52:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-click-aliases (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-click-aliases.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-click-aliases"

Thu Apr 30 18:52:21 2020 rev:2 rq:798411 version:1.0.1

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/python-click-aliases/python-click-aliases.changes  
    2020-03-27 16:48:13.387936814 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-click-aliases.new.2738/python-click-aliases.changes
    2020-04-30 18:52:22.456716823 +0200
@@ -1,0 +2,5 @@
+Mon Apr 27 07:15:45 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Disable test_invalid checks, quotes change in output
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-click-aliases.spec ++++++
--- /var/tmp/diff_new_pack.CRy2xm/_old  2020-04-30 18:52:22.908717778 +0200
+++ /var/tmp/diff_new_pack.CRy2xm/_new  2020-04-30 18:52:22.908717778 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-click-aliases
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,30 +12,29 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-click-aliases
 Version:        1.0.1
 Release:        0
-License:        MIT
 Summary:        Command aliases for Click
-Url:            https://github.com/click-contrib/click-aliases
-Group:          Development/Languages/Python
+License:        MIT
+URL:            https://github.com/click-contrib/click-aliases
 Source:         
https://files.pythonhosted.org/packages/source/c/click-aliases/click-aliases-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+Requires:       python-click
+BuildArch:      noarch
 # SECTION test requirements
 # See https://github.com/click-contrib/click-aliases/issues/5
 # for problems with click 6.7 currently on Leap.
 BuildRequires:  %{python_module click >= 7.0}
 BuildRequires:  %{python_module pytest}
 # /SECTION
-BuildRequires:  fdupes
-Requires:       python-click
-BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -53,7 +52,8 @@
 
 %check
 export LANG=en_US.UTF-8
-%pytest
+# test_invalid fails with new click as the quotes in output changed from 
single to regular ones
+%pytest -k 'not test_invalid'
 
 %files %{python_files}
 %doc README.md


Reply via email to