diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-pyzotero.spec | 22 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 16 insertions, 9 deletions
@@ -1 +1,2 @@ /pyzotero-1.5.5.tar.gz +/pyzotero-1.5.9.tar.gz diff --git a/python-pyzotero.spec b/python-pyzotero.spec index 23f14a0..976ddf6 100644 --- a/python-pyzotero.spec +++ b/python-pyzotero.spec @@ -1,17 +1,17 @@ %global _empty_manifest_terminate_build 0 Name: python-pyzotero -Version: 1.5.5 +Version: 1.5.9 Release: 1 Summary: Python wrapper for the Zotero API License: MIT URL: https://github.com/urschrei/pyzotero -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ae/ab/1c05b69a9054d47fdffae50307bd2b946fb65f526b8cdd8a0643fe50b0fc/pyzotero-1.5.5.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/69/43/645f0e8849f78bbc82db87c0edd90478470f24c2e45694c5c4a44bbfc727/pyzotero-1.5.9.tar.gz BuildArch: noarch +Requires: python3-bibtexparser Requires: python3-feedparser Requires: python3-pytz Requires: python3-requests -Requires: python3-bibtexparser Requires: python3-pytest Requires: python3-pytest @@ -48,7 +48,7 @@ Full documentation of available Pyzotero methods, code examples, and sample outp # Installation -* Using [pip][10]: `pip install pyzotero` (it's available as a wheel, and is tested on Python 3.6 and up) +* Using [pip][10]: `pip install pyzotero` (it's available as a wheel, and is tested on Python 3.7 and up) * Using Anaconda:`conda config --add channels conda-forge && conda install pyzotero` * From a local clone, if you wish to install Pyzotero from a specific branch: @@ -106,6 +106,8 @@ Pyzotero is licensed under the [MIT license][8]. See [license.txt](license.txt) + + %package -n python3-pyzotero Summary: Python wrapper for the Zotero API Provides: python-pyzotero @@ -145,7 +147,7 @@ Full documentation of available Pyzotero methods, code examples, and sample outp # Installation -* Using [pip][10]: `pip install pyzotero` (it's available as a wheel, and is tested on Python 3.6 and up) +* Using [pip][10]: `pip install pyzotero` (it's available as a wheel, and is tested on Python 3.7 and up) * Using Anaconda:`conda config --add channels conda-forge && conda install pyzotero` * From a local clone, if you wish to install Pyzotero from a specific branch: @@ -203,6 +205,8 @@ Pyzotero is licensed under the [MIT license][8]. See [license.txt](license.txt) + + %package help Summary: Development documents and examples for pyzotero Provides: python3-pyzotero-doc @@ -239,7 +243,7 @@ Full documentation of available Pyzotero methods, code examples, and sample outp # Installation -* Using [pip][10]: `pip install pyzotero` (it's available as a wheel, and is tested on Python 3.6 and up) +* Using [pip][10]: `pip install pyzotero` (it's available as a wheel, and is tested on Python 3.7 and up) * Using Anaconda:`conda config --add channels conda-forge && conda install pyzotero` * From a local clone, if you wish to install Pyzotero from a specific branch: @@ -297,8 +301,10 @@ Pyzotero is licensed under the [MIT license][8]. See [license.txt](license.txt) + + %prep -%autosetup -n pyzotero-1.5.5 +%autosetup -n pyzotero-1.5.9 %build %py3_build @@ -338,5 +344,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.5-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.9-1 - Package Spec generated @@ -1 +1 @@ -393684feda6a8207df8f9564cfa022ef pyzotero-1.5.5.tar.gz +cbecbf1537f366e5048ac8e918be2507 pyzotero-1.5.9.tar.gz |
