FreeBSD Bugzilla – Attachment 258691 Details for
Bug 285435
devel/py-jaraco.collections: Update to 5.1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to 5.1.0
0001-devel-py-jaraco.collections-Update-to-5.1.0.patch (text/plain), 2.38 KB, created by
Alastair Hogge
on 2025-03-15 13:27:20 UTC
(
hide
)
Description:
Update to 5.1.0
Filename:
MIME Type:
Creator:
Alastair Hogge
Created:
2025-03-15 13:27:20 UTC
Size:
2.38 KB
patch
obsolete
>From 61f2ddf98edcac257f5d5749c58ed4884ee3fb5d Mon Sep 17 00:00:00 2001 >From: Alastair Hogge <agh@riseup.net> >Date: Sat, 15 Mar 2025 21:18:18 +0800 >Subject: [PATCH] devel/py-jaraco.collections: Update to 5.1.0 > >Update to 5.1.0: > >https://github.com/jaraco/jaraco.collections/releases/tag/v5.1.0 > > PR: 285435 >--- > devel/py-jaraco.collections/Makefile | 9 ++++++--- > devel/py-jaraco.collections/distinfo | 6 +++--- > 2 files changed, 9 insertions(+), 6 deletions(-) > >diff --git a/devel/py-jaraco.collections/Makefile b/devel/py-jaraco.collections/Makefile >index 7124cec23af5..52a82ab8277e 100644 >--- a/devel/py-jaraco.collections/Makefile >+++ b/devel/py-jaraco.collections/Makefile >@@ -1,8 +1,9 @@ > PORTNAME= jaraco.collections >-DISTVERSION= 5.0.1 >+DISTVERSION= 5.1.0 > CATEGORIES= devel python > MASTER_SITES= PYPI > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+DISTFILES= ${PORTNAME:S|.|_|}-${PORTVERSION}${EXTRACT_SUFX} > > MAINTAINER= nivit@FreeBSD.org > COMMENT= Python models and classes to supplement the stdlib âcollectionsâ >@@ -11,9 +12,9 @@ WWW= https://github.com/jaraco/jaraco.collections > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE > >-BUILD_DEPENDS= ${PY_SETUPTOOLS} \ >- ${PYTHON_PKGNAMEPREFIX}jaraco.text>=3.11.1:devel/py-jaraco.text@${PY_FLAVOR} \ >+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaraco.text>=3.11.1:devel/py-jaraco.text@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.1:devel/py-setuptools-scm@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}setuptools>=61.2:devel/py-setuptools@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}wheel>=0.40.0:devel/py-wheel@${PY_FLAVOR} > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaraco.text>=3.11.1:devel/py-jaraco.text@${PY_FLAVOR} > >@@ -22,4 +23,6 @@ USE_PYTHON= autoplist pep517 pytest > > NO_ARCH= yes > >+WRKSRC= ${WRKDIR}/${PORTNAME:S|.|_|}-${PORTVERSION} >+ > .include <bsd.port.mk> >diff --git a/devel/py-jaraco.collections/distinfo b/devel/py-jaraco.collections/distinfo >index 49c5e6e96e16..55d29e797699 100644 >--- a/devel/py-jaraco.collections/distinfo >+++ b/devel/py-jaraco.collections/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1712995182 >-SHA256 (jaraco.collections-5.0.1.tar.gz) = 808631b174b84a4e2a592490d62f62dfc15d8047a0f715726098dc43b81a6cfa >-SIZE (jaraco.collections-5.0.1.tar.gz) = 17990 >+TIMESTAMP = 1742037605 >+SHA256 (jaraco_collections-5.1.0.tar.gz) = 0e4829409d39ad18a40aa6754fee2767f4d9730c4ba66dc9df89f1d2756994c2 >+SIZE (jaraco_collections-5.1.0.tar.gz) = 19026 >-- >2.48.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 285435
: 258691
Working