Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ruff: update to 0.3.7.
@ 2024-04-13 19:21 icp1994
  2024-04-14  0:39 ` classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: icp1994 @ 2024-04-13 19:21 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/49828

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

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

From 2d6550c927078ad19bcbcb4d389ec237da1f9704 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 12 Apr 2024 13:04:51 +0530
Subject: [PATCH] ruff: update to 0.3.7.

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

diff --git a/srcpkgs/ruff/template b/srcpkgs/ruff/template
index 68092915e44fb5..0b8daaa845c3b8 100644
--- a/srcpkgs/ruff/template
+++ b/srcpkgs/ruff/template
@@ -1,6 +1,6 @@
 # Template file for 'ruff'
 pkgname=ruff
-version=0.3.5
+version=0.3.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=44ec048e84335eaafb435c50edec83dbd1cd818fad4fe41d9c6e12a9837f0484
+checksum=3adb76aebeb24c2358f51183fbe7a981e0d45c11af2afce6ca67f985dab3b900
 
 post_install() {
 	vlicense LICENSE

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

* Re: ruff: update to 0.3.7.
  2024-04-13 19:21 [PR PATCH] ruff: update to 0.3.7 icp1994
@ 2024-04-14  0:39 ` classabbyamp
  2024-04-14  4:57 ` [PR PATCH] [Updated] " icp1994
  2024-04-14 14:47 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-04-14  0:39 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49828#issuecomment-2053822494

Comment:
remove "written in rust" from short_desc pls

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

* Re: [PR PATCH] [Updated] ruff: update to 0.3.7.
  2024-04-13 19:21 [PR PATCH] ruff: update to 0.3.7 icp1994
  2024-04-14  0:39 ` classabbyamp
@ 2024-04-14  4:57 ` icp1994
  2024-04-14 14:47 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2024-04-14  4:57 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/49828

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

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

From 9f45c7e05704fb808dcb7b471f701a1d5bc7cec9 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 12 Apr 2024 13:04:51 +0530
Subject: [PATCH] ruff: update to 0.3.7.

---
 srcpkgs/ruff/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ruff/template b/srcpkgs/ruff/template
index 68092915e44fb5..7c581b5aa3aa25 100644
--- a/srcpkgs/ruff/template
+++ b/srcpkgs/ruff/template
@@ -1,18 +1,18 @@
 # Template file for 'ruff'
 pkgname=ruff
-version=0.3.5
+version=0.3.7
 revision=1
 build_style=python3-pep517
 build_helper="rust"
 hostmakedepends="maturin cargo"
 makedepends="rust-std"
-short_desc="Extremely fast Python linter, written in Rust"
+short_desc="Fast Python linter and code formatter"
 maintainer="icp <pangolin@vivaldi.net>"
 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=44ec048e84335eaafb435c50edec83dbd1cd818fad4fe41d9c6e12a9837f0484
+checksum=3adb76aebeb24c2358f51183fbe7a981e0d45c11af2afce6ca67f985dab3b900
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: ruff: update to 0.3.7.
  2024-04-13 19:21 [PR PATCH] ruff: update to 0.3.7 icp1994
  2024-04-14  0:39 ` classabbyamp
  2024-04-14  4:57 ` [PR PATCH] [Updated] " icp1994
@ 2024-04-14 14:47 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-04-14 14:47 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.7.
https://github.com/void-linux/void-packages/pull/49828

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] 4+ messages in thread

end of thread, other threads:[~2024-04-14 14:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-13 19:21 [PR PATCH] ruff: update to 0.3.7 icp1994
2024-04-14  0:39 ` classabbyamp
2024-04-14  4:57 ` [PR PATCH] [Updated] " icp1994
2024-04-14 14:47 ` [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).