Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ruff: update to 0.4.6.
@ 2024-05-31 19:49 icp1994
  2024-06-04 18:50 ` [PR PATCH] [Updated] " icp1994
  2024-06-04 19:18 ` [PR PATCH] [Merged]: ruff: update to 0.4.7 cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2024-05-31 19:49 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/50632

ruff: update to 0.4.6.
#### 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/50632.patch is attached

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

From 0eb315692b26e32b178eb7939416111d0450df1e Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 30 May 2024 13:45:00 +0530
Subject: [PATCH] ruff: update to 0.4.6.

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

diff --git a/srcpkgs/ruff/template b/srcpkgs/ruff/template
index a4845b4e42f67b..821ce7e5be767e 100644
--- a/srcpkgs/ruff/template
+++ b/srcpkgs/ruff/template
@@ -1,6 +1,6 @@
 # Template file for 'ruff'
 pkgname=ruff
-version=0.4.5
+version=0.4.6
 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=e375f3cb436dba8e77eb8ac573e4f134fc0b57eb1e779bd02b8041358937995a
+checksum=1c32e97535e8c4c2746f2a0bb4b690699895729e98c3c9e2020dd5346b19b228
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] ruff: update to 0.4.6.
  2024-05-31 19:49 [PR PATCH] ruff: update to 0.4.6 icp1994
@ 2024-06-04 18:50 ` icp1994
  2024-06-04 19:18 ` [PR PATCH] [Merged]: ruff: update to 0.4.7 cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2024-06-04 18:50 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/50632

ruff: update to 0.4.6.
#### 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/50632.patch is attached

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

From 13a1789890aaf624ec4dceda7a180c51c97cab7d Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 30 May 2024 13:45:00 +0530
Subject: [PATCH] ruff: update to 0.4.7.

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

diff --git a/srcpkgs/ruff/template b/srcpkgs/ruff/template
index a4845b4e42f67b..cc4cd82ba9cc84 100644
--- a/srcpkgs/ruff/template
+++ b/srcpkgs/ruff/template
@@ -1,6 +1,6 @@
 # Template file for 'ruff'
 pkgname=ruff
-version=0.4.5
+version=0.4.7
 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=e375f3cb436dba8e77eb8ac573e4f134fc0b57eb1e779bd02b8041358937995a
+checksum=ac4aa8ef072de32e3681ce7e6a126204a8ca30b0a5d512b0c84fb4d116223c41
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: ruff: update to 0.4.7.
  2024-05-31 19:49 [PR PATCH] ruff: update to 0.4.6 icp1994
  2024-06-04 18:50 ` [PR PATCH] [Updated] " icp1994
@ 2024-06-04 19:18 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-06-04 19:18 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.4.7.
https://github.com/void-linux/void-packages/pull/50632

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-06-04 19:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-31 19:49 [PR PATCH] ruff: update to 0.4.6 icp1994
2024-06-04 18:50 ` [PR PATCH] [Updated] " icp1994
2024-06-04 19:18 ` [PR PATCH] [Merged]: ruff: update to 0.4.7 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).