FreeBSD Bugzilla – Attachment 251612 Details for
Bug 279502
devel/py-Automat is incompatible with python3.11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
devel/py-Automat: Update to 22.10.0
patch-devel_py-Automat-22.10.0.txt (text/plain), 2.01 KB, created by
John W. O'Brien
on 2024-06-21 23:22:36 UTC
(
hide
)
Description:
devel/py-Automat: Update to 22.10.0
Filename:
MIME Type:
Creator:
John W. O'Brien
Created:
2024-06-21 23:22:36 UTC
Size:
2.01 KB
patch
obsolete
>diff --git a/devel/py-Automat/Makefile b/devel/py-Automat/Makefile >index 97c02e7e6f9..f4583145416 100644 >--- a/devel/py-Automat/Makefile >+++ b/devel/py-Automat/Makefile >@@ -1,5 +1,5 @@ > PORTNAME= Automat >-PORTVERSION= 20.2.0 >+PORTVERSION= 22.10.0 > CATEGORIES= devel python > MASTER_SITES= PYPI > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -11,8 +11,7 @@ WWW= https://github.com/glyph/Automat > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE > >-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}m2r>0:textproc/py-m2r@${PY_FLAVOR} >+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} > >diff --git a/devel/py-Automat/distinfo b/devel/py-Automat/distinfo >index 87f19bdaddb..f09d3354fc2 100644 >--- a/devel/py-Automat/distinfo >+++ b/devel/py-Automat/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1593260712 >-SHA256 (Automat-20.2.0.tar.gz) = 7979803c74610e11ef0c0d68a2942b152df52da55336e0c9d58daf1831cbdf33 >-SIZE (Automat-20.2.0.tar.gz) = 61679 >+TIMESTAMP = 1719008896 >+SHA256 (Automat-22.10.0.tar.gz) = e56beb84edad19dcc11d30e8d9b895f75deeb5ef5e96b84a467066b3b84bb04e >+SIZE (Automat-22.10.0.tar.gz) = 59099 >diff --git a/devel/py-Automat/files/patch-setup.py b/devel/py-Automat/files/patch-setup.py >new file mode 100644 >index 00000000000..f3c6077d8a7 >--- /dev/null >+++ b/devel/py-Automat/files/patch-setup.py >@@ -0,0 +1,18 @@ >+commit 5355808dac28de14467ac84f24bddca72262399e >+Author: Glyph <code@glyph.im> >+Date: Tue Jan 2 09:50:12 2024 -0800 >+ >+ Merge pull request #150 from jameshilliard/no-wheel >+ >+ Remove spurious wheel dependency from setup.py >+ >+--- setup.py.orig 2024-06-21 22:32:32 UTC >++++ setup.py >+@@ -15,7 +15,6 @@ setup( >+ packages=find_packages(exclude=[]), >+ package_dir={'automat': 'automat'}, >+ setup_requires=[ >+- 'wheel', >+ 'setuptools-scm', >+ ], >+ install_requires=[
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
Flags:
john
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 279502
:
251199
|
251612
|
251753