summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-23 05:03:22 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-23 05:03:22 +0000
commitcd8b9e857b0462e88853a931dc9ef12c7de4ead5 (patch)
tree079b1e2b3395945e8d9e80d9b7b54fe174ec89e9
parentee2d1dfb4fed5125f8d71767cc94ca8e879e7cc6 (diff)
automatic import of python-matplotlib-label-linesopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-matplotlib-label-lines.spec26
-rw-r--r--sources2
3 files changed, 15 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore
index 5e191c5..e64da69 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
[![Build status](https://github.com/cphyc/matplotlib-label-lines/actions/workflows/pytest.yml/badge.svg)](https://github.com/cphyc/matplotlib-label-lines/actions/workflows/pytest.yml)
-[![Supported Python Versions](https://img.shields.io/pypi/pyversions/matplotlib-label-lines/0.5.1)](https://pypi.org/project/matplotlib-label-lines/)
+[![Supported Python Versions](https://img.shields.io/pypi/pyversions/matplotlib-label-lines/0.5.2)](https://pypi.org/project/matplotlib-label-lines/)
[![PyPI](https://img.shields.io/pypi/v/matplotlib-label-lines)](https://pypi.org/project/matplotlib-label-lines)
[![codecov](https://codecov.io/gh/cphyc/matplotlib-label-lines/branch/master/graph/badge.svg)](https://codecov.io/gh/cphyc/matplotlib-label-lines)
@@ -105,7 +102,8 @@ fig.show()
```
![Example](https://raw.githubusercontent.com/cphyc/matplotlib-label-lines/master/example.png)
-
+# 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
[![Build status](https://github.com/cphyc/matplotlib-label-lines/actions/workflows/pytest.yml/badge.svg)](https://github.com/cphyc/matplotlib-label-lines/actions/workflows/pytest.yml)
-[![Supported Python Versions](https://img.shields.io/pypi/pyversions/matplotlib-label-lines/0.5.1)](https://pypi.org/project/matplotlib-label-lines/)
+[![Supported Python Versions](https://img.shields.io/pypi/pyversions/matplotlib-label-lines/0.5.2)](https://pypi.org/project/matplotlib-label-lines/)
[![PyPI](https://img.shields.io/pypi/v/matplotlib-label-lines)](https://pypi.org/project/matplotlib-label-lines)
[![codecov](https://codecov.io/gh/cphyc/matplotlib-label-lines/branch/master/graph/badge.svg)](https://codecov.io/gh/cphyc/matplotlib-label-lines)
@@ -200,7 +198,8 @@ fig.show()
```
![Example](https://raw.githubusercontent.com/cphyc/matplotlib-label-lines/master/example.png)
-
+# 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
[![Build status](https://github.com/cphyc/matplotlib-label-lines/actions/workflows/pytest.yml/badge.svg)](https://github.com/cphyc/matplotlib-label-lines/actions/workflows/pytest.yml)
-[![Supported Python Versions](https://img.shields.io/pypi/pyversions/matplotlib-label-lines/0.5.1)](https://pypi.org/project/matplotlib-label-lines/)
+[![Supported Python Versions](https://img.shields.io/pypi/pyversions/matplotlib-label-lines/0.5.2)](https://pypi.org/project/matplotlib-label-lines/)
[![PyPI](https://img.shields.io/pypi/v/matplotlib-label-lines)](https://pypi.org/project/matplotlib-label-lines)
[![codecov](https://codecov.io/gh/cphyc/matplotlib-label-lines/branch/master/graph/badge.svg)](https://codecov.io/gh/cphyc/matplotlib-label-lines)
@@ -292,11 +291,12 @@ fig.show()
```
![Example](https://raw.githubusercontent.com/cphyc/matplotlib-label-lines/master/example.png)
-
+# 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
diff --git a/sources b/sources
index c78bc06..87c52ec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5bb378d51b2e7be2f209122b6facfd3e matplotlib_label_lines-0.5.1.tar.gz
+27cb4ba42911d7196adad7435e565a9d matplotlib_label_lines-0.5.2.tar.gz