Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-codespell: update to 2.3.0.
@ 2024-06-11 21:33 Zyrtula
  2024-06-12 20:14 ` [PR PATCH] [Updated] " Zyrtula
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Zyrtula @ 2024-06-11 21:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Zyrtula/void-packages codespell
https://github.com/void-linux/void-packages/pull/50788

python3-codespell: update to 2.3.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, **x86_64**
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl



A patch file from https://github.com/void-linux/void-packages/pull/50788.patch is attached

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

From eadd013708bc96d7da3041b4024073bfaa7ea899 Mon Sep 17 00:00:00 2001
From: Zyrtula <fk_development@protonmail.com>
Date: Tue, 11 Jun 2024 23:32:55 +0200
Subject: [PATCH] python3-codespell: update to 2.3.0.

---
 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 bf9eb3cefd7da0..112df55820a4d7 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.6
+version=2.3.0
 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=a8c65d8eb3faa03deabab6b3bbe798bea72e1799c7e9e955d57eca4096abcff9
+checksum=360c7d10f75e65f67bad720af7007e1060a5d395670ec11a7ed1fed9dd17471f
 conflicts="python-codespell>=0"
 
 pre_check() {

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

* Re: [PR PATCH] [Updated] python3-codespell: update to 2.3.0.
  2024-06-11 21:33 [PR PATCH] python3-codespell: update to 2.3.0 Zyrtula
@ 2024-06-12 20:14 ` Zyrtula
  2024-06-12 20:19 ` Zyrtula
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Zyrtula @ 2024-06-12 20:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Zyrtula/void-packages codespell
https://github.com/void-linux/void-packages/pull/50788

python3-codespell: update to 2.3.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, **x86_64**
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl



A patch file from https://github.com/void-linux/void-packages/pull/50788.patch is attached

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

From eadd013708bc96d7da3041b4024073bfaa7ea899 Mon Sep 17 00:00:00 2001
From: Zyrtula <fk_development@protonmail.com>
Date: Tue, 11 Jun 2024 23:32:55 +0200
Subject: [PATCH 1/2] python3-codespell: update to 2.3.0.

---
 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 bf9eb3cefd7da0..112df55820a4d7 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.6
+version=2.3.0
 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=a8c65d8eb3faa03deabab6b3bbe798bea72e1799c7e9e955d57eca4096abcff9
+checksum=360c7d10f75e65f67bad720af7007e1060a5d395670ec11a7ed1fed9dd17471f
 conflicts="python-codespell>=0"
 
 pre_check() {

From a07877d68f02be651ebac31509d3c27fd8c0ceab Mon Sep 17 00:00:00 2001
From: Zyrtula <fk_development@protonmail.com>
Date: Wed, 12 Jun 2024 22:14:12 +0200
Subject: [PATCH 2/2] python3-codespell: fix failing checks

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

diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template
index 112df55820a4d7..bfd291b4336bec 100644
--- a/srcpkgs/python3-codespell/template
+++ b/srcpkgs/python3-codespell/template
@@ -18,4 +18,6 @@ conflicts="python-codespell>=0"
 
 pre_check() {
 	vsed -e '/addopts/d' -i pyproject.toml
+	# Remove marker because of missing pytest plugin `pytest-dependency`
+	vsed -e '/@pytest\.mark\.dependency/d' -i codespell_lib/tests/test_dictionary.py
 }

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

* Re: python3-codespell: update to 2.3.0.
  2024-06-11 21:33 [PR PATCH] python3-codespell: update to 2.3.0 Zyrtula
  2024-06-12 20:14 ` [PR PATCH] [Updated] " Zyrtula
@ 2024-06-12 20:19 ` Zyrtula
  2024-06-12 21:57 ` Zyrtula
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Zyrtula @ 2024-06-12 20:19 UTC (permalink / raw)
  To: ml

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

New comment by Zyrtula on void-packages repository

https://github.com/void-linux/void-packages/pull/50788#issuecomment-2163829005

Comment:
I removed the maker `@pytest.mark.dependency` from `codespell_lib/tests/test_dictionary.py`. It now passes the checks. I think the missing pytest plugin caused the failures.

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

