From dabcb5e8cdf4f6fbec41dbd2beda1f59de5fcfaac2c5b1029411474857086656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 7 Jun 2019 12:05:26 +0000 Subject: [PATCH] - update to 5.1.1 * Re-release of 5.1 with regenerated Cython sources to build properly for Python 3.8 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=29 --- PyYAML-5.1.1.tar.gz | 3 +++ PyYAML-5.1.tar.gz | 3 --- python-PyYAML.changes | 6 ++++++ python-PyYAML.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 PyYAML-5.1.1.tar.gz delete mode 100644 PyYAML-5.1.tar.gz diff --git a/PyYAML-5.1.1.tar.gz b/PyYAML-5.1.1.tar.gz new file mode 100644 index 0000000..0862409 --- /dev/null +++ b/PyYAML-5.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4bb4d3f5e232425e25dda21c070ce05168a786ac9eda43768ab7f3ac2770955 +size 274442 diff --git a/PyYAML-5.1.tar.gz b/PyYAML-5.1.tar.gz deleted file mode 100644 index 6723f71..0000000 --- a/PyYAML-5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:436bc774ecf7c103814098159fbb84c2715d25980175292c648f2da143909f95 -size 274244 diff --git a/python-PyYAML.changes b/python-PyYAML.changes index 1e0cd25..a0a02f1 100644 --- a/python-PyYAML.changes +++ b/python-PyYAML.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 7 12:04:35 UTC 2019 - Ondřej Súkup + +- update to 5.1.1 + * Re-release of 5.1 with regenerated Cython sources to build properly for Python 3.8 + ------------------------------------------------------------------- Thu Mar 14 14:47:06 UTC 2019 - Tomáš Chvátal diff --git a/python-PyYAML.spec b/python-PyYAML.spec index c344978..675e402 100644 --- a/python-PyYAML.spec +++ b/python-PyYAML.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-PyYAML -Version: 5.1 +Version: 5.1.1 Release: 0 Summary: YAML parser and emitter for Python License: MIT