Hello community,
here is the log from the commit of package python-ruamel.ordereddict for
openSUSE:Factory checked in at 2017-05-17 10:54:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ruamel.ordereddict (Old)
and /work/SRC/openSUSE:Factory/.python-ruamel.ordereddict.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ruamel.ordereddict"
Wed May 17 10:54:17 2017 rev:2 rq:494950 version:0.4.9
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-ruamel.ordereddict/python-ruamel.ordereddict.changes
2017-02-28 23:48:54.815296838 +0100
+++
/work/SRC/openSUSE:Factory/.python-ruamel.ordereddict.new/python-ruamel.ordereddict.changes
2017-05-17 10:54:18.663191350 +0200
@@ -1,0 +2,6 @@
+Sat Apr 22 20:55:45 UTC 2017 - [email protected]
+
+- Added python2- provides for singlespec packages
+- Set source URL
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ruamel.ordereddict.spec ++++++
--- /var/tmp/diff_new_pack.nbAK06/_old 2017-05-17 10:54:19.223112580 +0200
+++ /var/tmp/diff_new_pack.nbAK06/_new 2017-05-17 10:54:19.227112018 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-ruamel.ordereddict
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -19,18 +19,21 @@
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
+Url: https://bitbucket.org/ruamel/ordereddict
+Source:
https://files.pythonhosted.org/packages/source/r/ruamel.ordereddict/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
+BuildRequires: python-ruamel.base
+BuildRequires: python-setuptools
+Requires: python-ruamel.base
+%if 0%{?suse_version} > 1320
+Provides: python2-ruamel.ordereddict = %{version}
+%endif
%description
This is an implementation of an ordered dictionary with Key Insertion Order
@@ -63,3 +66,5 @@
%defattr(-,root,root,-)
%doc LICENSE README.rst
%{python_sitearch}/*
+
+%changelog