Skip to content
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

Bump pyee from 8.2.2 to 9.0.3 #487

Merged
merged 1 commit into from
Feb 3, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2022

Bumps pyee from 8.2.2 to 9.0.3.

Changelog

Sourced from pyee's changelog.

2022/01/18 Version 9.0.3

  • Improve type safety of EventEmitter#on, EventEmitter#add_listener and EventEmitter#listens_to by parameterizing the Handler
  • Minor fixes to documentation

2022/01/17 Version 9.0.2

  • Add tests_require to setup.py, fixing COPR build
  • Install as an editable package in environment.yml and requirements_docs.txt, fixing Conda workflows and ReadTheDocs respectively

2022/01/17 Version 9.0.1

  • Fix regression where EventEmitter#listeners began crashing when called with uninitialized listeners

2022/01/17 Version 9.0.0

Compatibility:

  • Drop 3.6 support

New features:

  • New EventEmitter.event_names() method (see PR #96)
  • Type annotations and type checking with pyright
  • Exprimental pyee.cls module exposing an @evented class decorator and a @on method decorator (see PR #84)

Moved/deprecated interfaces:

  • pyee.TwistedEventEmitter -> pyee.twisted.TwistedEventEmitter
  • pyee.AsyncIOEventEmitter -> pyee.asyncio.AsyncIOEventEmitter
  • pyee.ExecutorEventEmitter -> pyee.executor.ExecutorEventEmitter
  • pyee.TrioEventEmitter -> pyee.trio.TrioEventEmitter

Removed interfaces:

  • pyee.CompatEventEmitter

Documentation fixes:

  • Add docstring to BaseEventEmitter
  • Update docstrings to reference EventEmitter instead of BaseEventEmitter

... (truncated)

Commits
  • 94a6d54 Release 9.0.3
  • d009957 Add a type parameter for Handler in on/add_listener/listens_to (#107)
  • 8fc4276 Docs fixes
  • 777bf44 Release 9.0.2
  • f5c9312 Add tests_require field (might fix COPR build?)
  • 4d67d8a Minor fixes to environment.yml
  • b5df2d3 Make RTD install pyee itself
  • 1abfc06 Release 9.0.1
  • 794a201 fix: EventEmitter.listeners() should not throw on unknown listeners (#104)
  • aee3da9 Add requirements_docs.txt file for RTDs benefit
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Feb 3, 2022
Bumps [pyee](https://github.com/jfhbrook/pyee) from 8.2.2 to 9.0.3.
- [Release notes](https://github.com/jfhbrook/pyee/releases)
- [Changelog](https://github.com/jfhbrook/pyee/blob/main/CHANGELOG.rst)
- [Commits](jfhbrook/pyee@8.2.2...9.0.3)

---
updated-dependencies:
- dependency-name: pyee
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/pyee-9.0.3 branch from e00ffc8 to d6efeb1 Compare February 3, 2022 08:16
@Dhruvacube Dhruvacube merged commit 13d09f4 into master Feb 3, 2022
@Dhruvacube Dhruvacube deleted the dependabot/pip/pyee-9.0.3 branch February 3, 2022 08:18
Dhruvacube added a commit that referenced this pull request Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant