Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions py3-datadog.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-datadog
version: "0.52.1"
epoch: 0
epoch: 1
description: The Datadog Python library
copyright:
- license: BSD-3-Clause
Expand All @@ -27,10 +27,11 @@ environment:
- py3-supported-hatchling

pipeline:
- uses: fetch
- uses: git-checkout
with:
expected-sha256: 44c6deb563c4522dba206fba2e2bb93d3b04113c40191851ba3a241d82b5fd0b
uri: https://files.pythonhosted.org/packages/source/d/datadog/datadog-${{package.version}}.tar.gz
repository: https://github.com/DataDog/datadogpy
tag: v${{package.version}}
expected-commit: 7ec5cd594f7a334b7bbebade1090561e7776f723

subpackages:
- range: py-versions
Expand Down Expand Up @@ -124,5 +125,5 @@ test:

update:
enabled: true
release-monitor:
identifier: 35391
github:
identifier: DataDog/datadogpy
9 changes: 5 additions & 4 deletions py3-diffoscope.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package:
name: py3-diffoscope
version: "306"
epoch: 0
epoch: 1
description: in-depth comparison of files, archives, and directories
copyright:
- license: GPL-3.0-or-later
Expand All @@ -20,10 +20,11 @@ environment:
- wolfi-base

pipeline:
- uses: fetch
- uses: git-checkout
with:
expected-sha256: 2c489aba7334ab0d4a9946ac51fe1b17085621a5476b89950e9c4f1e612cbab3
uri: https://files.pythonhosted.org/packages/source/d/diffoscope/diffoscope-${{package.version}}.tar.gz
repository: https://salsa.debian.org/reproducible-builds/diffoscope
tag: ${{package.version}}
expected-commit: 27b1afa121eaea953a7118b577d8dcecd3b2a6e4

subpackages:
- range: py-versions
Expand Down
15 changes: 9 additions & 6 deletions py3-distro.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-distro
version: 1.9.0
epoch: 7
epoch: 8
description: A Linux OS platform information API
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -33,10 +33,11 @@ environment:
- wolfi-base

pipeline:
- uses: fetch
- uses: git-checkout
with:
uri: https://files.pythonhosted.org/packages/source/d/distro/distro-${{package.version}}.tar.gz
expected-sha512: dc66cb7e968e7a651c7a84681e2a0539d196073f71cf0ae1e49c5a6cd6deec345523259a8810ffdc7b6e9763a536eb388a2886ba2bbd1cb62165b57fbefb82ae
repository: https://github.com/python-distro/distro
tag: v${{package.version}}
expected-commit: 8d88a2d72a3dbdb1d1443788c2e0142658b2b0ba

subpackages:
- range: py-versions
Expand Down Expand Up @@ -95,8 +96,10 @@ subpackages:

update:
enabled: true
release-monitor:
identifier: 12202
github:
identifier: python-distro/distro
strip-prefix: v
tag-filter-prefix: v

test:
pipeline:
Expand Down
15 changes: 9 additions & 6 deletions py3-dnspython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-dnspython
version: "2.8.0"
epoch: 0
epoch: 1
description: DNS toolkit
copyright:
- license: ISC
Expand All @@ -27,10 +27,11 @@ environment:
- py3-supported-hatchling

pipeline:
- uses: fetch
- uses: git-checkout
with:
expected-sha256: 181d3c6996452cb1189c4046c61599b84a5a86e099562ffde77d26984ff26d0f
uri: https://files.pythonhosted.org/packages/source/d/dnspython/dnspython-${{package.version}}.tar.gz
repository: https://github.com/rthalley/dnspython
tag: v${{package.version}}
expected-commit: 77fd94cd9716faf23e0a6e333f6568fc24284402

subpackages:
- range: py-versions
Expand Down Expand Up @@ -79,5 +80,7 @@ test:

update:
enabled: true
release-monitor:
identifier: 13190
github:
identifier: rthalley/dnspython
strip-prefix: v
tag-filter-prefix: v
14 changes: 8 additions & 6 deletions py3-docopt.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-docopt
version: 0.6.2
epoch: 5
epoch: 6
description: Pythonic argument parser, that will make you smile
copyright:
- license: MIT
Expand All @@ -26,10 +26,11 @@ environment:
- py3-supported-build-base

pipeline:
- uses: fetch
- uses: git-checkout
with:
expected-sha256: 49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491
uri: https://files.pythonhosted.org/packages/source/d/docopt/docopt-${{package.version}}.tar.gz
repository: https://github.com/docopt/docopt
tag: ${{package.version}}
expected-commit: 944641a7357376a43151bd4a3ca44f9c07c4d1ae

subpackages:
- range: py-versions
Expand Down Expand Up @@ -73,5 +74,6 @@ test:

update:
enabled: true
release-monitor:
identifier: 8436
github:
identifier: docopt/docopt
use-tag: true
Loading