14
0

- Update to version 0.11.1+git.1701424578.13b79f2:

* Typo caused reading from stdin to fail
  * Add arguments --encoding and --encoding-errors

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-screenplain?expand=0&rev=18
This commit is contained in:
2024-01-17 21:40:41 +00:00
committed by Git OBS Bridge
parent acef30e262
commit 7247e3bd40
6 changed files with 18 additions and 18 deletions

View File

@@ -17,15 +17,15 @@
Name: python-screenplain
Version: 0.11.1
Version: 0.11.1+git.1701424578.13b79f2
Release: 0
Summary: Convert text file to viewable screenplay
License: MIT
Group: Development/Languages/Python
URL: https://www.screenplain.com/
Source: https://files.pythonhosted.org/packages/source/s/screenplain/screenplain-%{version}.tar.gz
# 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
Source: screenplain-%{version}.tar.gz
# PATCH-FIX-UPSTREAM fix_entry_point.patch mcepl@suse.com
# entry point lead to incorrect function.
Patch0: fix_entry_point.patch