devops-csmake / csmake-providers

Providerrs (inputs/outputs) for csmake
GNU General Public License v3.0
0 stars 1 forks source link

PypiFacade, PypiPushContext reset doesn't seem to work properly for oslo.config #6

Open autumnpat opened 7 years ago

autumnpat commented 7 years ago

If I have a constraining index that constrains oslo.config to 1.6.0 and other lower and add an index that has 1.9.0 and reset oslo.config and constrain it to 1.9.0 It only seems to find 1,6.0 and less as previously constrained. (this also happened with six which points to a bug with reset more than the weird naming convention for oslo)

Unrelated but should look into oslo.i18n seems to throw off the package matching

       &PypiFacade@(Shell@test): WARNING  : package 'oslo.il8n' does not match package from file 'oslo.i18n-0.1.0-py2-none-any.whl': oslo.i18n
        &PypiFacade@(Shell@test): WARNING  : package 'oslo.il8n' does not match package from file 'oslo.i18n-0.2.0-py2-none-any.whl': oslo.i18n
        &PypiFacade@(Shell@test): WARNING  : package 'oslo.il8n' does not match package from file 'oslo.i18n-0.3.0-py2-none-any.whl': oslo.i18n
        &PypiFacade@(Shell@test): WARNING  : package 'oslo.il8n' does not match package from file 'oslo.i18n-0.4.0-py2-none-any.whl': oslo.i18n
        &PypiFacade@(Shell@test): WARNING  : package 'oslo.il8n' does not match package from file 'oslo.i18n-1.0.0-py2-none-any.whl': oslo.i18n
        &PypiFacade@(Shell@test): WARNING  : package 'oslo.il8n' does not match package from file 'oslo.i18n-1.0.0.tar.gz': oslo.i18n
        &PypiFacade@(Shell@test): WARNING  : package 'oslo.il8n' does not match package from file 'oslo.i18n-1.1.0-py2.py3-none-any.whl': oslo.i18n
        &PypiFacade@(Shell@test): WARNING  : package 'oslo.il8n' does not match package from file 'oslo.i18n-1.1.0.tar.gz': oslo.i18n
        &PypiFacade@(Shell@test): WARNING  : package 'oslo.il8n' does not match package from file 'oslo.i18n-1.3.0.tar.gz': oslo.i18n
        &PypiFacade@(Shell@test): WARNING  : package 'oslo.il8n' does not match package from file 'oslo.i18n-1.5.0-py2.py3-none-any.whl': oslo.i18n
        &PypiFacade@(Shell@test): WARNING  : package 'oslo.il8n' does not match package from file 'oslo.i18n-1.5.0.tar.gz': oslo.i18n
autumnpat commented 7 years ago

https://github.com/csmake-hpe/csmake/issues/7