15
0

Accepting request 715403 from home:jayvdb:moban

minor change
note new rpm warning re zero length py.typed is ok, same as upstream
25737c624a (chg-py.typed)
the file will likely be expanded in coming releases, so the warning should go away soon enough

OBS-URL: https://build.opensuse.org/request/show/715403
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=33
This commit is contained in:
Tomáš Chvátal
2019-07-15 08:55:41 +00:00
committed by Git OBS Bridge
parent 655b957ea9
commit 57302ecd42
4 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jul 15 07:49:54 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Fix %python_exec -> %python_expand
- update to 0.15.99
* add `py.typed` to distribution
* more accurately specify repository in README
- from 0.15.98
* pass memo on to deepcopy
* regenerate ext/_ruamel_yaml.c with Cython version 0.29.12
needed for Python 3.8 betas
-------------------------------------------------------------------
Tue May 21 11:20:51 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>