[Python-modules-commits] [checkbox-ng] 01/09: Import checkbox-ng_0.23.orig.tar.gz

Sylvain Pineau spineau-guest at moszumanska.debian.org
Wed Jan 6 13:51:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

spineau-guest pushed a commit to branch master
in repository checkbox-ng.

commit 06b6d539687fce97abdcf04ab67d2a512bd54d3c
Author: Sylvain Pineau <sylvain.pineau at canonical.com>
Date:   Wed Jan 6 12:18:42 2016 +0100

    Import checkbox-ng_0.23.orig.tar.gz
---
 PKG-INFO                              |  2 +-
 checkbox_ng.egg-info/PKG-INFO         |  2 +-
 checkbox_ng.egg-info/entry_points.txt | 10 +++++-----
 checkbox_ng/__init__.py               |  2 +-
 setup.cfg                             |  2 +-
 setup.py                              |  2 +-
 6 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/PKG-INFO b/PKG-INFO
index b6860f6..618f318 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: checkbox-ng
-Version: 0.22
+Version: 0.23
 Summary: Checkbox - Command Line Test Runner
 Home-page: https://launchpad.net/checkbox-ng/
 Author: Zygmunt Krynicki
diff --git a/checkbox_ng.egg-info/PKG-INFO b/checkbox_ng.egg-info/PKG-INFO
index b6860f6..618f318 100644
--- a/checkbox_ng.egg-info/PKG-INFO
+++ b/checkbox_ng.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: checkbox-ng
-Version: 0.22
+Version: 0.23
 Summary: Checkbox - Command Line Test Runner
 Home-page: https://launchpad.net/checkbox-ng/
 Author: Zygmunt Krynicki
diff --git a/checkbox_ng.egg-info/entry_points.txt b/checkbox_ng.egg-info/entry_points.txt
index 255cc95..879968d 100644
--- a/checkbox_ng.egg-info/entry_points.txt
+++ b/checkbox_ng.egg-info/entry_points.txt
@@ -1,9 +1,9 @@
-[plainbox.transport]
-certification = checkbox_ng.certification:CertificationTransport
-launchpad = checkbox_ng.launchpad:LaunchpadTransport
-
 [console_scripts]
-checkbox-launcher = checkbox_ng.main:launcher
 checkbox = checkbox_ng.main:main
 checkbox-submit = checkbox_ng.main:submit
+checkbox-launcher = checkbox_ng.main:launcher
+
+[plainbox.transport]
+launchpad = checkbox_ng.launchpad:LaunchpadTransport
+certification = checkbox_ng.certification:CertificationTransport
 
diff --git a/checkbox_ng/__init__.py b/checkbox_ng/__init__.py
index dfa34d8..9758815 100644
--- a/checkbox_ng/__init__.py
+++ b/checkbox_ng/__init__.py
@@ -24,4 +24,4 @@
 CheckBoxNG is a new version of CheckBox built on top of PlainBox
 """
 
-__version__ = (0, 22, 0, "final", 0)
+__version__ = (0, 23, 0, "final", 0)
diff --git a/setup.cfg b/setup.cfg
index 59cd631..0b05483 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,7 +5,7 @@ sign = True
 upload-dir = build/sphinx/html
 
 [egg_info]
-tag_svn_revision = 0
 tag_build = 
 tag_date = 0
+tag_svn_revision = 0
 
diff --git a/setup.py b/setup.py
index e2bf837..60c4ad6 100755
--- a/setup.py
+++ b/setup.py
@@ -55,7 +55,7 @@ else:
 
 setup(
     name="checkbox-ng",
-    version="0.22",
+    version="0.23",
     url="https://launchpad.net/checkbox-ng/",
     packages=find_packages(),
     author="Zygmunt Krynicki",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/checkbox-ng.git



More information about the Python-modules-commits mailing list