Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ruff: update to 0.1.7.
@ 2023-12-09 19:23 icp1994
  2023-12-14  5:33 ` [PR PATCH] [Updated] " icp1994
  2023-12-22 21:04 ` [PR PATCH] [Merged]: ruff: update to 0.1.8 Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2023-12-09 19:23 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/47664

ruff: update to 0.1.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/47664.patch is attached

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

From 89b13f0c52e59b1bfd1e2e221f36e642f4744e8d Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 5 Dec 2023 20:52:53 +0530
Subject: [PATCH] ruff: update to 0.1.7.

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

diff --git a/srcpkgs/ruff/template b/srcpkgs/ruff/template
index a981386fb28c1..8f1f75b132c45 100644
--- a/srcpkgs/ruff/template
+++ b/srcpkgs/ruff/template
@@ -1,6 +1,6 @@
 # Template file for 'ruff'
 pkgname=ruff
-version=0.1.6
+version=0.1.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=34de15692839885e7096893b6df7828385cf562952636478ca56dd904df5dcbf
+checksum=e229d6004c29d96063eb55ef80fa8eaffbf89389829d19206b7853f763361fca
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] ruff: update to 0.1.7.
  2023-12-09 19:23 [PR PATCH] ruff: update to 0.1.7 icp1994
@ 2023-12-14  5:33 ` icp1994
  2023-12-22 21:04 ` [PR PATCH] [Merged]: ruff: update to 0.1.8 Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-12-14  5:33 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/47664

ruff: update to 0.1.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/47664.patch is attached

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

From 4e0ded7d0a40bb17996bebc5075b95d79d3f6ff6 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 5 Dec 2023 20:52:53 +0530
Subject: [PATCH] ruff: update to 0.1.8.

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

diff --git a/srcpkgs/ruff/template b/srcpkgs/ruff/template
index a981386fb28c1..d7a776607b73b 100644
--- a/srcpkgs/ruff/template
+++ b/srcpkgs/ruff/template
@@ -1,6 +1,6 @@
 # Template file for 'ruff'
 pkgname=ruff
-version=0.1.6
+version=0.1.8
 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=34de15692839885e7096893b6df7828385cf562952636478ca56dd904df5dcbf
+checksum=adbe3f5c715216a1e711cb077018641453760f8058f8ae0e81cdb88665fd2308
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: ruff: update to 0.1.8.
  2023-12-09 19:23 [PR PATCH] ruff: update to 0.1.7 icp1994
  2023-12-14  5:33 ` [PR PATCH] [Updated] " icp1994
@ 2023-12-22 21:04 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-12-22 21:04 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.1.8.
https://github.com/void-linux/void-packages/pull/47664

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:[~2023-12-22 21:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-09 19:23 [PR PATCH] ruff: update to 0.1.7 icp1994
2023-12-14  5:33 ` [PR PATCH] [Updated] " icp1994
2023-12-22 21:04 ` [PR PATCH] [Merged]: ruff: update to 0.1.8 Duncaen

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