Rebuild with python 3.14

This commit is contained in:
2026-05-06 15:16:54 +03:00
parent 1c7fd80593
commit 4a75dfb39c
+3 -2
View File
@@ -1,7 +1,7 @@
name: python-pyproject-metadata name: python-pyproject-metadata
description: PEP 621 metadata parsing description: PEP 621 metadata parsing
version: 0.11.0 version: 0.11.0
revision: 1 revision: 2
url: https://github.com/pypa/pyproject-metadata url: https://github.com/pypa/pyproject-metadata
license: MIT license: MIT
maintainers: maintainers:
@@ -10,12 +10,13 @@ architecture: any
output_architecture: any output_architecture: any
type: source type: source
depends: depends:
- python3 - python3=3.14.*
- python-packaging - python-packaging
make_depends: make_depends:
- python-build - python-build
- python-flit-core - python-flit-core
- python-installer - python-installer
check_depends:
- python-pytest - python-pytest
downloads: downloads:
- url: https://github.com/pypa/pyproject-metadata/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz - url: https://github.com/pypa/pyproject-metadata/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz