Hello community,

here is the log from the commit of package python-click-aliases for 
openSUSE:Factory checked in at 2020-04-27 23:37:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-click-aliases (Old)
 and      /work/SRC/openSUSE:Factory/.python-click-aliases.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-click-aliases"

Mon Apr 27 23:37:00 2020 rev:3 rq:798104 version:1.0.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-click-aliases/python-click-aliases.changes    
    2019-09-20 14:53:38.814877231 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-click-aliases.new.2738/python-click-aliases.changes
      2020-04-27 23:37:05.575372722 +0200
@@ -1,0 +2,5 @@
+Mon Apr 27 07:15:45 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Disable test_invalid checks, quotes change in output
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-click-aliases.spec ++++++
--- /var/tmp/diff_new_pack.Rrv6Qz/_old  2020-04-27 23:37:06.599374720 +0200
+++ /var/tmp/diff_new_pack.Rrv6Qz/_new  2020-04-27 23:37:06.603374729 +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