summaryrefslogtreecommitdiff
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Drop lower-constraints.txt and its testingGhanshyam Mann2022-04-301-0/+4
| | | | | | | | | | | | | As discussed in TC PTG[1] and TC resolution[2], we are dropping the lower-constraints.txt file and its testing. We will keep lower bounds in the requirements.txt file but with a note that these are not tested lower bounds and we try our best to keep them updated. [1] https://etherpad.opendev.org/p/tc-zed-ptg#L326 [2] https://governance.openstack.org/tc/resolutions/20220414-drop-lower-constraints.html#proposal Change-Id: Ia3f66b6805704c254295fd663f0260d5d963ed66
* Updated from global requirementsOpenStack Proposal Bot2018-03-151-1/+1
| | | | Change-Id: Ie1d30c876d404b0396134b82a3e401c1376d9d70
* Updated from global requirementsOpenStack Proposal Bot2018-01-271-1/+1
| | | | Change-Id: I1e86c8b40e0cf81568e70834d9afc9b2fe62247b
* Updated from global requirementsOpenStack Proposal Bot2017-11-161-1/+1
| | | | Change-Id: Ic35c420e0438bd625ab2fdf5655eda44687ca2e6
* Updated from global requirementsOpenStack Proposal Bot2017-11-141-2/+2
| | | | Change-Id: I9d31d220c6fbc4a7aa8d5cc5261095e4ed86d0b8
* Updated from global requirementsOpenStack Proposal Bot2017-03-131-1/+1
| | | | Change-Id: Id991f139a8613e8c1890f907ca8897407d8c4fb6
* Updated from global requirementsOpenStack Proposal Bot2016-10-271-1/+1
| | | | Change-Id: Ic8754354173b1410beeba338302de76f7b5a4167
* Updated from global requirements2.4.0OpenStack Proposal Bot2016-08-041-1/+1
| | | | Change-Id: I3008d82b5a16d33b36e62feaeac6d100d73c7be2
* Updated from global requirementsOpenStack Proposal Bot2016-07-091-1/+1
| | | | Change-Id: I073e90031bc4f834929e6f8a38b0d66671385e26
* Updated from global requirementsOpenStack Proposal Bot2016-06-031-1/+1
| | | | Change-Id: Ib79a9dbce6349cb70ef7039161a17f5e13941ae6
* Updated from global requirementsOpenStack Proposal Bot2016-04-071-1/+1
| | | | Change-Id: Ic7ad6600893fb8d463d5e27f4fa783a0e6d44d63
* Updated from global requirementsOpenStack Proposal Bot2016-02-261-1/+1
| | | | Change-Id: I86e30187938daaab637c510d67fa9c4ac1ac4bb6
* Updated from global requirementsOpenStack Proposal Bot2016-01-261-1/+1
| | | | Change-Id: Iab16ba0308d6d318adc492de6f26418426695615
* Updated from global requirementsOpenStack Proposal Bot2016-01-231-3/+3
| | | | Change-Id: Ib37f0c1a68dfcfd6123187601a662bcc11c7928f
* Updated from global requirementsOpenStack Proposal Bot2016-01-061-1/+1
| | | | Change-Id: I700acdb85d5345edc1365205bb1d4852c6aa7b45
* Merge "make generate_uuid return valid uuid"2.0.0Jenkins2015-12-011-0/+1
|\
| * make generate_uuid return valid uuidgordon chung2015-11-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | original design prepended a namespace to the beginning of uuid. this scoped the uuid to a namespace but it is technically invalid. this patch drops the behaviour of prepending string. rather, it takes the namespace, hashes it, and uses uuid v5 to generate valid uuid based on that namespace Change-Id: Ibde222c91522fa3c4a1720b6a8da81dac31560b9 Closes-Bug: #1504889
* | Updated from global requirementsOpenStack Proposal Bot2015-11-211-1/+1
|/ | | | Change-Id: I9767d31a1bfb428730f90ea8ba1c11a5a2d207aa
* Updated from global requirementsOpenStack Proposal Bot2015-10-231-2/+2
| | | | Change-Id: Ib32b92c5f53e654ac0719cdf7bf19790940b0fdf
* Updated from global requirementsOpenStack Proposal Bot2015-08-271-1/+1
| | | | Change-Id: I86cd825748b6446950305b75111d18419b80fb04
* Updated from global requirementsOpenStack Proposal Bot2015-08-131-1/+1
| | | | Change-Id: I7bd32c611d5942ccb4f62be49a876447dc807adc
* Updated from global requirementsOpenStack Proposal Bot2015-06-221-2/+2
| | | | Change-Id: I87720e35356a911b42fc89c64164a63358e5efc6
* Updated from global requirementsOpenStack Proposal Bot2015-05-071-1/+1
| | | | Change-Id: I55ee99110cd47f3d59dea43d27d041e146fbb55f
* drop audit middlewaregordon chung2015-04-241-4/+0
| | | | | | | | | the audit middleware is deprecated and is available via keystonemiddleware. pyCADF can now be returned to just a library that builds CADF events and validates them. Closes-Bug: #1448239 Change-Id: I1724a6637d9663a825055f56d17189e35d63f269
* Uncap library requirements for liberty0.9.0Doug Hellmann2015-04-161-4/+4
| | | | | Change-Id: If87fc0205d51b5addda3c097ac2a30bd296e2612 Depends-On: Ib948b756b8e6ca47a4c9c44c48031e54b7386a06
* Updated from global requirementsOpenStack Proposal Bot2015-03-211-4/+4
| | | | Change-Id: I9a76993a77214dd19e27f8795505314ca48a1e60
* Updated from global requirementsOpenStack Proposal Bot2015-03-061-1/+1
| | | | Change-Id: If75a6c2179d8ec53e7158aef8d3ae12cfee074c7
* Updated from global requirementsOpenStack Proposal Bot2015-03-051-1/+1
| | | | Change-Id: I8fca087c14b424866000cc3a6ba1a3f4935dacd7
* Updated from global requirementsOpenStack Proposal Bot2015-02-201-1/+1
| | | | Change-Id: I496d62b3ba4d37896965f5affe75adf92deb97c3
* Use oslo_contextSteve Martinelli2015-02-041-0/+1
| | | | | | | even though we have deprecated the middleware, we should still use oslo_context so we can be fully decoupled from oslo-incubator. Change-Id: I17d0d9a8daef66d9d39b621615e5e7bb9f022510
* Updated from global requirementsOpenStack Proposal Bot2015-01-231-1/+1
| | | | Change-Id: I92df0ba359d5bcf11331518ca70222f3cadf5d8f
* Updated from global requirementsOpenStack Proposal Bot2015-01-131-1/+1
| | | | Change-Id: I5cdbee55703b9788f89db19b94d32786f1ca415b
* Updated from global requirementsOpenStack Proposal Bot2015-01-081-1/+1
| | | | Change-Id: Ie95894b6d1232795e67f7568820b6fcc3de81646
* Updated from global requirementsOpenStack Proposal Bot2015-01-061-1/+1
| | | | Change-Id: Ibccabb9b3b6ca4f7324e2b6a384c1322006de374
* deprecate audit middlewaregordon chung2014-12-151-1/+0
| | | | | | | | | we should deprecate audit middleware as soon as possible so we can remove it from library. switch oslo.messaging to test as it is only a requirement for middleware and not pycadf in general. Change-Id: I60820cc15d05b3c07215c2000d806b4a0aa42889 Closes-Bug: #1398411
* Updated from global requirementsOpenStack Proposal Bot2014-12-061-1/+1
| | | | Change-Id: If18f264561eb84f0a0695c41b53c7b539cee6f35
* Remove unused dependencies from pycadfSteve Martinelli2014-10-211-4/+0
| | | | | | near as I can tell, none of these libraries are being used. Change-Id: If6bd01630a42655fe6567a96a50a78bd65e14073
* Sync oslo librariesSteve Martinelli2014-10-201-0/+3
| | | | | | | | performed update.sh ../pycadf from oslo-incubator sync'ed to level: 368daacaa3f4a65352f3e0c66a939a496c14ecca Change-Id: I1956702bea76eab3fecbf3ba04682451e5c4786a
* Updated from global requirementsOpenStack Proposal Bot2014-09-291-1/+1
| | | | Change-Id: I8cccaa0c349ecde1efd0ae6d5b8187eb6e3bbe49
* Updated from global requirementsOpenStack Proposal Bot2014-09-191-2/+2
| | | | Change-Id: I86bd795f0e46ce6eda4a99c2f3788027ef9dd519
* Updated from global requirementsOpenStack Proposal Bot2014-09-111-0/+3
| | | | Change-Id: I1bfccc0646f2bce0222656dc9d3696bc46f452eb
* Updated from global requirementsOpenStack Proposal Bot2014-09-041-1/+1
| | | | Change-Id: I7f61eeb6cb8ff9ad912755ce1c752ccbb649507a
* Updated from global requirementsOpenStack Proposal Bot2014-07-281-2/+2
| | | | Change-Id: I41c4c6c40e5f3a214655c96912ca1ffbda5a9418
* Updated from global requirementsOpenStack Proposal Bot2014-06-201-2/+2
| | | | Change-Id: I3a99ca47662b8590c78d89faf6345ebff6fd771d
* sync osloGordon Chung2014-05-221-0/+1
| | | | | | sync to Ia1bfa1bd24989681db1d2f385defc12e69a01f8d Change-Id: Idbbbb9fcec8e8b0d1930956850b1a7371081b632
* Updated from global requirementsOpenStack Proposal Bot2014-04-301-2/+2
| | | | Change-Id: Ib667b02069ba68b4e33eae844caae6d33ba368c3
* Updated from global requirements0.5OpenStack Jenkins2014-03-241-2/+2
| | | | Change-Id: I7724427b68627853bbff368834a24a993ef723bf
* Updated from global requirementsOpenStack Jenkins2014-03-111-1/+1
| | | | Change-Id: I84fe28d2e68378d89479d45aa98c17e50f7f687b
* audit middleware in pycadfGordon Chung2014-02-201-1/+2
| | | | | | | | move audit middleware to pyCADF and allow it to support oslo.messaging instead of openstack.common.notifier Partial-Bug: #1280327 Change-Id: I7f0b706a91a61111147bc2b3c682dfdac01c0b7d
* oslo common code sync and requirements cleanupGordon Chung2014-02-201-2/+2
| | | | | | | clean up requirements and pull in oslo code required for audit middleware Change-Id: Ia9c5bb9b6468e9d859d6b1f5a88798e72b3dc8ae