diff options
author | David Douard <david.douard@logilab.fr> | 2014-11-28 12:05:59 +0100 |
---|---|---|
committer | David Douard <david.douard@logilab.fr> | 2014-11-28 12:05:59 +0100 |
commit | 4060b33c556ce31b8b37efd5805a02a3f7e1935a (patch) | |
tree | 4f7648acd67836c073214d6f190077ccb9ffc72d | |
parent | 20fece159101728c243b660e69cefdb0dceddcb9 (diff) | |
download | logilab-common-4060b33c556ce31b8b37efd5805a02a3f7e1935a.tar.gz |
[pkg] prepare 0.63.1
-rw-r--r-- | __pkginfo__.py | 3 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | python-logilab-common.spec | 4 |
4 files changed, 11 insertions, 3 deletions
diff --git a/__pkginfo__.py b/__pkginfo__.py index ce0faa9..59a04e8 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -25,7 +25,7 @@ modname = 'common' subpackage_of = 'logilab' subpackage_master = True -numversion = (0, 63, 0) +numversion = (0, 63, 1) version = '.'.join([str(num) for num in numversion]) license = 'LGPL' # 2.1 or later @@ -42,6 +42,7 @@ include_dirs = [join('test', 'data')] install_requires = [ 'six >= 1.4.0', + 'pytz', ] if sys.version_info < (2, 7): install_requires.append('unittest2 >= 0.5.1') diff --git a/debian/changelog b/debian/changelog index 5c27e55..557fd2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +logilab-common (0.63.1-1) unstable; urgency=low + + * new upstream release + + -- David Douard <david.douard@logilab.fr> Fri, 28 Nov 2014 11:48:37 +0100 + logilab-common (0.63.0-1) unstable; urgency=low * new upstream release diff --git a/debian/control b/debian/control index 8c47001..25c9ca5 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,7 @@ Build-Depends-Indep: graphviz, python-unittest2, python-egenix-mxdatetime, + python-tz, python-six (>= 1.4.0), python3-six (>= 1.4.0) | python3 (<< 3.3), X-Python3-Version: >= 3.3 diff --git a/python-logilab-common.spec b/python-logilab-common.spec index 281069d..1b6a732 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.63.0 +Version: 0.63.1 Release: logilab.1%{?dist} Summary: Common libraries for Logilab projects @@ -21,7 +21,7 @@ Source0: http://download.logilab.org/pub/common/logilab-common-%{version} BuildArch: noarch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) -BuildRequires: python-devel python-setuptools python-unittest2 +BuildRequires: python-devel python-setuptools python-unittest2 pytz Requires: mx Requires: %{python}-six >= 1.4.0 |