Changelog for
python2-logilab-common-1.4.1-bp154.1.1.noarch.rpm :
* Tue Dec 04 2018 Matej Cepl
- Remove superfluous devel dependency for noarch package
* Sat Sep 02 2017 jengelhAATTinai.de- Trim non-description and outdated parts about python2.2 from description.
* Thu Aug 31 2017 toddrme2178AATTgmail.com- Update to 1.4.1
* pytest: executable deprecated and renamed as logilab-pytest to prevent conflict with pytest provided by http://pytest.org/- singlespec autoconversion
* Wed Sep 02 2015 mciharAATTsuse.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 2015 mciharAATTsuse.cz- Upgrade to 0.63.2:
* drop compatibility with python <= 2.5 (#264017)
* fix textutils.py doctests for py3k
* produce a clearer exception when dot is not installed (#253516)
* make source python3-compatible (3.3+), without using 2to3. This introduces a dependency on six (#265740)
* fix umessage header decoding on python 3.3 and newer (#149345)
* WARNING: the compat module no longer exports \'callable\', \'izip\', \'imap\', \'chain\', \'sum\', \'enumerate\', \'frozenset\', \'reversed\', \'sorted\', \'max\', \'relpath\', \'InheritableSet\', or any subprocess-related names.
* shellutils: restore py 2.5 compat by removing usage of class decorator
* pytest: drop broken --coverage option
* testlib: support for skipping whole test class and conditional skip, don\'t run setUp for skipped tests
* configuration: load options in config file order (#185648)
* Thu Jul 10 2014 toddrme2178AATTgmail.com- Update to 0.62.0
* modutils: cleanup_sys_modules returns the list of cleaned modules
* Thu Feb 13 2014 speilickeAATTsuse.com- Change upstream URL
* Wed Feb 12 2014 dmuellerAATTsuse.com- update to 0.61:
* pdf_ext: removed, it had no known users (CVE-2014-1838)
* shellutils: fix tempfile issue in Execute, and deprecate it (CVE-2014-1839)
* pytest: use \'env\' to run the python interpreter
* graph: ensure output is ordered on node and graph ids (#202314
* Fri Nov 01 2013 p.drouandAATTgmail.com- 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
* Fri Apr 27 2012 toddrme2178AATTgmail.com- Update to version 0.58.0
* new \'registry\' module containing a backport of CubicWeb selectable objects registry (closes #84654)
* testlib: DocTestCase fix builtins pollution after doctest execution.
* shellutil: add argument to \"ProgressBar.update\" to tune cursor progression (closes #88981)
* deprecated: new DeprecationWrapper class (closes #88942)- Change license to LGPL 2.1+