From 7327bbae37c38071fbd223ef8915c917d4f44b34 Mon Sep 17 00:00:00 2001 From: Brian Murray Date: Sat, 11 Jan 2025 07:37:09 -0800 Subject: [PATCH] Test rebuild of packages for the poetry update (#39033) We want to see if anything fails a rebuild with the 2.0 version of poetry. --------- Signed-off-by: Brian Murray --- py3-aiohappyeyeballs.yaml | 2 +- py3-archspec.yaml | 2 +- py3-backoff.yaml | 2 +- py3-cleo.yaml | 2 +- py3-click-aliases.yaml | 2 +- py3-codeowners.yaml | 2 +- py3-crashtest.yaml | 2 +- py3-gcloud-aio-auth.yaml | 2 +- py3-gcloud-aio-storage.yaml | 2 +- py3-grpc-interceptor.yaml | 2 +- py3-isort.yaml | 2 +- py3-pkgconfig.yaml | 2 +- py3-reactivex.yaml | 2 +- py3-rich.yaml | 2 +- py3-rsa.yaml | 2 +- py3-tinydb.yaml | 2 +- py3-tomlkit.yaml | 2 +- py3-zaproxy.yaml | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/py3-aiohappyeyeballs.yaml b/py3-aiohappyeyeballs.yaml index 59f56dafdd9..313ff62e333 100644 --- a/py3-aiohappyeyeballs.yaml +++ b/py3-aiohappyeyeballs.yaml @@ -2,7 +2,7 @@ package: name: py3-aiohappyeyeballs version: 2.4.4 - epoch: 1 + epoch: 2 description: Happy Eyeballs for pre-resolved hosts copyright: - license: PSF-2.0 diff --git a/py3-archspec.yaml b/py3-archspec.yaml index 182ccabe2b9..dd3cd97ea44 100644 --- a/py3-archspec.yaml +++ b/py3-archspec.yaml @@ -1,7 +1,7 @@ package: name: py3-archspec version: 0.2.5 - epoch: 1 + epoch: 2 description: A library to query system architecture copyright: - license: Apache-2.0 OR MIT diff --git a/py3-backoff.yaml b/py3-backoff.yaml index ea0e44c8888..acde74aa6f1 100644 --- a/py3-backoff.yaml +++ b/py3-backoff.yaml @@ -1,7 +1,7 @@ package: name: py3-backoff version: 2.2.1 - epoch: 3 + epoch: 4 description: Function decoration for backoff and retry copyright: - license: MIT diff --git a/py3-cleo.yaml b/py3-cleo.yaml index 6d802e16d5a..3f0a7e716a3 100644 --- a/py3-cleo.yaml +++ b/py3-cleo.yaml @@ -2,7 +2,7 @@ package: name: py3-cleo version: 2.2.1 - epoch: 1 + epoch: 2 description: Cleo allows you to create beautiful and testable command-line interfaces. copyright: - license: MIT diff --git a/py3-click-aliases.yaml b/py3-click-aliases.yaml index 8c1a56455e8..aec59162c97 100644 --- a/py3-click-aliases.yaml +++ b/py3-click-aliases.yaml @@ -1,7 +1,7 @@ package: name: py3-click-aliases version: 1.0.5 - epoch: 1 + epoch: 2 description: enable aliases for click copyright: - license: BSD-3-Clause diff --git a/py3-codeowners.yaml b/py3-codeowners.yaml index 784e9f52223..ef05e6a22df 100644 --- a/py3-codeowners.yaml +++ b/py3-codeowners.yaml @@ -1,7 +1,7 @@ package: name: py3-codeowners version: 0.6.0 - epoch: 3 + epoch: 4 description: Codeowners parser for Python copyright: - license: MIT diff --git a/py3-crashtest.yaml b/py3-crashtest.yaml index 51329e660d5..502720130b7 100644 --- a/py3-crashtest.yaml +++ b/py3-crashtest.yaml @@ -2,7 +2,7 @@ package: name: py3-crashtest version: 0.4.1 - epoch: 5 + epoch: 6 description: Manage Python errors with ease copyright: - license: MIT diff --git a/py3-gcloud-aio-auth.yaml b/py3-gcloud-aio-auth.yaml index 4a87eafd9de..8859bf3c576 100644 --- a/py3-gcloud-aio-auth.yaml +++ b/py3-gcloud-aio-auth.yaml @@ -1,7 +1,7 @@ package: name: py3-gcloud-aio-auth version: 5.3.2 - epoch: 3 + epoch: 4 description: Python Client for Google Cloud Auth copyright: - license: MIT diff --git a/py3-gcloud-aio-storage.yaml b/py3-gcloud-aio-storage.yaml index f91af436b27..bbdaeeb2a86 100644 --- a/py3-gcloud-aio-storage.yaml +++ b/py3-gcloud-aio-storage.yaml @@ -1,7 +1,7 @@ package: name: py3-gcloud-aio-storage version: 9.3.0 - epoch: 4 + epoch: 5 description: Python Client for Google Cloud Storage copyright: - license: MIT diff --git a/py3-grpc-interceptor.yaml b/py3-grpc-interceptor.yaml index ded66bcf3c4..9f7c8f5ce1f 100644 --- a/py3-grpc-interceptor.yaml +++ b/py3-grpc-interceptor.yaml @@ -2,7 +2,7 @@ package: name: py3-grpc-interceptor version: 0.15.4 - epoch: 2 + epoch: 3 description: Simplifies gRPC interceptors copyright: - license: MIT diff --git a/py3-isort.yaml b/py3-isort.yaml index 33a6bdccd99..e483120f15d 100644 --- a/py3-isort.yaml +++ b/py3-isort.yaml @@ -1,7 +1,7 @@ package: name: py3-isort version: 5.13.2 - epoch: 3 + epoch: 4 description: A Python utility / library to sort imports. copyright: - license: MIT diff --git a/py3-pkgconfig.yaml b/py3-pkgconfig.yaml index 361d182d835..b74bdb1ea52 100644 --- a/py3-pkgconfig.yaml +++ b/py3-pkgconfig.yaml @@ -1,7 +1,7 @@ package: name: py3-pkgconfig version: 1.5.5 - epoch: 6 + epoch: 7 description: Interface Python with pkg-config copyright: - license: MIT diff --git a/py3-reactivex.yaml b/py3-reactivex.yaml index 729fe46cdb2..953583cc813 100644 --- a/py3-reactivex.yaml +++ b/py3-reactivex.yaml @@ -1,7 +1,7 @@ package: name: py3-reactivex version: 4.0.4 - epoch: 1 + epoch: 2 description: ReactiveX (Rx) for Python copyright: - license: MIT diff --git a/py3-rich.yaml b/py3-rich.yaml index eaaef39e7b1..40531b86266 100644 --- a/py3-rich.yaml +++ b/py3-rich.yaml @@ -1,7 +1,7 @@ package: name: py3-rich version: 13.9.4 - epoch: 1 + epoch: 2 description: "Rich is a Python library for rich text and beautiful formatting in the terminal." copyright: - license: LGPL-2.1-or-later diff --git a/py3-rsa.yaml b/py3-rsa.yaml index cbf2589110b..86789093aa5 100644 --- a/py3-rsa.yaml +++ b/py3-rsa.yaml @@ -1,7 +1,7 @@ package: name: py3-rsa version: 4.9 - epoch: 7 + epoch: 8 description: Pure-Python3 RSA implementation copyright: - license: Apache-2.0 diff --git a/py3-tinydb.yaml b/py3-tinydb.yaml index 3fbd59cfc9a..d700437e21a 100644 --- a/py3-tinydb.yaml +++ b/py3-tinydb.yaml @@ -1,7 +1,7 @@ package: name: py3-tinydb version: 4.8.2 - epoch: 2 + epoch: 3 description: A tiny, document-oriented database copyright: - license: MIT diff --git a/py3-tomlkit.yaml b/py3-tomlkit.yaml index 0beaf7e712a..27867d1551d 100644 --- a/py3-tomlkit.yaml +++ b/py3-tomlkit.yaml @@ -2,7 +2,7 @@ package: name: py3-tomlkit version: 0.13.2 - epoch: 3 + epoch: 4 description: Style preserving TOML library copyright: - license: MIT diff --git a/py3-zaproxy.yaml b/py3-zaproxy.yaml index a71025cee6f..cfa8c576329 100644 --- a/py3-zaproxy.yaml +++ b/py3-zaproxy.yaml @@ -1,7 +1,7 @@ package: name: py3-zaproxy version: 0.3.2 - epoch: 3 + epoch: 4 description: ZAP Python API copyright: - license: Apache-2.0