Relrin / kurier

A cross-platform GUI client for testing AMQP-based APIs
BSD 3-Clause "New" or "Revised" License
39 stars 2 forks source link

Bump pypubsub from 4.0.0 to 4.0.3 #18

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps pypubsub from 4.0.0 to 4.0.3.

Release notes *Sourced from [pypubsub's releases](https://github.com/schollii/pypubsub/releases).* > ## Pypubsub v4.0.3 > - Confirm support for Python 3.7 and type hints > - Patch for keyword-only args in listeners > - Minor doc improvements for installation > - Upgrade docs to sphinx 1.8 > > **Attention**: I highly recommend installing from pypi (https://pypi.org/manage/project/PyPubSub/release/4.0.3/) using the wheel file, unless you need the full source, then use the zip or tgz from here (not the one on pypi). The zip on pypi has only the src folder with license file etc. >
Changelog *Sourced from [pypubsub's changelog](https://github.com/schollii/pypubsub/blob/master/docs/changelog.rst).* > Changelog > ========= > > High-level changelog. For details, consult the SVN logs. > > 4.0.3 (Jan 2019) > > : > > - > > Cleanup for Python 3.7 (mostly add support for keyword-only args, use > > : Python 3 inspect signature/Parameter and add tests for > > 4.0.0 (Dec 2016) > > : > > - Verified support Python 3.5 and 3.6 > - Distribution via wheel > - Abandon support for Python 2.x and easy\_install; now requires Python >= 3.3 > - Abandon support for long-ago deprecated arg1 messaging protocol > - Added currying of subscribed listener args > - Significant speed improvement for message delivery > - Use PEP 484 style of annotations throughout > - Use enum instead of constants when practical > > 3.3.0 (Feb 2014) > > : > > - cleanup low-level API: exception classes, moved some out of pub module that did not belong there (clutter), move couple modules; specifically: > - Removed from pub (available on object returned from pub.getDefaultTopicMgr()) > - getOrCreateTopic -> pub.getDefaultTopicMgr().getOrCreateTopic > - getTopic -> pub.getDefaultTopicMgr().getTopic > - newTopic -> pub.getDefaultTopicMgr().newTopic > - delTopic -> pub.getDefaultTopicMgr().delTopic > - getAssociatedTopics -> pub.getDefaultTopicMgr().getTopics > > \* getDefaultTopicTreeRoot -> pub.getDefaultTopicMgr().getRootAllTopics > - Removed from pub (available from pubsub.core): > \* ITopicDefnProvider > - Moved from pub into to pubsub.core.TopicDefnProvider class as classmethod: > \* registerTopicDefnProviderType > - Renamed: > - TopicNameInvalid -> TopicNameError > - UndefinedTopic(RuntimeError) -> TopicNameError(ValueError) > - UndefinedSubtopic(RuntimeError) -> TopicNameError(ValueError) > - ListenerInadequate(TypeError) -> ListenerMismatchError(ValueError) > ... (truncated)
Commits - [`8f0f8ce`](https://github.com/schollii/pypubsub/commit/8f0f8ce3ddd4a282aa789f0120ec27e585ee89d6) CHG: update for release 4.0.3 ([#32](https://github-redirect.dependabot.com/schollii/pypubsub/issues/32)) - [`5d26839`](https://github.com/schollii/pypubsub/commit/5d2683994ad208b54a447b8e647dfd95727464f8) Listener keyword only args ([#30](https://github-redirect.dependabot.com/schollii/pypubsub/issues/30)) - [`38ed8cf`](https://github.com/schollii/pypubsub/commit/38ed8cf873feaefc0ad8597ba6e7f0158b86b9a1) Type hints ([#29](https://github-redirect.dependabot.com/schollii/pypubsub/issues/29)) - [`4e40e73`](https://github.com/schollii/pypubsub/commit/4e40e738ddd2e8575de7399e8a1deffc3d5ddb09) Updates for py37; fixes [#27](https://github-redirect.dependabot.com/schollii/pypubsub/issues/27) - [`3e005ff`](https://github.com/schollii/pypubsub/commit/3e005ff36babed5c4c19d6b3b05c3ba01d53ed0e) CHG: renamed all callable_ to callable_obj to rid of deprecation warning in p... - [`7a22d5f`](https://github.com/schollii/pypubsub/commit/7a22d5f3c1f3bc74a679dec91a4970a795b0cfd3) Merge branch 'master' into update_py37 - [`ad4e6ba`](https://github.com/schollii/pypubsub/commit/ad4e6baefa776c34c2d1b5c7860b841ca51ce921) CHG: updated readme - [`94213a4`](https://github.com/schollii/pypubsub/commit/94213a41d335d34084d93bcdfaae9682d595b6e0) CHG: renamed Pypubsub instances to PyPubSub in all docs/**/*.rst - [`f67ed86`](https://github.com/schollii/pypubsub/commit/f67ed8616737b1adc6be72fcf689f96763e863a9) CHG: remove obsolete files and updated docs for Python 3.7 - [`0a1d942`](https://github.com/schollii/pypubsub/commit/0a1d942ff569b238e06c0d041eed1d09a089e3f0) CHG: remove obsolete test numbers inside test files because pytest now runs t... - Additional commits viewable in [compare view](https://github.com/schollii/pypubsub/compare/v4.0.0...v4.0.3)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.