diff --git a/python-ruamel.yaml.changes b/python-ruamel.yaml.changes index bf54cb4..0d14f32 100644 --- a/python-ruamel.yaml.changes +++ b/python-ruamel.yaml.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jul 15 07:49:54 UTC 2019 - John Vandenberg + +- 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 diff --git a/python-ruamel.yaml.spec b/python-ruamel.yaml.spec index 6c0548f..6245cad 100644 --- a/python-ruamel.yaml.spec +++ b/python-ruamel.yaml.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ruamel.yaml -Version: 0.15.96 +Version: 0.15.99 Release: 0 Summary: Python YAML parser License: MIT @@ -36,7 +36,7 @@ Requires: python-ruamel.ordereddict %description ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation -of comments, seq/map flow style, and map key order +of comments, seq/map flow style, and map key order. %prep %setup -q -n ruamel.yaml-%{version} @@ -47,7 +47,7 @@ rm -rf *egg-info %install %python_install --single-version-externally-managed -%python_exec %fdupes -s %{buildroot}%{$python_sitearch} +%python_expand %fdupes -s %{buildroot}%{$python_sitearch} %files %{python_files} %license LICENSE diff --git a/ruamel.yaml-0.15.96.tar.gz b/ruamel.yaml-0.15.96.tar.gz deleted file mode 100644 index 509d878..0000000 --- a/ruamel.yaml-0.15.96.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:343ace5ffbab036536a3da65e4cfd31b8292388a389f6305744984581a479b2a -size 314778 diff --git a/ruamel.yaml-0.15.99.tar.gz b/ruamel.yaml-0.15.99.tar.gz new file mode 100644 index 0000000..cdb98d0 --- /dev/null +++ b/ruamel.yaml-0.15.99.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4c8ce835984aaa3cc59e331dc506429ecdaf0458993df1dea17a53c745c995 +size 317971