View | Details | Raw Unified | Return to bug 293080 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/py-commoncode/Makefile (-3 / +3 lines)
Lines 1-5 Link Here
1
PORTNAME=	commoncode
1
PORTNAME=	commoncode
2
DISTVERSION=	32.2.1
2
DISTVERSION=	32.4.2
3
CATEGORIES=	devel python
3
CATEGORIES=	devel python
4
MASTER_SITES=	PYPI
4
MASTER_SITES=	PYPI
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 16-25 BUILD_DEPENDS= ${PY_SETUPTOOLS} \ Link Here
16
		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
16
		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=25.0:devel/py-attrs@${PY_FLAVOR} \
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=25.0:devel/py-attrs@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.13.0:www/py-beautifulsoup@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.13.0:www/py-beautifulsoup@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}click>=2.8:devel/py-click@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}click>=8.1.7:devel/py-click@${PY_FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}requests>2.7.0:www/py-requests@${PY_FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}requests>2.7.0:www/py-requests@${PY_FLAVOR} \
21
		${PYTHON_PKGNAMEPREFIX}saneyaml>0.5.2:devel/py-saneyaml@${PY_FLAVOR} \
21
		${PYTHON_PKGNAMEPREFIX}saneyaml>0.5.2:devel/py-saneyaml@${PY_FLAVOR} \
22
		${PYTHON_PKGNAMEPREFIX}text-unidecode>1.0:converters/py-text-unidecode@${PY_FLAVOR}
22
		${PYTHON_PKGNAMEPREFIX}text-unidecode>=1.0:converters/py-text-unidecode@${PY_FLAVOR}
23
23
24
USES=		python
24
USES=		python
25
USE_PYTHON=	autoplist concurrent pep517 pytest
25
USE_PYTHON=	autoplist concurrent pep517 pytest
(-)b/devel/py-commoncode/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1746508932
1
TIMESTAMP = 1770637964
2
SHA256 (commoncode-32.2.1.tar.gz) = 4c5c37b39a77adecd67f7d53073c02d1d96283d31fd2bc2d67e22f320a381881
2
SHA256 (commoncode-32.4.2.tar.gz) = 8f78ca62085b4a0c3c4dfc2820d61fd1cd24bc64b4a76dc7d6a4db46766eda3c
3
SIZE (commoncode-32.2.1.tar.gz) = 1742208
3
SIZE (commoncode-32.4.2.tar.gz) = 1742998
(-)b/devel/py-commoncode/files/patch-PKG-INFO (+11 lines)
Added Link Here
1
--- PKG-INFO.orig	2026-03-03 10:49:15.576988000 +0200
2
+++ PKG-INFO	2026-03-03 10:50:11.562701000 +0200
3
@@ -25,7 +25,7 @@
4
 Requires-Dist: attrs!=20.1.0,>=18.1; python_version < "3.11"
5
 Requires-Dist: attrs>=22.1.0; python_version >= "3.11"
6
 Requires-Dist: Beautifulsoup4[chardet]>=4.13.0
7
-Requires-Dist: click>=8.3.0
8
+Requires-Dist: click>=8.1.7
9
 Requires-Dist: requests[use_chardet_on_py3]>=2.7.0
10
 Requires-Dist: saneyaml>=0.5.2
11
 Requires-Dist: text_unidecode>=1.0
(-)b/devel/py-commoncode/files/patch-requirements.txt (+38 lines)
Added Link Here
1
--- requirements.txt.orig	2026-03-03 10:49:23.668295000 +0200
2
+++ requirements.txt	2026-03-03 10:50:00.305129000 +0200
3
@@ -1,17 +1,17 @@
4
-attrs==25.4.0
5
-beautifulsoup4==4.14.2
6
-certifi==2025.10.5
7
-chardet==5.2.0
8
-charset-normalizer==3.4.4
9
-click==8.3.0
10
-idna==3.10
11
-pip==25.1.1
12
-PyYAML==6.0.2
13
-requests==2.32.2
14
-saneyaml==0.6.1
15
-setuptools==80.9.0
16
-soupsieve==2.8
17
-text-unidecode==1.3
18
-typing_extensions==4.15.0
19
-urllib3==2.5.0
20
-wheel==0.38.4
21
\ No newline at end of file
22
+attrs>=25.4.0
23
+beautifulsoup4>=4.14.2
24
+certifi>=2025.10.5
25
+chardet>=5.2.0
26
+charset-normalizer>=3.4.4
27
+click>=8.1.7
28
+idna>=3.10
29
+pip>=25.1.1
30
+PyYAML>=6.0.2
31
+requests>=2.32.2
32
+saneyaml>=0.6.1
33
+setuptools>=80.9.0
34
+soupsieve>=2.8
35
+text-unidecode>=1.3
36
+typing_extensions>=4.15.0
37
+urllib3>=2.5.0
38
+wheel>=0.38.4
(-)b/devel/py-commoncode/files/patch-setup.cfg (-1 / +11 lines)
Added Link Here
0
- 
1
--- setup.cfg.orig	2026-03-03 10:49:03.821396000 +0200
2
+++ setup.cfg	2026-03-03 10:49:34.977067000 +0200
3
@@ -38,7 +38,7 @@
4
 	attrs >= 18.1,!=20.1.0;python_version<'3.11'
5
 	attrs >= 22.1.0;python_version>='3.11'
6
 	Beautifulsoup4[chardet] >= 4.13.0
7
-	click >= 8.3.0
8
+	click >= 8.1.7
9
 	requests[use_chardet_on_py3] >= 2.7.0
10
 	saneyaml >= 0.5.2
11
 	text_unidecode >= 1.0

Return to bug 293080