From 4d3bae2ec98fe250851e243cb7d870a7a499cb1c9322d6d15d551458b30e0cf0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 14 May 2023 12:50:50 +0000 Subject: [PATCH] - update to 1.0.7: * This release adds type annotations and moves project metadata to pyproject.toml * 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-contourpy?expand=0&rev=8 --- contourpy-1.0.6.tar.gz | 3 --- contourpy-1.0.7.tar.gz | 3 +++ python-contourpy.changes | 29 +++++++++++++++++++++++++++++ python-contourpy.spec | 2 +- 4 files changed, 33 insertions(+), 4 deletions(-) delete mode 100644 contourpy-1.0.6.tar.gz create mode 100644 contourpy-1.0.7.tar.gz diff --git a/contourpy-1.0.6.tar.gz b/contourpy-1.0.6.tar.gz deleted file mode 100644 index 76d9e46..0000000 --- a/contourpy-1.0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e459ebb8bb5ee4c22c19cc000174f8059981971a33ce11e17dddf6aca97a142 -size 12159335 diff --git a/contourpy-1.0.7.tar.gz b/contourpy-1.0.7.tar.gz new file mode 100644 index 0000000..f23dfc8 --- /dev/null +++ b/contourpy-1.0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8165a088d31798b59e91117d1f5fc3df8168d8b48c4acc10fc0df0d0bdbcc5e +size 13361449 diff --git a/python-contourpy.changes b/python-contourpy.changes index bbb1b42..6955643 100644 --- a/python-contourpy.changes +++ b/python-contourpy.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Sun May 14 12:49:46 UTC 2023 - Dirk Müller + +- update to 1.0.7: + * This release adds type annotations and moves project metadata + to pyproject.toml + * 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 + ------------------------------------------------------------------- Mon May 8 06:31:41 UTC 2023 - Johannes Kastl diff --git a/python-contourpy.spec b/python-contourpy.spec index a19a0f9..6086a40 100644 --- a/python-contourpy.spec +++ b/python-contourpy.spec @@ -27,7 +27,7 @@ %{?sle15_python_module_pythons} Name: python-contourpy%{psuffix} -Version: 1.0.6 +Version: 1.0.7 Release: 0 Summary: Python library for calculating contours of 2D quadrilateral grids License: BSD-3-Clause