diff --git a/python-ruamel.yaml.changes b/python-ruamel.yaml.changes index 0d14f32..9fafdc2 100644 --- a/python-ruamel.yaml.changes +++ b/python-ruamel.yaml.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Aug 8 13:27:29 UTC 2019 - Ondřej Súkup + +- update to 0.16.1 + * Allow '#' in tag URI as these are allowed in YAML 1.2 + +------------------------------------------------------------------- +Wed Aug 7 13:49:46 UTC 2019 - Ondřej Súkup + +- update to 0.16.0 + * split c-library to separeate package (python-ruamel.yaml.clib) + ------------------------------------------------------------------- Mon Jul 15 07:49:54 UTC 2019 - John Vandenberg diff --git a/python-ruamel.yaml.spec b/python-ruamel.yaml.spec index 8e3bbde..fd58fd8 100644 --- a/python-ruamel.yaml.spec +++ b/python-ruamel.yaml.spec @@ -18,17 +18,18 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ruamel.yaml -Version: 0.15.99 +Version: 0.16.1 Release: 0 Summary: Python YAML parser License: MIT Group: Development/Languages/Python URL: https://bitbucket.org/ruamel/yaml Source: https://files.pythonhosted.org/packages/source/r/ruamel.yaml/ruamel.yaml-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Recommends: python-ruamel.yaml.clib => 0.1.2 +BuildArch: noarch %ifpython2 Requires: python-ruamel.ordereddict %endif @@ -47,14 +48,13 @@ rm -rf *egg-info %install %python_install --single-version-externally-managed -%python_expand %fdupes %{buildroot}%{$python_sitearch} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %license LICENSE %doc CHANGES README.rst -%{python_sitearch}/_ruamel_yaml*.so -%{python_sitearch}/ruamel -%{python_sitearch}/ruamel.yaml-%{version}-py%{python_version}-nspkg.pth -%{python_sitearch}/ruamel.yaml-%{version}-py%{python_version}.egg-info +%{python_sitelib}/ruamel +%{python_sitelib}/ruamel.yaml-%{version}-py%{python_version}-nspkg.pth +%{python_sitelib}/ruamel.yaml-%{version}-py%{python_version}.egg-info %changelog diff --git a/ruamel.yaml-0.15.99.tar.gz b/ruamel.yaml-0.15.99.tar.gz deleted file mode 100644 index cdb98d0..0000000 --- a/ruamel.yaml-0.15.99.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f4c8ce835984aaa3cc59e331dc506429ecdaf0458993df1dea17a53c745c995 -size 317971 diff --git a/ruamel.yaml-0.16.1.tar.gz b/ruamel.yaml-0.16.1.tar.gz new file mode 100644 index 0000000..04aaa79 --- /dev/null +++ b/ruamel.yaml-0.16.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547aeab5c51c93bc750ed2a320c1559b605bde3aa569216aa75fd91d8a1c4623 +size 144681