From 1381454aa0773fb89f8e0d7bf03794a9546f7c20 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Mon, 12 Oct 2015 17:15:47 +0200 Subject: [pkg] 1.1.0 --- ChangeLog | 12 ++++++++++++ __pkginfo__.py | 2 +- debian/changelog | 6 ++++++ python-logilab-common.spec | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b698981..9a47911 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,18 @@ ChangeLog for logilab.common ============================ +2015-10-12 -- 1.1.0 + * configuration: have a stable order for sections (#298658) + + * testlib: clean out deprecated TestCase methods (#1716063), move pytest + specifics to pytest.py (#1716053) + + * fix a few python3 bugs in umessage, configuration and optik_ext modules + + * testlib: report failures and skips in generative tests properly + + * optik_ext: return bytes as ints and not floats (#2086835) + 2015-07-08 -- 1.0.2 * declare setuptools requirement in __pkginfo__/setup.py diff --git a/__pkginfo__.py b/__pkginfo__.py index 7f418d3..8b50d7d 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -25,7 +25,7 @@ modname = 'common' subpackage_of = 'logilab' subpackage_master = True -numversion = (1, 0, 2) +numversion = (1, 1, 0) version = '.'.join([str(num) for num in numversion]) license = 'LGPL' # 2.1 or later diff --git a/debian/changelog b/debian/changelog index b3287ee..95e4507 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +logilab-common (1.1.0-1) unstable; urgency=medium + + * new upstream release + + -- RĂ©mi Cardona Mon, 12 Oct 2015 17:13:56 +0200 + logilab-common (1.0.2-1) unstable; urgency=medium * new upstream release diff --git a/python-logilab-common.spec b/python-logilab-common.spec index bed4278..a2c73bd 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: 1.0.2 +Version: 1.1.0 Release: logilab.1%{?dist} Summary: Common libraries for Logilab projects -- cgit v1.2.1