From aead6e85034f28e4bb6a7ad011a7e1b9ae9fbeff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Mon, 6 Mar 2023 10:03:19 -0300 Subject: [PATCH 1/3] python3-traitlets: update to 5.9.0. --- srcpkgs/python3-traitlets/template | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-traitlets/template b/srcpkgs/python3-traitlets/template index e6817b409efc..7b4e13ff871b 100644 --- a/srcpkgs/python3-traitlets/template +++ b/srcpkgs/python3-traitlets/template @@ -1,6 +1,6 @@ # Template file for 'python3-traitlets' pkgname=python3-traitlets -version=5.5.0 +version=5.9.0 revision=1 build_style=python3-pep517 hostmakedepends="python3-flit_core hatchling" @@ -10,12 +10,9 @@ short_desc="Configuration system for Python applications" maintainer="Orphaned " license="BSD-3-Clause" homepage="https://github.com/ipython/traitlets" +changelog="https://github.com/ipython/traitlets/raw/main/CHANGELOG.md" distfiles="${PYPI_SITE}/t/traitlets/traitlets-${version}.tar.gz" -checksum=b122f9ff2f2f6c1709dab289a05555be011c87828e911c0cf4074b85cb780a79 - -do_check() { - pytest -} +checksum=f6cde21a9c68cf756af02035f72d5a723bf607e862e7be33ece505abf4a3bad9 post_install() { vlicense COPYING.md LICENSE From da413cc3e5f3743083af13497e1560b98641e9c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Mon, 6 Mar 2023 09:34:47 -0300 Subject: [PATCH 2/3] python3-prompt_toolkit: update to 3.0.38. --- srcpkgs/python3-prompt_toolkit/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-prompt_toolkit/template b/srcpkgs/python3-prompt_toolkit/template index fd00fcb53e6b..7fd3189b6d17 100644 --- a/srcpkgs/python3-prompt_toolkit/template +++ b/srcpkgs/python3-prompt_toolkit/template @@ -1,6 +1,6 @@ # Template file for 'python3-prompt_toolkit' pkgname=python3-prompt_toolkit -version=3.0.37 +version=3.0.38 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -12,7 +12,7 @@ license="BSD-3-Clause" homepage="https://github.com/prompt-toolkit/python-prompt-toolkit" changelog="https://raw.githubusercontent.com/prompt-toolkit/python-prompt-toolkit/master/CHANGELOG" distfiles="${PYPI_SITE}/p/prompt_toolkit/prompt_toolkit-${version}.tar.gz" -checksum=d5d73d4b5eb1a92ba884a88962b157f49b71e06c4348b417dd622b25cdd3800b +checksum=23ac5d50538a9a38c8bde05fecb47d0b403ecd0662857a86f886f798563d5b9b conflicts="python3-prompt_toolkit2<=2.0.9_4" post_install() { From 5a80babbfd1560f6b9c30cd39acd2807676f53cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Mon, 6 Mar 2023 09:46:00 -0300 Subject: [PATCH 3/3] python3-ipython: update to 8.11.0. --- srcpkgs/python3-ipython/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template index ce9a695a1354..e0e2e4091e66 100644 --- a/srcpkgs/python3-ipython/template +++ b/srcpkgs/python3-ipython/template @@ -1,6 +1,6 @@ # Template file for 'python3-ipython' pkgname=python3-ipython -version=8.10.0 +version=8.11.0 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -14,8 +14,9 @@ short_desc="Enhanced interactive Python3 shell" maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://ipython.org/" +changelog="https://github.com/ipython/ipython/raw/main/docs/source/whatsnew/version8.rst" distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz" -checksum=b13a1d6c1f5818bd388db53b7107d17454129a70de2b87481d555daede5eb49e +checksum=735cede4099dbc903ee540307b9171fbfef4aa75cfcacc5a273b2cda2f02be04 conflicts="python-ipython<=5.8.0_2" do_check() {