Tomáš Chvátal
2020-03-12 07:31:33 +00:00
committed by Git OBS Bridge
parent 933b8a5d97
commit 8b1a8d62f2
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 12 07:31:19 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Fix build without python2
-------------------------------------------------------------------
Fri Aug 9 13:30:32 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytoml
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,6 @@ Version: 0.1.21
Release: 0
Summary: TOML-0.4.0 parser/writer for Python
License: MIT
Group: Development/Libraries/Python
URL: https://github.com/avakar/pytoml
Source0: https://files.pythonhosted.org/packages/source/p/pytoml/pytoml-%{version}.tar.gz
# toml-test for tests from author's fork with specific commit
@@ -61,6 +60,6 @@ export PYTHONDONTWRITEBYTECODE=1
%files %{python_files}
%license LICENSE
%{python_sitelib}/pytoml/
%{python_sitelib}/pytoml-%{version}-py%{py_ver}.egg-info/
%{python_sitelib}/pytoml-%{version}-py*.egg-info/
%changelog