From 69480c4b7fbfb76a0f527ac6cf3777f77cec1d67aa81937afefbc294f2d8f8c8 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 20 Mar 2023 13:35:26 +0000 Subject: [PATCH 1/2] - Update to version 0.9.0+git.1679174041.302bfdd: * Don't use open, but more compatible io.open * Make tests independent on any particular module. * Add Python 3.11 to testing matrix * Add test for forcing action with "!" * Fix runtime error in pdf output of dual dialog * Possible to force action by starting line with ! * pdf Settings object for styles and layout * Replace nose with pytest * assertEquals is deprecated - use assertEqual * Remove unittest2 (Python 2 compatibility) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-screenplain?expand=0&rev=10 --- _service | 4 ++-- _servicedata | 4 +++- python-screenplain.changes | 15 +++++++++++++++ python-screenplain.spec | 4 ++-- screenplain-0.9.0+git.1597423678.4e34d1f.tar.gz | 3 --- screenplay-0.9.0+git.1679174041.302bfdd.tar.gz | 3 +++ 6 files changed, 25 insertions(+), 8 deletions(-) delete mode 100644 screenplain-0.9.0+git.1597423678.4e34d1f.tar.gz create mode 100644 screenplay-0.9.0+git.1679174041.302bfdd.tar.gz diff --git a/_service b/_service index d293dc7..d6746d1 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ 0.9.0+git - - https://github.com/mcepl/screenplain.git + + https://git.sr.ht/~mcepl/screenplay cleanup-testing git .git* diff --git a/_servicedata b/_servicedata index 2f8233e..92bc964 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,6 @@ https://github.com/mcepl/screenplain.git - 4e34d1f78f6006d40933d744e61ae968f349f95d \ No newline at end of file + 4e34d1f78f6006d40933d744e61ae968f349f95d + https://git.sr.ht/~mcepl/screenplay + 302bfdd3362f4287a471cff80908e018bc09f990 \ No newline at end of file diff --git a/python-screenplain.changes b/python-screenplain.changes index 5b6eee4..256aba4 100644 --- a/python-screenplain.changes +++ b/python-screenplain.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Mar 20 13:34:52 UTC 2023 - mcepl@cepl.eu + +- Update to version 0.9.0+git.1679174041.302bfdd: + * Don't use open, but more compatible io.open + * Make tests independent on any particular module. + * Add Python 3.11 to testing matrix + * Add test for forcing action with "!" + * Fix runtime error in pdf output of dual dialog + * Possible to force action by starting line with ! + * pdf Settings object for styles and layout + * Replace nose with pytest + * assertEquals is deprecated - use assertEqual + * Remove unittest2 (Python 2 compatibility) + ------------------------------------------------------------------- Tue Oct 04 08:42:28 UTC 2022 - andres.munoz@suse.com diff --git a/python-screenplain.spec b/python-screenplain.spec index e4786e7..4f80c63 100644 --- a/python-screenplain.spec +++ b/python-screenplain.spec @@ -1,7 +1,7 @@ # # spec file for package python-screenplain # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ %endif %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-screenplain -Version: 0.9.0+git.1597423678.4e34d1f +Version: 0.9.0+git.1679174041.302bfdd Release: 0 Summary: Convert text file to viewable screenplay License: MIT diff --git a/screenplain-0.9.0+git.1597423678.4e34d1f.tar.gz b/screenplain-0.9.0+git.1597423678.4e34d1f.tar.gz deleted file mode 100644 index f8cce25..0000000 --- a/screenplain-0.9.0+git.1597423678.4e34d1f.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58b75c58ed06a2b3495f254e768fa1033ed26d655d9a7b73185ae7f23f0b7cf1 -size 24431 diff --git a/screenplay-0.9.0+git.1679174041.302bfdd.tar.gz b/screenplay-0.9.0+git.1679174041.302bfdd.tar.gz new file mode 100644 index 0000000..b21851e --- /dev/null +++ b/screenplay-0.9.0+git.1679174041.302bfdd.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79234812574bf43c4d4d499b848fa58ecd9ad37d2d32e6798d378d6f7f778fa1 +size 25563 From 9afd7d8f1e9e1829e3af8579d50d6df159da73d362edad652e4c3950e91e15a8 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 20 Mar 2023 13:46:52 +0000 Subject: [PATCH 2/2] - 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 --- _service | 2 +- _servicedata | 4 +++- python-screenplain.changes | 9 +++++---- python-screenplain.spec | 6 +++--- screenplain-0.9.0+git.1679319196.353e6c9.tar.gz | 3 +++ screenplay-0.9.0+git.1679174041.302bfdd.tar.gz | 3 --- 6 files changed, 15 insertions(+), 12 deletions(-) create mode 100644 screenplain-0.9.0+git.1679319196.353e6c9.tar.gz delete mode 100644 screenplay-0.9.0+git.1679174041.302bfdd.tar.gz diff --git a/_service b/_service index d6746d1..f7ce2bc 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ 0.9.0+git - https://git.sr.ht/~mcepl/screenplay + https://git.sr.ht/~mcepl/screenplain cleanup-testing git .git* diff --git a/_servicedata b/_servicedata index 92bc964..db9826f 100644 --- a/_servicedata +++ b/_servicedata @@ -3,4 +3,6 @@ https://github.com/mcepl/screenplain.git 4e34d1f78f6006d40933d744e61ae968f349f95d https://git.sr.ht/~mcepl/screenplay - 302bfdd3362f4287a471cff80908e018bc09f990 \ No newline at end of file + 302bfdd3362f4287a471cff80908e018bc09f990 + https://git.sr.ht/~mcepl/screenplain + 353e6c94e996055880c07a3846cb51b98e19dfa2 \ No newline at end of file diff --git a/python-screenplain.changes b/python-screenplain.changes index 256aba4..1ac96de 100644 --- a/python-screenplain.changes +++ b/python-screenplain.changes @@ -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: - * Don't use open, but more compatible io.open - * Make tests independent on any particular module. +- 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 * Add Python 3.11 to testing matrix * Add test for forcing action with "!" * Fix runtime error in pdf output of dual dialog diff --git a/python-screenplain.spec b/python-screenplain.spec index 4f80c63..cedc573 100644 --- a/python-screenplain.spec +++ b/python-screenplain.spec @@ -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 diff --git a/screenplain-0.9.0+git.1679319196.353e6c9.tar.gz b/screenplain-0.9.0+git.1679319196.353e6c9.tar.gz new file mode 100644 index 0000000..155e1fd --- /dev/null +++ b/screenplain-0.9.0+git.1679319196.353e6c9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a89afd1b0244d041473c6bf9300a9e5f5e518ae5813522662c28620a03d33d +size 25542 diff --git a/screenplay-0.9.0+git.1679174041.302bfdd.tar.gz b/screenplay-0.9.0+git.1679174041.302bfdd.tar.gz deleted file mode 100644 index b21851e..0000000 --- a/screenplay-0.9.0+git.1679174041.302bfdd.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79234812574bf43c4d4d499b848fa58ecd9ad37d2d32e6798d378d6f7f778fa1 -size 25563