Skip to content

Commit

Permalink
python-build: Update to v1.2.2
Browse files Browse the repository at this point in the history
[Changelog](https://github.com/pypa/build/blob/1.2.2/CHANGELOG.rst#122-2024-09-06)

**Packaging Changes**
- Clean up now we have python auto deps support
  • Loading branch information
joebonrichie committed Sep 25, 2024
1 parent cbb7b40 commit 7978274
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
Binary file modified p/python-build/manifest.x86_64.bin
Binary file not shown.
13 changes: 6 additions & 7 deletions p/python-build/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
"packages": {
"python-build": {
"build-depends": [
"python-flit-core",
"python-pyproject-hooks"
"python(flit_core)",
"python(pyproject_hooks)"
],
"depends": [
"python-packaging",
"python-pyproject-hooks",
"python-tomli"
"python(packaging(3.11))",
"python(pyproject_hooks(3.11))"
],
"files": [
"/usr/bin/pyproject-build",
Expand Down Expand Up @@ -69,6 +68,6 @@
}
},
"source-name": "python-build",
"source-release": "2",
"source-version": "1.2.1"
"source-release": "3",
"source-version": "1.2.2"
}
12 changes: 4 additions & 8 deletions p/python-build/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# SPDX-License-Identifier: MPL-2.0
#
name : python-build
version : 1.2.1
release : 2
version : 1.2.2
release : 3
homepage : https://github.com/pypa/build
upstreams :
- https://files.pythonhosted.org/packages/source/b/build/build-1.2.1.tar.gz : 526263f4870c26f26c433545579475377b2b7588b6f1eac76a001e873ae3e19d
Expand All @@ -15,12 +15,8 @@ description : |
license :
- MIT
builddeps :
- python-flit-core
- python-pyproject-hooks
rundeps :
- python-packaging
- python-pyproject-hooks
- python-tomli
- python(flit_core)
- python(pyproject_hooks)
build : |
%pyproject_build
install : |
Expand Down

0 comments on commit 7978274

Please sign in to comment.