david-caro / python-foreman

Small low level python wrapper around Foreman API
GNU General Public License v2.0
57 stars 37 forks source link

python-foreman 0.4.12 broken pip package #75

Closed lukas-bednar closed 7 years ago

lukas-bednar commented 7 years ago

this release doesn't contain python modules

python-foreman-0.4.12/
python-foreman-0.4.12/AUTHORS
python-foreman-0.4.12/LICENSE
python-foreman-0.4.12/python_foreman.egg-info/
python-foreman-0.4.12/python_foreman.egg-info/SOURCES.txt
python-foreman-0.4.12/python_foreman.egg-info/top_level.txt
python-foreman-0.4.12/python_foreman.egg-info/PKG-INFO
python-foreman-0.4.12/python_foreman.egg-info/dependency_links.txt
python-foreman-0.4.12/python_foreman.egg-info/requires.txt
python-foreman-0.4.12/setup.py
python-foreman-0.4.12/CHANGELOG
python-foreman-0.4.12/PKG-INFO
python-foreman-0.4.12/MANIFEST.in
python-foreman-0.4.12/README.rst
python-foreman-0.4.12/foreman/
python-foreman-0.4.12/foreman/definitions/
python-foreman-0.4.12/foreman/definitions/1.5.0-v1.json
python-foreman-0.4.12/foreman/definitions/1.7.2-v2.json
python-foreman-0.4.12/foreman/definitions/1.6.3-v1.json
python-foreman-0.4.12/foreman/definitions/1.4.2-v2.json
python-foreman-0.4.12/foreman/definitions/1.9.2-v2.json
python-foreman-0.4.12/foreman/definitions/1.7.1-v2.json
python-foreman-0.4.12/foreman/definitions/1.4.2-v1.json
python-foreman-0.4.12/foreman/definitions/1.7.1-v1.json
python-foreman-0.4.12/foreman/definitions/1.5.0-v2.json
python-foreman-0.4.12/foreman/definitions/1.6.3-v2.json
python-foreman-0.4.12/foreman/definitions/1.7.2-v1.json
python-foreman-0.4.12/setup.cfg
david-caro commented 7 years ago

Sorry about that, will rerelease a fix today.

david-caro commented 7 years ago

Just released 0.4.14, made sure that the python packages are in ;), thanks a lot for the notice!!!

Let me know if you find anything else, I'll try to fix in in a timely manner.

lukas-bednar commented 7 years ago

No problem, bad things happen time to time :smile: ... Thank you for quick response! I did a fallback to 0.4.5 release for meantime, and I will test 0.4.14 on Mon and let you know in case I hit something else.

lukas-bednar commented 7 years ago

Seems to be ok, thanks!