* Re: python3-codespell: update to 2.3.0.
  2024-06-11 21:33 [PR PATCH] python3-codespell: update to 2.3.0 Zyrtula
  2024-06-12 20:14 ` [PR PATCH] [Updated] " Zyrtula
  2024-06-12 20:19 ` Zyrtula
@ 2024-06-12 21:57 ` Zyrtula
  2024-06-16 22:15 ` classabbyamp
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Zyrtula @ 2024-06-12 21:57 UTC (permalink / raw)
  To: ml

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

New comment by Zyrtula on void-packages repository

https://github.com/void-linux/void-packages/pull/50788#issuecomment-2163829005

Comment:
I removed the marker `@pytest.mark.dependency` from `codespell_lib/tests/test_dictionary.py`. It now passes the checks. I think the missing pytest plugin caused the failures.

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

* Re: python3-codespell: update to 2.3.0.
  2024-06-11 21:33 [PR PATCH] python3-codespell: update to 2.3.0 Zyrtula
                   ` (2 preceding siblings ...)
  2024-06-12 21:57 ` Zyrtula
@ 2024-06-16 22:15 ` classabbyamp
  2024-06-17 19:02 ` [PR PATCH] [Updated] " Zyrtula
  2024-06-17 19:17 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2024-06-16 22:15 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/50788#issuecomment-2171907553

Comment:
squash into 1 commit


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

* Re: [PR PATCH] [Updated] python3-codespell: update to 2.3.0.
  2024-06-11 21:33 [PR PATCH] python3-codespell: update to 2.3.0 Zyrtula
                   ` (3 preceding siblings ...)
  2024-06-16 22:15 ` classabbyamp
@ 2024-06-17 19:02 ` Zyrtula
  2024-06-17 19:17 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: Zyrtula @ 2024-06-17 19:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Zyrtula/void-packages codespell
https://github.com/void-linux/void-packages/pull/50788

python3-codespell: update to 2.3.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, **x86_64**
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl



A patch file from https://github.com/void-linux/void-packages/pull/50788.patch is attached

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

From b6256e180d439b6d1cdc641f20a27678588f34f3 Mon Sep 17 00:00:00 2001
From: Zyrtula <fk_development@protonmail.com>
Date: Mon, 17 Jun 2024 21:01:18 +0200
Subject: [PATCH] python3-codespell: update to 2.3.0.

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

diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template
index bf9eb3cefd7da0..bfd291b4336bec 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.6
+version=2.3.0
 revision=1
 build_style=python3-pep517
 make_check_args="--deselect codespell_lib/tests/test_basic.py::test_command
@@ -13,9 +13,11 @@ 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=a8c65d8eb3faa03deabab6b3bbe798bea72e1799c7e9e955d57eca4096abcff9
+checksum=360c7d10f75e65f67bad720af7007e1060a5d395670ec11a7ed1fed9dd17471f
 conflicts="python-codespell>=0"
 
 pre_check() {
 	vsed -e '/addopts/d' -i pyproject.toml
+	# Remove marker because of missing pytest plugin `pytest-dependency`
+	vsed -e '/@pytest\.mark\.dependency/d' -i codespell_lib/tests/test_dictionary.py
 }

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

* Re: [PR PATCH] [Merged]: python3-codespell: update to 2.3.0.
  2024-06-11 21:33 [PR PATCH] python3-codespell: update to 2.3.0 Zyrtula
                   ` (4 preceding siblings ...)
  2024-06-17 19:02 ` [PR PATCH] [Updated] " Zyrtula
@ 2024-06-17 19:17 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2024-06-17 19:17 UTC (permalink / raw)
  To: ml

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

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

python3-codespell: update to 2.3.0.
https://github.com/void-linux/void-packages/pull/50788

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, **x86_64**
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl



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

end of thread, other threads:[~2024-06-17 19:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-11 21:33 [PR PATCH] python3-codespell: update to 2.3.0 Zyrtula
2024-06-12 20:14 ` [PR PATCH] [Updated] " Zyrtula
2024-06-12 20:19 ` Zyrtula
2024-06-12 21:57 ` Zyrtula
2024-06-16 22:15 ` classabbyamp
2024-06-17 19:02 ` [PR PATCH] [Updated] " Zyrtula
2024-06-17 19:17 ` [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).