View | Details | Raw Unified | Return to bug 282353
Collapse All | Expand All

(-)b/devel/py-setuptools/Makefile (-1 / +1 lines)
Lines 1-5 Link Here
1
PORTNAME=	setuptools
1
PORTNAME=	setuptools
2
PORTVERSION=	63.1.0
2
PORTVERSION=	74.1.3
3
PORTREVISION=	1
3
PORTREVISION=	1
4
CATEGORIES=	devel python
4
CATEGORIES=	devel python
5
MASTER_SITES=	PYPI
5
MASTER_SITES=	PYPI
(-)b/devel/py-setuptools/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1657634036
1
TIMESTAMP = 1730033063
2
SHA256 (python/setuptools-63.1.0.tar.gz) = 16923d366ced322712c71ccb97164d07472abeecd13f3a6c283f6d5d26722793
2
SHA256 (python/setuptools-74.1.3.tar.gz) = fbb126f14b0b9ffa54c4574a50ae60673bbe8ae0b1645889d10b3b14f5891d28
3
SIZE (python/setuptools-63.1.0.tar.gz) = 2599380
3
SIZE (python/setuptools-74.1.3.tar.gz) = 1356471
(-)a/devel/py-setuptools/files/patch-setuptools_package__index.py (-12 lines)
Removed Link Here
1
--- setuptools/package_index.py.orig	2022-07-04 02:25:25 UTC
2
+++ setuptools/package_index.py
3
@@ -197,7 +197,7 @@ def unique_values(func):
4
     return wrapper
5
 
6
 
7
-REL = re.compile(r"""<([^>]*\srel\s*=\s*['"]?([^'">]+)[^>]*)>""", re.I)
8
+REL = re.compile(r"""<([^>]*\srel\s{0,10}=\s{0,10}['"]?([^'" >]+)[^>]*)>""", re.I)
9
 # this line is here to fix emacs' cruddy broken syntax highlighting
10
 
11
 
12
- 

Return to bug 282353