14
0
forked from pool/python-pyee

Accepting request 932769 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/932769
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyee?expand=0&rev=9
This commit is contained in:
2021-11-21 22:52:10 +00:00
committed by Git OBS Bridge
4 changed files with 24 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:92dacc5bd2bdb8f95aa8dd2585d47ca1c4840e2adb95ccf90034d64f725bfd31
size 16397

3
pyee-8.2.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c7e60f8df95710dbe17550e16ce0153f83990c00ef744841b43f371ed53ebea
size 16938

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Nov 19 11:43:43 UTC 2021 - pgajdos@suse.com
- version update to 8.2.2
2021/8/14 Version 8.2.1
-----------
- Add .readthedocs.yaml file
- Remove vcversioner dependency from docs build
2021/8/14 Version 8.2.0
-----------------------
- Remove test_requires and setup_requires directives from setup.py (closing #82)
- Remove vcversioner from dependencies
- Streamline requirements.txt and environment.yml files
- Update and extend CONTRIBUTING.rst
- CI with GitHub Actions instead of Travis (closing #56)
- Format all code with black
- Switch default branch to ``main``
- Add the CHANGELOG to Sphinx docs (closing #51)
- Updated copyright information
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 31 14:14:22 UTC 2021 - Ben Greiner <code@bnavigator.de> Wed Mar 31 14:14:22 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1 %define skip_python2 1
Name: python-pyee Name: python-pyee
Version: 8.1.0 Version: 8.2.2
Release: 0 Release: 0
Summary: A port of node.js's EventEmitter to python Summary: A port of node.js's EventEmitter to python
License: MIT License: MIT
@@ -46,7 +46,6 @@ from Node.js.
%prep %prep
%setup -q -n pyee-%{version} %setup -q -n pyee-%{version}
sed -i '/pytest-runner/ d' setup.py
sed -i 's/^from mock import/from unittest.mock import/' tests/test_*.py sed -i 's/^from mock import/from unittest.mock import/' tests/test_*.py
%build %build