From acef30e262ff061a082cb1cfbacf3df75dbd745d50a6a84ecb9922e90deb5f47 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 17 Jan 2024 21:32:23 +0000 Subject: [PATCH] - 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 --- python-screenplain.changes | 7 +++++++ python-screenplain.spec | 18 ++++++------------ screenplain-0.10.0.tar.gz | 3 --- screenplain-0.11.1.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 screenplain-0.10.0.tar.gz create mode 100644 screenplain-0.11.1.tar.gz diff --git a/python-screenplain.changes b/python-screenplain.changes index 7dcc21d..d065d31 100644 --- a/python-screenplain.changes +++ b/python-screenplain.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 17 21:28:06 UTC 2024 - Matej Cepl + +- 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 diff --git a/python-screenplain.spec b/python-screenplain.spec index 4e8a529..3ab489e 100644 --- a/python-screenplain.spec +++ b/python-screenplain.spec @@ -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} diff --git a/screenplain-0.10.0.tar.gz b/screenplain-0.10.0.tar.gz deleted file mode 100644 index e405993..0000000 --- a/screenplain-0.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32c64d82380d160901c7a4e4d9a58ae14233b2a2007a5c1b57e1578048b9b991 -size 17752 diff --git a/screenplain-0.11.1.tar.gz b/screenplain-0.11.1.tar.gz new file mode 100644 index 0000000..5eea0cf --- /dev/null +++ b/screenplain-0.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b729def0b14b14d32ebbe0d8639b264b942003c58dd687b18fd77937ac399da +size 18029