Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-ipython: update to 8.0.1.
@ 2022-02-18 10:04 MouadCharradi
  2022-02-18 15:52 ` dkwo
  2022-02-18 17:14 ` [PR PATCH] [Closed]: " paper42
  0 siblings, 2 replies; 4+ messages in thread
From: MouadCharradi @ 2022-02-18 10:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1189 bytes --]

There is a new pull request by MouadCharradi against master on the void-packages repository

https://github.com/MouadCharradi/void-packages python3-ipython
https://github.com/void-linux/void-packages/pull/35678

python3-ipython: update to 8.0.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR:  **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l


A patch file from https://github.com/void-linux/void-packages/pull/35678.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-ipython-35678.patch --]
[-- Type: text/x-diff, Size: 1075 bytes --]

From f5b3244f1efe49bfa0e9671f3d9e49c0b7b0c497 Mon Sep 17 00:00:00 2001
From: MouadCharradi <charradimouad58@gmail.com>
Date: Fri, 18 Feb 2022 11:01:24 +0100
Subject: [PATCH] python3-ipython: update to 8.0.1.

---
 srcpkgs/python3-ipython/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template
index cdb2bdd08161..600116f8ccf9 100644
--- a/srcpkgs/python3-ipython/template
+++ b/srcpkgs/python3-ipython/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-ipython'
 pkgname=python3-ipython
-version=7.31.0
+version=8.0.1
 revision=1
 wrksrc="ipython-${version}"
 build_style=python3-module
@@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="BSD-3-Clause"
 homepage="https://ipython.org/"
 distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz"
-checksum=346c74db7312c41fa566d3be45d2e759a528dcc2994fe48aac1a03a70cd668a3
+checksum=ab564d4521ea8ceaac26c3a2c6e5ddbca15c8848fd5a5cc325f960da88d42974
 conflicts="python-ipython<=5.8.0_2"
 
 do_check() {

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: python3-ipython: update to 8.0.1.
  2022-02-18 10:04 [PR PATCH] python3-ipython: update to 8.0.1 MouadCharradi
@ 2022-02-18 15:52 ` dkwo
  2022-02-18 17:14 ` [PR PATCH] [Closed]: " paper42
  1 sibling, 0 replies; 4+ messages in thread
From: dkwo @ 2022-02-18 15:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 149 bytes --]

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/35678#issuecomment-1044737930

Comment:
see #35618

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Closed]: python3-ipython: update to 8.0.1.
  2022-02-18 10:04 [PR PATCH] python3-ipython: update to 8.0.1 MouadCharradi
  2022-02-18 15:52 ` dkwo
@ 2022-02-18 17:14 ` paper42
  1 sibling, 0 replies; 4+ messages in thread
From: paper42 @ 2022-02-18 17:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1018 bytes --]

There's a closed pull request on the void-packages repository

python3-ipython: update to 8.0.1.
https://github.com/void-linux/void-packages/pull/35678

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR:  **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PR PATCH] python3-ipython: update to 8.0.1
@ 2022-02-14 16:52 ahesford
  0 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2022-02-14 16:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 664 bytes --]

There is a new pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages ipython
https://github.com/void-linux/void-packages/pull/35618

python3-ipython: update to 8.0.1
This is a pretty substantial update, so I'm giving people a week or so to test before merging. Works For Me™.

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, `x86_64`
- I built this PR locally for **all official build architectures**


A patch file from https://github.com/void-linux/void-packages/pull/35618.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ipython-35618.patch --]
[-- Type: text/x-diff, Size: 7098 bytes --]

From 2cecf6de04c7d77db899a073d71ab454765e9153 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Mon, 14 Feb 2022 10:10:22 -0500
Subject: [PATCH 1/5] New package: python3-pure_eval-0.2.2

---
 srcpkgs/python3-pure_eval/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-pure_eval/template

diff --git a/srcpkgs/python3-pure_eval/template b/srcpkgs/python3-pure_eval/template
new file mode 100644
index 000000000000..d1c86a21d82d
--- /dev/null
+++ b/srcpkgs/python3-pure_eval/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-pure_eval'
+pkgname=python3-pure_eval
+version=0.2.2
+revision=1
+wrksrc="${pkgname#python3-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools_scm"
+depends="python3"
+checkdepends="python3-pytest"
+short_desc="Safely evaluate Python AST nodes without side effects"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="MIT"
+homepage="https://github.com/alexmojaki/pure_eval"
+distfiles="${PYPI_SITE}/p/pure_eval/pure_eval-${version}.tar.gz"
+checksum=2b45320af6dfaa1750f543d714b6d1c520a1688dec6fd24d339063ce0aaa9ac3
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 5c564bc98368b2b5535ea215445a18f090077df9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Mon, 14 Feb 2022 10:14:13 -0500
Subject: [PATCH 2/5] New package: python3-executing-0.8.2

---
 srcpkgs/python3-executing/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/python3-executing/template

