diff options
Diffstat (limited to 'python-pyzabbix.spec')
-rw-r--r-- | python-pyzabbix.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pyzabbix.spec b/python-pyzabbix.spec index 7da4fd7..f37c541 100644 --- a/python-pyzabbix.spec +++ b/python-pyzabbix.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyzabbix -Version: 1.2.1 +Version: 1.3.0 Release: 1 Summary: Zabbix API Python interface License: LGPL URL: http://github.com/lukecyca/pyzabbix -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/6c/ec/342b7151bdddd9d61da87d1aa2502b84f69d3ed91e2d7253b5237d08a922/pyzabbix-1.2.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/24/7a/7a7400ca882a0d75ab0a2d78ee53287357cdf66d32aad592b05852273a43/pyzabbix-1.3.0.tar.gz BuildArch: noarch Requires: python3-requests @@ -31,7 +31,7 @@ Requires: python3-types-requests ## Requirements -- Tested against Zabbix 4.0 LTS, 5.0 LTS, 6.0 LTS and 6.2. +- Tested against Zabbix 4.0 LTS, 5.0 LTS, 6.0 LTS and 6.4. ## Documentation @@ -204,7 +204,7 @@ BuildRequires: python3-pip ## Requirements -- Tested against Zabbix 4.0 LTS, 5.0 LTS, 6.0 LTS and 6.2. +- Tested against Zabbix 4.0 LTS, 5.0 LTS, 6.0 LTS and 6.4. ## Documentation @@ -374,7 +374,7 @@ Provides: python3-pyzabbix-doc ## Requirements -- Tested against Zabbix 4.0 LTS, 5.0 LTS, 6.0 LTS and 6.2. +- Tested against Zabbix 4.0 LTS, 5.0 LTS, 6.0 LTS and 6.4. ## Documentation @@ -531,7 +531,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA %prep -%autosetup -n pyzabbix-1.2.1 +%autosetup -n pyzabbix-1.3.0 %build %py3_build @@ -571,5 +571,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.1-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.0-1 - Package Spec generated |