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+ Version 4.4.2, 2020-11-19
2+
3+ * Python 3.9 compatibility fix
4+
15Version 4.4, 2020-10-06
26Version 4.4.1, 2020-10-06
37
Original file line number Diff line number Diff line change 11Summary: Accessing HP iLO interfaces from python
22Name: python-hpilo
3- Version: 4.4.1
3+ Version: 4.4.2
44Release: 1%{?dist }
55Source0: http://pypi.python.org/packages/source/p/%{name }/%{name }-%{version }.tar.gz
66License: GPL/APL
Original file line number Diff line number Diff line change 5050# built documents.
5151#
5252# The short X.Y version.
53- version = '4.4.1 '
53+ version = '4.4.2 '
5454# The full version, including alpha/beta/rc tags.
55- release = '4.4.1 '
55+ release = '4.4.2 '
5656
5757# The language for content autogenerated by Sphinx. Refer to documentation
5858# for a list of supported languages.
Original file line number Diff line number Diff line change 11# (c) 2011-2020 Dennis Kaarsemaker <dennis@kaarsemaker.net>
22# see COPYING for license details
33
4- __version__ = "4.4.1 "
4+ __version__ = "4.4.2 "
55
66import codecs
77import io
Original file line number Diff line number Diff line change 33from setuptools import setup
44
55setup (name = "python-hpilo" ,
6- version = "4.4.1 " ,
6+ version = "4.4.2 " ,
77 author = "Dennis Kaarsemaker" ,
88 author_email = "dennis@kaarsemaker.net" ,
99 url = "http://github.com/seveas/python-hpilo" ,
You can’t perform that action at this time.
0 commit comments