14
0

- update to 5.5.1:

* Added __future__.annotations.
  * Complete annotations and add py.typed marker -- by
    :user:`Avasam`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.test?expand=0&rev=12
This commit is contained in:
2024-10-23 20:44:31 +00:00
committed by Git OBS Bridge
commit 4ea1ae1e94
6 changed files with 140 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
-------------------------------------------------------------------
Wed Oct 23 20:44:25 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 5.5.1:
* Added __future__.annotations.
* Complete annotations and add py.typed marker -- by
:user:`Avasam`
-------------------------------------------------------------------
Tue Jun 11 07:56:39 UTC 2024 - Dirk Müller <dmueller@suse.com>
- add testsuite runtime dependency
-------------------------------------------------------------------
Fri May 31 01:29:54 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Allow testsuite to fail due to upstream pytest bug with 8.1+.
- Clean up Suggests.
-------------------------------------------------------------------
Wed Mar 27 20:41:30 UTC 2024 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Fri Mar 22 20:08:41 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 5.4.0:
* Added cpython module with support for loading functions
across moves.
-------------------------------------------------------------------
Fri May 5 06:49:57 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Initial version (5.3.0)