-
-
Notifications
You must be signed in to change notification settings - Fork 568
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New version notification #111 #1688 #1708
Conversation
ef77c02
to
a943cf3
Compare
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1bc148f
to
65c95e3
Compare
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
9e32e70
to
6bb9822
Compare
Codecov Report
@@ Coverage Diff @@
## develop #1708 +/- ##
===========================================
+ Coverage 56.12% 56.27% +0.15%
===========================================
Files 130 131 +1
Lines 16677 16761 +84
===========================================
+ Hits 9360 9433 +73
- Misses 7317 7328 +11
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## develop #1708 +/- ##
===========================================
+ Coverage 56.12% 57.09% +0.97%
===========================================
Files 130 131 +1
Lines 16677 16761 +84
===========================================
+ Hits 9360 9570 +210
+ Misses 7317 7191 -126
Continue to review full report at Codecov.
|
This is all green now. Merging this: @jdaguil it took a while... but thank you. |
Add support for new version notifications for #111 and #1688
The principle is to check once a week if a new release has been made on PyPI and issue a warning if there a new version. No warning or failure is reported if the PyPI servers cannot be reached.