forked from pool/python-toml
Accepting request 784152 from devel:languages:python
- Use pytest macro directly OBS-URL: https://build.opensuse.org/request/show/784152 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-toml?expand=0&rev=4
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 12 07:30:21 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Use pytest macro directly
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 23 00:41:14 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
Sat Feb 23 00:41:14 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-toml
|
# spec file for package python-toml
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -22,7 +22,6 @@ Version: 0.10.0
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python module which parses and emits TOML
|
Summary: Python module which parses and emits TOML
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/uiri/toml
|
URL: https://github.com/uiri/toml
|
||||||
Source: https://files.pythonhosted.org/packages/source/t/toml/toml-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/t/toml/toml-%{version}.tar.gz
|
||||||
# Untagged test data https://github.com/uiri/toml/issues/232
|
# Untagged test data https://github.com/uiri/toml/issues/232
|
||||||
@@ -68,7 +67,7 @@ cp %{SOURCE2} .
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
export LANG=en_US.UTF-8
|
export LANG=en_US.UTF-8
|
||||||
%python_exec -m pytest
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
# See https://github.com/uiri/toml/issues/216 re change log
|
# See https://github.com/uiri/toml/issues/216 re change log
|
||||||
|
Reference in New Issue
Block a user