Skip to content

Commit

Permalink
Merge pull request #35 from canonical/release
Browse files Browse the repository at this point in the history
Open a new release for development
  • Loading branch information
yphus committed Nov 17, 2022
2 parents a790526 + 9a9a2aa commit 90eb29f
Show file tree
Hide file tree
Showing 35 changed files with 91 additions and 25 deletions.
2 changes: 1 addition & 1 deletion checkbox-ng/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0
current_version = 2.1.0
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?((?P<release>\.?[a-z]+)(?P<N>\d+))?
tag_name = checkbox-ng-v{new_version}
serialize =
Expand Down
2 changes: 1 addition & 1 deletion checkbox-ng/checkbox_ng/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
CheckBoxNG is a new version of CheckBox built on top of PlainBox
"""

__version__ = '2.0.0'
__version__ = '2.1.0'
6 changes: 6 additions & 0 deletions checkbox-ng/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
checkbox-ng (2.1.0) unstable; urgency=medium

* "new upstream version"

-- Devices Certification Bot <robot@canonical.com> Thu, 17 Nov 2022 09:51:15 +0000

checkbox-ng (2.0.0) unstable; urgency=medium

* new upstream version
Expand Down
2 changes: 1 addition & 1 deletion checkbox-ng/plainbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# PEP440 compliant version declaration.
#
# This is used by @public decorator to enforce our public API guarantees.
__version__ = '2.0.0'
__version__ = '2.1.0'

def get_version_string():
import os
Expand Down
2 changes: 1 addition & 1 deletion checkbox-ng/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

setup(
name="checkbox-ng",
version="2.0.0",
version="2.1.0",
url="https://launchpad.net/checkbox-ng/",
packages=find_packages(),
author="Zygmunt Krynicki",
Expand Down
2 changes: 1 addition & 1 deletion checkbox-support/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0
current_version = 2.1.0
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?((?P<release>\.?[a-z]+)(?P<N>\d+))?
tag_name = checkbox-support-v{new_version}
serialize =
Expand Down
6 changes: 6 additions & 0 deletions checkbox-support/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
checkbox-support (2.1.0) unstable; urgency=medium

* "new upstream version"

-- Devices Certification Bot <robot@canonical.com> Thu, 17 Nov 2022 09:51:16 +0000

checkbox-support (2.0.0) unstable; urgency=medium

* new upstream version
Expand Down
4 changes: 2 additions & 2 deletions checkbox-support/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

setup(
name="checkbox-support",
version="2.0.0",
version="2.1.0",
url="https://launchpad.net/checkbox/",
packages=find_packages(),
test_suite='checkbox_support.tests.test_suite',
Expand All @@ -49,7 +49,7 @@
long_description=long_description,
package_data={"checkbox_support": ["parsers/cputable"]},
install_requires=[
'pyparsing >= 2.0.0',
'pyparsing >= 2.1.0',
'requests >= 1.0',
'distro >= 1.0'
] + (['configparser'] if sys.version_info.major == 2 else []) + (
Expand Down
2 changes: 1 addition & 1 deletion providers/base/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0
current_version = 2.1.0
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?((?P<release>\.?[a-z]+)(?P<N>\d+))?
tag_name = provider-base-v{new_version}
serialize =
Expand Down
6 changes: 6 additions & 0 deletions providers/base/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
checkbox-provider-base (2.1.0) unstable; urgency=medium

* "new upstream version"

-- Devices Certification Bot <robot@canonical.com> Thu, 17 Nov 2022 09:51:17 +0000

checkbox-provider-base (2.0.0) unstable; urgency=medium

* new upstream version
Expand Down
2 changes: 1 addition & 1 deletion providers/base/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
setup(
name='checkbox-provider-base',
namespace='com.canonical.certification',
version="2.0.0",
version="2.1.0",
description=N_("Checkbox provider base"),
gettext_domain='checkbox-provider-base',
strict=False, deprecated=False,
Expand Down
2 changes: 1 addition & 1 deletion providers/certification-client/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0
current_version = 2.1.0
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?((?P<release>\.?[a-z]+)(?P<N>\d+))?
tag_name = provider-certification-client-v{new_version}
serialize =
Expand Down
6 changes: 6 additions & 0 deletions providers/certification-client/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
checkbox-provider-certification-client (2.1.0) unstable; urgency=medium

* "new upstream version"

-- Devices Certification Bot <robot@canonical.com> Thu, 17 Nov 2022 09:51:18 +0000

checkbox-provider-certification-client (2.0.0) unstable; urgency=medium

* new upstream version
Expand Down
2 changes: 1 addition & 1 deletion providers/certification-client/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _copy_all_executables(self, root, prefix, layout, provider):
setup(
name='checkbox-provider-certification-client',
namespace='com.canonical.certification',
version="2.0.0",
version="2.1.0",
description=N_("Client Certification provider"),
gettext_domain="checkbox-provider-certification-client",
deprecated=False,
Expand Down
2 changes: 1 addition & 1 deletion providers/certification-server/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0
current_version = 2.1.0
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?((?P<release>\.?[a-z]+)(?P<N>\d+))?
tag_name = provider-certification-server-v{new_version}
serialize =
Expand Down
6 changes: 6 additions & 0 deletions providers/certification-server/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
checkbox-provider-certification-server (2.1.0) unstable; urgency=medium

* "new upstream version"

-- Devices Certification Bot <robot@canonical.com> Thu, 17 Nov 2022 09:51:18 +0000

checkbox-provider-certification-server (2.0.0) unstable; urgency=medium

* new upstream version
Expand Down
2 changes: 1 addition & 1 deletion providers/certification-server/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _copy_all_executables(self, root, prefix, layout, provider):
setup(
name='checkbox-provider-certification-server',
namespace='com.canonical.certification',
version="2.0.0",
version="2.1.0",
description=N_("Server Certification provider"),
gettext_domain="checkbox-provider-certification-server",
strict=False, deprecated=False,
Expand Down
2 changes: 1 addition & 1 deletion providers/gpgpu/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0
current_version = 2.1.0
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?((?P<release>\.?[a-z]+)(?P<N>\d+))?
tag_name = provider-gpgpu-v{new_version}
serialize =
Expand Down
6 changes: 6 additions & 0 deletions providers/gpgpu/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
checkbox-provider-gpgpu (2.1.0) unstable; urgency=medium

* "new upstream version"

-- Devices Certification Bot <robot@canonical.com> Thu, 17 Nov 2022 09:51:19 +0000

checkbox-provider-gpgpu (2.0.0) unstable; urgency=medium

* new upstream version
Expand Down
2 changes: 1 addition & 1 deletion providers/gpgpu/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _copy_all_executables(self, root, prefix, layout, provider):
setup(
name='checkbox-provider-gpgpu',
namespace='com.canonical.certification',
version="2.0.0",
version="2.1.0",
description=N_("Checkbox Provider for GPGPU Testing"),
gettext_domain='checkbox-provider-gpgpu',
)
2 changes: 1 addition & 1 deletion providers/ipdt/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0
current_version = 2.1.0
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?((?P<release>\.?[a-z]+)(?P<N>\d+))?
tag_name = provider-ipdt-v{new_version}
serialize =
Expand Down
6 changes: 6 additions & 0 deletions providers/ipdt/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
checkbox-provider-ipdt (2.1.0) unstable; urgency=medium

* "new upstream version"

-- Devices Certification Bot <robot@canonical.com> Thu, 17 Nov 2022 09:51:20 +0000

checkbox-provider-ipdt (2.0.0) unstable; urgency=medium

* new upstream version
Expand Down
2 changes: 1 addition & 1 deletion providers/ipdt/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
setup(
name='checkbox-provider-ipdt',
namespace='com.intel.ipdt',
version="2.0.0",
version="2.1.0",
description=N_("Checkbox Provider for IPDT"),
gettext_domain='checkbox-provider-ipdt',
)
2 changes: 1 addition & 1 deletion providers/phoronix/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0
current_version = 2.1.0
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?((?P<release>\.?[a-z]+)(?P<N>\d+))?
tag_name = provider-phoronix-v{new_version}
serialize =
Expand Down
6 changes: 6 additions & 0 deletions providers/phoronix/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
checkbox-provider-phoronix (2.1.0) unstable; urgency=medium

* "new upstream version"

-- Devices Certification Bot <robot@canonical.com> Thu, 17 Nov 2022 09:51:20 +0000

checkbox-provider-phoronix (2.0.0) unstable; urgency=medium

* new upstream version
Expand Down
2 changes: 1 addition & 1 deletion providers/phoronix/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
setup(
name='checkbox-provider-phoronix',
namespace='com.canonical.certification',
version="2.0.0",
version="2.1.0",
description=N_("Checkbox provider with Phoronix Test Suite"),
gettext_domain="checkbox-provider-phoronix",
)
2 changes: 1 addition & 1 deletion providers/resource/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0
current_version = 2.1.0
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?((?P<release>\.?[a-z]+)(?P<N>\d+))?
tag_name = provider-resource-v{new_version}
serialize =
Expand Down
6 changes: 6 additions & 0 deletions providers/resource/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
checkbox-provider-resource (2.1.0) unstable; urgency=medium

* "new upstream version"

-- Devices Certification Bot <robot@canonical.com> Thu, 17 Nov 2022 09:51:21 +0000

checkbox-provider-resource (2.0.0) unstable; urgency=medium

* new upstream version
Expand Down
2 changes: 1 addition & 1 deletion providers/resource/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def invoked(self, ns):
setup(
name='checkbox-provider-resource',
namespace='com.canonical.certification',
version="2.0.0",
version="2.1.0",
description=N_("Checkbox provider resource"),
gettext_domain='checkbox-provider-resource',
strict=False, deprecated=False,
Expand Down
2 changes: 1 addition & 1 deletion providers/sru/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0
current_version = 2.1.0
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?((?P<release>\.?[a-z]+)(?P<N>\d+))?
tag_name = provider-sru-v{new_version}
serialize =
Expand Down
6 changes: 6 additions & 0 deletions providers/sru/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
checkbox-provider-sru (2.1.0) unstable; urgency=medium

* "new upstream version"

-- Devices Certification Bot <robot@canonical.com> Thu, 17 Nov 2022 09:51:22 +0000

checkbox-provider-sru (2.0.0) unstable; urgency=medium

* new upstream version
Expand Down
2 changes: 1 addition & 1 deletion providers/sru/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
setup(
name='checkbox-provider-sru',
namespace='com.canonical.certification',
version="2.0.0",
version="2.1.0",
description=N_("The SRU provider"),
gettext_domain="checkbox-provider-sru",
)
2 changes: 1 addition & 1 deletion providers/tpm2/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0
current_version = 2.1.0
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?((?P<release>\.?[a-z]+)(?P<N>\d+))?
tag_name = provider-tpm2-v{new_version}
serialize =
Expand Down
6 changes: 6 additions & 0 deletions providers/tpm2/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
checkbox-provider-tpm2 (2.1.0) unstable; urgency=medium

* "new upstream version"

-- Devices Certification Bot <robot@canonical.com> Thu, 17 Nov 2022 09:51:23 +0000

checkbox-provider-tpm2 (2.0.0) unstable; urgency=medium

* new upstream version
Expand Down
2 changes: 1 addition & 1 deletion providers/tpm2/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
setup(
name='checkbox-provider-tpm2',
namespace='com.canonical.certification',
version="2.0.0",
version="2.1.0",
description=N_("Checkbox Provider for TPM 2.0 (trusted platform module)"),
gettext_domain='checkbox-provider-tpm2',
)

0 comments on commit 90eb29f

Please sign in to comment.