1
0

- Update to 0.7.3:

- add examples in the wild
  - Reflect AST changes in Python 3.8.
  - use markdown for pypi long_description
- Remove python-faulthandler BR (it is optional and the package
  is Python 2-only, in Python 3 the module is in the standard
  library).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pscript?expand=0&rev=11
This commit is contained in:
2020-01-17 16:10:10 +00:00
committed by Git OBS Bridge
parent 6487f13b57
commit f629e8cbbd
4 changed files with 17 additions and 7 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Jan 17 17:08:17 CET 2020 - Matej Cepl <mcepl@suse.com>
- Update to 0.7.3:
- add examples in the wild
- Reflect AST changes in Python 3.8.
- use markdown for pypi long_description
- Remove python-faulthandler BR (it is optional and the package
is Python 2-only, in Python 3 the module is in the standard
library).
-------------------------------------------------------------------
Fri May 24 12:20:38 UTC 2019 - pgajdos@suse.com