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
This commit is contained in:
parent
514531bcb6
commit
5fe127c16b
@ -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 <mcepl@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f8d7d40aa28d83f4109a7e8aa86e67a4df202d9538be40c0cb1d70da527b0df
|
||||
size 26589
|
3
xmltodict-0.12.0.tar.gz
Normal file
3
xmltodict-0.12.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50d8c638ed7ecb88d90561beedbf720c9b4e851a9fa6c47ebd64e99d166d8a21
|
||||
size 18481
|
Loading…
Reference in New Issue
Block a user