File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ pytiger (1.1.1) unstable; urgency=medium
2+
3+ * Replace nagios.NagiosCheck.warn() with warning()
4+
5+ -- Jonathan Wiltshire <jmw@tiger-computing.co.uk> Fri, 16 Feb 2018 14:36:19 +0000
6+
17pytiger (1.1.0) unstable; urgency=medium
28
39 [ Chris Boot ]
Original file line number Diff line number Diff line change 22Changes in pytiger
33******************
44
5- Release NEXT
6- ============
5+ Release 1.1.1
6+ =============
77
88* Deprecate nagios.NagiosClient.warn(), replace with warning() (#2)
99
Original file line number Diff line number Diff line change 5858# The short X.Y version.
5959version = '1.1'
6060# The full version, including alpha/beta/rc tags.
61- release = '1.1.0 '
61+ release = '1.1.1 '
6262
6363# The language for content autogenerated by Sphinx. Refer to documentation
6464# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -145,6 +145,9 @@ rm -rf $RPM_BUILD_ROOT
145145%endif
146146
147147%changelog
148+ * Fri Feb 16 2018 Jonathan Wiltshire <jmw@tiger-computing.co.uk> - 1.1.1-1
149+ - Replace nagios.NagiosCheck.warn() with warning().
150+
148151* Thu Nov 20 2017 Chris Boot <crb@tiger-computing.co.uk> - 1.1.0-2
149152- Add support for rh-python35 SCL. Make SCL selection a bit more generic.
150153
Original file line number Diff line number Diff line change 99from setuptools import setup , find_packages
1010
1111setup (name = 'pytiger' ,
12- version = '1.1.0 ' ,
12+ version = '1.1.1 ' ,
1313 description = 'Tiger Computing Ltd Python Utilities' ,
1414 author = 'Tiger Computing Ltd' ,
1515 author_email = 'info@tiger-computing.co.uk' ,
You can’t perform that action at this time.
0 commit comments