Hello community,
here is the log from the commit of package python-logilab-common for
openSUSE:Factory checked in at 2013-11-01 17:42:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-logilab-common (Old)
and /work/SRC/openSUSE:Factory/.python-logilab-common.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-logilab-common"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-logilab-common/python-logilab-common.changes
2012-05-07 22:50:09.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-logilab-common.new/python-logilab-common.changes
2013-11-01 17:42:52.000000000 +0100
@@ -1,0 +2,17 @@
+Fri Nov 1 10:20:04 UTC 2013 - [email protected]
+
+- Update to version 0.60
+ * configuration: rename option_name method into option_attrname (#140667)
+ * deprecation: new DeprecationManager class (closes #108205)
+ * modutils:
+ - fix typo causing name error in python3 / bad message in python2
+ (#136037)
+ - fix python3.3 crash in file_from_modpath due to implementation
+ change of imp.find_module wrt builtin modules (#137244)
+ * testlib: use assertCountEqual instead of
assertSameElements/assertItemsEqual
+ (deprecated), fixing crash with python 3.3 (#144526)
+ * graph: use codecs.open avoid crash when writing utf-8 data under python3
+ (#155138)
+- Use download Url as source
+
+-------------------------------------------------------------------
Old:
----
logilab-common-0.58.0.tar.gz
New:
----
logilab-common-0.60.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-logilab-common.spec ++++++
--- /var/tmp/diff_new_pack.6KiUOq/_old 2013-11-01 17:42:53.000000000 +0100
+++ /var/tmp/diff_new_pack.6KiUOq/_new 2013-11-01 17:42:53.000000000 +0100
@@ -17,22 +17,20 @@
Name: python-logilab-common
-Version: 0.58.0
+Version: 0.60.0
Release: 0
Url: http://www.logilab.org/projects/common/
Summary: Python lowlevel functionality shared by logilab projects
License: LGPL-2.1+
Group: Development/Languages/Python
-Source: logilab-common-%{version}.tar.gz
+Source:
http://download.logilab.org/pub/common/logilab-common-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
-BuildArch: noarch
+%if 0%{?suse_version} <= 1110
+%{!?python_sitearch: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib(True)")}
+%{py_requires}
%else
-%{!?python_sitelib: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%endif
+BuildArch: noarch
%endif
%description
++++++ logilab-common-0.58.0.tar.gz -> logilab-common-0.60.0.tar.gz ++++++
++++ 3521 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]