15
0

- Delete fix_two_tests_py310.patch

- Update to 2.0.0:
  * Drop support for legacy Pythons (2.7, 3.6 or older).
  * Remove Travis/Appveyor CI and switch to GitHub Actions.
  * Added support for Tornado 6 (in the test suite).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aspectlib?expand=0&rev=14
This commit is contained in:
2023-05-08 09:24:42 +00:00
committed by Git OBS Bridge
parent 8fa1c5bdf9
commit ca89cecba2
5 changed files with 18 additions and 95 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon May 8 09:22:00 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Delete fix_two_tests_py310.patch
- Update to 2.0.0:
* Drop support for legacy Pythons (2.7, 3.6 or older).
* Remove Travis/Appveyor CI and switch to GitHub Actions.
* Added support for Tornado 6 (in the test suite).
-------------------------------------------------------------------
Fri Apr 21 12:22:06 UTC 2023 - Dirk Müller <dmueller@suse.com>