forked from pool/python-screenplain
- 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
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/mcepl/screenplain.git</param>
|
||||
<param name="changesrevision">0ff963d98eba7faf573ac425d03d8371e88c7e66</param></service></servicedata>
|
||||
<param name="changesrevision">4e34d1f78f6006d40933d744e61ae968f349f95d</param></service></servicedata>
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user