File python3-logilab-common.changes of Package python3-logilab-common
-------------------------------------------------------------------
Mon Jul 14 09:31:00 UTC 2014 - toddrme2178@gmail.com
- Switch link to pypi. The latest version is not available at the
old link.
-------------------------------------------------------------------
Thu Jul 10 12:35:43 UTC 2014 - toddrme2178@gmail.com
- Update to 0.62.0
* modutils: cleanup_sys_modules returns the list of cleaned modules
-------------------------------------------------------------------
Mon Feb 24 10:40:11 UTC 2014 - p.drouand@gmail.com
- Do not requires explicitely python3
- Use source from indicated Url
-------------------------------------------------------------------
Sun Feb 23 16:55:55 UTC 2014 - arun@gmx.de
- update to version 0.61.0, below are the changed taken from Changelog
* 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)
-------------------------------------------------------------------
Wed Nov 20 21:32:30 UTC 2013 - arun@gmx.de
- update to 0.60.0, below are the changes taken from Changelog
- Changes from 0.60.0
* 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)
- Changes from 0.59.1
* graph: added pruning of the recursive search tree for detecting cycles in
graphs (closes #2469)
* testlib: check for generators in with_tempdir (closes #117533)
* registry:
- select_or_none should not silent ObjectNotFound exception
(closes #119819)
- remove 2 accidentally introduced tabs breaking python 3 compat
(closes #117580)
* fix umessages test w/ python 3 and LC_ALL=C (closes #119967, report and
patch by Ian Delaney)
- Changes from 0.59.0
* registry:
- introduce RegistrableObject base class, mandatory to make
classes automatically registrable, and cleanup code
accordingly
- introduce objid and objname methods on Registry instead of
classid function and inlined code plus other refactorings to allow
arbitrary objects to be registered, provided they inherit from new
RegistrableInstance class (closes #98742)
- deprecate usage of leading underscore to skip object registration, using
__abstract__ explicitly is better and notion of registered object 'name'
is now somewhat fuzzy
- use register_all when no registration callback defined (closes #111011)
* logging_ext: on windows, use colorama to display colored logs, if available (closes #107436)
* packaging: remove references to ftp at logilab
* deprecations: really check them
* packaging: steal spec file from fedora (closes #113099)
* packaging force python2.6 on rhel5 (closes #113099)
* packaging Update download and project urls (closes #113099)
* configuration: enhance merge_options function (closes #113458)
* decorators: fix @monkeypatch decorator contract for dark corner
cases such as monkeypatching of a callable instance: no more
turned into an unbound method, which was broken in python 3 and
probably not used anywhere (actually closes #104047).
- Changes from 0.58.3
* date: fix ustrftime() impl. for python3 (closes #82161, patch by Arfrever
Frehtes Taifersar Arahesis) and encoding detection for python2 (closes
#109740)
* other python3 code and test fixes (closes #104047)
* registry: Store.setdefault shouldn't raise RegistryNotFound (closes #111010)
* table: stop encoding to iso-8859-1, use unicode (closes #105847)
* setup: properly install additional files during build instead of install (closes #104045)
- Changes from 0.58.2
* modutils: fixes (closes #100757 and #100935)
- Changes from 0.58.1
* modutils, testlib: be more python implementation independant (closes #99493 and #99627)
-------------------------------------------------------------------
Mon Apr 30 15:17:34 UTC 2012 - toddrme2178@gmail.com
- Removed tests for unsupported openSUSE versions
-------------------------------------------------------------------
Fri Apr 27 11:19:11 UTC 2012 - toddrme2178@gmail.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+
-------------------------------------------------------------------
Sat Feb 18 16:32:08 UTC 2012 - toganm@opensuse.org
- Update to version 0.57.1
* daemon: change $HOME after dropping privileges (closes #81297)
* compat: method_type for py3k use instance of the class to
* have a real instance method (closes: #79268)
-------------------------------------------------------------------
Wed Nov 30 10:08:45 UTC 2011 - toddrme2178@gmail.com
- Add python 3 package