pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/py-contourpy
Module Name: pkgsrc
Committed By: adam
Date: Wed Apr 26 09:12:20 UTC 2023
Modified Files:
pkgsrc/graphics/py-contourpy: Makefile PLIST distinfo
Log Message:
py-contourpy: updated to 1.0.7
v1.0.7 (2023-01-13)
-------------------
This release adds type annotations and moves project metadata to pyproject.toml (PEP 621).
Documentation now uses the Sphinx Furo theme, supporting dark and light modes. There are no
functional changes.
Type annotations:
* Add type annotations
* Complete mypy configuration
Documentation improvements:
* Support dark mode
* Use sphinx copy button
* Add conda monthly download badges to README
* Furo sphinx theme
Code improvements:
* Improved if statement
* Test nonfinite z and decreasing zlevel for filled
* Add abstract base class Renderer
* Replace mpl scatter call with plot instead
* Use absolute imports
* Minor improvement to get_boundary_start_point
Build system and CI improvements:
* Switch from setup.cfg to pyproject.toml
* Add git pre-commit
* Test improvements
* CI improvements
v1.0.6 (2022-10-30)
-------------------
This release features major improvements to the robustness of the threaded algorithm on both
CPython and PyPy.
Thanks to new contributors :user:`mgorny` and :user:`Zac-HD`.
Threaded algorithm improvements:
* Correctly acquire and release GIL in multithreaded code
* Update benchmarks in line with recent changes
CI improvements:
* Add PyPy 3.9 to CI
* Use numpy debug build in debug CI run
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/py-contourpy/Makefile \
pkgsrc/graphics/py-contourpy/PLIST pkgsrc/graphics/py-contourpy/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/py-contourpy/Makefile
diff -u pkgsrc/graphics/py-contourpy/Makefile:1.1 pkgsrc/graphics/py-contourpy/Makefile:1.2
--- pkgsrc/graphics/py-contourpy/Makefile:1.1 Thu Oct 13 16:01:42 2022
+++ pkgsrc/graphics/py-contourpy/Makefile Wed Apr 26 09:12:20 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2022/10/13 16:01:42 adam Exp $
+# $NetBSD: Makefile,v 1.2 2023/04/26 09:12:20 adam Exp $
-DISTNAME= contourpy-1.0.5
+DISTNAME= contourpy-1.0.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/contourpy/}
@@ -10,7 +10,6 @@ HOMEPAGE= https://github.com/contourpy/c
COMMENT= Python library for calculating contours of 2D quadrilateral grids
LICENSE= modified-bsd
-#DEPENDS+= ${PYPKGPREFIX}-Pillow>=6.2.0:../../graphics/py-Pillow
TEST_DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
Index: pkgsrc/graphics/py-contourpy/PLIST
diff -u pkgsrc/graphics/py-contourpy/PLIST:1.1 pkgsrc/graphics/py-contourpy/PLIST:1.2
--- pkgsrc/graphics/py-contourpy/PLIST:1.1 Thu Oct 13 16:01:42 2022
+++ pkgsrc/graphics/py-contourpy/PLIST Wed Apr 26 09:12:20 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2022/10/13 16:01:42 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/04/26 09:12:20 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -18,6 +18,7 @@ ${PYSITELIB}/contourpy/chunk.pyo
${PYSITELIB}/contourpy/enum_util.py
${PYSITELIB}/contourpy/enum_util.pyc
${PYSITELIB}/contourpy/enum_util.pyo
+${PYSITELIB}/contourpy/py.typed
${PYSITELIB}/contourpy/util/__init__.py
${PYSITELIB}/contourpy/util/__init__.pyc
${PYSITELIB}/contourpy/util/__init__.pyo
@@ -36,3 +37,6 @@ ${PYSITELIB}/contourpy/util/mpl_renderer
${PYSITELIB}/contourpy/util/mpl_util.py
${PYSITELIB}/contourpy/util/mpl_util.pyc
${PYSITELIB}/contourpy/util/mpl_util.pyo
+${PYSITELIB}/contourpy/util/renderer.py
+${PYSITELIB}/contourpy/util/renderer.pyc
+${PYSITELIB}/contourpy/util/renderer.pyo
Index: pkgsrc/graphics/py-contourpy/distinfo
diff -u pkgsrc/graphics/py-contourpy/distinfo:1.1 pkgsrc/graphics/py-contourpy/distinfo:1.2
--- pkgsrc/graphics/py-contourpy/distinfo:1.1 Thu Oct 13 16:01:42 2022
+++ pkgsrc/graphics/py-contourpy/distinfo Wed Apr 26 09:12:20 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/10/13 16:01:42 adam Exp $
+$NetBSD: distinfo,v 1.2 2023/04/26 09:12:20 adam Exp $
-BLAKE2s (contourpy-1.0.5.tar.gz) = efa1108b8779889144cdcf53516dcef4e11696ab44e6f34e03176cf602d56faf
-SHA512 (contourpy-1.0.5.tar.gz) = 79129c3c193d2e4382c10685316a23cd1859afed9693526c566bbf4aeebcdaa740fdc300ec7ae7382e5abe867beb2a9be5ba37ea0e5360e5ffb173cfa2947615
-Size (contourpy-1.0.5.tar.gz) = 12158872 bytes
+BLAKE2s (contourpy-1.0.7.tar.gz) = 731c82b6de6c42f3f57fbc645487fc94343a2b537195b3cf0b31f3cbea9cb8fa
+SHA512 (contourpy-1.0.7.tar.gz) = 46804e553f2108774dab75f28e43774045061defe739480ce463c70fc12256555ec4ad70c3bc383fb49c4f78a09181932b917def1aa2f7af45b97d731ac30377
+Size (contourpy-1.0.7.tar.gz) = 13361449 bytes
Home |
Main Index |
Thread Index |
Old Index