diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 08:05:32 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 08:05:32 +0000 |
commit | 2a1cc6b33506b0e20eeec24f533d10127384c2ec (patch) | |
tree | 255fd424d1904dae6170c51b1125c4545ca6d53e | |
parent | 3b53e18c1dbbb1be5621de77cf1963e34b7a7319 (diff) |
automatic import of python-pyzabbixopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pyzabbix.spec | 14 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -1 +1,2 @@ /pyzabbix-1.2.1.tar.gz +/pyzabbix-1.3.0.tar.gz 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 @@ -1 +1 @@ -31b5275e432f1f99f89041e1d2f62ba4 pyzabbix-1.2.1.tar.gz +42cb927c9c636186dc66a1eb09d035f3 pyzabbix-1.3.0.tar.gz |