Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-jedi: update to 0.19.1, adopt.
@ 2023-10-30  3:56 DragonGhost7
  2023-11-02 20:04 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: DragonGhost7 @ 2023-10-30  3:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/DragonGhost7/void-packages python3-jedi
https://github.com/void-linux/void-packages/pull/46968

python3-jedi: update to 0.19.1, adopt.
#### 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-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686
  - armv7l-musl


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

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

From badd2da34ee5c37ab91764cb68f28a167bf37677 Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sun, 29 Oct 2023 23:46:17 -0400
Subject: [PATCH] python3-jedi: update to 0.19.1, adopt.

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

diff --git a/srcpkgs/python3-jedi/template b/srcpkgs/python3-jedi/template
index e13ecc0f90ee7..2bf86e4063bcf 100644
--- a/srcpkgs/python3-jedi/template
+++ b/srcpkgs/python3-jedi/template
@@ -1,17 +1,17 @@
 # Template file for 'python3-jedi'
 pkgname=python3-jedi
-version=0.19.0
-revision=2
+version=0.19.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-parso"
 checkdepends="python3-parso python3-pytest python3-docopt"
 short_desc="Autocompletion/static analysis library for Python 3"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
 license="MIT"
 homepage="https://jedi.readthedocs.io/"
 distfiles="${PYPI_SITE}/j/jedi/jedi-${version}.tar.gz"
-checksum=bcf9894f1753969cbac8022a8c2eaee06bfa3724e4192470aaffe7eb6272b0c4
+checksum=cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR REVIEW] python3-jedi: update to 0.19.1, adopt.
  2023-10-30  3:56 [PR PATCH] python3-jedi: update to 0.19.1, adopt DragonGhost7
@ 2023-11-02 20:04 ` classabbyamp
  2023-11-02 23:53 ` [PR PATCH] [Updated] " DragonGhost7
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-11-02 20:04 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/46968#discussion_r1380712075

Comment:
```suggestion
homepage="https://jedi.readthedocs.io/"
changelog="https://raw.githubusercontent.com/davidhalter/jedi/master/CHANGELOG.rst"
```

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

* Re: [PR PATCH] [Updated] python3-jedi: update to 0.19.1, adopt.
  2023-10-30  3:56 [PR PATCH] python3-jedi: update to 0.19.1, adopt DragonGhost7
  2023-11-02 20:04 ` [PR REVIEW] " classabbyamp
@ 2023-11-02 23:53 ` DragonGhost7
  2023-11-02 23:58 ` [PR REVIEW] " DragonGhost7
  2023-11-03  0:02 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: DragonGhost7 @ 2023-11-02 23:53 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by DragonGhost7 against master on the void-packages repository

https://github.com/DragonGhost7/void-packages python3-jedi
https://github.com/void-linux/void-packages/pull/46968

python3-jedi: update to 0.19.1, adopt.
#### 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-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686
  - armv7l-musl


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

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

From 78df8fbd70db6462f851cf877557768480a8c423 Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sun, 29 Oct 2023 23:46:17 -0400
Subject: [PATCH] python3-jedi: update to 0.19.1, adopt.

---
 srcpkgs/python3-jedi/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-jedi/template b/srcpkgs/python3-jedi/template
index e13ecc0f90ee7..d5b17fda081be 100644
--- a/srcpkgs/python3-jedi/template
+++ b/srcpkgs/python3-jedi/template
@@ -1,17 +1,18 @@
 # Template file for 'python3-jedi'
 pkgname=python3-jedi
-version=0.19.0
-revision=2
+version=0.19.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-parso"
 checkdepends="python3-parso python3-pytest python3-docopt"
 short_desc="Autocompletion/static analysis library for Python 3"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
 license="MIT"
 homepage="https://jedi.readthedocs.io/"
+changelog="https://raw.githubusercontent.com/davidhalter/jedi/master/CHANGELOG.rst"
 distfiles="${PYPI_SITE}/j/jedi/jedi-${version}.tar.gz"
-checksum=bcf9894f1753969cbac8022a8c2eaee06bfa3724e4192470aaffe7eb6272b0c4
+checksum=cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR REVIEW] python3-jedi: update to 0.19.1, adopt.
  2023-10-30  3:56 [PR PATCH] python3-jedi: update to 0.19.1, adopt DragonGhost7
  2023-11-02 20:04 ` [PR REVIEW] " classabbyamp
  2023-11-02 23:53 ` [PR PATCH] [Updated] " DragonGhost7
@ 2023-11-02 23:58 ` DragonGhost7
  2023-11-03  0:02 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: DragonGhost7 @ 2023-11-02 23:58 UTC (permalink / raw)
  To: ml

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

New review comment by DragonGhost7 on void-packages repository

https://github.com/void-linux/void-packages/pull/46968#discussion_r1380904290

Comment:
ah yes, of course.

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

* Re: [PR PATCH] [Merged]: python3-jedi: update to 0.19.1, adopt.
  2023-10-30  3:56 [PR PATCH] python3-jedi: update to 0.19.1, adopt DragonGhost7
                   ` (2 preceding siblings ...)
  2023-11-02 23:58 ` [PR REVIEW] " DragonGhost7
@ 2023-11-03  0:02 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-11-03  0:02 UTC (permalink / raw)
  To: ml

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

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

python3-jedi: update to 0.19.1, adopt.
https://github.com/void-linux/void-packages/pull/46968

Description:
#### 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-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686
  - armv7l-musl


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

end of thread, other threads:[~2023-11-03  0:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-30  3:56 [PR PATCH] python3-jedi: update to 0.19.1, adopt DragonGhost7
2023-11-02 20:04 ` [PR REVIEW] " classabbyamp
2023-11-02 23:53 ` [PR PATCH] [Updated] " DragonGhost7
2023-11-02 23:58 ` [PR REVIEW] " DragonGhost7
2023-11-03  0:02 ` [PR PATCH] [Merged]: " classabbyamp

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).