From 5fe127c16bb11cfd14b5833e7d72bfe3e6474b01df8908064da9e27a3da96b75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 26 Mar 2019 11:21:54 +0000 Subject: [PATCH 1/2] Accepting request 688668 from home:pgajdos - 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 OBS-URL: https://build.opensuse.org/request/show/688668 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmltodict?expand=0&rev=10 --- python-xmltodict.changes | 15 +++++++++++++++ python-xmltodict.spec | 9 ++------- xmltodict-0.11.0.tar.gz | 3 --- xmltodict-0.12.0.tar.gz | 3 +++ 4 files changed, 20 insertions(+), 10 deletions(-) delete mode 100644 xmltodict-0.11.0.tar.gz create mode 100644 xmltodict-0.12.0.tar.gz 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 From aefc89942655b3425eb2f68933223c260d76e53637dba1209781514cd7625b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 26 Mar 2019 12:22:45 +0000 Subject: [PATCH 2/2] Accepting request 688690 from home:jengelh:branches:devel:languages:python - Use noun phrase in summary. OBS-URL: https://build.opensuse.org/request/show/688690 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmltodict?expand=0&rev=11 --- python-xmltodict.changes | 5 +++++ python-xmltodict.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-xmltodict.changes b/python-xmltodict.changes index 280550a..2d20979 100644 --- a/python-xmltodict.changes +++ b/python-xmltodict.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 26 12:20:55 UTC 2019 - Jan Engelhardt + +- Use noun phrase in summary. + ------------------------------------------------------------------- Tue Mar 26 11:02:52 UTC 2019 - pgajdos@suse.com diff --git a/python-xmltodict.spec b/python-xmltodict.spec index 61e9e31..94788d5 100644 --- a/python-xmltodict.spec +++ b/python-xmltodict.spec @@ -20,7 +20,7 @@ Name: python-xmltodict Version: 0.12.0 Release: 0 -Summary: Makes working with XML feel like you are working with JSON +Summary: Module to make XML working resemble JSON License: MIT Group: Development/Languages/Python URL: https://github.com/martinblech/xmltodict