Add first release of kuryr-lib as min version
This week we released kuryr-lib. It would be good if the requirements bot were able to update kuryr-libnetwork and kuryr-kubernets to use this version as the minimal version. Here is fist adding package Q&A: [Q]Is the library actively maintained? [A]Yes, Kuryr team will actively maintain this repo. [Q]Is the library good code? [A]Yes. :) [Q]Is the library python 3 compatible? [A]Yes. [Q]Is the library license compatible? [A]Yes. [Q]Is the library already packaged in the distros we target (Ubuntu latest / Fedora latest)? [A]No.[WIP] [Q]Is the function of this library already covered by other libraries in global-requirements.txt? [A]No. [Q]Is the library required for OpenStack project or related dev or infrastructure setup? (Answer to this should be Yes, of course) Which? [A]Yes, only kuryr-libentwork and kuryr-kubernetes now. Closes-bug: #1604663 Partially-implements: bp cross-project-ci Co-Authored-By: Liping Mao <limao@cisco.com> Change-Id: Iafa955f70e077f54e15c376bb24d9cd78c07f98e Signed-off-by: Antoni S. Puimedon <antonisp@celebdor.com>
This commit is contained in:
parent
a5d135260c
commit
ba9f555a60
@ -71,6 +71,7 @@ kazoo>=2.2 # Apache-2.0
|
||||
keystoneauth1>=2.10.0 # Apache-2.0
|
||||
keystonemiddleware>=4.0.0,!=4.1.0,!=4.5.0 # Apache-2.0
|
||||
krest>=1.3.1 # Apache-2.0
|
||||
kuryr-lib>=0.1.0 # Apache-2.0
|
||||
packaging>=16.5 # Apache-2.0
|
||||
positional>=1.0.1 # Apache-2.0
|
||||
pyScss>=1.3.4,!=1.3.5 # MIT License
|
||||
|
@ -160,6 +160,7 @@ keystoneauth1===2.12.1
|
||||
keystonemiddleware===4.9.0
|
||||
kombu===3.0.35
|
||||
krest===1.3.1
|
||||
kuryr-lib===0.1.0
|
||||
ldap3===1.4.0
|
||||
ldappool===2.0.0
|
||||
libvirt-python===2.1.0
|
||||
|
Loading…
Reference in New Issue
Block a user