diff --git a/srcpkgs/python3-executing/template b/srcpkgs/python3-executing/template
new file mode 100644
index 000000000000..fe9b1f781ab8
--- /dev/null
+++ b/srcpkgs/python3-executing/template
@@ -0,0 +1,23 @@
+# Template file for 'python3-executing'
+pkgname=python3-executing
+version=0.8.2
+revision=1
+wrksrc="${pkgname#python3-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools_scm"
+depends="python3"
+checkdepends="python3-pytest python3-asttokens $depends"
+short_desc="Get information about what a Python frame is currently doing"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="MIT"
+homepage="https://github.com/alexmojaki/executing"
+distfiles="${PYPI_SITE}/e/executing/executing-${version}.tar.gz"
+checksum=c23bf42e9a7b9b212f185b1b2c3c91feb895963378887bb10e64a2e612ec0023
+
+do_check() {
+	PYTHONPATH="$(cd build/lib* && pwd)"  python3 tests/test_main.py
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}

From bd9e2c7fd20cf86803bea2729117241e08d9ca25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Mon, 14 Feb 2022 10:17:17 -0500
Subject: [PATCH 3/5] New package: python3-asttokens-2.0.5

---
 srcpkgs/python3-asttokens/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-asttokens/template

diff --git a/srcpkgs/python3-asttokens/template b/srcpkgs/python3-asttokens/template
new file mode 100644
index 000000000000..3f5eec09c28d
--- /dev/null
+++ b/srcpkgs/python3-asttokens/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-asttokens'
+pkgname=python3-asttokens
+version=2.0.5
+revision=1
+wrksrc="${pkgname#python3-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools_scm"
+depends="python3-six"
+checkdepends="python3-pytest python3-astroid $depends"
+short_desc="Annotate Python AST with source text and token information"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="Apache-2.0"
+homepage="https://github.com/gristlabs/asttokens"
+distfiles="${PYPI_SITE}/a/asttokens/asttokens-${version}.tar.gz"
+checksum=9a54c114f02c7a9480d56550932546a3f1fe71d8a02f1bc7ccd0ee3ee35cf4d5

From 751b2de56cf1e5d9fc7d343997dca8134c9307bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Mon, 14 Feb 2022 10:21:01 -0500
Subject: [PATCH 4/5] New package: python3-stack_data-0.1.4

---
 srcpkgs/python3-stack_data/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-stack_data/template

diff --git a/srcpkgs/python3-stack_data/template b/srcpkgs/python3-stack_data/template
new file mode 100644
index 000000000000..da46ef069e2a
--- /dev/null
+++ b/srcpkgs/python3-stack_data/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-stack_data'
+pkgname=python3-stack_data
+version=0.1.4
+revision=1
+wrksrc="${pkgname#python3-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools_scm"
+depends="python3-executing python3-asttokens python3-pure_eval"
+short_desc="Module to extract data from Python stack frames and tracebacks"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="MIT"
+homepage="https://github.com/alexmojaki/stack_data"
+distfiles="${PYPI_SITE}/s/stack_data/stack_data-${version}.tar.gz"
+checksum=7769ed2482ce0030e00175dd1bf4ef1e873603b6ab61cd3da443b410e64e9477
+# Tests require unpackaged dependencies
+make_check=no
+
+post_install() {
+	vlicense LICENSE.txt
+}

From e64dc33dce6b21ae6a6bd20c1fa17042aa347664 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Mon, 14 Feb 2022 10:47:31 -0500
Subject: [PATCH 5/5] python3-ipython: update to 8.0.1.

---
 srcpkgs/python3-ipython/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template
index cdb2bdd08161..fc04238c0453 100644
--- a/srcpkgs/python3-ipython/template
+++ b/srcpkgs/python3-ipython/template
@@ -1,22 +1,22 @@
 # Template file for 'python3-ipython'
 pkgname=python3-ipython
-version=7.31.0
+version=8.0.1
 revision=1
 wrksrc="ipython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-jedi python3-decorator python3-pickleshare
  python3-traitlets python3-prompt_toolkit python3-Pygments python3-backcall
- python3-matplotlib-inline python3-pexpect"
-checkdepends="$depends python3-pytest python3-nose python3-matplotlib
+ python3-matplotlib-inline python3-pexpect python3-stack_data"
+checkdepends="python3-pytest $depends python3-matplotlib python3-Pillow
  python3-requests python3-testpath python3-numpy python3-ipython_ipykernel
- python3-jupyter_nbformat python3-Pygments python3-Pillow"
+ python3-jupyter_nbformat python3-Pygments"
 short_desc="Enhanced interactive Python3 shell"
 maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="BSD-3-Clause"
 homepage="https://ipython.org/"
 distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz"
-checksum=346c74db7312c41fa566d3be45d2e759a528dcc2994fe48aac1a03a70cd668a3
+checksum=ab564d4521ea8ceaac26c3a2c6e5ddbca15c8848fd5a5cc325f960da88d42974
 conflicts="python-ipython<=5.8.0_2"
 
 do_check() {
@@ -26,7 +26,8 @@ do_check() {
 			not test_deduplicate_completions and \
 			not test_magic_arguments and \
 			not test_pinfo_docstring_if_detail_and_no_source and \
-			not test_pprint_heap_allocated_type"
+			not test_pprint_heap_allocated_type and \
+			not test_code_from_file"
 }
 
 post_install() {

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-02-18 17:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-18 10:04 [PR PATCH] python3-ipython: update to 8.0.1 MouadCharradi
2022-02-18 15:52 ` dkwo
2022-02-18 17:14 ` [PR PATCH] [Closed]: " paper42
  -- strict thread matches above, loose matches on Subject: below --
2022-02-14 16:52 [PR PATCH] " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).