FreeBSD Bugzilla – Attachment 234339 Details for
Bug 264357
devel/py-ordered-set: Update to 4.1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
py-ordered-set.patch (text/plain), 1.35 KB, created by
Yuri Victorovich
on 2022-05-31 00:16:56 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2022-05-31 00:16:56 UTC
Size:
1.35 KB
patch
obsolete
>diff --git a/devel/py-ordered-set/Makefile b/devel/py-ordered-set/Makefile >index 39328031f6db..639b9134c71a 100644 >--- a/devel/py-ordered-set/Makefile >+++ b/devel/py-ordered-set/Makefile >@@ -1,7 +1,7 @@ > # Created by: antoine@FreeBSD.org > > PORTNAME= ordered-set >-PORTVERSION= 3.1.1 >+PORTVERSION= 4.1.0 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,10 +15,10 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE > TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} > > NO_ARCH= yes >-USES= python:3.6+ >+USES= python:3.7+ > USE_PYTHON= distutils autoplist > >-do-test: >- @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYTHON_VER} test.py) >+do-test: install >+ @cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYTHON_VER} test/test_ordered_set.py > > .include <bsd.port.mk> >diff --git a/devel/py-ordered-set/distinfo b/devel/py-ordered-set/distinfo >index 16c08dd0718c..5ea76e59f05c 100644 >--- a/devel/py-ordered-set/distinfo >+++ b/devel/py-ordered-set/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1560772214 >-SHA256 (ordered-set-3.1.1.tar.gz) = a7bfa858748c73b096e43db14eb23e2bc714a503f990c89fac8fab9b0ee79724 >-SIZE (ordered-set-3.1.1.tar.gz) = 10520 >+TIMESTAMP = 1653954658 >+SHA256 (ordered-set-4.1.0.tar.gz) = 694a8e44c87657c59292ede72891eb91d34131f6531463aab3009191c77364a8 >+SIZE (ordered-set-4.1.0.tar.gz) = 12826
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 264357
:
234337
|
234338
| 234339