From 308c2f51a23dd75bf0527f3dfa3561d673a5be58 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 25 Oct 2021 15:49:53 +0200 Subject: [PATCH 1/4] chore(deps): update dependency google-cloud-containeranalysis to v2.6.0 (#200) --- samples/snippets/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index bd2df2b..87cdbab 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -1,5 +1,5 @@ google-cloud-pubsub==2.8.0 -google-cloud-containeranalysis==2.5.0 +google-cloud-containeranalysis==2.6.0 grafeas==1.3.0 pytest==5.3.0; python_version > "3.0" pytest==4.6.6; python_version < "3.0" From 543aa003714f50904f073f20c1fdd7a82b4c4ef8 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 16:57:10 -0400 Subject: [PATCH 2/4] chore(python): push cloud library docs to staging bucket for Cloud RAD (#201) Source-Link: https://github.com/googleapis/synthtool/commit/7fd61f8efae782a7cfcecc599faf52f9737fe584 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:4ee57a76a176ede9087c14330c625a71553cf9c72828b2c0ca12f5338171ba60 Co-authored-by: Owl Bot --- .github/.OwlBot.lock.yaml | 2 +- .kokoro/docs/common.cfg | 1 + noxfile.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 7d98291..108063d 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -1,3 +1,3 @@ docker: image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest - digest: sha256:58f73ba196b5414782605236dd0712a73541b44ff2ff4d3a36ec41092dd6fa5b + digest: sha256:4ee57a76a176ede9087c14330c625a71553cf9c72828b2c0ca12f5338171ba60 diff --git a/.kokoro/docs/common.cfg b/.kokoro/docs/common.cfg index cb42692..7aa78a8 100644 --- a/.kokoro/docs/common.cfg +++ b/.kokoro/docs/common.cfg @@ -30,6 +30,7 @@ env_vars: { env_vars: { key: "V2_STAGING_BUCKET" + # Push google cloud library docs to the Cloud RAD bucket `docs-staging-v2` value: "docs-staging-v2" } diff --git a/noxfile.py b/noxfile.py index 672b28d..f041f1f 100644 --- a/noxfile.py +++ b/noxfile.py @@ -101,7 +101,7 @@ def default(session): "py.test", "--quiet", f"--junitxml=unit_{session.python}_sponge_log.xml", - "--cov=google/cloud", + "--cov=google", "--cov=tests/unit", "--cov-append", "--cov-config=.coveragerc", From 2948965ecf269e97244c5388c389cf351d6abd1a Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Thu, 28 Oct 2021 11:36:11 -0500 Subject: [PATCH 3/4] fix: fix extra_require typo (#202) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows someone to install the module with the `[libcst]` extra. Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-containeranalysis/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [x] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary) Fixes #203 🦕 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 62eb247..e516d7b 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ packages=packages, namespace_packages=namespaces, install_requires=dependencies, - extras_requires=extras, + extras_require=extras, python_requires=">=3.6", scripts=["scripts/fixup_containeranalysis_v1_keywords.py"], include_package_data=True, From a622c4fe13d6f5137dc6e75bb338599dd1fae6c7 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 28 Oct 2021 16:54:11 +0000 Subject: [PATCH 4/4] chore: release 2.6.1 (#204) :robot: I have created a release \*beep\* \*boop\* --- ### [2.6.1](https://www.github.com/googleapis/python-containeranalysis/compare/v2.6.0...v2.6.1) (2021-10-28) ### Bug Fixes * fix extra_require typo ([#202](https://www.github.com/googleapis/python-containeranalysis/issues/202)) ([2948965](https://www.github.com/googleapis/python-containeranalysis/commit/2948965ecf269e97244c5388c389cf351d6abd1a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4811ec2..1311d27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [2.6.1](https://www.github.com/googleapis/python-containeranalysis/compare/v2.6.0...v2.6.1) (2021-10-28) + + +### Bug Fixes + +* fix extra_require typo ([#202](https://www.github.com/googleapis/python-containeranalysis/issues/202)) ([2948965](https://www.github.com/googleapis/python-containeranalysis/commit/2948965ecf269e97244c5388c389cf351d6abd1a)) + ## [2.6.0](https://www.github.com/googleapis/python-containeranalysis/compare/v2.5.0...v2.6.0) (2021-10-20) diff --git a/setup.py b/setup.py index e516d7b..0382009 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-containeranalysis" description = "Container Analysis API API client library" -version = "2.6.0" +version = "2.6.1" release_status = "Development Status :: 5 - Production/Stable" dependencies = [ # NOTE: Maintainers, please do not require google-api-core>=2.x.x