diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-arxiv.spec | 14 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -1 +1,2 @@ /arxiv-1.4.4.tar.gz +/arxiv-1.4.7.tar.gz diff --git a/python-arxiv.spec b/python-arxiv.spec index 3a25f37..715d967 100644 --- a/python-arxiv.spec +++ b/python-arxiv.spec @@ -1,17 +1,17 @@ %global _empty_manifest_terminate_build 0 Name: python-arxiv -Version: 1.4.4 +Version: 1.4.7 Release: 1 Summary: Python wrapper for the arXiv API: http://arxiv.org/help/api/ License: MIT URL: https://github.com/lukasschwab/arxiv.py -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/17/4b/f7944b90de3a9d42e6a19c05dd1e953247f89720846dddab3e89397b548b/arxiv-1.4.4.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c7/25/8465d0e43bdf6295c99ece75d04246d0967cac934a9a22e5f3553e058e0f/arxiv-1.4.7.tar.gz BuildArch: noarch Requires: python3-feedparser %description -# arxiv.py [](https://www.python.org/downloads/release/python-370/) [](https://pypi.org/project/arxiv/) [](https://github.com/lukasschwab/arxiv.py/actions?query=branch%3Amaster) +# arxiv.py [](https://pypi.org/project/arxiv/)  [](https://github.com/lukasschwab/arxiv.py/actions?query=branch%3Amaster) Python wrapper for [the arXiv API](http://arxiv.org/help/api/index). @@ -200,7 +200,7 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-arxiv -# arxiv.py [](https://www.python.org/downloads/release/python-370/) [](https://pypi.org/project/arxiv/) [](https://github.com/lukasschwab/arxiv.py/actions?query=branch%3Amaster) +# arxiv.py [](https://pypi.org/project/arxiv/)  [](https://github.com/lukasschwab/arxiv.py/actions?query=branch%3Amaster) Python wrapper for [the arXiv API](http://arxiv.org/help/api/index). @@ -386,7 +386,7 @@ INFO:arxiv.arxiv:Got first page; 1 of inf results available Summary: Development documents and examples for arxiv Provides: python3-arxiv-doc %description help -# arxiv.py [](https://www.python.org/downloads/release/python-370/) [](https://pypi.org/project/arxiv/) [](https://github.com/lukasschwab/arxiv.py/actions?query=branch%3Amaster) +# arxiv.py [](https://pypi.org/project/arxiv/)  [](https://github.com/lukasschwab/arxiv.py/actions?query=branch%3Amaster) Python wrapper for [the arXiv API](http://arxiv.org/help/api/index). @@ -569,7 +569,7 @@ INFO:arxiv.arxiv:Got first page; 1 of inf results available %prep -%autosetup -n arxiv-1.4.4 +%autosetup -n arxiv-1.4.7 %build %py3_build @@ -609,5 +609,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.4-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.7-1 - Package Spec generated @@ -1 +1 @@ -6f86e135ba3a45ae0b88a382ba431b8c arxiv-1.4.4.tar.gz +ec1307f07d46a3fa7894d03832a0fb96 arxiv-1.4.7.tar.gz |
