From afbc600c25bf9ae37ffb93cd6fa324fd07a2bae126c3f9b9415298ca1e662940 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 3 Dec 2020 21:34:53 +0000 Subject: [PATCH] - Update to version 0.9.0+git.1597423678.4e34d1f: * Don't use open, but more compatible io.open OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-screenplain?expand=0&rev=3 --- _servicedata | 2 +- python-screenplain.changes | 6 ++++++ python-screenplain.spec | 20 +++++++++++--------- 3 files changed, 18 insertions(+), 10 deletions(-) diff --git a/_servicedata b/_servicedata index cb807a4..2f8233e 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/mcepl/screenplain.git - 0ff963d98eba7faf573ac425d03d8371e88c7e66 \ No newline at end of file + 4e34d1f78f6006d40933d744e61ae968f349f95d \ No newline at end of file diff --git a/python-screenplain.changes b/python-screenplain.changes index 2dca72f..98b1890 100644 --- a/python-screenplain.changes +++ b/python-screenplain.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 03 21:34:14 UTC 2020 - mcepl@cepl.eu + +- Update to version 0.9.0+git.1597423678.4e34d1f: + * Don't use open, but more compatible io.open + ------------------------------------------------------------------- Fri Aug 14 16:29:32 UTC 2020 - mcepl@cepl.eu diff --git a/python-screenplain.spec b/python-screenplain.spec index 3fff0c4..7dabac0 100644 --- a/python-screenplain.spec +++ b/python-screenplain.spec @@ -1,7 +1,7 @@ # # spec file for package python-screenplain # -# Copyright (c) 2020 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 @@ -12,7 +12,9 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + %if 0%{?suse_version} > 1500 %bcond_with python2 @@ -21,24 +23,24 @@ %endif %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-screenplain -Version: 0.9.0+git.1597420829.0ff963d +Version: 0.9.0+git.1597423678.4e34d1f Release: 0 -License: MIT Summary: Convert text file to viewable screenplay -Url: http://www.screenplain.com/ +License: MIT Group: Development/Languages/Python +URL: http://www.screenplain.com/ # Source: https://files.pythonhosted.org/packages/source/s/screenplain/screenplain-%%{version}.tar.gz # Tarball generated from gh#vilcans/screenplain#62 Source: screenplain-%{version}.tar.gz # PATCH-FIX-UPSTREAM py2.patch mcepl@suse.com # Don't use open(), but more compatible io.open() Patch0: py2.patch -BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module reportlab} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module pycodestyle} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module reportlab} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch Requires: python-reportlab Requires(post): update-alternatives