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

@@ -2,7 +2,7 @@
<service name="tar_scm" mode="disabled"> <service name="tar_scm" mode="disabled">
<param name="versionprefix">0.9.0+git</param> <param name="versionprefix">0.9.0+git</param>
<!-- param name="url">https://github.com/vilcans/screenplain.git</param--> <!-- param name="url">https://github.com/vilcans/screenplain.git</param-->
<param name="url">https://git.sr.ht/~mcepl/screenplay</param> <param name="url">https://git.sr.ht/~mcepl/screenplain</param>
<param name="revision">cleanup-testing</param> <param name="revision">cleanup-testing</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="exclude">.git*</param> <param name="exclude">.git*</param>

View File

@@ -3,4 +3,6 @@
<param name="url">https://github.com/mcepl/screenplain.git</param> <param name="url">https://github.com/mcepl/screenplain.git</param>
<param name="changesrevision">4e34d1f78f6006d40933d744e61ae968f349f95d</param></service><service name="tar_scm"> <param name="changesrevision">4e34d1f78f6006d40933d744e61ae968f349f95d</param></service><service name="tar_scm">
<param name="url">https://git.sr.ht/~mcepl/screenplay</param> <param name="url">https://git.sr.ht/~mcepl/screenplay</param>
<param name="changesrevision">302bfdd3362f4287a471cff80908e018bc09f990</param></service></servicedata> <param name="changesrevision">302bfdd3362f4287a471cff80908e018bc09f990</param></service><service name="tar_scm">
<param name="url">https://git.sr.ht/~mcepl/screenplain</param>
<param name="changesrevision">353e6c94e996055880c07a3846cb51b98e19dfa2</param></service></servicedata>

View File

@@ -1,9 +1,10 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 20 13:34:52 UTC 2023 - mcepl@cepl.eu Mon Mar 20 13:44:17 UTC 2023 - mcepl@cepl.eu
- Update to version 0.9.0+git.1679174041.302bfdd: - Update to version 0.9.0+git.1679319196.353e6c9:
* Don't use open, but more compatible io.open * Package tests as well.
* Make tests independent on any particular module. * Add test for issue #65, which passes
* readme: PDF is supported now
* Add Python 3.11 to testing matrix * Add Python 3.11 to testing matrix
* Add test for forcing action with "!" * Add test for forcing action with "!"
* Fix runtime error in pdf output of dual dialog * Fix runtime error in pdf output of dual dialog

View File

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

View File

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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79234812574bf43c4d4d499b848fa58ecd9ad37d2d32e6798d378d6f7f778fa1
size 25563