Hello community,

here is the log from the commit of package python-nine for openSUSE:Factory 
checked in at 2017-08-18 15:00:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nine (Old)
 and      /work/SRC/openSUSE:Factory/.python-nine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-nine"

Fri Aug 18 15:00:48 2017 rev:1 rq:509166 version:1.0.0

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

--- /dev/null   2017-07-20 07:30:00.335470106 +0200
+++ /work/SRC/openSUSE:Factory/.python-nine.new/python-nine.changes     
2017-08-18 15:00:54.675657306 +0200
@@ -0,0 +1,9 @@
+-------------------------------------------------------------------
+Mon Jul 10 11:40:12 UTC 2017 - jeng...@inai.de
+
+- Fix irrelevant description.
+
+-------------------------------------------------------------------
+Thu Jun 29 16:48:12 UTC 2017 - tbecht...@suse.com
+
+- Initial packaging (version 1.0.0)

New:
----
  nine-1.0.0.tar.gz
  python-nine.changes
  python-nine.spec

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

Other differences:
------------------
++++++ python-nine.spec ++++++
#
# spec file for package python-nine
#
# 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-%{**}}
%bcond_without test
Name:           python-nine
Version:        1.0.0
Release:        0
Summary:        Python 2 / 3 compatibility, like six, but favouring Python 3
License:        SUSE-Public-Domain
Group:          Development/Languages/Python
Url:            https://github.com/nandoflorestan/nine
Source:         
https://files.pythonhosted.org/packages/source/n/nine/nine-%{version}.tar.gz
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  python-rpm-macros
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%python_subpackages

%description
python-nine is python-six "turned around": whereas python-six used
to make python2 idioms work in python3, python-nine makes python3
idioms work in python2.

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

%build

%python_build

%install
%python_install

%if %{with test}
%check
%python_exec setup.py test
%endif

%files %{python_files}
%defattr(-,root,root,-)
%doc LICENSE.rst README.rst
%{python_sitelib}/*

%changelog

Reply via email to