Reviewed: https://review.openstack.org/498275 Committed: https://git.openstack.org/cgit/openstack/oslo.versionedobjects/commit/?id=934fb45a2de4afe6cb0c8f2d078e19513a3b00e3 Submitter: Jenkins Branch: master
commit 934fb45a2de4afe6cb0c8f2d078e19513a3b00e3 Author: Sean McCully <[email protected]> Date: Sun Aug 27 15:07:40 2017 -0400 iso8601.is8601.Utc No Longer Exists iso8601.UTC is correct datetime UTC field object. iso8601.UTC is correct datetime UTC field object. iso8601 >= 0.1.12 includes only iso8601.UTC for python3 while both UTC and Utc() for python2. Less then 0.1.12 included both UTC and Utc() for both python2/3. Change-Id: Ie7957959e836d2f78409d4197c6a2d7ad9e8457b Closes-Bug: #1713354 ** Changed in: oslo.versionedobjects Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1713354 Title: oslo.versionedobjects iso8601.is8061.Utc No Longer correct import path in python3 Status in OpenStack Compute (nova): Fix Released Status in oslo.versionedobjects: Fix Released Bug description: iso8601.iso8601 No Longer supports Utc method. Instead iso8601.UTC field. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1713354/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

