diff --git a/PKG-INFO b/PKG-INFO index 0fc831a..87bb719 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,29 +1,29 @@ Metadata-Version: 2.1 Name: swh.icinga_plugins -Version: 0.3.1 +Version: 0.3.2 Summary: Icinga plugins for Software Heritage infrastructure monitoring Home-page: https://forge.softwareheritage.org/diffusion/swh-icinga-plugins Author: Software Heritage developers Author-email: swh-devel@inria.fr License: UNKNOWN Project-URL: Bug Reports, https://forge.softwareheritage.org/maniphest Project-URL: Funding, https://www.softwareheritage.org/donate Project-URL: Source, https://forge.softwareheritage.org/source/swh-icinga-plugins Platform: UNKNOWN Classifier: Programming Language :: Python :: 3 Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3) Classifier: Operating System :: OS Independent Classifier: Development Status :: 3 - Alpha Requires-Python: >=3.7 Description-Content-Type: text/markdown Provides-Extra: testing License-File: LICENSE License-File: AUTHORS swh-icinga-plugins ================== Scripts for end-to-end monitoring of the SWH infrastructure diff --git a/requirements-test.txt b/requirements-test.txt index ab92662..e470c85 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,3 +1,7 @@ pytest pytest-mock requests-mock +types-click +types-requests +types-python-dateutil +types-PyYAML diff --git a/requirements.txt b/requirements.txt index fdd5330..ced35f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,3 @@ click psycopg2 requests -types-click -types-requests diff --git a/swh.icinga_plugins.egg-info/PKG-INFO b/swh.icinga_plugins.egg-info/PKG-INFO index c2d0067..36c78fd 100644 --- a/swh.icinga_plugins.egg-info/PKG-INFO +++ b/swh.icinga_plugins.egg-info/PKG-INFO @@ -1,29 +1,29 @@ Metadata-Version: 2.1 Name: swh.icinga-plugins -Version: 0.3.1 +Version: 0.3.2 Summary: Icinga plugins for Software Heritage infrastructure monitoring Home-page: https://forge.softwareheritage.org/diffusion/swh-icinga-plugins Author: Software Heritage developers Author-email: swh-devel@inria.fr License: UNKNOWN Project-URL: Bug Reports, https://forge.softwareheritage.org/maniphest Project-URL: Funding, https://www.softwareheritage.org/donate Project-URL: Source, https://forge.softwareheritage.org/source/swh-icinga-plugins Platform: UNKNOWN Classifier: Programming Language :: Python :: 3 Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3) Classifier: Operating System :: OS Independent Classifier: Development Status :: 3 - Alpha Requires-Python: >=3.7 Description-Content-Type: text/markdown Provides-Extra: testing License-File: LICENSE License-File: AUTHORS swh-icinga-plugins ================== Scripts for end-to-end monitoring of the SWH infrastructure diff --git a/swh.icinga_plugins.egg-info/requires.txt b/swh.icinga_plugins.egg-info/requires.txt index f585ba2..f3113ea 100644 --- a/swh.icinga_plugins.egg-info/requires.txt +++ b/swh.icinga_plugins.egg-info/requires.txt @@ -1,13 +1,15 @@ click psycopg2 requests -types-click -types-requests swh.core[http]>=0.3 swh.deposit>=0.3 swh.storage>=0.0.162 [testing] pytest pytest-mock requests-mock +types-click +types-requests +types-python-dateutil +types-PyYAML