14
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 +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