summaryrefslogtreecommitdiff
path: root/python-pymodbus.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-07 09:46:27 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-07 09:46:27 +0000
commit51fffd8c08fcc32719f6307598c3c68f9a13745c (patch)
tree55c27c19ee726e467a5688513b97c9ca0c3aed6f /python-pymodbus.spec
parent5fc14919d50377217ea09a612d7898250c63eb8d (diff)
automatic import of python-pymodbus
Diffstat (limited to 'python-pymodbus.spec')
-rw-r--r--python-pymodbus.spec19
1 files changed, 10 insertions, 9 deletions
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