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

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