diff options
author | wen heping <wenheping2000@hotmail.com> | 2023-11-10 05:31:47 +0100 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-11-11 20:37:49 -0500 |
commit | 8e771b3ece92768c7413bc53d0c305c0ffc99e31 (patch) | |
tree | 9b2d51905ee3f05018be206431e29ec9c089b7b7 /math/py-matplotlib/files | |
parent | net/k6: Update to 0.47.0 (diff) |
math/py-matplotlib: update to 3.8.0
- Switch to pep517
Changelog: https://github.com/matplotlib/matplotlib/releases/tag/v3.8.0
Approved by: mainland@apeiron.net (maintainer timeout)
PR: 274571
Diffstat (limited to 'math/py-matplotlib/files')
-rw-r--r-- | math/py-matplotlib/files/patch-setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/py-matplotlib/files/patch-setup.py b/math/py-matplotlib/files/patch-setup.py index b8bb19c0e8d1..67ef39dc1530 100644 --- a/math/py-matplotlib/files/patch-setup.py +++ b/math/py-matplotlib/files/patch-setup.py @@ -1,10 +1,10 @@ ---- setup.py.orig 2023-03-10 22:52:58 UTC +--- setup.py.orig 2023-09-15 02:26:52 UTC +++ setup.py -@@ -269,6 +269,7 @@ setup( # Finally, pass this all along to setuptools t +@@ -278,6 +278,7 @@ setup( # Finally, pass this all along to setuptools t setup( # Finally, pass this all along to setuptools to do the heavy lifting. name="matplotlib", -+ version="3.7.1", ++ version="3.8.0", description="Python plotting package", author="John D. Hunter, Michael Droettboom", author_email="matplotlib-users@python.org", |