15
0
forked from pool/python-PyYAML

Accepting request 424629 from home:mnhauke:branches:devel:languages:python

- Update to 3.12
  - Adding an implicit resolver to a derived loader should not
    affect the base loader (fixes issue #57).
  - Uniform representation for OrderedDict? across different
    versions of Python (fixes issue #61).
  - Fixed comparison to None warning (closes issue #64). 
- fix Source URL

OBS-URL: https://build.opensuse.org/request/show/424629
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=15
This commit is contained in:
2016-09-05 05:25:49 +00:00
committed by Git OBS Bridge
parent 408320a7b1
commit 5abfc2917b
4 changed files with 20 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-PyYAML
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
Name: python-PyYAML
Version: 3.11
Version: 3.12
Release: 0
Url: http://pyyaml.org/wiki/PyYAML
Summary: YAML parser and emitter for Python
License: MIT
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/P/PyYAML/PyYAML-%{version}.tar.gz
Source: https://pypi.io/packages/source/P/PyYAML/PyYAML-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libyaml-devel
BuildRequires: python-devel
@@ -67,6 +67,8 @@ python setup.py test
%files
%defattr(-,root,root,-)
%doc CHANGES LICENSE README examples
%{python_sitearch}/*
%{python_sitearch}/yaml
%{python_sitearch}/_yaml.so
%{python_sitearch}/PyYAML-%{version}-py%{py_ver}.egg-info
%changelog