diff --git a/pyee-8.2.2.tar.gz b/pyee-8.2.2.tar.gz deleted file mode 100644 index 8f44b44..0000000 --- a/pyee-8.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c7e60f8df95710dbe17550e16ce0153f83990c00ef744841b43f371ed53ebea -size 16938 diff --git a/pyee-9.0.4.tar.gz b/pyee-9.0.4.tar.gz new file mode 100644 index 0000000..ad6a115 --- /dev/null +++ b/pyee-9.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2770c4928abc721f46b705e6a72b0c59480c4a69c9a83ca0b00bb994f1ea4b32 +size 20232 diff --git a/python-pyee.changes b/python-pyee.changes index 89c0f7e..68636bd 100644 --- a/python-pyee.changes +++ b/python-pyee.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Wed Oct 5 00:02:22 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 2022/02/04 Version 9.0.4 + Add py.typed file to MANIFEST.in (ensures mypy actually respects the type annotations) + +- Update to 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 + +- Update to 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 + +- Update to 2022/01/17 Version 9.0.1 + Fix regression where EventEmitter#listeners began crashing when called with uninitialized listeners + +- Update to 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 throughout + Developer Setup & CI: + Migrated builds from Travis to GitHub Actions + Refactor developer setup to use a local virtualenv + ------------------------------------------------------------------- Fri Nov 19 11:43:43 UTC 2021 - pgajdos@suse.com diff --git a/python-pyee.spec b/python-pyee.spec index ad951d1..5410ecd 100644 --- a/python-pyee.spec +++ b/python-pyee.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyee # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pyee -Version: 8.2.2 +Version: 9.0.4 Release: 0 Summary: A port of node.js's EventEmitter to python License: MIT