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:
parent
408320a7b1
commit
5abfc2917b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c36c938a872e5ff494938b33b14aaa156cb439ec67548fcab3535bb78b0846e8
|
||||
size 248685
|
3
PyYAML-3.12.tar.gz
Normal file
3
PyYAML-3.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:592766c6303207a20efc445587778322d7f73b161bd994f227adaa341ba212ab
|
||||
size 253011
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user