diff --git a/logilab-common-0.63.2.tar.gz b/logilab-common-0.63.2.tar.gz deleted file mode 100644 index 4c62c95..0000000 --- a/logilab-common-0.63.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:603ba00c9bb09219a3bd2906c214d9455481110dacc472f450b53d5ae90f28e7 -size 196789 diff --git a/logilab-common-1.0.2.tar.gz b/logilab-common-1.0.2.tar.gz new file mode 100644 index 0000000..479f87c --- /dev/null +++ b/logilab-common-1.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f847b36f6c03ffc8521ed61e691501c9713f8654964b90201f2056742d38300 +size 190912 diff --git a/python-logilab-common.changes b/python-logilab-common.changes index 951de5f..64766c6 100644 --- a/python-logilab-common.changes +++ b/python-logilab-common.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Sep 2 14:23:28 UTC 2015 - mcihar@suse.cz + +- Update to 1.0.2: + * declare setuptools requirement in __pkginfo__/setup.py + * randomize order of test modules in pytest -t + * restore __pkginfo__.version, which pylint < 1.4.4 uses + * 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 +- Now needs setuptools to compile + ------------------------------------------------------------------- Wed Feb 18 13:58:07 UTC 2015 - mcihar@suse.cz diff --git a/python-logilab-common.spec b/python-logilab-common.spec index 2b540ae..5fce8b6 100644 --- a/python-logilab-common.spec +++ b/python-logilab-common.spec @@ -1,7 +1,7 @@ # # spec file for package python-logilab-common # -# 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 @@ -17,7 +17,7 @@ Name: python-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 @@ -26,6 +26,7 @@ Group: Development/Languages/Python Source: https://pypi.python.org/packages/source/l/logilab-common/logilab-common-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel +BuildRequires: python-setuptools %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}