15
0
forked from pool/python-pyee

Compare commits

10 Commits

Author SHA256 Message Date
2dfc4d7508 Accepting request 1323042 from devel:languages:python
- Fix pytest section in pyproject.toml.

OBS-URL: https://build.opensuse.org/request/show/1323042
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyee?expand=0&rev=16
2025-12-16 14:56:36 +00:00
e326fe4e44 - Fix pytest section in pyproject.toml.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyee?expand=0&rev=33
2025-12-16 04:48:14 +00:00
7af6f49c8c Accepting request 1291956 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1291956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyee?expand=0&rev=15
2025-07-11 19:30:43 +00:00
ce6922271a - Update to 13.0.0
- Add gh-pr184_tests.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyee?expand=0&rev=31
2025-07-11 11:15:05 +00:00
591275f223 Accepting request 1248482 from devel:languages:python
- update to 12.1.1:
  * Fixed ReadTheDocs build
  * `build.os` is now a required parameter
  * `python.version` is replaced by `build.tools`
  * New features in `pyee.asyncio.AsyncIOEventEmitter`:
  * `wait_for_complete` method to wait for all running handlers
    to complete execution
  * `cancel` method to cancel execution of all running handlers
  * `complete` property that's `True` when no handlers are
    currently running
  * Updated changelog for v12 release to describe where to find
    alternatives to deprecated and removed imports
  * Add support for Python 3.13

- Enable sle15_python_module_pythons.

OBS-URL: https://build.opensuse.org/request/show/1248482
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyee?expand=0&rev=14
2025-02-26 16:18:09 +00:00
9e8d3416fb - update to 12.1.1:
* Fixed ReadTheDocs build
  * `build.os` is now a required parameter
  * `python.version` is replaced by `build.tools`
  * New features in `pyee.asyncio.AsyncIOEventEmitter`:
  * `wait_for_complete` method to wait for all running handlers
    to complete execution
  * `cancel` method to cancel execution of all running handlers
  * `complete` property that's `True` when no handlers are
    currently running
  * Updated changelog for v12 release to describe where to find
    alternatives to deprecated and removed imports
  * Add support for Python 3.13
- Enable sle15_python_module_pythons.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyee?expand=0&rev=29
2025-02-25 20:37:08 +00:00
22efa806ec Accepting request 1218357 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1218357
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyee?expand=0&rev=13
2024-10-27 10:24:46 +00:00
af31b8336f add %{?sle15_python_module_pythons} to spec
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyee?expand=0&rev=27
2024-10-25 14:41:21 +00:00
672b9d2472 Accepting request 1198063 from devel:languages:python
- update to 12.0.0:
  * Remove deprecated imports:
   `pyee.BaseEventEmitter`
   `pyee.AsyncIOEventEmitter`
   `pyee.TwistedEventEmitter`
   `pyee.ExecutorEventEmitter`
   `pyee.TrioEventEmitter`
  * Add `PyeeError` which inherits from `PyeeException`, and use
    throughout
  * Deprecate direct use of `PyeeException`
  * Add project URLs to pyproject.toml and PyPI
  * Use ActionLint v2
  * Fix GitHub release action

  Refactor developer setup to use a local virtualenv
  * Fix Python 2.7 in tox
- Fix LICENSE url
- Initial release of python-pyee 3.0.3

OBS-URL: https://build.opensuse.org/request/show/1198063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyee?expand=0&rev=12
2024-09-02 11:14:30 +00:00
74d5c6d8cc - update to 12.0.0:
* Remove deprecated imports:
   `pyee.BaseEventEmitter`
   `pyee.AsyncIOEventEmitter`
   `pyee.TwistedEventEmitter`
   `pyee.ExecutorEventEmitter`
   `pyee.TrioEventEmitter`
  * Add `PyeeError` which inherits from `PyeeException`, and use
    throughout
  * Deprecate direct use of `PyeeException`
  * Add project URLs to pyproject.toml and PyPI
  * Use ActionLint v2
  * Fix GitHub release action
  Refactor developer setup to use a local virtualenv
  * Fix Python 2.7 in tox
- Fix LICENSE url
- Initial release of python-pyee 3.0.3

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyee?expand=0&rev=25
2024-08-31 12:20:27 +00:00
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 16 04:47:59 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Fix pytest section in pyproject.toml.
-------------------------------------------------------------------
Fri Jul 11 10:38:21 UTC 2025 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyee
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -47,6 +47,8 @@ from Node.js.
%prep
%autosetup -n pyee-%{version} -p1
# https://github.com/jfhbrook/pyee/issues/189
sed -ie 's/\(tool.pytest\)/\1.ini_options/' pyproject.toml
%build
%pyproject_wheel