Merge checkbox-support:release into checkbox-support:master

Proposed by Sylvain Pineau
Status: Merged
Approved by: Sylvain Pineau
Approved revision: 92b1979167ffeeeaa6c3eb1b7355579a86237508
Merged at revision: 1516e27bf170123c5d34e11f73bbbf48fd579941
Proposed branch: checkbox-support:release
Merge into: checkbox-support:master
Diff against target: 79 lines (+16/-3)
6 files modified
.bumpversion.cfg (+1/-1)
checkbox_support.egg-info/PKG-INFO (+1/-1)
checkbox_support.egg-info/SOURCES.txt (+1/-0)
checkbox_support.egg-info/entry_points.txt (+1/-0)
dist/checkbox-support-0.31.0.tar.gz.asc (+11/-0)
setup.py (+1/-1)
Reviewer Review Type Date Requested Status
Sylvain Pineau (community) Approve
Review via email: mp+314675@code.launchpad.net

Commit message

Release_2017_Week2

Description of the change

Release_2017_Week2

To post a comment you must log in.
Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

self-approved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/.bumpversion.cfg b/.bumpversion.cfg
2index a9b699b..7cfa13f 100644
3--- a/.bumpversion.cfg
4+++ b/.bumpversion.cfg
5@@ -1,5 +1,5 @@
6 [bumpversion]
7-current_version = 0.31.0.dev0
8+current_version = 0.32.0.dev0
9 parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?((?P<release>\.?[a-z]+)(?P<N>\d+))?
10 serialize =
11 {major}.{minor}.{patch}{release}{N}
12diff --git a/checkbox_support.egg-info/PKG-INFO b/checkbox_support.egg-info/PKG-INFO
13index 9f7d812..6bb55cc 100644
14--- a/checkbox_support.egg-info/PKG-INFO
15+++ b/checkbox_support.egg-info/PKG-INFO
16@@ -1,6 +1,6 @@
17 Metadata-Version: 1.0
18 Name: checkbox-support
19-Version: 0.30.0
20+Version: 0.31.0
21 Summary: CheckBox support library
22 Home-page: https://launchpad.net/checkbox/
23 Author: Sylvain Pineau
24diff --git a/checkbox_support.egg-info/SOURCES.txt b/checkbox_support.egg-info/SOURCES.txt
25index e21ccdd..2842a9c 100644
26--- a/checkbox_support.egg-info/SOURCES.txt
27+++ b/checkbox_support.egg-info/SOURCES.txt
28@@ -147,6 +147,7 @@ checkbox_support/parsers/tests/udevadm_data/VM_WITH_FLOPPY.txt
29 checkbox_support/parsers/tests/udevadm_data/XEON.txt
30 checkbox_support/scripts/__init__.py
31 checkbox_support/scripts/audio_settings.py
32+checkbox_support/scripts/fwts_test.py
33 checkbox_support/scripts/gputest_benchmark.py
34 checkbox_support/scripts/run_watcher.py
35 checkbox_support/scripts/tests/__init__.py
36diff --git a/checkbox_support.egg-info/entry_points.txt b/checkbox_support.egg-info/entry_points.txt
37index c2f1a47..0cfa4c6 100644
38--- a/checkbox_support.egg-info/entry_points.txt
39+++ b/checkbox_support.egg-info/entry_points.txt
40@@ -1,4 +1,5 @@
41 [console_scripts]
42+checkbox-support-fwts_test = checkbox_support.scripts.fwts_test:main
43 checkbox-support-run_watcher = checkbox_support.scripts.run_watcher:main
44
45 [plainbox.parsers]
46diff --git a/dist/checkbox-support-0.31.0.tar.gz b/dist/checkbox-support-0.31.0.tar.gz
47new file mode 100644
48index 0000000..906c26a
49Binary files /dev/null and b/dist/checkbox-support-0.31.0.tar.gz differ
50diff --git a/dist/checkbox-support-0.31.0.tar.gz.asc b/dist/checkbox-support-0.31.0.tar.gz.asc
51new file mode 100644
52index 0000000..42b6346
53--- /dev/null
54+++ b/dist/checkbox-support-0.31.0.tar.gz.asc
55@@ -0,0 +1,11 @@
56+-----BEGIN PGP SIGNATURE-----
57+Version: GnuPG v1
58+
59+iQEcBAABAgAGBQJYeKH0AAoJEHTVdcx+1yzRhxAH/RxRchWfVibH/JwGHiQZ7WJK
60+OIQ3syjdD0qQBKV0+S3pbKLonPWtjC9WDPzNnmgxVix4UAzFy+j3zZpilqWO4wqU
61+z2cdfR/xPczPFfmmAEo8oSR2BWu4NoNUwjdFomTHssjG9TjJTS1PECfNq5nAX/56
62+1YFUZ2zgVZt6/nXsmZ9WG/qfVSOBz9/wDJ05yCc1i3IvmjBGFvufyWDT4wDnUIuw
63+gCMfFAqAfVdJ0vp7o6Nkhk+CK+GmreaPr3LKUxbEGTAyY6QAhb7ERhcugfHVSIan
64+LeJTllmSiO92NXOn0J+kLfTe1CWyjMZcflFhwAy1ZLYLK19OhIx6akonXKnQTvc=
65+=jpSA
66+-----END PGP SIGNATURE-----
67diff --git a/setup.py b/setup.py
68index 9e03527..6fcfef8 100755
69--- a/setup.py
70+++ b/setup.py
71@@ -38,7 +38,7 @@ with open(os.path.join(base_dir, "README.rst"), encoding="UTF-8") as stream:
72
73 setup(
74 name="checkbox-support",
75- version="0.31.0.dev0",
76+ version="0.32.0.dev0",
77 url="https://launchpad.net/checkbox/",
78 packages=find_packages(),
79 test_suite='checkbox_support.tests.test_suite',

Subscribers

People subscribed via source and target branches

to all changes: