Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ruff: update to 0.3.4.
@ 2024-03-23 20:29 icp1994
  2024-03-23 20:43 ` [PR PATCH] [Updated] " icp1994
  2024-03-23 22:17 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2024-03-23 20:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages ruff
https://github.com/void-linux/void-packages/pull/49486

ruff: update to 0.3.4.
#### 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**

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

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

From 583e99718fa9706c6155f91ef2b34f58296a7121 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 22 Mar 2024 11:24:58 +0530
Subject: [PATCH] ruff: update to 0.3.4.

---
 srcpkgs/ruff/template | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ruff/template b/srcpkgs/ruff/template
index b7f26f7b54b5a6..6b60524915ad25 100644
--- a/srcpkgs/ruff/template
+++ b/srcpkgs/ruff/template
@@ -1,6 +1,6 @@
 # Template file for 'ruff'
 pkgname=ruff
-version=0.3.3
+version=0.3.4
 revision=1
 build_style=python3-pep517
 build_helper="rust"
@@ -12,8 +12,13 @@ license="MIT"
 homepage="https://docs.astral.sh/ruff/"
 changelog="https://raw.githubusercontent.com/astral-sh/ruff/main/CHANGELOG.md"
 distfiles="https://github.com/astral-sh/ruff/archive/refs/tags/v${version}.tar.gz"
-checksum=0065193961b1398dfdb43cc196a67f7275cc97a711b994430b62905144116e19
+checksum=2354027cf56ab289bf3d498ea2f80707ef28b47765a50ea951270c325875a58e
 
 post_install() {
+	for sh in bash fish zsh; do
+		vtargetrun "${DESTDIR}/usr/bin/ruff" generate-shell-completion ${sh} > ruff.${sh}
+		vcompletion ruff.${sh} ${sh}
+	done
+
 	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Updated] ruff: update to 0.3.4.
  2024-03-23 20:29 [PR PATCH] ruff: update to 0.3.4 icp1994
@ 2024-03-23 20:43 ` icp1994
  2024-03-23 22:17 ` [PR PATCH] [Merged]: " cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2024-03-23 20:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages ruff
https://github.com/void-linux/void-packages/pull/49486

ruff: update to 0.3.4.
#### 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**

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

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

From 3d3dfb7ad2f879a6281cfa07fc5e11ed8bc2ad4e Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 22 Mar 2024 11:24:58 +0530
Subject: [PATCH] ruff: update to 0.3.4.

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

diff --git a/srcpkgs/ruff/template b/srcpkgs/ruff/template
index b7f26f7b54b5a6..3b35830d7a4311 100644
--- a/srcpkgs/ruff/template
+++ b/srcpkgs/ruff/template
@@ -1,6 +1,6 @@
 # Template file for 'ruff'
 pkgname=ruff
-version=0.3.3
+version=0.3.4
 revision=1
 build_style=python3-pep517
 build_helper="rust"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://docs.astral.sh/ruff/"
 changelog="https://raw.githubusercontent.com/astral-sh/ruff/main/CHANGELOG.md"
 distfiles="https://github.com/astral-sh/ruff/archive/refs/tags/v${version}.tar.gz"
-checksum=0065193961b1398dfdb43cc196a67f7275cc97a711b994430b62905144116e19
+checksum=2354027cf56ab289bf3d498ea2f80707ef28b47765a50ea951270c325875a58e
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: ruff: update to 0.3.4.
  2024-03-23 20:29 [PR PATCH] ruff: update to 0.3.4 icp1994
  2024-03-23 20:43 ` [PR PATCH] [Updated] " icp1994
@ 2024-03-23 22:17 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-03-23 22:17 UTC (permalink / raw)
  To: ml

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

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

ruff: update to 0.3.4.
https://github.com/void-linux/void-packages/pull/49486

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**

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

end of thread, other threads:[~2024-03-23 22:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-23 20:29 [PR PATCH] ruff: update to 0.3.4 icp1994
2024-03-23 20:43 ` [PR PATCH] [Updated] " icp1994
2024-03-23 22:17 ` [PR PATCH] [Merged]: " cinerea0

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