14
0

- Update to version 0.9.0+git.1679319196.353e6c9:

* Package tests as well.
  * Add test for issue #65, which passes
  * readme: PDF is supported now

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-screenplain?expand=0&rev=11
This commit is contained in:
2023-03-20 13:46:52 +00:00
committed by Git OBS Bridge
parent 69480c4b7f
commit 9afd7d8f1e
6 changed files with 15 additions and 12 deletions

View File

@@ -21,9 +21,8 @@
%else
%bcond_without python2
%endif
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-screenplain
Version: 0.9.0+git.1679174041.302bfdd
Version: 0.9.0+git.1679319196.353e6c9
Release: 0
Summary: Convert text file to viewable screenplay
License: MIT
@@ -89,6 +88,7 @@ sed -i '1{/^#!.*env python/d}' screenplain/main.py
%files %{python_files}
%python_alternative %{_bindir}/screenplain
%{python_sitelib}/*
%{python_sitelib}/screenplain
%{python_sitelib}/screenplain-0.9.0*-info
%changelog