requirements are not consistent with global requirements for tackerclient

Bug #1516045 reported by yong sheng gong
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tacker
Fix Released
Low
zeih

Bug Description

requirements are not consistent with global requirements for tacker client
[fedora@tacker requirements]$ update-requirements --source /opt/stack/requirements /opt/stack/python-tackerclient
Version change for: pbr, cliff, netaddr, requests, python-keystoneclient, simplejson, six
Updated /opt/stack/python-tackerclient/requirements.txt:
    pbr>=0.6,!=0.7,<1.0 -> pbr>=1.6
    cliff>=1.4.3 -> cliff>=1.14.0 # Apache-2.0
    netaddr>=0.7.6 -> netaddr>=0.7.12,!=0.7.16
    requests>=1.1 -> requests>=2.5.2,!=2.8.0
    python-keystoneclient>=0.9.0 -> python-keystoneclient>=1.6.0,!=1.8.0
    simplejson>=2.0.9 -> simplejson>=2.2.0
    six>=1.6.0 -> six>=1.9.0
Version change for: fixtures, sphinx, testtools
Updated /opt/stack/python-tackerclient/test-requirements.txt:
    fixtures>=0.3.14 -> fixtures>=1.3.1
    sphinx>=1.1.2,<1.2 -> sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
    testtools>=0.9.34 -> testtools>=1.4.0

Changed in tacker:
assignee: nobody → yong sheng gong (gongysh)
Changed in tacker:
importance: Undecided → Low
status: New → Confirmed
Changed in tacker:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-tackerclient (master)

Reviewed: https://review.openstack.org/245198
Committed: https://git.openstack.org/cgit/openstack/python-tackerclient/commit/?id=6242db9fb1798a8cdf27c7bba277c846092c103f
Submitter: Jenkins
Branch: master

commit 6242db9fb1798a8cdf27c7bba277c846092c103f
Author: yong sheng gong <gong.yongsheng@99cloud.net>
Date: Fri Nov 13 15:02:14 2015 +0000

    Update requirements according to global requirements

    This is important because if we install tacker along with
    other openstack components, this inconsistency will break
    system.

    Due to the upgrade of hacking, current codes violate many
    new rules. These violations will be fixed in follow up
    patches.

    Author: yong sheng gong <gong.yongsheng@99cloud.net>
    Change-Id: Ib30d31ca804aebf43c02eb8247c718ab00629f6f
    Closes-bug: 1516045

Changed in tacker:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to python-tackerclient (master)

Related fix proposed to branch: master
Review: https://review.openstack.org/259477

zeih (zeih)
Changed in tacker:
assignee: yong sheng gong (gongysh) → zeih (zeih)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-tackerclient (master)

Reviewed: https://review.openstack.org/259477
Committed: https://git.openstack.org/cgit/openstack/python-tackerclient/commit/?id=196ba01bac8a6a19b063618cd20d70eab2087f49
Submitter: Jenkins
Branch: master

commit 196ba01bac8a6a19b063618cd20d70eab2087f49
Author: Martin Oemke <email address hidden>
Date: Fri Dec 18 15:44:30 2015 +0100

    Fix E265, E129, E113 errors in tackerclient code

    This Patch fixes all E265, E129, E113 errors and enables this test for all new patches to tacker.
    [E265] block comment should start with '# '
    [E129] visually indented line with same indent as next logical line
    [E113] unexpected indentation

    Change-Id: I708dd9e0c4f3edb0b52a865578aceace726d1c2e
    Related-Bug: 1516045

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to python-tackerclient (master)

Related fix proposed to branch: master
Review: https://review.openstack.org/260250

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-tackerclient (master)

Reviewed: https://review.openstack.org/260250
Committed: https://git.openstack.org/cgit/openstack/python-tackerclient/commit/?id=ca1ad7c9301ab8165401458323b072c616c89fce
Submitter: Jenkins
Branch: master

commit ca1ad7c9301ab8165401458323b072c616c89fce
Author: Martin Oemke <email address hidden>
Date: Tue Dec 22 00:31:13 2015 +0100

    Fix H105 errors in tackerclient code

    This Patch fixes all H105 errors and enables this test.

    [H105] Don’t use author tags. We use version control instead.

    Change-Id: I60e9e844b420b31b8caa86d5338cf04322386506
    Related-Bug: 1516045

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to python-tackerclient (master)

Related fix proposed to branch: master
Review: https://review.openstack.org/261101

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Related fix proposed to branch: master
Review: https://review.openstack.org/261533

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-tackerclient (master)

Reviewed: https://review.openstack.org/261101
Committed: https://git.openstack.org/cgit/openstack/python-tackerclient/commit/?id=0820bb1a101bd4a6a1278d37df74b8ac4bb65353
Submitter: Jenkins
Branch: master

commit 0820bb1a101bd4a6a1278d37df74b8ac4bb65353
Author: Martin Oemke <email address hidden>
Date: Wed Dec 23 21:58:46 2015 +0100

    Fix H405 errors in tackerclient code

    This Patch fixes all H405 errors and enables this test.
    [H405] Multi line docstring summary not separated with an empty line

    Change-Id: I93a9f477f27c259bbfed20ff93105e63d5f6f82c
    Related-Bug: 1516045

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/261533
Committed: https://git.openstack.org/cgit/openstack/python-tackerclient/commit/?id=ba46bbf7ac574536913f1a9623a60ada1dfee053
Submitter: Jenkins
Branch: master

commit ba46bbf7ac574536913f1a9623a60ada1dfee053
Author: Martin Oemke <email address hidden>
Date: Fri Dec 25 14:50:10 2015 +0100

    Fix H238 errors in tackerclient code

    This Patch fixes all H238 errors and enables this test.

    [H238] Old style class declaration,
            use new style (inherit from `object`)

    Change-Id: I184538cf6dcb97a178dcf017a21d878712063f91
    Related-Bug: 1516045

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to python-tackerclient (master)

Related fix proposed to branch: master
Review: https://review.openstack.org/273237

zeih (zeih)
Changed in tacker:
assignee: zeih (zeih) → nobody
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-tackerclient (master)

Reviewed: https://review.openstack.org/273237
Committed: https://git.openstack.org/cgit/openstack/python-tackerclient/commit/?id=4878cc999c8b1fa3718cf36944a24a141c23f3c1
Submitter: Jenkins
Branch: master

commit 4878cc999c8b1fa3718cf36944a24a141c23f3c1
Author: Martin Oemke <email address hidden>
Date: Wed Jan 27 22:02:03 2016 +0100

    Clean up flake8 ignore list

    Due to update of hacking H302 is not needed any more.

    Change-Id: Ibc5b5e11e7021caed19c895786f920c300e2109b
    Related-Bug: 1516045

Changed in tacker:
assignee: nobody → zeih (zeih)
Changed in tacker:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.