Skip to content

Commit

Permalink
Merge branch 'main' into wolfictl-a03aec68-7ee2-425a-afd6-faa3840ff9ce
Browse files Browse the repository at this point in the history
  • Loading branch information
rawlingsj authored Nov 22, 2024
2 parents 3bcfd49 + 2339ed9 commit 10da6cc
Show file tree
Hide file tree
Showing 13 changed files with 121 additions and 33 deletions.
2 changes: 1 addition & 1 deletion fluent-plugin-tag-normaliser.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand Down
11 changes: 10 additions & 1 deletion libgeotiff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
9 changes: 8 additions & 1 deletion libical.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
10 changes: 9 additions & 1 deletion librdkafka.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
10 changes: 9 additions & 1 deletion libsndfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion powershell.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion py3-google-api-core.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -18,6 +18,7 @@ data:
3.10: '310'
3.11: '311'
3.12: '312'
3.13: '300'

environment:
contents:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 3 additions & 1 deletion py3-google-cloud-core.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -18,6 +18,7 @@ data:
3.10: '310'
3.11: '311'
3.12: '312'
3.13: '300'

environment:
contents:
Expand Down Expand Up @@ -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:
Expand Down
81 changes: 61 additions & 20 deletions py3-google-cloud-spanner.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion py3-grpc-google-iam-v1.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -18,6 +18,7 @@ data:
3.10: '310'
3.11: '311'
3.12: '312'
3.13: '300'

environment:
contents:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 3 additions & 1 deletion py3-grpc-interceptor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package:
name: py3-grpc-interceptor
version: 0.15.4
epoch: 0
epoch: 1
description: Simplifies gRPC interceptors
copyright:
- license: MIT
Expand All @@ -15,6 +15,7 @@ data:
"3.10": "310"
"3.11": "311"
"3.12": "312"
"3.13": "300"

vars:
import: grpc_interceptor
Expand Down Expand Up @@ -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:
Expand Down
8 changes: 7 additions & 1 deletion rpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 10da6cc

Please sign in to comment.