From 74cbab63805d95e9b917ccd0fe9f17e3a1b0e377d152e363826914ee14d058f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sun, 15 Jul 2018 20:31:27 +0000 Subject: [PATCH] Accepting request 622942 from home:mimi_vx:branches:devel:languages:python - update to 3.13 * fix compactibility with python 3.7 OBS-URL: https://build.opensuse.org/request/show/622942 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=21 --- PyYAML-3.12.tar.gz | 3 --- PyYAML-3.13.tar.gz | 3 +++ python-PyYAML.changes | 6 ++++++ python-PyYAML.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 PyYAML-3.12.tar.gz create mode 100644 PyYAML-3.13.tar.gz diff --git a/PyYAML-3.12.tar.gz b/PyYAML-3.12.tar.gz deleted file mode 100644 index 8ae7c3b..0000000 --- a/PyYAML-3.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:592766c6303207a20efc445587778322d7f73b161bd994f227adaa341ba212ab -size 253011 diff --git a/PyYAML-3.13.tar.gz b/PyYAML-3.13.tar.gz new file mode 100644 index 0000000..eaf310c --- /dev/null +++ b/PyYAML-3.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef3092145e9b70e3ddd2c7ad59bdd0252a94dfe3949721633e41344de00a6bf +size 270607 diff --git a/python-PyYAML.changes b/python-PyYAML.changes index 7a4102d..9da7f5f 100644 --- a/python-PyYAML.changes +++ b/python-PyYAML.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jul 15 20:22:28 UTC 2018 - mimi.vx@gmail.com + +- update to 3.13 + * fix compactibility with python 3.7 + ------------------------------------------------------------------- Fri Mar 3 11:42:12 UTC 2017 - sor.alexei@meowr.ru diff --git a/python-PyYAML.spec b/python-PyYAML.spec index 3cf2b0f..6bc8ecf 100644 --- a/python-PyYAML.spec +++ b/python-PyYAML.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyYAML # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-PyYAML -Version: 3.12 +Version: 3.13 Release: 0 Summary: YAML parser and emitter for Python License: MIT