14
0
forked from pool/python-pyee

Accepting request 1291951 from home:crameleon:branches:devel:languages:python

- Update to 13.0.0
- Add gh-pr184_tests.patch

OBS-URL: https://build.opensuse.org/request/show/1291951
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyee?expand=0&rev=31
This commit is contained in:
2025-07-11 11:15:05 +00:00
committed by Git OBS Bridge
parent c96b71cb25
commit 36e8a72859
5 changed files with 128 additions and 6 deletions

View File

@@ -18,16 +18,17 @@
%{?sle15_python_module_pythons}
Name: python-pyee
Version: 12.1.1
Version: 13.0.0
Release: 0
Summary: A port of node.js's EventEmitter to python
License: MIT
URL: https://github.com/jfhbrook/pyee
Source: https://files.pythonhosted.org/packages/source/p/pyee/pyee-%{version}.tar.gz
# https://github.com/jfhbrook/pyee/pull/184
Patch0: gh-pr184_tests.patch
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module vcversioner}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -45,7 +46,7 @@ pyee supplies an ``EventEmitter`` object similar to the ``EventEmitter``
from Node.js.
%prep
%setup -q -n pyee-%{version}
%autosetup -n pyee-%{version} -p1
%build
%pyproject_wheel