14
0

- Update to 0.11.1:

- 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=17
This commit is contained in:
2024-01-17 21:32:23 +00:00
committed by Git OBS Bridge
parent cfac858bbb
commit acef30e262
4 changed files with 16 additions and 15 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jan 17 21:28:06 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Update to 0.11.1:
- Typo caused reading from stdin to fail
- Add arguments --encoding and --encoding-errors
-------------------------------------------------------------------
Wed Nov 29 14:51:09 UTC 2023 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-screenplain
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,13 @@
#
%if 0%{?suse_version} > 1500
%bcond_with python2
%else
%bcond_without python2
%endif
Name: python-screenplain
Version: 0.10.0
Version: 0.11.1
Release: 0
Summary: Convert text file to viewable screenplay
License: MIT
Group: Development/Languages/Python
URL: http://www.screenplain.com/
URL: https://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
@@ -40,11 +35,10 @@ BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
Requires: python-reportlab
Requires(post): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch
%python_subpackages
%description
@@ -69,10 +63,10 @@ be supported in a not too distant future.
sed -i '1{/^#!.*env python/d}' screenplain/main.py
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/screenplain
%python_expand %fdupes %{buildroot}%{$python_sitelib}

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:32c64d82380d160901c7a4e4d9a58ae14233b2a2007a5c1b57e1578048b9b991
size 17752

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9b729def0b14b14d32ebbe0d8639b264b942003c58dd687b18fd77937ac399da
size 18029