Hello community,
here is the log from the commit of package python3-logilab-common for
openSUSE:Factory checked in at 2015-08-05 06:50:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-logilab-common (Old)
and /work/SRC/openSUSE:Factory/.python3-logilab-common.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-logilab-common"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python3-logilab-common/python3-logilab-common.changes
2014-12-23 11:49:17.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python3-logilab-common.new/python3-logilab-common.changes
2015-08-05 06:50:18.000000000 +0200
@@ -1,0 +2,29 @@
+Wed Jul 15 16:02:24 UTC 2015 - [email protected]
+
+- update to version 1.0.2:
+ * declare setuptools requirement in __pkginfo__/setup.py
+ * randomize order of test modules in pytest -t
+
+- changes from version 1.0.1:
+ * restore __pkginfo__.version, which pylint < 1.4.4 uses
+
+-------------------------------------------------------------------
+Mon Jul 13 20:17:04 UTC 2015 - [email protected]
+
+- specfile:
+ * update copyright year
+ * use setuptools
+ * use six, removed 2to3
+
+- update to version 1.0.0:
+ * remove unused/deprecated modules: cli, contexts, corbautils, dbf,
+ pyro_ext, xmlrpcutils. __pkginfo__ is no longer installed.
+ * major layout change
+ * use setuptools exclusively
+ * 'logilab' is now a proper namespace package
+ * modutils: basic support for namespace packages
+ * registry: ambiguous selects now raise a specific exception
+ * testlib: better support for non-pytest launchers
+ * testlib: Tags() now work with py3k
+
+-------------------------------------------------------------------
Old:
----
logilab-common-0.63.2.tar.gz
New:
----
logilab-common-1.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-logilab-common.spec ++++++
--- /var/tmp/diff_new_pack.nDEMtW/_old 2015-08-05 06:50:19.000000000 +0200
+++ /var/tmp/diff_new_pack.nDEMtW/_new 2015-08-05 06:50:19.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python3-logilab-common
#
-# Copyright (c) 2014 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
@@ -17,15 +17,16 @@
Name: python3-logilab-common
-Version: 0.63.2
+Version: 1.0.2
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:
https://pypi.python.org/packages/source/l/logilab-common/logilab-common-%{version}.tar.gz
-BuildRequires: python3-2to3
BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-six
BuildArch: noarch
%description
++++++ logilab-common-0.63.2.tar.gz -> logilab-common-1.0.2.tar.gz ++++++
++++ 28922 lines of diff (skipped)