* [PR PATCH] ruff: update to 0.7.4.
@ 2024-11-20 20:01 icp1994
2024-11-26 14:25 ` meator
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: icp1994 @ 2024-11-20 20:01 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/53159
ruff: update to 0.7.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/53159.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ruff-53159.patch --]
[-- Type: text/x-diff, Size: 1007 bytes --]
From d0c9006f9718fefb00deba3b26e39a18f2dcf4d3 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 11 Nov 2024 01:33:25 +0530
Subject: [PATCH] ruff: update to 0.7.4.
---
srcpkgs/ruff/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/ruff/template b/srcpkgs/ruff/template
index 021bd57e5b28e6..20cb55ffea6b81 100644
--- a/srcpkgs/ruff/template
+++ b/srcpkgs/ruff/template
@@ -1,6 +1,6 @@
# Template file for 'ruff'
pkgname=ruff
-version=0.7.2
+version=0.7.4
revision=1
build_style=python3-pep517
build_helper="rust qemu"
@@ -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/${version}.tar.gz"
-checksum=e678307f10bd316f4bc8f0ca7419646e04be25b387f1ff84ea4470d482e240ba
+checksum=43b2619d1405188252425db62bea2c989c5a839122e5b562de11bda99ff3252c
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ruff: update to 0.7.4.
2024-11-20 20:01 [PR PATCH] ruff: update to 0.7.4 icp1994
@ 2024-11-26 14:25 ` meator
2024-11-27 6:30 ` meator
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: meator @ 2024-11-26 14:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 247 bytes --]
New comment by meator on void-packages repository
https://github.com/void-linux/void-packages/pull/53159#issuecomment-2500940334
Comment:
[A newer version is available](https://github.com/astral-sh/ruff/releases/tag/0.8.0) (major version bump).
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ruff: update to 0.7.4.
2024-11-20 20:01 [PR PATCH] ruff: update to 0.7.4 icp1994
2024-11-26 14:25 ` meator
@ 2024-11-27 6:30 ` meator
2024-12-02 19:56 ` [PR PATCH] [Updated] " icp1994
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: meator @ 2024-11-27 6:30 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 226 bytes --]
New comment by meator on void-packages repository
https://github.com/void-linux/void-packages/pull/53159#issuecomment-2500940334
Comment:
[A newer version is available](https://github.com/astral-sh/ruff/releases/tag/0.8.0).
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] ruff: update to 0.7.4.
2024-11-20 20:01 [PR PATCH] ruff: update to 0.7.4 icp1994
2024-11-26 14:25 ` meator
2024-11-27 6:30 ` meator
@ 2024-12-02 19:56 ` icp1994
2024-12-24 20:07 ` [PR PATCH] [Updated] ruff: update to 0.8.1 icp1994
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2024-12-02 19:56 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/53159
ruff: update to 0.7.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/53159.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ruff-53159.patch --]
[-- Type: text/x-diff, Size: 1007 bytes --]
From ddb5762ea897c49de4c45d4e263c44e30f7d93ef Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 11 Nov 2024 01:33:25 +0530
Subject: [PATCH] ruff: update to 0.8.1.
---
srcpkgs/ruff/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/ruff/template b/srcpkgs/ruff/template
index 021bd57e5b28e6..b7769738ebe549 100644
--- a/srcpkgs/ruff/template
+++ b/srcpkgs/ruff/template
@@ -1,6 +1,6 @@
# Template file for 'ruff'
pkgname=ruff
-version=0.7.2
+version=0.8.1
revision=1
build_style=python3-pep517
build_helper="rust qemu"
@@ -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/${version}.tar.gz"
-checksum=e678307f10bd316f4bc8f0ca7419646e04be25b387f1ff84ea4470d482e240ba
+checksum=2357a0b0034ccfd16146c102b3c4ce652996e16be26499d2b6168c065b58c8d4
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] ruff: update to 0.8.1.
2024-11-20 20:01 [PR PATCH] ruff: update to 0.7.4 icp1994
` (2 preceding siblings ...)
2024-12-02 19:56 ` [PR PATCH] [Updated] " icp1994
@ 2024-12-24 20:07 ` icp1994
2025-01-06 19:04 ` [PR PATCH] [Updated] ruff: update to 0.8.4 icp1994
2025-01-13 19:27 ` [PR PATCH] [Updated] ruff: update to 0.8.6 icp1994
5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2024-12-24 20:07 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/53159
ruff: update to 0.8.1.
#### 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/53159.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ruff-53159.patch --]
[-- Type: text/x-diff, Size: 1065 bytes --]
From 3bcf4ea4316e03a29908c14efd0e5c4790b73b15 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 11 Nov 2024 01:33:25 +0530
Subject: [PATCH] ruff: update to 0.8.4.
---
srcpkgs/ruff/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/ruff/template b/srcpkgs/ruff/template
index 7ecb5832495811..8b2c020f49995a 100644
--- a/srcpkgs/ruff/template
+++ b/srcpkgs/ruff/template
@@ -1,7 +1,7 @@
# Template file for 'ruff'
pkgname=ruff
-version=0.7.2
-revision=2
+version=0.8.4
+revision=1
build_style=python3-pep517
build_helper="rust qemu"
hostmakedepends="maturin cargo pkg-config"
@@ -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/${version}.tar.gz"
-checksum=e678307f10bd316f4bc8f0ca7419646e04be25b387f1ff84ea4470d482e240ba
+checksum=f48c9e2479e72957ce5dfd3d0cc9d27f5aeb36d15ae2f97c9c116fc5c742dc5d
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] ruff: update to 0.8.4.
2024-11-20 20:01 [PR PATCH] ruff: update to 0.7.4 icp1994
` (3 preceding siblings ...)
2024-12-24 20:07 ` [PR PATCH] [Updated] ruff: update to 0.8.1 icp1994
@ 2025-01-06 19:04 ` icp1994
2025-01-13 19:27 ` [PR PATCH] [Updated] ruff: update to 0.8.6 icp1994
5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2025-01-06 19:04 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/53159
ruff: update to 0.8.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/53159.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ruff-53159.patch --]
[-- Type: text/x-diff, Size: 1065 bytes --]
From 743e24029c44336761dab3b45e1ab6f57723246e Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 11 Nov 2024 01:33:25 +0530
Subject: [PATCH] ruff: update to 0.8.6.
---
srcpkgs/ruff/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/ruff/template b/srcpkgs/ruff/template
index 7ecb5832495811..04c33ff7ca6943 100644
--- a/srcpkgs/ruff/template
+++ b/srcpkgs/ruff/template
@@ -1,7 +1,7 @@
# Template file for 'ruff'
pkgname=ruff
-version=0.7.2
-revision=2
+version=0.8.6
+revision=1
build_style=python3-pep517
build_helper="rust qemu"
hostmakedepends="maturin cargo pkg-config"
@@ -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/${version}.tar.gz"
-checksum=e678307f10bd316f4bc8f0ca7419646e04be25b387f1ff84ea4470d482e240ba
+checksum=b92fa663b58089325bd0bd0d3732388adf7b9602beef54a24f0e7d9244c665a9
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] ruff: update to 0.8.6.
2024-11-20 20:01 [PR PATCH] ruff: update to 0.7.4 icp1994
` (4 preceding siblings ...)
2025-01-06 19:04 ` [PR PATCH] [Updated] ruff: update to 0.8.4 icp1994
@ 2025-01-13 19:27 ` icp1994
5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2025-01-13 19:27 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/53159
ruff: update to 0.8.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/53159.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ruff-53159.patch --]
[-- Type: text/x-diff, Size: 1065 bytes --]
From 99d6ced8b27bb02ecfa75e9e5a2704067b9bee66 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 11 Nov 2024 01:33:25 +0530
Subject: [PATCH] ruff: update to 0.9.1.
---
srcpkgs/ruff/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/ruff/template b/srcpkgs/ruff/template
index 7ecb5832495811..2fd58629ee59a2 100644
--- a/srcpkgs/ruff/template
+++ b/srcpkgs/ruff/template
@@ -1,7 +1,7 @@
# Template file for 'ruff'
pkgname=ruff
-version=0.7.2
-revision=2
+version=0.9.1
+revision=1
build_style=python3-pep517
build_helper="rust qemu"
hostmakedepends="maturin cargo pkg-config"
@@ -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/${version}.tar.gz"
-checksum=e678307f10bd316f4bc8f0ca7419646e04be25b387f1ff84ea4470d482e240ba
+checksum=661c71f5884476eda3af5143141ab71eec948514c4918cc2cfa75f2ece404d4e
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2025-01-13 19:27 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-20 20:01 [PR PATCH] ruff: update to 0.7.4 icp1994
2024-11-26 14:25 ` meator
2024-11-27 6:30 ` meator
2024-12-02 19:56 ` [PR PATCH] [Updated] " icp1994
2024-12-24 20:07 ` [PR PATCH] [Updated] ruff: update to 0.8.1 icp1994
2025-01-06 19:04 ` [PR PATCH] [Updated] ruff: update to 0.8.4 icp1994
2025-01-13 19:27 ` [PR PATCH] [Updated] ruff: update to 0.8.6 icp1994
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).