Hello community,

here is the log from the commit of package python-ruamel.ordereddict for 
openSUSE:Factory checked in at 2017-02-28 23:48:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ruamel.ordereddict (Old)
 and      /work/SRC/openSUSE:Factory/.python-ruamel.ordereddict.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ruamel.ordereddict"

Tue Feb 28 23:48:54 2017 rev:1 rq:455828 version:0.4.9

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

--- /dev/null   2017-01-26 09:49:33.150892021 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ruamel.ordereddict.new/python-ruamel.ordereddict.changes
 2017-02-28 23:48:54.815296838 +0100
@@ -0,0 +1,7 @@
+-------------------------------------------------------------------
+Tue Oct 11 21:03:53 UTC 2016 - [email protected]
+
+- Initial build    (FATE#321630, bsc#1002895)
+  + Include in SLES 12
+  + Version 0.4.9
+

New:
----
  LICENSE
  python-ruamel.ordereddict.changes
  python-ruamel.ordereddict.spec
  ruamel.ordereddict-0.4.9.tar.gz

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

Other differences:
------------------
++++++ python-ruamel.ordereddict.spec ++++++
#
# spec file for package python-ruamel.ordereddict
#
# Copyright (c) 2016 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/
#


Name:           python-ruamel.ordereddict
Version:        0.4.9
Release:        0
Url:            https://bitbucket.org/ruamel/ordereddict
Summary:        Ordered dictionary
License:        MIT
Group:          Development/Languages/Python
Source:         ruamel.ordereddict-%{version}.tar.gz
Source1:        LICENSE
Requires:       python-ruamel.base
BuildRequires:  python-devel
BuildRequires:  python-ruamel.base
BuildRequires:  python-setuptools
BuildRequires:  python-nose
BuildRequires:  python-pytest

%description
This is an implementation of an ordered dictionary with Key Insertion Order
(KIO: updates of values do not affect the position of the key), Key Value
Insertion Order (KVIO, an existing key’s position is removed and put at the
back). The standard library module OrderedDict, implemented later, implements
a subset of ordereddict functionality.

Sorted dictionaries are also provided. Currently only with Key Sorted Order
(KSO, no sorting function can be specified, but you can specify a transform to
apply on the key before comparison (e.g. string.lower)).

%prep
%setup -q -n ruamel.ordereddict-%{version}
rm -rf *egg-info
cp %{SOURCE1} .

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

# Cannot find the shared library even with the path set??
#%check
#export PYTHON_PATH=%{buildroot}%{python_sitearch}
#nosetests

%files
%defattr(-,root,root,-)
%doc LICENSE README.rst
%{python_sitearch}/*
++++++ LICENSE ++++++
 
 The MIT License (MIT)

 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