Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-matplotlib: update to 3.8.1.
@ 2023-11-05  2:21 tornaria
  2023-11-05 15:35 ` tornaria
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tornaria @ 2023-11-05  2:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages matplotlib
https://github.com/void-linux/void-packages/pull/47068

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

Also included here a couple of dependencies:
 - python3-cycler: update to 0.12.1.
 - python3-contourpy: update to 1.2.0, adopt.

#### 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, (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/47068.patch is attached

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

From 7a3765f202eacb2cfbeb4e46e7913aeaf67e8529 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sat, 4 Nov 2023 18:44:48 -0300
Subject: [PATCH 1/3] python3-cycler: update to 0.12.1.

---
 srcpkgs/python3-cycler/template | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/python3-cycler/template b/srcpkgs/python3-cycler/template
index c79a43756c3e8..68106067bfe49 100644
--- a/srcpkgs/python3-cycler/template
+++ b/srcpkgs/python3-cycler/template
@@ -1,17 +1,18 @@
 # Template file for 'python3-cycler'
 pkgname=python3-cycler
-version=0.11.0
-revision=2
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+version=0.12.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
 depends="python3"
-checkdepends="python3-pytest-xdist $depends"
-short_desc="Composable style cycles (Python3)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+checkdepends="python3-pytest"
+short_desc="Composable style cycles"
+maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="BSD-3-Clause"
 homepage="https://github.com/matplotlib/cycler"
-distfiles="${PYPI_SITE}/C/Cycler/cycler-${version}.tar.gz"
-checksum=9c87405839a19696e837b3b818fed3f5f69f16f1eec1a1ad77e043dcea9c772f
+changelog="https://github.com/matplotlib/cycler/releases"
+distfiles="https://github.com/matplotlib/cycler/archive/refs/tags/v${version}.tar.gz"
+checksum=e83c1956b154ceb252c32e079ac7a95860a76c9ce894858dd082cc881008cae0
 
 post_install() {
 	vlicense LICENSE

From 4eda5c350d527ba220501bcf38827aa904897479 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sat, 4 Nov 2023 19:16:32 -0300
Subject: [PATCH 2/3] python3-contourpy: update to 1.2.0.

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

diff --git a/srcpkgs/python3-contourpy/template b/srcpkgs/python3-contourpy/template
index e706c60459ee5..c438d8384dc31 100644
--- a/srcpkgs/python3-contourpy/template
+++ b/srcpkgs/python3-contourpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-contourpy'
 pkgname=python3-contourpy
-version=1.1.1
-revision=2
+version=1.2.0
+revision=1
 build_style=python3-pep517
 build_helper=meson
 hostmakedepends="python3-meson-python python3-pybind11 pkg-config"
@@ -14,7 +14,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/contourpy/contourpy"
 changelog="https://raw.githubusercontent.com/contourpy/contourpy/main/docs/changelog.rst"
 distfiles="${PYPI_SITE}/c/contourpy/contourpy-${version}.tar.gz"
-checksum=96ba37c2e24b7212a77da85004c38e7c4d155d3e72a45eeaf22c1f03f607e8ab
+checksum=171f311cb758de7da13fc53af221ae47a5877be5a0843a9fe150818c51ed276a
 
 # This test needs `wurlitzer`, not packaged
 make_check_args="--deselect=tests/test_internal.py::test_write_cache"

From 7d721025b0c9e4a9de5ba627d9021580a2e5773a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sat, 4 Nov 2023 19:17:04 -0300
Subject: [PATCH 3/3] python3-matplotlib: update to 3.8.1.

---
 srcpkgs/python3-matplotlib/INSTALL.msg            | 1 -
 srcpkgs/python3-matplotlib/files/README.voidlinux | 2 ++
 srcpkgs/python3-matplotlib/template               | 6 +++---
 3 files changed, 5 insertions(+), 4 deletions(-)
 delete mode 100644 srcpkgs/python3-matplotlib/INSTALL.msg

diff --git a/srcpkgs/python3-matplotlib/INSTALL.msg b/srcpkgs/python3-matplotlib/INSTALL.msg
deleted file mode 100644
index 148661bce4284..0000000000000
--- a/srcpkgs/python3-matplotlib/INSTALL.msg
+++ /dev/null
@@ -1 +0,0 @@
-NOTICE: /etc/matplotlibrc is no longer supported as configuration file
diff --git a/srcpkgs/python3-matplotlib/files/README.voidlinux b/srcpkgs/python3-matplotlib/files/README.voidlinux
index c22ea4cf152c5..1083a2887f161 100644
--- a/srcpkgs/python3-matplotlib/files/README.voidlinux
+++ b/srcpkgs/python3-matplotlib/files/README.voidlinux
@@ -11,3 +11,5 @@ The backend can be defined in $XDG_CONFIG_HOME/matplotlib/matplotlibrc
 
 Matplotlib’s LaTeX support requires a working LaTeX installation and
 ghostscript.
+
+NOTICE: /etc/matplotlibrc is no longer supported as configuration file
diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template
index 70cf405be1943..fd89abc57a309 100644
--- a/srcpkgs/python3-matplotlib/template
+++ b/srcpkgs/python3-matplotlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matplotlib'
 pkgname=python3-matplotlib
-version=3.8.0
-revision=2
+version=3.8.1
+revision=1
 build_style=python3-pep517
 build_helper="numpy"
 hostmakedepends="pkg-config python3-setuptools_scm python3-certifi
@@ -16,7 +16,7 @@ license="custom:matplotlib, BSD-3-Clause, MIT"
 homepage="https://matplotlib.org/"
 changelog="https://github.com/matplotlib/matplotlib/releases"
 distfiles="${PYPI_SITE}/m/matplotlib/matplotlib-${version}.tar.gz"
-checksum=df8505e1c19d5c2c26aff3497a7cbd3ccfc2e97043d1e4db3e76afa399164b69
+checksum=044df81c1f6f3a8e52d70c4cfcb44e77ea9632a10929932870dfaa90de94365d
 replaces="python3-matplotlib-data>=0"
 # Comparison of images is too frail for validation
 make_check="no"

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

* Re: python3-matplotlib: update to 3.8.1.
  2023-11-05  2:21 [PR PATCH] python3-matplotlib: update to 3.8.1 tornaria
@ 2023-11-05 15:35 ` tornaria
  2023-11-06 12:44 ` [PR REVIEW] " ahesford
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tornaria @ 2023-11-05 15:35 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/47068#issuecomment-1793770278

Comment:
Cc: @ahesford

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

* Re: [PR REVIEW] python3-matplotlib: update to 3.8.1.
  2023-11-05  2:21 [PR PATCH] python3-matplotlib: update to 3.8.1 tornaria
  2023-11-05 15:35 ` tornaria
