From 2e2269c979b3b5f0b5fbc253773313489af70d0a Mon Sep 17 00:00:00 2001 From: dirkmueller <> Date: Oct 20 2021 19:07:29 +0000 Subject: Update python-yamlloader to version 1.1.0 / rev 3 via SR 925739 https://build.opensuse.org/request/show/925739 by user dirkmueller + dimstar_suse - update to 1.1.0: * format to black * Changed imports of own modules to be relative --- diff --git a/.files b/.files index 085d233..129989d 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index aed41e1..332797e 100644 --- a/.rev +++ b/.rev @@ -7,4 +7,26 @@ Required by the new version python-wbem (replaces python-yamlordereddictloader, which is deprecated). 755219 + + b453db7af22a18bde1f27ad2d4b94fc6 + 1.0.0 + + dimstar_suse + - update to 1.0.0: + * First stable release. + * Main change is that it returns always an OrderedDict, even for Python >= + 3.7 for consistency +- remove happy_utf8.patch: upstream + 887890 + + + 5b55f14b4e5ab98dcc837076ecc00b34 + 1.1.0 + + dimstar_suse + - update to 1.1.0: + * format to black + * Changed imports of own modules to be relative + 925739 + diff --git a/happy_utf8.patch b/happy_utf8.patch deleted file mode 100644 index a7228c5..0000000 --- a/happy_utf8.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/setup.py -+++ b/setup.py -@@ -13,7 +13,7 @@ with io.open(os.path.join(here, 'require - - def long_description(): - """Load README.rst.""" -- with open('README.rst', 'r') as f: -+ with io.open('README.rst', 'r', encoding="utf-8") as f: - return f.read() - - diff --git a/python-yamlloader.changes b/python-yamlloader.changes index 0971eea..983235b 100644 --- a/python-yamlloader.changes +++ b/python-yamlloader.changes @@ -1,4 +1,20 @@ ------------------------------------------------------------------- +Sat Oct 16 19:36:26 UTC 2021 - Dirk Müller + +- update to 1.1.0: + * format to black + * Changed imports of own modules to be relative + +------------------------------------------------------------------- +Thu Apr 22 20:42:37 UTC 2021 - Dirk Müller + +- update to 1.0.0: + * First stable release. + * Main change is that it returns always an OrderedDict, even for Python >= + 3.7 for consistency +- remove happy_utf8.patch: upstream + +------------------------------------------------------------------- Mon Dec 9 11:10:50 UTC 2019 - Matej Cepl - Initial packaging effort for yamlloader 0.5.5 diff --git a/python-yamlloader.spec b/python-yamlloader.spec index d06463c..4dfbd71 100644 --- a/python-yamlloader.spec +++ b/python-yamlloader.spec @@ -1,7 +1,7 @@ # # spec file for package python-yamlloader # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,26 +12,24 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-yamlloader -Version: 0.5.5 +Version: 1.1.0 Release: 0 License: MIT Summary: Ordered YAML loader and dumper for PyYAML -Url: https://github.com/Phynix/yamlloader +URL: https://github.com/Phynix/yamlloader Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/y/yamlloader/yamlloader-%{version}.tar.gz -# PATCH-FIX-UPSTREAM happy_utf8.patch gh#Phynix/yamlloader#16 mcepl@suse.com -# Python 3.6 shouldn’t fail on opening utf8 encoded README.rst -Patch0: happy_utf8.patch -BuildRequires: python-rpm-macros +BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module PyYAML} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages diff --git a/yamlloader-0.5.5.tar.gz b/yamlloader-0.5.5.tar.gz deleted file mode 120000 index f426c7d..0000000 --- a/yamlloader-0.5.5.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreig4vnprnm43wa6rbxnezvhtbskdm5pmjr3xdad7yz7h6g5tdg7uza \ No newline at end of file diff --git a/yamlloader-1.1.0.tar.gz b/yamlloader-1.1.0.tar.gz new file mode 120000 index 0000000..abc427d --- /dev/null +++ b/yamlloader-1.1.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreiekff6huglwqo5afzpcxcbp7vwgdagqdpppwu2lnhgtsyw7aif74y \ No newline at end of file