From 53f453f00dd17d57aab67ff4b1f39551eac215a05792141099bf18dd7a5d98e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Wed, 7 Aug 2019 13:50:59 +0000 Subject: [PATCH 1/2] - update to 0.16.0 * split c-library to separeate package (python-ruamel.yaml.clib) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=36 --- python-ruamel.yaml.changes | 6 ++++++ python-ruamel.yaml.spec | 14 +++++++------- ruamel.yaml-0.15.99.tar.gz | 3 --- ruamel.yaml-0.16.0.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 10 deletions(-) delete mode 100644 ruamel.yaml-0.15.99.tar.gz create mode 100644 ruamel.yaml-0.16.0.tar.gz diff --git a/python-ruamel.yaml.changes b/python-ruamel.yaml.changes index 0d14f32..1a1bbef 100644 --- a/python-ruamel.yaml.changes +++ b/python-ruamel.yaml.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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..2e5b606 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.0 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 +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.0.tar.gz b/ruamel.yaml-0.16.0.tar.gz new file mode 100644 index 0000000..0759f3b --- /dev/null +++ b/ruamel.yaml-0.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c1dbad22790b5ea8587c2a0cae97ebc7a9d0d88de5d0edb70dea2eab7d8534a +size 145234 From f6214db518e86a14cc69936778e8eb9d589610864434ea205173d81936d16a5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 8 Aug 2019 13:28:48 +0000 Subject: [PATCH 2/2] - update to 0.16.1 * Allow '#' in tag URI as these are allowed in YAML 1.2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=37 --- python-ruamel.yaml.changes | 6 ++++++ python-ruamel.yaml.spec | 4 ++-- ruamel.yaml-0.16.0.tar.gz | 3 --- ruamel.yaml-0.16.1.tar.gz | 3 +++ 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 ruamel.yaml-0.16.0.tar.gz create mode 100644 ruamel.yaml-0.16.1.tar.gz diff --git a/python-ruamel.yaml.changes b/python-ruamel.yaml.changes index 1a1bbef..9fafdc2 100644 --- a/python-ruamel.yaml.changes +++ b/python-ruamel.yaml.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/python-ruamel.yaml.spec b/python-ruamel.yaml.spec index 2e5b606..fd58fd8 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.16.0 +Version: 0.16.1 Release: 0 Summary: Python YAML parser License: MIT @@ -28,7 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/r/ruamel.yaml/rua BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Recommends: python-ruamel.yaml.clib +Recommends: python-ruamel.yaml.clib => 0.1.2 BuildArch: noarch %ifpython2 Requires: python-ruamel.ordereddict diff --git a/ruamel.yaml-0.16.0.tar.gz b/ruamel.yaml-0.16.0.tar.gz deleted file mode 100644 index 0759f3b..0000000 --- a/ruamel.yaml-0.16.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c1dbad22790b5ea8587c2a0cae97ebc7a9d0d88de5d0edb70dea2eab7d8534a -size 145234 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