@ 2023-11-06 12:44 ` ahesford
  2023-11-10 23:42 ` [PR PATCH] [Updated] " tornaria
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2023-11-06 12:44 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/47068#discussion_r1383272474

Comment:
I think we can just drop this message outright. The notice has been posted for years.

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

* Re: [PR PATCH] [Updated] python3-matplotlib: update to 3.8.1.
  2023-11-05  2:21 [PR PATCH] python3-matplotlib: update to 3.8.1 tornaria
  2023-11-05 15:35 ` tornaria
  2023-11-06 12:44 ` [PR REVIEW] " ahesford
@ 2023-11-10 23:42 ` tornaria
  2023-11-10 23:43 ` [PR REVIEW] " tornaria
  2023-11-11  0:15 ` [PR PATCH] [Merged]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: tornaria @ 2023-11-10 23:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages matplotlib
https://github.com/void-linux/void-packages/pull/47068

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

Also included here a couple of dependencies:
 - python3-cycler: update to 0.12.1.
 - python3-contourpy: update to 1.2.0, adopt.

#### 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, (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/47068.patch is attached

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

From 7f524358e14fe20673f9c04ea6b1eca9445b0cf6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sat, 4 Nov 2023 18:44:48 -0300
Subject: [PATCH 1/3] python3-cycler: update to 0.12.1.

---
 srcpkgs/python3-cycler/template | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/python3-cycler/template b/srcpkgs/python3-cycler/template
index c79a43756c3e8..68106067bfe49 100644
--- a/srcpkgs/python3-cycler/template
+++ b/srcpkgs/python3-cycler/template
@@ -1,17 +1,18 @@
 # Template file for 'python3-cycler'
 pkgname=python3-cycler
-version=0.11.0
-revision=2
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+version=0.12.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
 depends="python3"
-checkdepends="python3-pytest-xdist $depends"
-short_desc="Composable style cycles (Python3)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+checkdepends="python3-pytest"
+short_desc="Composable style cycles"
+maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="BSD-3-Clause"
 homepage="https://github.com/matplotlib/cycler"
-distfiles="${PYPI_SITE}/C/Cycler/cycler-${version}.tar.gz"
-checksum=9c87405839a19696e837b3b818fed3f5f69f16f1eec1a1ad77e043dcea9c772f
+changelog="https://github.com/matplotlib/cycler/releases"
+distfiles="https://github.com/matplotlib/cycler/archive/refs/tags/v${version}.tar.gz"
+checksum=e83c1956b154ceb252c32e079ac7a95860a76c9ce894858dd082cc881008cae0
 
 post_install() {
 	vlicense LICENSE

From a87e2bc103e57efd214a14f0d60c01e76f551fe7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sat, 4 Nov 2023 19:16:32 -0300
Subject: [PATCH 2/3] python3-contourpy: update to 1.2.0.

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

diff --git a/srcpkgs/python3-contourpy/template b/srcpkgs/python3-contourpy/template
index e706c60459ee5..c438d8384dc31 100644
--- a/srcpkgs/python3-contourpy/template
+++ b/srcpkgs/python3-contourpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-contourpy'
 pkgname=python3-contourpy
-version=1.1.1
-revision=2
+version=1.2.0
+revision=1
 build_style=python3-pep517
 build_helper=meson
 hostmakedepends="python3-meson-python python3-pybind11 pkg-config"
@@ -14,7 +14,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/contourpy/contourpy"
 changelog="https://raw.githubusercontent.com/contourpy/contourpy/main/docs/changelog.rst"
 distfiles="${PYPI_SITE}/c/contourpy/contourpy-${version}.tar.gz"
-checksum=96ba37c2e24b7212a77da85004c38e7c4d155d3e72a45eeaf22c1f03f607e8ab
+checksum=171f311cb758de7da13fc53af221ae47a5877be5a0843a9fe150818c51ed276a
 
 # This test needs `wurlitzer`, not packaged
 make_check_args="--deselect=tests/test_internal.py::test_write_cache"

From 97d1b62d40f1766fbf182cad9e780f2678897ba4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sat, 4 Nov 2023 19:17:04 -0300
Subject: [PATCH 3/3] python3-matplotlib: update to 3.8.1.

---
 srcpkgs/python3-matplotlib/INSTALL.msg | 1 -
 srcpkgs/python3-matplotlib/template    | 6 +++---
 2 files changed, 3 insertions(+), 4 deletions(-)
 delete mode 100644 srcpkgs/python3-matplotlib/INSTALL.msg

diff --git a/srcpkgs/python3-matplotlib/INSTALL.msg b/srcpkgs/python3-matplotlib/INSTALL.msg
deleted file mode 100644
index 148661bce4284..0000000000000
--- a/srcpkgs/python3-matplotlib/INSTALL.msg
+++ /dev/null
@@ -1 +0,0 @@
-NOTICE: /etc/matplotlibrc is no longer supported as configuration file
diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template
index 70cf405be1943..fd89abc57a309 100644
--- a/srcpkgs/python3-matplotlib/template
+++ b/srcpkgs/python3-matplotlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matplotlib'
 pkgname=python3-matplotlib
-version=3.8.0
-revision=2
+version=3.8.1
+revision=1
 build_style=python3-pep517
 build_helper="numpy"
 hostmakedepends="pkg-config python3-setuptools_scm python3-certifi
@@ -16,7 +16,7 @@ license="custom:matplotlib, BSD-3-Clause, MIT"
 homepage="https://matplotlib.org/"
 changelog="https://github.com/matplotlib/matplotlib/releases"
 distfiles="${PYPI_SITE}/m/matplotlib/matplotlib-${version}.tar.gz"
-checksum=df8505e1c19d5c2c26aff3497a7cbd3ccfc2e97043d1e4db3e76afa399164b69
+checksum=044df81c1f6f3a8e52d70c4cfcb44e77ea9632a10929932870dfaa90de94365d
 replaces="python3-matplotlib-data>=0"
 # Comparison of images is too frail for validation
 make_check="no"

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

* Re: [PR REVIEW] python3-matplotlib: update to 3.8.1.
  2023-11-05  2:21 [PR PATCH] python3-matplotlib: update to 3.8.1 tornaria
                   ` (2 preceding siblings ...)
  2023-11-10 23:42 ` [PR PATCH] [Updated] " tornaria
@ 2023-11-10 23:43 ` tornaria
  2023-11-11  0:15 ` [PR PATCH] [Merged]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: tornaria @ 2023-11-10 23:43 UTC (permalink / raw)
  To: ml

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

New review comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/47068#discussion_r1390034524

Comment:
I agree. Done.

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

* Re: [PR PATCH] [Merged]: python3-matplotlib: update to 3.8.1.
  2023-11-05  2:21 [PR PATCH] python3-matplotlib: update to 3.8.1 tornaria
                   ` (3 preceding siblings ...)
  2023-11-10 23:43 ` [PR REVIEW] " tornaria
@ 2023-11-11  0:15 ` ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2023-11-11  0:15 UTC (permalink / raw)
  To: ml

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

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

python3-matplotlib: update to 3.8.1.
https://github.com/void-linux/void-packages/pull/47068

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

Also included here a couple of dependencies:
 - python3-cycler: update to 0.12.1.
 - python3-contourpy: update to 1.2.0, adopt.

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


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

end of thread, other threads:[~2023-11-11  0:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-05  2:21 [PR PATCH] python3-matplotlib: update to 3.8.1 tornaria
2023-11-05 15:35 ` tornaria
2023-11-06 12:44 ` [PR REVIEW] " ahesford
2023-11-10 23:42 ` [PR PATCH] [Updated] " tornaria
2023-11-10 23:43 ` [PR REVIEW] " tornaria
2023-11-11  0:15 ` [PR PATCH] [Merged]: " ahesford

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