diff --git a/pyee-8.1.0.tar.gz b/pyee-8.1.0.tar.gz deleted file mode 100644 index 7fbde0d..0000000 --- a/pyee-8.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92dacc5bd2bdb8f95aa8dd2585d47ca1c4840e2adb95ccf90034d64f725bfd31 -size 16397 diff --git a/pyee-8.2.2.tar.gz b/pyee-8.2.2.tar.gz new file mode 100644 index 0000000..8f44b44 --- /dev/null +++ b/pyee-8.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c7e60f8df95710dbe17550e16ce0153f83990c00ef744841b43f371ed53ebea +size 16938 diff --git a/python-pyee.changes b/python-pyee.changes index d379aec..89c0f7e 100644 --- a/python-pyee.changes +++ b/python-pyee.changes @@ -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 diff --git a/python-pyee.spec b/python-pyee.spec index 2994132..ad951d1 100644 --- a/python-pyee.spec +++ b/python-pyee.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pyee -Version: 8.1.0 +Version: 8.2.2 Release: 0 Summary: A port of node.js's EventEmitter to python License: MIT @@ -46,7 +46,6 @@ from Node.js. %prep %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 %build