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/debian/changelog b/debian/changelog index 54b0858..1a71281 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,96 +1,99 @@ -swh.icingaplugins (0.3.1-1~swh1~bpo10+1) buster-swh; urgency=medium +swh.icingaplugins (0.3.2-1~swh1) unstable-swh; urgency=medium - * Rebuild for buster-swh + * New upstream release 0.3.2 - (tagged by Nicolas Dandrimont + on 2021-06-18 15:29:50 +0200) + * Upstream changes: - Release swh.icinga_plugins 0.3.2 - Don't + require type stub modules at runtime - -- Software Heritage autobuilder (on jenkins-debian1) Fri, 18 Jun 2021 12:44:49 +0000 + -- Software Heritage autobuilder (on jenkins-debian1) Fri, 18 Jun 2021 13:34:21 +0000 swh.icingaplugins (0.3.1-1~swh1) unstable-swh; urgency=medium * New upstream release 0.3.1 - (tagged by Nicolas Dandrimont on 2021-06-18 14:39:11 +0200) * Upstream changes: - Release swh.icinga.plugins v0.3.1 - Add missing f-string in assertion - CI related improvements -- Software Heritage autobuilder (on jenkins-debian1) Fri, 18 Jun 2021 12:43:49 +0000 swh.icingaplugins (0.3.0-1~swh1) unstable-swh; urgency=medium * New upstream release 0.3.0 - (tagged by Antoine R. Dumont (@ardumont) on 2021-04-16 15:56:31 +0200) * Upstream changes: - v0.3.0 - Add end to end save code now check -- Software Heritage autobuilder (on jenkins-debian1) Fri, 16 Apr 2021 13:58:24 +0000 swh.icingaplugins (0.2.3-1~swh1) unstable-swh; urgency=medium * New upstream release 0.2.3 - (tagged by Vincent SELLIER on 2021-01-19 10:58:01 +0100) * Upstream changes: - v0.2.3 - Remove the deprecated external_identifer from metadata -- Software Heritage autobuilder (on jenkins-debian1) Tue, 19 Jan 2021 10:00:42 +0000 swh.icingaplugins (0.2.2-1~swh1) unstable-swh; urgency=medium * New upstream release 0.2.2 - (tagged by Antoine R. Dumont (@ardumont) on 2021-01-14 13:17:42 +0100) * Upstream changes: - v0.2.2 - Fix test deposit -- Software Heritage autobuilder (on jenkins-debian1) Thu, 14 Jan 2021 12:19:05 +0000 swh.icingaplugins (0.2.1-1~swh1) unstable-swh; urgency=medium * New upstream release 0.2.1 - (tagged by Antoine R. Dumont (@ardumont) on 2020-10-20 19:43:22 +0200) * Upstream changes: - v0.2.1 - pytest.ini: Make django not load itself -- Software Heritage autobuilder (on jenkins-debian1) Tue, 20 Oct 2020 17:44:16 +0000 swh.icingaplugins (0.2.0-1~swh1) unstable-swh; urgency=medium * New upstream release 0.2.0 - (tagged by Antoine R. Dumont (@ardumont) on 2020-10-16 09:34:39 +0200) * Upstream changes: - v0.2.0 - Add deposit metadata update step in deposit icinga check - test_deposit: Refactor helper functions to improve maintenance - tox.ini: pin black to the pre- commit version (19.10b0) to avoid flip-flops -- Software Heritage autobuilder (on jenkins-debian1) Tue, 20 Oct 2020 16:41:57 +0000 swh.icingaplugins (0.1.0-1~swh1) unstable-swh; urgency=medium * New upstream release 0.1.0 - (tagged by David Douard on 2020-09-25 11:48:28 +0200) * Upstream changes: - v0.1.0 -- Software Heritage autobuilder (on jenkins-debian1) Tue, 20 Oct 2020 16:35:53 +0000 swh.icingaplugins (0.0.2-1+swh4) unstable-swh; urgency=medium * Add missing dependency -- Antoine R. Dumont (@ardumont) Tue, 22 Jan 2020 13:18:46 +0100 swh.icingaplugins (0.0.2-1+swh3) unstable-swh; urgency=medium * Bump to unstuck build -- Antoine R. Dumont (@ardumont) Tue, 21 Jan 2020 15:29:39 +0100 swh.icingaplugins (0.0.2-1+swh2) unstable-swh; urgency=medium * Bump to unstuck build -- Antoine R. Dumont (@ardumont) Tue, 21 Jan 2020 01:47:36 +0100 swh.icingaplugins (0.0.2-1+swh1) unstable-swh; urgency=medium * Initial packaging for swh.icingaplugins -- Antoine R. Dumont (@ardumont) Mon, 20 Jan 2020 18:48:41 +0100 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