maxzheng / bumper

Bump (pin/manage) your dependency requirements with ease
MIT License
7 stars 4 forks source link

Graceful skip of unpublished packages #2

Closed ad-m closed 8 years ago

ad-m commented 8 years ago

Hello,

I believe full stop of update if meet unpublished packages is a bit too strongly. I suggest provide warning instead and leave it unchanged.

Greetings,

$ bump
[INFO] Checking django-redis-cache
[ERROR] No published version found for django-redis-cache
maxzheng commented 8 years ago

It is supposed to do that but didn't due to a bug. Try out 0.1.11

Also I didn't get that error when I was testing, so likely you don't have access to https://pypi.python.org/pypi/django-redis-cache/json (that's where bump gets its version info). You can run with --debug to get details on any failure.