From cfac858bbb1061829937006aaaec44107cf90526fe39935b3e6a85eaf81d8642 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 29 Nov 2023 14:57:40 +0000 Subject: [PATCH] - Update to 0.10.0: - Unfortunately no changelog available anywhere. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-screenplain?expand=0&rev=15 --- fix_entry_point.patch | 15 ++++++++++++--- python-screenplain.changes | 6 ++++++ python-screenplain.spec | 10 ++++++---- screenplain-0.10.0.tar.gz | 3 +++ screenplain-0.9.0+git.1679319196.353e6c9.tar.gz | 3 --- 5 files changed, 27 insertions(+), 10 deletions(-) create mode 100644 screenplain-0.10.0.tar.gz delete mode 100644 screenplain-0.9.0+git.1679319196.353e6c9.tar.gz diff --git a/fix_entry_point.patch b/fix_entry_point.patch index de9cd7f..8abf4f6 100644 --- a/fix_entry_point.patch +++ b/fix_entry_point.patch @@ -1,6 +1,11 @@ +--- + screenplain/main.py | 2 +- + setup.cfg | 3 +++ + 2 files changed, 4 insertions(+), 1 deletion(-) + --- a/screenplain/main.py +++ b/screenplain/main.py -@@ -30,7 +30,7 @@ def invalid_format(parser, message): +@@ -29,7 +29,7 @@ def invalid_format(parser, message): ) @@ -11,9 +16,13 @@ '-f', '--format', dest='output_format', --- a/setup.cfg +++ b/setup.cfg -@@ -1,2 +1,5 @@ +@@ -1,6 +1,9 @@ [metadata] license_files = LICENSE.txt -+ + +[pycodestyle] +ignore = E275,E402,W504 ++ + [egg_info] + tag_build = + tag_date = 0 diff --git a/python-screenplain.changes b/python-screenplain.changes index d9951ea..7dcc21d 100644 --- a/python-screenplain.changes +++ b/python-screenplain.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 29 14:51:09 UTC 2023 - Matej Cepl + +- Update to 0.10.0: + - Unfortunately no changelog available anywhere. + ------------------------------------------------------------------- Sun Aug 13 19:46:35 UTC 2023 - Dirk Müller diff --git a/python-screenplain.spec b/python-screenplain.spec index 229ec91..4e8a529 100644 --- a/python-screenplain.spec +++ b/python-screenplain.spec @@ -22,20 +22,22 @@ %bcond_without python2 %endif Name: python-screenplain -Version: 0.9.0+git.1679319196.353e6c9 +Version: 0.10.0 Release: 0 Summary: Convert text file to viewable screenplay License: MIT Group: Development/Languages/Python URL: http://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 +BuildRequires: %{python_module pip} BuildRequires: %{python_module reportlab} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -87,6 +89,6 @@ sed -i '1{/^#!.*env python/d}' screenplain/main.py %files %{python_files} %python_alternative %{_bindir}/screenplain %{python_sitelib}/screenplain -%{python_sitelib}/screenplain-0.9.0*-info +%{python_sitelib}/screenplain-%{version}*-info %changelog diff --git a/screenplain-0.10.0.tar.gz b/screenplain-0.10.0.tar.gz new file mode 100644 index 0000000..e405993 --- /dev/null +++ b/screenplain-0.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32c64d82380d160901c7a4e4d9a58ae14233b2a2007a5c1b57e1578048b9b991 +size 17752 diff --git a/screenplain-0.9.0+git.1679319196.353e6c9.tar.gz b/screenplain-0.9.0+git.1679319196.353e6c9.tar.gz deleted file mode 100644 index 155e1fd..0000000 --- a/screenplain-0.9.0+git.1679319196.353e6c9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4a89afd1b0244d041473c6bf9300a9e5f5e518ae5813522662c28620a03d33d -size 25542