Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-sympy: update to 1.11.1, adopt.
@ 2022-10-10 19:58 tornaria
  2022-10-11  4:19 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tornaria @ 2022-10-10 19:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages sympy
https://github.com/void-linux/void-packages/pull/39872

python3-sympy: update to 1.11.1, adopt.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

Tested with sagemath-9.5, and with WIP sagemath-9.7. Can be safely updated independently of sagemath.

<!--
#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From d8d7c35383ffb3c1cd6af6efc3ca03cfadfd602e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 10 Oct 2022 00:44:56 -0300
Subject: [PATCH] python3-sympy: update to 1.11.1, adopt.

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

diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index 3bb4df3bffdf..9642c291ffb8 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-sympy'
 pkgname=python3-sympy
-version=1.10.1
+version=1.11.1
 revision=1
 wrksrc="sympy-${version}"
 build_style=python3-module
@@ -8,11 +8,11 @@ hostmakedepends="python3-setuptools"
 depends="python3-mpmath"
 checkdepends="python3-mpmath"
 short_desc="Computer algebra system for Python3"
-maintainer="Alessio Sergi <al3hex@gmail.com>"
+maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="BSD-3-Clause"
 homepage="https://sympy.org/"
 distfiles="${PYPI_SITE}/s/sympy/sympy-${version}.tar.gz"
-checksum=5939eeffdf9e152172601463626c022a2c27e75cf6278de8d401d50c9d58787b
+checksum=e32380dce63cb7c0108ed525570092fd45168bdae2faa17e528221ef72e88658
 
 post_install() {
 	vman doc/man/isympy.1

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

* Re: [PR REVIEW] python3-sympy: update to 1.11.1, adopt.
  2022-10-10 19:58 [PR PATCH] python3-sympy: update to 1.11.1, adopt tornaria
@ 2022-10-11  4:19 ` classabbyamp
  2022-10-11 12:53 ` [PR PATCH] [Updated] " tornaria
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-10-11  4:19 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39872#discussion_r991799589

Comment:
```suggestion
homepage="https://sympy.org/"
changelog="https://github.com/sympy/sympy/wiki/Release-Notes"
```

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

* Re: [PR PATCH] [Updated] python3-sympy: update to 1.11.1, adopt.
  2022-10-10 19:58 [PR PATCH] python3-sympy: update to 1.11.1, adopt tornaria
  2022-10-11  4:19 ` [PR REVIEW] " classabbyamp
@ 2022-10-11 12:53 ` tornaria
  2022-10-11 12:54 ` [PR REVIEW] " tornaria
  2022-10-11 17:12 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: tornaria @ 2022-10-11 12:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages sympy
https://github.com/void-linux/void-packages/pull/39872

python3-sympy: update to 1.11.1, adopt.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

Tested with sagemath-9.5, and with WIP sagemath-9.7. Can be safely updated independently of sagemath.

<!--
#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 6db8363b621690d4bec0f6a33e06a20f13213da2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 10 Oct 2022 00:44:56 -0300
Subject: [PATCH] python3-sympy: update to 1.11.1, adopt.

---
 srcpkgs/python3-sympy/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index 3bb4df3bffdf..0f304e80dbbc 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-sympy'
 pkgname=python3-sympy
-version=1.10.1
+version=1.11.1
 revision=1
 wrksrc="sympy-${version}"
 build_style=python3-module
@@ -8,11 +8,12 @@ hostmakedepends="python3-setuptools"
 depends="python3-mpmath"
 checkdepends="python3-mpmath"
 short_desc="Computer algebra system for Python3"
-maintainer="Alessio Sergi <al3hex@gmail.com>"
+maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="BSD-3-Clause"
 homepage="https://sympy.org/"
+changelog="https://github.com/sympy/sympy/wiki/Release-Notes"
 distfiles="${PYPI_SITE}/s/sympy/sympy-${version}.tar.gz"
-checksum=5939eeffdf9e152172601463626c022a2c27e75cf6278de8d401d50c9d58787b
+checksum=e32380dce63cb7c0108ed525570092fd45168bdae2faa17e528221ef72e88658
 
 post_install() {
 	vman doc/man/isympy.1

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

* Re: [PR REVIEW] python3-sympy: update to 1.11.1, adopt.
  2022-10-10 19:58 [PR PATCH] python3-sympy: update to 1.11.1, adopt tornaria
  2022-10-11  4:19 ` [PR REVIEW] " classabbyamp
  2022-10-11 12:53 ` [PR PATCH] [Updated] " tornaria
@ 2022-10-11 12:54 ` tornaria
  2022-10-11 17:12 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: tornaria @ 2022-10-11 12:54 UTC (permalink / raw)
  To: ml

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

New review comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/39872#discussion_r992288852

Comment:
Done, thanks for the suggestion!

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

* Re: [PR PATCH] [Merged]: python3-sympy: update to 1.11.1, adopt.
  2022-10-10 19:58 [PR PATCH] python3-sympy: update to 1.11.1, adopt tornaria
                   ` (2 preceding siblings ...)
  2022-10-11 12:54 ` [PR REVIEW] " tornaria
@ 2022-10-11 17:12 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-10-11 17:12 UTC (permalink / raw)
  To: ml

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

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

python3-sympy: update to 1.11.1, adopt.
https://github.com/void-linux/void-packages/pull/39872

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

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

Tested with sagemath-9.5, and with WIP sagemath-9.7. Can be safely updated independently of sagemath.

<!--
#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-10 19:58 [PR PATCH] python3-sympy: update to 1.11.1, adopt tornaria
2022-10-11  4:19 ` [PR REVIEW] " classabbyamp
2022-10-11 12:53 ` [PR PATCH] [Updated] " tornaria
2022-10-11 12:54 ` [PR REVIEW] " tornaria
2022-10-11 17:12 ` [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).