Hello community,

here is the log from the commit of package python-pytest-click for 
openSUSE:Factory checked in at 2019-06-01 09:58:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-click (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-click.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-click"

Sat Jun  1 09:58:25 2019 rev:2 rq:706619 version:0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-click/python-pytest-click.changes  
2019-04-15 14:00:02.404719461 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-click.new.5148/python-pytest-click.changes
        2019-06-01 09:58:26.611133507 +0200
@@ -1,0 +2,5 @@
+Fri May 31 08:20:39 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Fix build on Leap
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pytest-click.spec ++++++
--- /var/tmp/diff_new_pack.BPKNCW/_old  2019-06-01 09:58:27.099133282 +0200
+++ /var/tmp/diff_new_pack.BPKNCW/_new  2019-06-01 09:58:27.099133282 +0200
@@ -12,30 +12,30 @@
 # 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-pytest-click
 Version:        0.3
 Release:        0
-License:        MIT
 Summary:        Pytest plugin for Click
-Url:            https://github.com/Stranger6667/pytest-click
+License:        MIT
 Group:          Development/Languages/Python
+URL:            https://github.com/Stranger6667/pytest-click
 Source:         pytest-click-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module setuptools}
-# SECTION test requirements
-BuildRequires:  %{python_module click >= 6.0}
-BuildRequires:  %{python_module pytest >= 3.6.0}
-# /SECTION
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:       python-click >= 6.0
 Requires:       python-pytest >= 3.6.0
 BuildArch:      noarch
-
+# SECTION test requirements
+BuildRequires:  %{python_module click >= 6.0}
+BuildRequires:  %{python_module pytest >= 3.6.0}
+# /SECTION
 %python_subpackages
 
 %description
@@ -53,6 +53,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
+export LANG=C.UTF-8
 %python_exec setup.py test
 
 %files %{python_files}


Reply via email to