Hello community, here is the log from the commit of package python-poyo for openSUSE:Leap:15.2 checked in at 2020-03-09 18:10:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-poyo (Old) and /work/SRC/openSUSE:Leap:15.2/.python-poyo.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-poyo" Mon Mar 9 18:10:31 2020 rev:11 rq:776928 version:0.5.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-poyo/python-poyo.changes 2020-01-15 15:51:39.851536717 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-poyo.new.26092/python-poyo.changes 2020-03-09 18:10:32.149125203 +0100 @@ -1,0 +2,25 @@ +Tue Jul 30 12:09:10 UTC 2019 - [email protected] + +- version update to 0.5.0 + ### Features + * Add support for multiline strings, thanks to [@maebert][@maebert] (#22) + ### Bugfixes + * Fix link to poyo on PyPI, thanks to [@mrshu][@mrshu] (#20) + * Trim trailing whitespace in variable, thanks to [@hackebrot][@hackebrot] (#25) + ### Improvements + * Update project to use src directory, thanks to [@hackebrot][@hackebrot] (#24) + * Convert rst files to md, thanks to [@Um9i][@Um9i] (#28) + * Reformat code base with black, thanks to [@Um9i][@Um9i] (#29) + +------------------------------------------------------------------- +Tue Mar 26 08:36:47 UTC 2019 - [email protected] + +- version update to 0.4.2 + * Resolve a bug with list items and comments + +------------------------------------------------------------------- +Tue Dec 4 12:51:38 UTC 2018 - Matej Cepl <[email protected]> + +- Remove superfluous devel dependency for noarch package + +------------------------------------------------------------------- Old: ---- poyo-0.4.1.tar.gz New: ---- poyo-0.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-poyo.spec ++++++ --- /var/tmp/diff_new_pack.8tpIDw/_old 2020-03-09 18:10:32.745126057 +0100 +++ /var/tmp/diff_new_pack.8tpIDw/_new 2020-03-09 18:10:32.745126057 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-poyo # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,29 +12,27 @@ # 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-%{**}} %bcond_without test Name: python-poyo -Version: 0.4.1 +Version: 0.5.0 Release: 0 Summary: YAML Parser for Python License: MIT Group: Development/Languages/Python -Url: https://github.com/hackebrot/poyo +URL: https://github.com/hackebrot/poyo Source: https://files.pythonhosted.org/packages/source/p/poyo/poyo-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildArch: noarch %if %{with test} BuildRequires: %{python_module pytest} %endif -BuildArch: noarch - %python_subpackages %description @@ -65,8 +63,8 @@ %endif %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE README.rst +%license LICENSE +%doc CHANGES.md COMMUNITY.md CONTRIBUTING.md README.md %{python_sitelib}/* %changelog ++++++ poyo-0.4.1.tar.gz -> poyo-0.5.0.tar.gz ++++++ ++++ 3504 lines of diff (skipped)
