15
0
forked from pool/python-ged4py

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
This commit is contained in:
Tomáš Chvátal
2020-04-06 17:29:05 +00:00
committed by Git OBS Bridge
parent f8bd9ee395
commit ffbc0ead40
4 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:99200c8eec2473b38a2a750c101808549a9a5bfa13715b775b0437a54bcae7b4
size 45689

3
ged4py-0.1.12.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:781adefbd8e6bf475c1c21b3ad70aa8d6ae5916e062d4ba55e1e85e9eb297825
size 41174

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 6 14:32:12 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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 <jayvdb@gmail.com>

View File

@@ -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