14
0
forked from pool/python-pyee
Commit Graph

9 Commits

Author SHA256 Message Date
Tomáš Chvátal
70788ae75f - Add patch python-pyee-import-asyncio.exceptions.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyee?expand=0&rev=14
2020-03-30 12:57:49 +00:00
Tomáš Chvátal
7964916f5a Accepting request 788972 from home:pgajdos:python
- version update to 7.0.1
  - Some tweaks to the docs
  - Added a ``TrioEventEmitter`` class for intended use with trio
  - ``AsyncIOEventEmitter`` now correctly handles cancellations
  - Add a new experimental ``pyee.uplift`` API for adding new functionality to
    existing event emitters
- deleted patches
  - fix-build-requirements.patch (upstreamed)

OBS-URL: https://build.opensuse.org/request/show/788972
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyee?expand=0&rev=13
2020-03-30 12:52:19 +00:00
Tomáš Chvátal
53b5cb212c Accepting request 697772 from home:pgajdos
- version update to 6.0.0
  * Added a ``BaseEventEmitter`` class which is entirely synchronous and
    intended for simple use and for subclassing
  * Added an ``AsyncIOEventEmitter`` class for intended use with asyncio
  * Added a ``TwistedEventEmitter`` class for intended use with twisted
  * Added an ``ExecutorEventEmitter`` class which runs events in an executor
  * Deprecated ``EventEmitter`` (use one of the new classes)
- modified patches
  % fix-build-requirements.patch (refreshed)

OBS-URL: https://build.opensuse.org/request/show/697772
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyee?expand=0&rev=11
2019-04-25 09:33:09 +00:00
ddfaf6489f Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyee?expand=0&rev=9
2018-12-04 13:50:44 +00:00
Tomáš Chvátal
a301e0eafc Accepting request 645310 from home:TheBlackCat:branches:devel:languages:python
- python-hamcrest was renamed to python-PyHamcrest

OBS-URL: https://build.opensuse.org/request/show/645310
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyee?expand=0&rev=7
2018-10-29 19:06:59 +00:00
222ce982af - Clean up SPEC
- Add missing BuildRequires

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyee?expand=0&rev=5
2018-07-19 15:55:13 +00:00
Tomáš Chvátal
88c1c66f53 Accepting request 582442 from home:alarrosa:branches:devel:languages:python
- Fix LICENSE url

OBS-URL: https://build.opensuse.org/request/show/582442
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyee?expand=0&rev=3
2018-03-04 20:29:07 +00:00
Tomáš Chvátal
f27c660678 Accepting request 578302 from home:alarrosa:branches:devel:languages:python
- pytest-asyncio was build requirement by pyee's setup.py file, but
  it was only used for tests. On top of that, the python-pytest-asyncio
  package is only available for python3, so now we only do tests on
  python3 and a patch was added to fix the requirements:
  * fix-build-requirements.patch
- Since the tests require at least python 3.5, only run the tests when
  suse_version >= 1500

OBS-URL: https://build.opensuse.org/request/show/578302
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyee?expand=0&rev=2
2018-02-20 10:06:59 +00:00
Tomáš Chvátal
b911d5cbca Accepting request 563115 from home:alarrosa:branches:devel:languages:python
New package python-pyee, required by mycroft-core

OBS-URL: https://build.opensuse.org/request/show/563115
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyee?expand=0&rev=1
2018-01-10 09:42:59 +00:00