Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-chess: update to 1.9.4.
@ 2022-12-23 19:00 icp1994
  2022-12-23 19:20 ` [PR PATCH] [Updated] " icp1994
  2022-12-25 10:26 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2022-12-23 19:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-chess
https://github.com/void-linux/void-packages/pull/41257

python3-chess: update to 1.9.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**

The original maintainer hasn't been here for 5+ years and I have been updating this for the last few times so I hope it's okay for me to take over.

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

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

From 0aae6a415ad3159880a08939ce3818b002ea9358 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 23 Dec 2022 01:23:49 +0530
Subject: [PATCH] python3-chess: update to 1.9.4.

---
 srcpkgs/python3-chess/template | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-chess/template b/srcpkgs/python3-chess/template
index 640bcd645204..5cdcb89df7af 100644
--- a/srcpkgs/python3-chess/template
+++ b/srcpkgs/python3-chess/template
@@ -1,14 +1,19 @@
 # Template file for 'python3-chess'
 pkgname=python3-chess
-version=1.9.3
-revision=2
+version=1.9.4
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="stockfish"
 short_desc="Pure Python3 chess library with move generation and validation"
-maintainer="cipr3s <cipr3s@gmx.com>"
+maintainer="icp <pangolin@vivaldi.net>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/niklasf/python-chess"
 changelog="https://raw.githubusercontent.com/niklasf/python-chess/master/CHANGELOG.rst"
 distfiles="https://github.com/niklasf/python-chess/archive/refs/tags/v${version}.tar.gz"
-checksum=0fa325c1944b7781996ff66e3b5056a5e5d3c33c8200b9279493d8054a3a0502
+checksum=52650b90d75eda17f74cd4165dd905cecc64a8e4f070dc687dfabf5c04020f3c
+
+do_check() {
+	python3 test.py
+}

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

* Re: [PR PATCH] [Updated] python3-chess: update to 1.9.4.
  2022-12-23 19:00 [PR PATCH] python3-chess: update to 1.9.4 icp1994
@ 2022-12-23 19:20 ` icp1994
  2022-12-25 10:26 ` [PR PATCH] [Merged]: " paper42
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2022-12-23 19:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-chess
https://github.com/void-linux/void-packages/pull/41257

python3-chess: update to 1.9.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**

The original maintainer hasn't been here for 5+ years and I have been updating this for the last few times so I hope it's okay for me to take over.

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

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

From 5d365b71398f446c0c04ae60e776eb5c629cee35 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 23 Dec 2022 01:23:49 +0530
Subject: [PATCH] python3-chess: update to 1.9.4.

---
 srcpkgs/python3-chess/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-chess/template b/srcpkgs/python3-chess/template
index 640bcd645204..c76fec81223b 100644
--- a/srcpkgs/python3-chess/template
+++ b/srcpkgs/python3-chess/template
@@ -1,14 +1,15 @@
 # Template file for 'python3-chess'
 pkgname=python3-chess
-version=1.9.3
-revision=2
+version=1.9.4
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="stockfish"
 short_desc="Pure Python3 chess library with move generation and validation"
-maintainer="cipr3s <cipr3s@gmx.com>"
+maintainer="icp <pangolin@vivaldi.net>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/niklasf/python-chess"
 changelog="https://raw.githubusercontent.com/niklasf/python-chess/master/CHANGELOG.rst"
 distfiles="https://github.com/niklasf/python-chess/archive/refs/tags/v${version}.tar.gz"
-checksum=0fa325c1944b7781996ff66e3b5056a5e5d3c33c8200b9279493d8054a3a0502
+checksum=52650b90d75eda17f74cd4165dd905cecc64a8e4f070dc687dfabf5c04020f3c

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

* Re: [PR PATCH] [Merged]: python3-chess: update to 1.9.4.
  2022-12-23 19:00 [PR PATCH] python3-chess: update to 1.9.4 icp1994
  2022-12-23 19:20 ` [PR PATCH] [Updated] " icp1994
@ 2022-12-25 10:26 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2022-12-25 10:26 UTC (permalink / raw)
  To: ml

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

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

python3-chess: update to 1.9.4.
https://github.com/void-linux/void-packages/pull/41257

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**

The original maintainer hasn't been here for 5+ years and I have been updating this for the last few times so I hope it's okay for me to take over.

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

end of thread, other threads:[~2022-12-25 10:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-23 19:00 [PR PATCH] python3-chess: update to 1.9.4 icp1994
2022-12-23 19:20 ` [PR PATCH] [Updated] " icp1994
2022-12-25 10:26 ` [PR PATCH] [Merged]: " paper42

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