diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pymodbus.spec | 19 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 12 insertions, 10 deletions
@@ -1 +1,2 @@ /pymodbus-3.1.3.tar.gz +/pymodbus-3.2.2.tar.gz diff --git a/python-pymodbus.spec b/python-pymodbus.spec index 7de632b..3fcdc7d 100644 --- a/python-pymodbus.spec +++ b/python-pymodbus.spec @@ -1,25 +1,23 @@ %global _empty_manifest_terminate_build 0 Name: python-pymodbus -Version: 3.1.3 +Version: 3.2.2 Release: 1 Summary: A fully featured modbus protocol stack in python License: BSD-3-Clause URL: https://github.com/pymodbus-dev/pymodbus/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/67/96/36651fd37cd6adae9ed5885e9042d23f1320c3e513e09593248aee503b1e/pymodbus-3.1.3.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/be/9a/71c0dafc155990976135877391ca58e98dd3c4a6beb12bee7b3d75a71212/pymodbus-3.2.2.tar.gz BuildArch: noarch -Requires: python3-redis -Requires: python3-sqlalchemy +Requires: python3-setuptools Requires: python3-bandit -Requires: python3-black Requires: python3-codespell Requires: python3-coverage Requires: python3-flake8 Requires: python3-flake8-docstrings Requires: python3-flake8-noqa Requires: python3-flake8-comprehensions -Requires: python3-isort -Requires: python3-pep8 +Requires: python3-mypy +Requires: python3-pre-commit Requires: python3-pyflakes Requires: python3-pydocstyle Requires: python3-pycodestyle @@ -29,6 +27,8 @@ Requires: python3-pytest-asyncio Requires: python3-pytest-cov Requires: python3-pytest-timeout Requires: python3-pytest-xdist +Requires: python3-types-Pygments +Requires: python3-types-pyserial Requires: python3-recommonmark Requires: python3-Sphinx Requires: python3-sphinx-rtd-theme @@ -36,6 +36,7 @@ Requires: python3-aiohttp Requires: python3-typer[all] Requires: python3-prompt-toolkit Requires: python3-pygments +Requires: python3-click Requires: python3-pyserial %description @@ -57,7 +58,7 @@ Provides: python3-pymodbus-doc %prep -%autosetup -n pymodbus-3.1.3 +%autosetup -n pymodbus-3.2.2 %build %py3_build @@ -97,5 +98,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.3-1 +* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 3.2.2-1 - Package Spec generated @@ -1 +1 @@ -7187cac9be812ee80d614a1496424d77 pymodbus-3.1.3.tar.gz +911046cecfbca7320b118d7a57436f5d pymodbus-3.2.2.tar.gz |