yjqiang / bili2.0

Python3 实现的 bilibili 直播助手(多用户)
MIT License
663 stars 142 forks source link

Bump schedule from 0.6.0 to 1.0.0 #451

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps schedule from 0.6.0 to 1.0.0.

Changelog

Sourced from schedule's changelog.

1.0.0 (2021-01-20)

Depending on your configuration, the following bugfixes might change schedule's behaviour:

  • Fix: idle_seconds crashes when no jobs are scheduled. See #401. Thanks @yoonghm!
  • Fix: day.at('HH:MM:SS') where HMS=now+10s doesn't run today. See #331. Thanks @qmorek!
  • Fix: hour.at('MM:SS'), the seconds are set to 00. See #290. Thanks @eladbi!
  • Fix: Long-running jobs skip a day when they finish in the next day #404. Thanks @4379711!

Other changes:

  • Dropped Python 2.7 and 3.5 support, added 3.8 and 3.9 support. See #409
  • Fix RecursionError when the job is passed to the do function as an arg. See #190. Thanks @connorskees!
  • Fix DeprecationWarning of 'collections'. See #296. Thanks @gaguirregabiria!
  • Replaced Travis with Github Actions for automated testing
  • Revamp and extend documentation. See #395
  • Improved tests. Thanks @connorskees and @Jamim!
  • Changed log messages to DEBUG level. Thanks @aisk!
Commits
  • 90fb86f Release v1.0.0 (#418)
  • 6f28821 Move and update deployment docs into development.rst (#417)
  • 6ecb0ba Drop python 2.7 and 3.5, add python 3.9 (#416)
  • 1dab2d4 Fix hour.at('MM:SS') parsing bug (#290)
  • b3e75d2 Fix coveralls after update to 3.0.0
  • 4a36c6e Make long-running jobs not skip periods
  • 705f373 Improve docs of .at() method to better show allowed options
  • d76e98a Make idle_seconds explicitly return None in case of no scheduled jobs (#401)
  • 5033fbd Fix import of queue (#306)
  • 5aaed06 Add example and unit test for idle_seconds() (#399)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)