diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-23 05:03:22 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 05:03:22 +0000 |
commit | cd8b9e857b0462e88853a931dc9ef12c7de4ead5 (patch) | |
tree | 079b1e2b3395945e8d9e80d9b7b54fe174ec89e9 | |
parent | ee2d1dfb4fed5125f8d71767cc94ca8e879e7cc6 (diff) |
automatic import of python-matplotlib-label-linesopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-matplotlib-label-lines.spec | 26 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 15 insertions, 14 deletions
@@ -1 +1,2 @@ /matplotlib_label_lines-0.5.1.tar.gz +/matplotlib_label_lines-0.5.2.tar.gz diff --git a/python-matplotlib-label-lines.spec b/python-matplotlib-label-lines.spec index 680c496..d7e625c 100644 --- a/python-matplotlib-label-lines.spec +++ b/python-matplotlib-label-lines.spec @@ -1,19 +1,16 @@ %global _empty_manifest_terminate_build 0 Name: python-matplotlib-label-lines -Version: 0.5.1 +Version: 0.5.2 Release: 1 Summary: Label lines in matplotlib. License: MIT URL: https://github.com/cphyc/matplotlib-label-lines -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b9/4f/b97524a9d62e25db791c43ad637bcb928a4a08f267191064caa2b959e261/matplotlib_label_lines-0.5.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/68/2d/bedc1d1c8998c57e938cfeae20437c3513237c3b814c6ff0ac618bb07b7c/matplotlib_label_lines-0.5.2.tar.gz BuildArch: noarch Requires: python3-matplotlib Requires: python3-more-itertools Requires: python3-numpy -Requires: python3-flake8 -Requires: python3-flake8-black -Requires: python3-flake8-bugbear Requires: python3-matplotlib Requires: python3-pytest Requires: python3-pytest-cov @@ -22,7 +19,7 @@ Requires: python3-pytest-mpl %description # matplotlib-label-lines [](https://github.com/cphyc/matplotlib-label-lines/actions/workflows/pytest.yml) -[](https://pypi.org/project/matplotlib-label-lines/) +[](https://pypi.org/project/matplotlib-label-lines/) [](https://pypi.org/project/matplotlib-label-lines) [](https://codecov.io/gh/cphyc/matplotlib-label-lines) @@ -105,7 +102,8 @@ fig.show() ```  - +# Citing +If you're using this package for research purposes, consider citing the [Zenodo entry (https://zenodo.org/record/7428071)](https://zenodo.org/record/7428071). %package -n python3-matplotlib-label-lines @@ -117,7 +115,7 @@ BuildRequires: python3-pip %description -n python3-matplotlib-label-lines # matplotlib-label-lines [](https://github.com/cphyc/matplotlib-label-lines/actions/workflows/pytest.yml) -[](https://pypi.org/project/matplotlib-label-lines/) +[](https://pypi.org/project/matplotlib-label-lines/) [](https://pypi.org/project/matplotlib-label-lines) [](https://codecov.io/gh/cphyc/matplotlib-label-lines) @@ -200,7 +198,8 @@ fig.show() ```  - +# Citing +If you're using this package for research purposes, consider citing the [Zenodo entry (https://zenodo.org/record/7428071)](https://zenodo.org/record/7428071). %package help @@ -209,7 +208,7 @@ Provides: python3-matplotlib-label-lines-doc %description help # matplotlib-label-lines [](https://github.com/cphyc/matplotlib-label-lines/actions/workflows/pytest.yml) -[](https://pypi.org/project/matplotlib-label-lines/) +[](https://pypi.org/project/matplotlib-label-lines/) [](https://pypi.org/project/matplotlib-label-lines) [](https://codecov.io/gh/cphyc/matplotlib-label-lines) @@ -292,11 +291,12 @@ fig.show() ```  - +# Citing +If you're using this package for research purposes, consider citing the [Zenodo entry (https://zenodo.org/record/7428071)](https://zenodo.org/record/7428071). %prep -%autosetup -n matplotlib-label-lines-0.5.1 +%autosetup -n matplotlib-label-lines-0.5.2 %build %py3_build @@ -336,5 +336,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.1-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.2-1 - Package Spec generated @@ -1 +1 @@ -5bb378d51b2e7be2f209122b6facfd3e matplotlib_label_lines-0.5.1.tar.gz +27cb4ba42911d7196adad7435e565a9d matplotlib_label_lines-0.5.2.tar.gz |