Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-codespell: update to 2.2.6.
@ 2023-10-04 19:05 icp1994
  2023-10-10  5:54 ` [PR PATCH] [Updated] " icp1994
  2023-10-11  7:57 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2023-10-04 19:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-codespell
https://github.com/void-linux/void-packages/pull/46433

python3-codespell: update to 2.2.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/46433.patch is attached

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

From e2dc4cb97fe9b9b1083eabe6b30de92e8390e027 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 3 Oct 2023 13:20:00 +0530
Subject: [PATCH] python3-codespell: update to 2.2.6.

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

diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template
index a78c2caf727bc..bf9eb3cefd7da 100644
--- a/srcpkgs/python3-codespell/template
+++ b/srcpkgs/python3-codespell/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-codespell'
 pkgname=python3-codespell
-version=2.2.5
+version=2.2.6
 revision=1
 build_style=python3-pep517
 make_check_args="--deselect codespell_lib/tests/test_basic.py::test_command
@@ -13,7 +13,7 @@ maintainer="icp <pangolin@vivaldi.net>"
 license="GPL-2.0-only"
 homepage="https://github.com/codespell-project/codespell"
 distfiles="${PYPI_SITE}/c/codespell/codespell-${version}.tar.gz"
-checksum=6d9faddf6eedb692bf80c9a94ec13ab4f5fb585aabae5f3750727148d7b5be56
+checksum=a8c65d8eb3faa03deabab6b3bbe798bea72e1799c7e9e955d57eca4096abcff9
 conflicts="python-codespell>=0"
 
 pre_check() {

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

* Re: [PR PATCH] [Updated] python3-codespell: update to 2.2.6.
  2023-10-04 19:05 [PR PATCH] python3-codespell: update to 2.2.6 icp1994
@ 2023-10-10  5:54 ` icp1994
  2023-10-11  7:57 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-10-10  5:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-codespell
https://github.com/void-linux/void-packages/pull/46433

python3-codespell: update to 2.2.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/46433.patch is attached

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

From 237342fce3957eb47ec8d14874529b0e1e2e62c9 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 3 Oct 2023 13:20:00 +0530
Subject: [PATCH] python3-codespell: update to 2.2.6.

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

diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template
index 3fdf5980754ef..bf9eb3cefd7da 100644
--- a/srcpkgs/python3-codespell/template
+++ b/srcpkgs/python3-codespell/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-codespell'
 pkgname=python3-codespell
-version=2.2.5
-revision=2
+version=2.2.6
+revision=1
 build_style=python3-pep517
 make_check_args="--deselect codespell_lib/tests/test_basic.py::test_command
  --deselect codespell_lib/tests/test_basic.py::test_permission_error"
@@ -13,7 +13,7 @@ maintainer="icp <pangolin@vivaldi.net>"
 license="GPL-2.0-only"
 homepage="https://github.com/codespell-project/codespell"
 distfiles="${PYPI_SITE}/c/codespell/codespell-${version}.tar.gz"
-checksum=6d9faddf6eedb692bf80c9a94ec13ab4f5fb585aabae5f3750727148d7b5be56
+checksum=a8c65d8eb3faa03deabab6b3bbe798bea72e1799c7e9e955d57eca4096abcff9
 conflicts="python-codespell>=0"
 
 pre_check() {

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

* Re: [PR PATCH] [Merged]: python3-codespell: update to 2.2.6.
  2023-10-04 19:05 [PR PATCH] python3-codespell: update to 2.2.6 icp1994
  2023-10-10  5:54 ` [PR PATCH] [Updated] " icp1994
@ 2023-10-11  7:57 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-10-11  7:57 UTC (permalink / raw)
  To: ml

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

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

python3-codespell: update to 2.2.6.
https://github.com/void-linux/void-packages/pull/46433

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-10-11  7:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-04 19:05 [PR PATCH] python3-codespell: update to 2.2.6 icp1994
2023-10-10  5:54 ` [PR PATCH] [Updated] " icp1994
2023-10-11  7:57 ` [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).