diff --git a/python-xmltodict.changes b/python-xmltodict.changes index 4f6be9c..280550a 100644 --- a/python-xmltodict.changes +++ b/python-xmltodict.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Mar 26 11:02:52 UTC 2019 - pgajdos@suse.com + +- version update to 0.12.0 + * Allow force_commits=True for getting all keys as lists (#204) + * README.md: fix useless uses of cat (#200) + * Add FreeBSD install instructions (#199) + * Fix and simplify travis config (#192) + * Add support for Python 3.7 (#189) + * Drop support for EOL Python (#191) + * Use Markdown long_description on PyPI (#190) + * correct spelling mistake (#165) + * correctly unparse booleans (#180) + * Updates README.md with svg badge + ------------------------------------------------------------------- Tue Dec 4 12:56:17 UTC 2018 - Matej Cepl diff --git a/python-xmltodict.spec b/python-xmltodict.spec index 2063201..61e9e31 100644 --- a/python-xmltodict.spec +++ b/python-xmltodict.spec @@ -1,7 +1,7 @@ # # spec file for package python-xmltodict # -# 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 @@ -17,9 +17,8 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without test Name: python-xmltodict -Version: 0.11.0 +Version: 0.12.0 Release: 0 Summary: Makes working with XML feel like you are working with JSON License: MIT @@ -32,9 +31,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-xml BuildArch: noarch -%if %{with test} BuildRequires: %{python_module nose >= 1.0} -%endif %python_subpackages %description @@ -53,10 +50,8 @@ sed -i '1{\@^#!%{_bindir}/env python@d}' xmltodict.py %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -%if %{with test} %check %python_expand nosetests-%{$python_bin_suffix} -%endif %files %{python_files} %license LICENSE diff --git a/xmltodict-0.11.0.tar.gz b/xmltodict-0.11.0.tar.gz deleted file mode 100644 index 67c4e94..0000000 --- a/xmltodict-0.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f8d7d40aa28d83f4109a7e8aa86e67a4df202d9538be40c0cb1d70da527b0df -size 26589 diff --git a/xmltodict-0.12.0.tar.gz b/xmltodict-0.12.0.tar.gz new file mode 100644 index 0000000..2a462c0 --- /dev/null +++ b/xmltodict-0.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d8c638ed7ecb88d90561beedbf720c9b4e851a9fa6c47ebd64e99d166d8a21 +size 18481