diff --git a/PyYAML-3.11.tar.gz b/PyYAML-3.11.tar.gz deleted file mode 100644 index 6dc650e..0000000 --- a/PyYAML-3.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c36c938a872e5ff494938b33b14aaa156cb439ec67548fcab3535bb78b0846e8 -size 248685 diff --git a/PyYAML-3.12.tar.gz b/PyYAML-3.12.tar.gz new file mode 100644 index 0000000..8ae7c3b --- /dev/null +++ b/PyYAML-3.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:592766c6303207a20efc445587778322d7f73b161bd994f227adaa341ba212ab +size 253011 diff --git a/python-PyYAML.changes b/python-PyYAML.changes index 72c13bc..0546d63 100644 --- a/python-PyYAML.changes +++ b/python-PyYAML.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Sep 3 19:26:05 UTC 2016 - mardnh@gmx.de + +- 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 + ------------------------------------------------------------------- Wed Jul 30 09:02:32 UTC 2014 - toddrme2178@gmail.com diff --git a/python-PyYAML.spec b/python-PyYAML.spec index b67d372..fccfff3 100644 --- a/python-PyYAML.spec +++ b/python-PyYAML.spec @@ -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