git: e20157b4e628 - main - devel/py-pbr: Update to 6.1.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Feb 2025 17:10:41 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e20157b4e6286fbb8facd7b0dbdf7df242ba3896 commit e20157b4e6286fbb8facd7b0dbdf7df242ba3896 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-02-08 16:59:20 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-02-08 16:59:20 +0000 devel/py-pbr: Update to 6.1.1 Changes: https://docs.openstack.org/pbr/latest/user/history.html --- devel/py-pbr/Makefile | 4 ++-- devel/py-pbr/distinfo | 6 +++--- devel/py-pbr/files/patch-pyproject.toml | 11 +++++++++++ 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/devel/py-pbr/Makefile b/devel/py-pbr/Makefile index 0dd393f3465e..ec3938eb3e32 100644 --- a/devel/py-pbr/Makefile +++ b/devel/py-pbr/Makefile @@ -1,5 +1,5 @@ PORTNAME= pbr -PORTVERSION= 6.1.0 +PORTVERSION= 6.1.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ WWW= https://github.com/openstack-dev/pbr LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python diff --git a/devel/py-pbr/distinfo b/devel/py-pbr/distinfo index 0d695f77fc66..09babf8e3899 100644 --- a/devel/py-pbr/distinfo +++ b/devel/py-pbr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1725559791 -SHA256 (pbr-6.1.0.tar.gz) = 788183e382e3d1d7707db08978239965e8b9e4e5ed42669bf4758186734d5f24 -SIZE (pbr-6.1.0.tar.gz) = 124032 +TIMESTAMP = 1738982840 +SHA256 (pbr-6.1.1.tar.gz) = 93ea72ce6989eb2eed99d0f75721474f69ad88128afdef5ac377eb797c4bf76b +SIZE (pbr-6.1.1.tar.gz) = 125702 diff --git a/devel/py-pbr/files/patch-pyproject.toml b/devel/py-pbr/files/patch-pyproject.toml new file mode 100644 index 000000000000..14f4e7429fea --- /dev/null +++ b/devel/py-pbr/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-02-04 14:24:43 UTC ++++ pyproject.toml +@@ -1,7 +1,7 @@ requires = [ + [build-system] + requires = [ + # Includes pep660 support in setuptools +- "setuptools>=64.0.0;python_version>='3.7'", ++ "setuptools>=61.0.0;python_version>='3.7'", + # Fallback to whatever we can get otherwise. + # Note this is not something projects should typically + # need. PBR attempts to support a wide range of python