diff --git a/pbconf/python-redfish.pb b/pbconf/python-redfish.pb index d6b5b3d..ac526a4 100644 --- a/pbconf/python-redfish.pb +++ b/pbconf/python-redfish.pb @@ -101,7 +101,7 @@ vetype python-redfish = docker # # Global version/tag for the project # -projver python-redfish = 0.4 +projver python-redfish = 0.4.1 projtag python-redfish = 1 # Hash of valid version names @@ -109,9 +109,9 @@ projtag python-redfish = 1 #version python-redfish = devel,stable # Is it a test version or a production version -testver python-redfish = true +testver python-redfish = # Which upper target dir for delivery -delivery python-redfish = test +delivery python-redfish = # 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 diff --git a/pbconf/python-redfish/pbcl b/pbconf/python-redfish/pbcl index 53dd470..20ba45b 100644 --- a/pbconf/python-redfish/pbcl +++ b/pbconf/python-redfish/pbcl @@ -5,6 +5,11 @@ PYTHON-REDFISH CHANGES v0.5 (2050-01-01) - 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) - 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)