Hello community,

here is the log from the commit of package python-pytest-expect for 
openSUSE:Leap:15.2 checked in at 2020-04-28 20:09:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-pytest-expect (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-pytest-expect.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-expect"

Tue Apr 28 20:09:43 2020 rev:12 rq:795981 version:1.1.0

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/python-pytest-expect/python-pytest-expect.changes  
    2020-01-15 15:52:16.663557817 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-pytest-expect.new.2738/python-pytest-expect.changes
    2020-04-28 20:09:44.252357409 +0200
@@ -1,0 +2,7 @@
+Thu Feb 14 12:44:58 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Fix source url
+- Drop the check part as there are no tests at all even in git repo
+- Add missing six dependency
+
+-------------------------------------------------------------------

New:
----
  LICENSE

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

Other differences:
------------------
++++++ python-pytest-expect.spec ++++++
--- /var/tmp/diff_new_pack.iVShjT/_old  2020-04-28 20:09:44.592358114 +0200
+++ /var/tmp/diff_new_pack.iVShjT/_new  2020-04-28 20:09:44.596358123 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-expect
 #
-# Copyright (c) 2017 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,17 +23,15 @@
 Summary:        Py.test plugin to store test expectations and mark tests based 
on them
 License:        MIT
 Group:          Development/Languages/Python
-Url:            https://github.com/gsnedders/pytest-expect
-Source:         
https://pypi.io/packages/source/p/pytest-expect/pytest-expect-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module pytest}
+URL:            https://github.com/gsnedders/pytest-expect
+Source:         
https://files.pythonhosted.org/packages/source/p/pytest-expect/pytest-expect-%{version}.tar.gz
+Source1:        
https://raw.githubusercontent.com/gsnedders/pytest-expect/master/LICENSE
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module u-msgpack-python}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-pytest
+Requires:       python-six
 Requires:       python-u-msgpack-python
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 %python_subpackages
 
@@ -47,9 +45,9 @@
 if tests are using the normal Python format, as Python 2 only allows
 ASCII characters in identifiers.
 
-
 %prep
 %setup -q -n pytest-expect-%{version}
+cp %{SOURCE1} .
 
 %build
 %python_build
@@ -58,11 +56,8 @@
 %python_install
 %python_expand %fdupes -s %{buildroot}%{$python_sitelib}
 
-%check
-%python_exec setup.py test
-
 %files %{python_files}
-%defattr(-,root,root,-)
+%license LICENSE
 %doc README.rst
 %{python_sitelib}/pytest_expect
 %{python_sitelib}/pytest_expect-%{version}-py%{python_version}.egg-info

++++++ LICENSE ++++++
Copyright (c) 2015 Geoffrey Sneddon

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Reply via email to