Hello community,

here is the log from the commit of package python-jsonschema for 
openSUSE:Factory checked in at 2015-10-19 22:48:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jsonschema (Old)
 and      /work/SRC/openSUSE:Factory/.python-jsonschema.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jsonschema"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jsonschema/python-jsonschema.changes      
2015-09-30 05:49:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-jsonschema.new/python-jsonschema.changes 
2015-10-19 22:48:34.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Oct  5 13:28:12 UTC 2015 - [email protected]
+
+- Adjust dependencies for Python 2.6 based SLE 11
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-jsonschema.spec ++++++
--- /var/tmp/diff_new_pack.MjdEhw/_old  2015-10-19 22:48:34.000000000 +0200
+++ /var/tmp/diff_new_pack.MjdEhw/_new  2015-10-19 22:48:34.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jsonschema
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -26,11 +26,22 @@
 Source:         
http://pypi.python.org/packages/source/j/jsonschema/jsonschema-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+BuildRequires:  python-argparse
+BuildRequires:  python-repoze.lru
+%else
 BuildRequires:  python-functools32
+%endif
 BuildRequires:  python-vcversioner
 # Test build requirements
 BuildRequires:  python-mock
+
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+Requires:       python-argparse
+Requires:       python-repoze.lru
+%else
 Requires:       python-functools32
+%endif
 Requires(post):   update-alternatives
 Requires(postun): update-alternatives
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build


Reply via email to