Giuseppe Lavagetto has uploaded a new change for review. https://gerrit.wikimedia.org/r/249984
Change subject: New release, add myself to the uploaders list ...................................................................... New release, add myself to the uploaders list Change-Id: Ie3afbda05966c8f7d0648194c095459a0c5dcf38 --- M debian/changelog M debian/control M setup.py 3 files changed, 10 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/debs/pybal refs/changes/84/249984/1 diff --git a/debian/changelog b/debian/changelog index 81b8816..d94124a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pybal (1.12) jessie-wikimedia; urgency=medium + + * IdleConnection: set tcp keepalive + * Add EtcdConfigurationObserver to consume configuration dynamically from etcd + * Convert logging from print to twisted.python.log + + -- Giuseppe Lavagetto <[email protected]> Fri, 30 Oct 2015 11:44:14 +0100 + pybal (1.11.1) jessie-wikimedia; urgency=medium * Fix a typo in Proxyfetch, systemd unit file diff --git a/debian/control b/debian/control index 828ae6f..df7e56a 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Priority: optional X-Python-Version: >= 2.7, << 2.8 Maintainer: Mark Bergsma <[email protected]> -Uploaders: Faidon Liambotis <[email protected]> +Uploaders: Faidon Liambotis <[email protected]>, Giuseppe Lavagetto <[email protected]> Build-Depends: debhelper (>= 8), python-all, dh-python Standards-Version: 3.9.3 Homepage: http://wikitech.wikimedia.org/view/Pybal diff --git a/setup.py b/setup.py index fa534da..acbcfc1 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='PyBal', - version='1.9', + version='1.12', license='GPLv2+', author='Mark Bergsma', author_email='[email protected]', -- To view, visit https://gerrit.wikimedia.org/r/249984 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie3afbda05966c8f7d0648194c095459a0c5dcf38 Gerrit-PatchSet: 1 Gerrit-Project: operations/debs/pybal Gerrit-Branch: master Gerrit-Owner: Giuseppe Lavagetto <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
