diff --git a/fluent-plugin-tag-normaliser.yaml b/fluent-plugin-tag-normaliser.yaml index 6bed8cdaa5a..b8eabe8a237 100644 --- a/fluent-plugin-tag-normaliser.yaml +++ b/fluent-plugin-tag-normaliser.yaml @@ -1,7 +1,7 @@ #nolint:valid-pipeline-git-checkout-tag package: name: fluent-plugin-tag-normaliser - version: 0_git20241121 + version: 0_git20241122 epoch: 0 description: Tag-normaliser is a `fluentd` plugin to help re-tag logs with Kubernetes metadata. It uses special placeholders to change tag. copyright: diff --git a/goreleaser.yaml b/goreleaser.yaml index 299a44ef965..036840117c6 100644 --- a/goreleaser.yaml +++ b/goreleaser.yaml @@ -1,6 +1,6 @@ package: name: goreleaser - version: 2.4.7 + version: 2.4.8 epoch: 0 description: Deliver Go binaries as fast and easily as possible copyright: @@ -16,7 +16,7 @@ pipeline: with: repository: https://github.com/goreleaser/goreleaser tag: v${{package.version}} - expected-commit: 700889269f740f659c9f3867f2b79fed677b74b0 + expected-commit: 377981ebd76e1bbb0dbe07d5428239ec8c5381a8 - uses: go/build with: diff --git a/libgeotiff.yaml b/libgeotiff.yaml index 609c66720a5..a98921d656a 100644 --- a/libgeotiff.yaml +++ b/libgeotiff.yaml @@ -2,7 +2,7 @@ package: name: libgeotiff version: 1.7.3 - epoch: 1 + epoch: 2 description: TIFF based interchange format for georeferenced raster imagery copyright: - license: MIT @@ -40,6 +40,15 @@ subpackages: pipeline: - uses: split/dev description: libgeotiff dev + dependencies: + runtime: + - curl-dev + - proj-dev + - sqlite-dev + - tiff-dev + test: + pipeline: + - uses: test/pkgconf - name: libgeotiff-doc pipeline: diff --git a/libical.yaml b/libical.yaml index 03f0d2a071d..4cc08143d27 100644 --- a/libical.yaml +++ b/libical.yaml @@ -2,7 +2,7 @@ package: name: libical version: 3.0.16 - epoch: 4 + epoch: 5 description: Reference implementation of the iCalendar format copyright: - license: LGPL-2.1-only OR MPL-2.0 @@ -51,6 +51,13 @@ subpackages: pipeline: - uses: split/dev description: libical dev + dependencies: + runtime: + - glib-dev + - gobject-introspection-dev + test: + pipeline: + - uses: test/pkgconf update: release-monitor: diff --git a/librdkafka.yaml b/librdkafka.yaml index 6647189585d..34ef20d4ffe 100644 --- a/librdkafka.yaml +++ b/librdkafka.yaml @@ -1,7 +1,7 @@ package: name: librdkafka version: 2.3.0 - epoch: 3 + epoch: 4 description: "The Apache Kafka C/C++ library" copyright: - license: BSD-2-Clause @@ -50,7 +50,15 @@ subpackages: - name: librdkafka-dev pipeline: - uses: split/dev + dependencies: + runtime: + - lz4-dev + - openssl-dev + - zlib-dev description: librdkafka dev + test: + pipeline: + - uses: test/pkgconf update: enabled: false diff --git a/libsndfile.yaml b/libsndfile.yaml index a9dc4c1324a..f0ab1f09066 100644 --- a/libsndfile.yaml +++ b/libsndfile.yaml @@ -2,7 +2,7 @@ package: name: libsndfile version: 1.2.0 - epoch: 2 + epoch: 3 description: C library for reading and writing files containing sampled sound copyright: - license: LGPL-2.1-or-later @@ -67,7 +67,15 @@ subpackages: - name: libsndfile-dev pipeline: - uses: split/dev + dependencies: + runtime: + - libogg-dev + - libvorbis-dev + - opus-dev description: libsndfile dev + test: + pipeline: + - uses: test/pkgconf - name: libsndfile-doc pipeline: diff --git a/powershell.yaml b/powershell.yaml index 9f7863a66ad..6e39dc345d9 100644 --- a/powershell.yaml +++ b/powershell.yaml @@ -1,7 +1,7 @@ package: name: powershell version: 7.4.1 - epoch: 1 + epoch: 2 description: 'cross-platform automation and configuration tool/framework' copyright: - license: MIT @@ -39,6 +39,7 @@ pipeline: pipeline: - runs: | rm -f global.json + rm -f nuget.config - runs: | dotnet restore src/powershell-unix -p:NuGetAudit=false dotnet restore src/ResGen diff --git a/py3-google-api-core.yaml b/py3-google-api-core.yaml index f080884f81d..a3d8f50a7c7 100644 --- a/py3-google-api-core.yaml +++ b/py3-google-api-core.yaml @@ -1,7 +1,7 @@ package: name: py3-google-api-core version: 2.23.0 - epoch: 0 + epoch: 1 description: Google API client core library copyright: - license: Apache-2.0 @@ -18,6 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' + 3.13: '300' environment: contents: @@ -65,6 +66,7 @@ subpackages: - py3.10-${{vars.pypi-package}} - py3.11-${{vars.pypi-package}} - py3.12-${{vars.pypi-package}} + - py3.13-${{vars.pypi-package}} test: pipeline: diff --git a/py3-google-cloud-core.yaml b/py3-google-cloud-core.yaml index 40ad4b696ab..2428fb546e5 100644 --- a/py3-google-cloud-core.yaml +++ b/py3-google-cloud-core.yaml @@ -1,7 +1,7 @@ package: name: py3-google-cloud-core version: 2.4.1 - epoch: 3 + epoch: 4 description: Google Cloud API client core library copyright: - license: Apache-2.0 @@ -18,6 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' + 3.13: '300' environment: contents: @@ -62,6 +63,7 @@ subpackages: - py3.10-${{vars.pypi-package}} - py3.11-${{vars.pypi-package}} - py3.12-${{vars.pypi-package}} + - py3.13-${{vars.pypi-package}} test: pipeline: diff --git a/py3-google-cloud-spanner.yaml b/py3-google-cloud-spanner.yaml index 37ddc9c91be..2a5ea52571b 100644 --- a/py3-google-cloud-spanner.yaml +++ b/py3-google-cloud-spanner.yaml @@ -1,43 +1,84 @@ -# Generated from https://pypi.org/project/google-cloud-spanner/ package: name: py3-google-cloud-spanner - version: 3.50.0 + version: 3.50.1 epoch: 0 description: Google Cloud Spanner API client library copyright: - license: Apache-2.0 dependencies: - runtime: - - py3-google-api-core - - py3-google-cloud-core - - py3-grpc-google-iam-v1 - - py3-proto-plus - - py3-sqlparse - - py3-protobuf - - python-3 + provider-priority: 0 + +vars: + pypi-package: google-cloud-spanner + import: google.cloud.spanner + +data: + - name: py-versions + items: + 3.10: '310' + 3.11: '311' + 3.12: '312' + 3.13: '300' environment: contents: packages: - - build-base - - busybox - - ca-certificates-bundle - - py3-setuptools - - python-3 - - wolfi-base + - py3-supported-build-base pipeline: - uses: git-checkout with: - expected-commit: 1f4c9c8c4ee1509c37852f62c2589172bdd7f112 + expected-commit: 3079bdd59cc87f01b20d90c15cbdaf42285a41f8 repository: https://github.com/googleapis/python-spanner tag: v${{package.version}} - - name: Python Build - uses: python/build-wheel - - uses: strip +subpackages: + - range: py-versions + name: py${{range.key}}-${{vars.pypi-package}} + description: python${{range.key}} version of ${{vars.pypi-package}} + dependencies: + provider-priority: ${{range.value}} + provides: + - py3-${{vars.pypi-package}} + runtime: + - py${{range.key}}-google-api-core + - py${{range.key}}-google-cloud-core + - py${{range.key}}-grpc-google-iam-v1 + - py${{range.key}}-grpc-interceptor + - py${{range.key}}-proto-plus + - py${{range.key}}-sqlparse + - py${{range.key}}-protobuf + pipeline: + - uses: py/pip-build-install + with: + python: python${{range.key}} + - uses: strip + test: + pipeline: + - uses: python/import + with: + python: python${{range.key}} + imports: | + import ${{vars.import}} + + - name: py3-supported-${{vars.pypi-package}} + description: meta package providing ${{vars.pypi-package}} for supported python versions. + dependencies: + runtime: + - py3.10-${{vars.pypi-package}} + - py3.11-${{vars.pypi-package}} + - py3.12-${{vars.pypi-package}} + - py3.13-${{vars.pypi-package}} + +test: + pipeline: + - uses: python/import + with: + imports: | + import ${{vars.import}} + update: enabled: true manual: false diff --git a/py3-grpc-google-iam-v1.yaml b/py3-grpc-google-iam-v1.yaml index a970b5c39ad..0c284f8359d 100644 --- a/py3-grpc-google-iam-v1.yaml +++ b/py3-grpc-google-iam-v1.yaml @@ -1,7 +1,7 @@ package: name: py3-grpc-google-iam-v1 version: 0.13.1 - epoch: 2 + epoch: 3 description: IAM API client library copyright: - license: Apache-2.0 @@ -18,6 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' + 3.13: '300' environment: contents: @@ -63,6 +64,7 @@ subpackages: - py3.10-${{vars.pypi-package}} - py3.11-${{vars.pypi-package}} - py3.12-${{vars.pypi-package}} + - py3.13-${{vars.pypi-package}} test: pipeline: diff --git a/py3-grpc-interceptor.yaml b/py3-grpc-interceptor.yaml index f3e3826131b..cb87d2242cf 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: 0 + epoch: 1 description: Simplifies gRPC interceptors copyright: - license: MIT @@ -15,6 +15,7 @@ data: "3.10": "310" "3.11": "311" "3.12": "312" + "3.13": "300" vars: import: grpc_interceptor @@ -62,6 +63,7 @@ subpackages: - py3.10-${{vars.pypi-package}} - py3.11-${{vars.pypi-package}} - py3.12-${{vars.pypi-package}} + - py3.13-${{vars.pypi-package}} test: pipeline: diff --git a/rpm.yaml b/rpm.yaml index 0d175605f3e..ee7c72c3344 100644 --- a/rpm.yaml +++ b/rpm.yaml @@ -2,7 +2,7 @@ package: name: rpm version: 4.19.1 - epoch: 1 + epoch: 2 description: Redhat Package Management utilities (RPM) copyright: - license: GPL-2.0-or-later OR LGPL-2.0-or-later @@ -81,6 +81,12 @@ subpackages: pipeline: - uses: split/dev description: rpm dev + dependencies: + runtime: + - popt-dev + test: + pipeline: + - uses: test/pkgconf - name: rpm-doc pipeline: