From ffbc0ead40a1d5eec723ca675acdddbf55250fa10039c2c76d0370554e815003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 6 Apr 2020 17:29:05 +0000 Subject: [PATCH] Accepting request 791801 from home:mcalabkova:branches:devel:languages:python - Update to 0.1.12 * Add support for a bunch of illegal encodings (thanks @Tuisto59 for report). OBS-URL: https://build.opensuse.org/request/show/791801 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ged4py?expand=0&rev=4 --- ged4py-0.1.11.tar.gz | 3 --- ged4py-0.1.12.tar.gz | 3 +++ python-ged4py.changes | 6 ++++++ python-ged4py.spec | 7 ++++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 ged4py-0.1.11.tar.gz create mode 100644 ged4py-0.1.12.tar.gz diff --git a/ged4py-0.1.11.tar.gz b/ged4py-0.1.11.tar.gz deleted file mode 100644 index fcb54d4..0000000 --- a/ged4py-0.1.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99200c8eec2473b38a2a750c101808549a9a5bfa13715b775b0437a54bcae7b4 -size 45689 diff --git a/ged4py-0.1.12.tar.gz b/ged4py-0.1.12.tar.gz new file mode 100644 index 0000000..5ff64f4 --- /dev/null +++ b/ged4py-0.1.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:781adefbd8e6bf475c1c21b3ad70aa8d6ae5916e062d4ba55e1e85e9eb297825 +size 41174 diff --git a/python-ged4py.changes b/python-ged4py.changes index e971837..fd9145e 100644 --- a/python-ged4py.changes +++ b/python-ged4py.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 6 14:32:12 UTC 2020 - Marketa Calabkova + +- Update to 0.1.12 + * Add support for a bunch of illegal encodings (thanks @Tuisto59 for report). + ------------------------------------------------------------------- Wed Jul 31 07:49:49 AM UTC 2019 - John Vandenberg diff --git a/python-ged4py.spec b/python-ged4py.spec index 580bddd..a5a401c 100644 --- a/python-ged4py.spec +++ b/python-ged4py.spec @@ -1,7 +1,7 @@ # # spec file for package python-ged4py # -# 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ged4py -Version: 0.1.11 +Version: 0.1.12 Release: 0 Summary: GEDCOM tools for Python License: MIT @@ -32,6 +32,7 @@ Requires: python-ansel BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module ansel} +BuildRequires: %{python_module pytest} # /SECTION %python_subpackages @@ -50,7 +51,7 @@ chmod a-x README.rst %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pytest %files %{python_files} %doc AUTHORS.rst README.rst