Hello community,

here is the log from the commit of package python-nose2 for openSUSE:Factory 
checked in at 2017-07-08 12:33:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nose2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-nose2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-nose2"

Sat Jul  8 12:33:38 2017 rev:1 rq:507176 version:0.6.5

Changes:
--------
New Changes file:

--- /dev/null   2017-06-30 09:57:03.955002226 +0200
+++ /work/SRC/openSUSE:Factory/.python-nose2.new/python-nose2.changes   
2017-07-08 12:33:40.192628260 +0200
@@ -0,0 +1,14 @@
+-------------------------------------------------------------------
+Wed Jun 28 06:07:30 UTC 2017 - [email protected]
+
+- Update package description
+
+-------------------------------------------------------------------
+Mon Apr 24 09:10:11 UTC 2017 - [email protected]
+
+- Use singlespec macros
+
+-------------------------------------------------------------------
+Mon Feb  6 17:07:51 UTC 2017 - [email protected]
+
+- Initial release

New:
----
  nose2-0.6.5.tar.gz
  python-nose2.changes
  python-nose2.spec

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

Other differences:
------------------
++++++ python-nose2.spec ++++++
#
# spec file for package python-nose2
#
# Copyright (c) 2017 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-nose2
Version:        0.6.5
Release:        0
Summary:        Nose2 is the next generation of nicer testing for Python
License:        BSD-2-Clause and Python-2.0
Group:          Development/Languages/Python
Url:            https://github.com/nose-devs/nose2
Source:         
https://files.pythonhosted.org/packages/source/n/nose2/nose2-%{version}.tar.gz
BuildRequires:  %{python_module cov-core >= 1.12}
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  %{python_module six >= 1.1}
BuildRequires:  %{python_module unittest2}
BuildRequires:  python-rpm-macros
Requires:       python-six >= 1.1
Requires(post): update-alternatives
Requires(postun): update-alternatives
Suggests:       python-cov-core >= 1.12
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%python_subpackages

%description
nose2 is a new version of the nose unit testing framework,
supporting Python 2.6+ and 3.x, but not 2.4.
nose2 does not need a custom importer anymore and instead imports
modules with __import__. nose2 does not support all of the
test project layouts that nose did, and also does not
support package-level fixtures. Almost all configuration for nose2
is to be done through config files, not command-line options.

%prep
%setup -q -n nose2-%{version}

%build
%python_build

%install
%python_install

%python_clone -a %{buildroot}%{_bindir}/nose2

%check
#LC_CTYPE=C.UTF8 python setup.py test

%post
%python_install_alternative nose2

%postun
%python_uninstall_alternative nose2

%files %{python_files}
%defattr(-,root,root,-)
%doc AUTHORS README.rst license.txt
%python_alternative %{_bindir}/nose2
%{python_sitelib}/*

%changelog

Reply via email to