1
0

- Update to 0.7.6:

- Fix for with-statement when return is used in the context.
  - Early support type hints in the code (by Jennifer Taylor).
- Use tarball from GitHub, not PyPI, because the former contains
  tests.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pscript?expand=0&rev=15
This commit is contained in:
2021-12-31 12:26:30 +00:00
committed by Git OBS Bridge
parent d2f7a869c9
commit 9340ecbfd3
4 changed files with 20 additions and 9 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Dec 31 12:18:37 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Update to 0.7.6:
- Fix for with-statement when return is used in the context.
- Early support type hints in the code (by Jennifer Taylor).
-------------------------------------------------------------------
Thu Apr 22 04:37:11 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
@@ -16,6 +23,8 @@ Fri Jan 17 17:08:17 CET 2020 - Matej Cepl <mcepl@suse.com>
- Remove python-faulthandler BR (it is optional and the package
is Python 2-only, in Python 3 the module is in the standard
library).
- Use tarball from GitHub, not PyPI, because the former contains
tests.
-------------------------------------------------------------------
Fri May 24 12:20:38 UTC 2019 - pgajdos@suse.com