1
0

Accepting request 328668 from home:Nijel:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/328668
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-logilab-common?expand=0&rev=48
This commit is contained in:
Michal Čihař 2015-09-02 14:28:34 +00:00 committed by Git OBS Bridge
parent 72d1fede94
commit 5a70524e4c
4 changed files with 24 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:603ba00c9bb09219a3bd2906c214d9455481110dacc472f450b53d5ae90f28e7
size 196789

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f847b36f6c03ffc8521ed61e691501c9713f8654964b90201f2056742d38300
size 190912

View File

@ -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 Wed Feb 18 13:58:07 UTC 2015 - mcihar@suse.cz

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-logilab-common # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: python-logilab-common Name: python-logilab-common
Version: 0.63.2 Version: 1.0.2
Release: 0 Release: 0
Url: http://www.logilab.org/projects/common/ Url: http://www.logilab.org/projects/common/
Summary: Python lowlevel functionality shared by logilab projects 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 Source: https://pypi.python.org/packages/source/l/logilab-common/logilab-common-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-setuptools
%if 0%{?suse_version} <= 1110 %if 0%{?suse_version} <= 1110
%{!?python_sitearch: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(True)")} %{!?python_sitearch: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(True)")}
%{py_requires} %{py_requires}