Delivery of python-redfish 0.4.1

Change-Id: I35bab7735096aa3726b52060a835a39932ef50c6
This commit is contained in:
Bruno Cornec 2017-03-08 02:31:05 +01:00
parent c824220d3d
commit 7b9851df6a
2 changed files with 8 additions and 3 deletions

View File

@ -101,7 +101,7 @@ vetype python-redfish = docker
# #
# Global version/tag for the project # Global version/tag for the project
# #
projver python-redfish = 0.4 projver python-redfish = 0.4.1
projtag python-redfish = 1 projtag python-redfish = 1
# Hash of valid version names # Hash of valid version names
@ -109,9 +109,9 @@ projtag python-redfish = 1
#version python-redfish = devel,stable #version python-redfish = devel,stable
# Is it a test version or a production version # Is it a test version or a production version
testver python-redfish = true testver python-redfish =
# Which upper target dir for delivery # Which upper target dir for delivery
delivery python-redfish = test delivery python-redfish =
# Additional repository to add at build time # Additional repository to add at build time
# addrepo centos-5-x86_64 = http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm,ftp://ftp.project-builder.org/centos/5/pb.repo # addrepo centos-5-x86_64 = http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm,ftp://ftp.project-builder.org/centos/5/pb.repo

View File

@ -5,6 +5,11 @@ PYTHON-REDFISH CHANGES
v0.5 (2050-01-01) v0.5 (2050-01-01)
- TBD () - TBD ()
v0.4.1 (2017-03-08)
- Fix delivery to Pypi (Bruno Cornec/René Ribaud)
- Fix #1670722 to filter all scripts delivered (Bruno Cornec/René Ribaud)
- Recover a missing fix from (Zhang Yufei)
v0.4 (2017-03-01) v0.4 (2017-03-01)
- Adds redfish-client tests with Docker (not activated on gerrit) with multiple distributions (René Ribaud) - Adds redfish-client tests with Docker (not activated on gerrit) with multiple distributions (René Ribaud)
- Fix #1662225 Remove future module dependencies and Do not use pip in setup.py (René Ribaud) - Fix #1662225 Remove future module dependencies and Do not use pip in setup.py (René Ribaud)