diff options
author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2014-07-30 16:36:01 +0200 |
---|---|---|
committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2014-07-30 16:36:01 +0200 |
commit | ecde00e92657f5a5bb45794599f0c6a6fd1c9fb9 (patch) | |
tree | cfbad0efeb20b9857ba09c6a815c69b6ce5794f5 | |
parent | 175b1d482177b3cf76bb07768419c3a9a8850c7b (diff) | |
download | logilab-common-ecde00e92657f5a5bb45794599f0c6a6fd1c9fb9.tar.gz |
prepare 0.62.1
-rw-r--r-- | ChangeLog | 33 | ||||
-rw-r--r-- | __pkginfo__.py | 2 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | python-logilab-common.spec | 2 |
4 files changed, 28 insertions, 15 deletions
@@ -1,38 +1,45 @@ ChangeLog for logilab.common ============================ --- - * 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 +2014-07-30 -- 0.62.1 + * 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) + + * configuration: load options in config file order (#185648) + + 2014-03-07 -- 0.62.0 - * modutils: cleanup_sys_modules returns the list of cleaned modules + * modutils: cleanup_sys_modules returns the list of cleaned modules + 2014-02-11 -- 0.61.0 - * pdf_ext: removed, it had no known users (CVE-2014-1838) + * pdf_ext: removed, it had no known users (CVE-2014-1838) - * shellutils: fix tempfile issue in Execute, and deprecate it + * shellutils: fix tempfile issue in Execute, and deprecate it (CVE-2014-1839) - * pytest: use 'env' to run the python interpreter + * pytest: use 'env' to run the python interpreter + + * graph: ensure output is ordered on node and graph ids (#202314) - * graph: ensure output is ordered on node and graph ids (#202314) 2013-16-12 -- 0.60.1 * modutils: - * don't propagate IOError when package's __init__.py file doesn't + * don't propagate IOError when package's __init__.py file doesn't exist (#174606) - * ensure file is closed, may cause pb depending on the interpreter, eg + * ensure file is closed, may cause pb depending on the interpreter, eg pypy) (#180876) - * fix support for `extend_path` based nested namespace packages ; + * fix support for `extend_path` based nested namespace packages ; Report and patch by John Johnson (#177651) * fix some cases of failing python3 install on windows platform / cross diff --git a/__pkginfo__.py b/__pkginfo__.py index e1a4022..a686df1 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -25,7 +25,7 @@ modname = 'common' subpackage_of = 'logilab' subpackage_master = True -numversion = (0, 62, 0) +numversion = (0, 62, 1) version = '.'.join([str(num) for num in numversion]) license = 'LGPL' # 2.1 or later diff --git a/debian/changelog b/debian/changelog index f1cb5c6..92caf90 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +logilab-common (0.62.1-1) unstable; urgency=low + + * new upstream release + + -- Sylvain Thénault <sylvain.thenault@logilab.fr> Wed, 30 Jul 2014 16:35:18 +0200 + logilab-common (0.62.0-1) unstable; urgency=low * new upstream release diff --git a/python-logilab-common.spec b/python-logilab-common.spec index a5944fc..ba0e3ae 100644 --- a/python-logilab-common.spec +++ b/python-logilab-common.spec @@ -10,7 +10,7 @@ %{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: %{python}-logilab-common -Version: 0.62.0 +Version: 0.62.1 Release: logilab.1%{?dist} Summary: Common libraries for Logilab projects |