diff options
| author | Wen Heping <wen@FreeBSD.org> | 2023-02-09 12:27:37 +0000 |
|---|---|---|
| committer | Wen Heping <wen@FreeBSD.org> | 2023-02-09 12:27:37 +0000 |
| commit | 5ac9cdec971f1a5a5926bd5bf1ca01ea787da586 (patch) | |
| tree | a26682dbddb62df9221438bcb34003b0992d598e /lang/python311 | |
| parent | 25acf2546237687dbb779fbdc1913219dce56091 (diff) | |
Diffstat (limited to 'lang/python311')
| -rw-r--r-- | lang/python311/Makefile | 1 | ||||
| -rw-r--r-- | lang/python311/Makefile.version | 2 | ||||
| -rw-r--r-- | lang/python311/distinfo | 6 | ||||
| -rw-r--r-- | lang/python311/files/patch-GH-100133 | 24 | ||||
| -rw-r--r-- | lang/python311/pkg-plist | 1 |
5 files changed, 5 insertions, 29 deletions
diff --git a/lang/python311/Makefile b/lang/python311/Makefile index 900776860f1f..81b31ae90b5c 100644 --- a/lang/python311/Makefile +++ b/lang/python311/Makefile @@ -1,6 +1,5 @@ PORTNAME= python DISTVERSION= ${PYTHON_DISTVERSION} -PORTREVISION= 1 CATEGORIES= lang python MASTER_SITES= PYTHON/ftp/python/${DISTVERSION:C/[a-z].*//} PKGNAMESUFFIX= ${PYTHON_SUFFIX} diff --git a/lang/python311/Makefile.version b/lang/python311/Makefile.version index 5794993c58d1..cc3194de681b 100644 --- a/lang/python311/Makefile.version +++ b/lang/python311/Makefile.version @@ -4,4 +4,4 @@ # 1. Update python documentation (lang/python-doc-*) # Run "make -C lang/python-doc-html makesum" # 2. Remove PORTREVISION in Makefile -PYTHON_DISTVERSION= 3.11.1 +PYTHON_DISTVERSION= 3.11.2 diff --git a/lang/python311/distinfo b/lang/python311/distinfo index be573a8d5acb..c8c3de0d7b96 100644 --- a/lang/python311/distinfo +++ b/lang/python311/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670414884 -SHA256 (python/Python-3.11.1.tar.xz) = 85879192f2cffd56cb16c092905949ebf3e5e394b7f764723529637901dfb58f -SIZE (python/Python-3.11.1.tar.xz) = 19856648 +TIMESTAMP = 1675944240 +SHA256 (python/Python-3.11.2.tar.xz) = 29e4b8f5f1658542a8c13e2dd277358c9c48f2b2f7318652ef1675e402b9d2af +SIZE (python/Python-3.11.2.tar.xz) = 19893284 diff --git a/lang/python311/files/patch-GH-100133 b/lang/python311/files/patch-GH-100133 deleted file mode 100644 index 6db2c1b3eec1..000000000000 --- a/lang/python311/files/patch-GH-100133 +++ /dev/null @@ -1,24 +0,0 @@ -commit ae8520c70992710903819f24dbce4e7dd05d7ea8 -Author: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> -Date: Wed Dec 21 02:24:19 2022 -0800 - - GH-100133: fix `asyncio` subprocess losing `stderr` and `stdout` output (GH-100154) - - (cherry picked from commit a7715ccfba5b86ab09f86ec56ac3755c93b46b48) - - Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> - -diff --git Lib/asyncio/base_subprocess.py Lib/asyncio/base_subprocess.py -index e15bb4141f..4c9b0dd565 100644 ---- Lib/asyncio/base_subprocess.py -+++ Lib/asyncio/base_subprocess.py -@@ -215,9 +215,6 @@ def _process_exited(self, returncode): - # object. On Python 3.6, it is required to avoid a ResourceWarning. - self._proc.returncode = returncode - self._call(self._protocol.process_exited) -- for p in self._pipes.values(): -- if p is not None: -- p.pipe.close() - - self._try_finish() - diff --git a/lang/python311/pkg-plist b/lang/python311/pkg-plist index 1512108f8996..cfc4cc425757 100644 --- a/lang/python311/pkg-plist +++ b/lang/python311/pkg-plist @@ -2958,6 +2958,7 @@ lib/python%%XYDOT%%/lib-dynload/_statistics.cpython-%%XY%%%%ABI%%.so lib/python%%XYDOT%%/lib-dynload/_struct.cpython-%%XY%%%%ABI%%.so lib/python%%XYDOT%%/lib-dynload/_testbuffer.cpython-%%XY%%%%ABI%%.so lib/python%%XYDOT%%/lib-dynload/_testcapi.cpython-%%XY%%%%ABI%%.so +lib/python%%XYDOT%%/lib-dynload/_testclinic.cpython-%%XY%%.so lib/python%%XYDOT%%/lib-dynload/_testimportmultiple.cpython-%%XY%%%%ABI%%.so lib/python%%XYDOT%%/lib-dynload/_testinternalcapi.cpython-%%XY%%%%ABI%%.so lib/python%%XYDOT%%/lib-dynload/_testmultiphase.cpython-%%XY%%%%ABI%%.so |
