Hello community,

here is the log from the commit of package python-invocations for 
openSUSE:Factory checked in at 2019-03-29 20:43:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-invocations (Old)
 and      /work/SRC/openSUSE:Factory/.python-invocations.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-invocations"

Fri Mar 29 20:43:39 2019 rev:3 rq:689804 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-invocations/python-invocations.changes    
2018-08-24 17:03:45.314046560 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-invocations.new.25356/python-invocations.changes
 2019-03-29 20:43:39.590680841 +0100
@@ -1,0 +2,5 @@
+Fri Mar 29 10:50:09 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Remove release-testing tests as they are pointless for rpm package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-invocations.spec ++++++
--- /var/tmp/diff_new_pack.eNqeRq/_old  2019-03-29 20:43:40.126680950 +0100
+++ /var/tmp/diff_new_pack.eNqeRq/_new  2019-03-29 20:43:40.126680950 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-invocations
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -23,18 +23,20 @@
 Summary:        Reusable Invoke tasks
 License:        BSD-2-Clause
 Group:          Development/Languages/Python
-URL:            http://pyinvoke.org
+URL:            https://github.com/pyinvoke/invocations
 Source:         
https://github.com/pyinvoke/invocations/archive/%{version}.tar.gz
 Patch0:         invocations-no-bundled.patch
 Patch1:         invocations-py3.patch
 BuildRequires:  %{python_module blessings >= 1.6}
 BuildRequires:  %{python_module invoke >= 1.0}
+BuildRequires:  %{python_module lexicon}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest-relaxed}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module releases >= 1.2}
 BuildRequires:  %{python_module semantic_version >= 2.4}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six}
 BuildRequires:  %{python_module tabulate >= 0.7.5}
 BuildRequires:  %{python_module tqdm >= 4.8.1}
 BuildRequires:  fdupes
@@ -42,14 +44,12 @@
 BuildRequires:  python2-enum34
 Requires:       python-blessings >= 1.6
 Requires:       python-invoke >= 1.0
+Requires:       python-lexicon
 Requires:       python-releases >= 1.2
 Requires:       python-semantic_version >= 2.4
+Requires:       python-six
 Requires:       python-tabulate >= 0.7.5
 Requires:       python-tqdm >= 4.8.1
-BuildRequires:  %{python_module six}
-Requires:       python-six
-BuildRequires:  %{python_module lexicon}
-Requires:       python-lexicon
 BuildArch:      noarch
 %ifpython2
 Requires:       python-enum34
@@ -71,6 +71,8 @@
 %setup -q -n invocations-%{version}
 %patch0 -p1
 %patch1 -p1
+# remove useless releasing test
+rm tests/packaging/release.py
 
 %build
 %python_build
@@ -81,9 +83,7 @@
 
 %check
 export PYTHONDONTWRITEBYTECODE=1
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
-py.test-%{$python_bin_suffix}
-}
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} -v
 
 %files %{python_files}
 %doc README.rst


Reply via email to