15
0

Accepting request 721771 from devel:languages:python

- update to 0.16.1
 * Allow '#' in tag URI as these are allowed in YAML 1.2

- update to 0.16.0
 * split c-library to separeate package (python-ruamel.yaml.clib)

OBS-URL: https://build.opensuse.org/request/show/721771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruamel.yaml?expand=0&rev=18
This commit is contained in:
2019-08-09 14:52:06 +00:00
committed by Git OBS Bridge
4 changed files with 22 additions and 10 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Aug 8 13:27:29 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- 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 <mimi.vx@gmail.com>
- 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 <jayvdb@gmail.com>

View File

@@ -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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f4c8ce835984aaa3cc59e331dc506429ecdaf0458993df1dea17a53c745c995
size 317971

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:547aeab5c51c93bc750ed2a320c1559b605bde3aa569216aa75fd91d8a1c4623
size 144681