14
0

- Update to version 0.11.1+git.1701424578.13b79f2:

* 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=18
This commit is contained in:
2024-01-17 21:40:41 +00:00
committed by Git OBS Bridge
parent acef30e262
commit 7247e3bd40
6 changed files with 18 additions and 18 deletions

View File

@@ -1,17 +1,15 @@
<services> <services>
<service name="tar_scm" mode="disabled"> <service name="tar_scm" mode="manual">
<param name="versionprefix">0.9.0+git</param> <param name="versionprefix">0.11.1+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/screenplain</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>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
<param name="changesauthor">mcepl@cepl.eu</param> <param name="changesauthor">mcepl@cepl.eu</param>
</service> </service>
<service name="recompress" mode="disabled"> <service name="recompress" mode="manual">
<param name="file">*.tar</param> <param name="file">*.tar</param>
<param name="compression">gz</param> <param name="compression">gz</param>
</service> </service>
<service name="set_version" mode="disabled" /> <service name="set_version" mode="manual" />
</services> </services>

View File

@@ -5,4 +5,6 @@
<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><service name="tar_scm"> <param name="changesrevision">302bfdd3362f4287a471cff80908e018bc09f990</param></service><service name="tar_scm">
<param name="url">https://git.sr.ht/~mcepl/screenplain</param> <param name="url">https://git.sr.ht/~mcepl/screenplain</param>
<param name="changesrevision">353e6c94e996055880c07a3846cb51b98e19dfa2</param></service></servicedata> <param name="changesrevision">353e6c94e996055880c07a3846cb51b98e19dfa2</param></service><service name="tar_scm">
<param name="url">https://github.com/vilcans/screenplain.git</param>
<param name="changesrevision">13b79f2dd0bf8f584965269137893dea50378b39</param></service></servicedata>

View File

@@ -1,9 +1,9 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 17 21:28:06 UTC 2024 - Matej Cepl <mcepl@cepl.eu> Wed Jan 17 21:39:48 UTC 2024 - mcepl@cepl.eu
- Update to 0.11.1: - Update to version 0.11.1+git.1701424578.13b79f2:
- Typo caused reading from stdin to fail * Typo caused reading from stdin to fail
- Add arguments --encoding and --encoding-errors * Add arguments --encoding and --encoding-errors
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 29 14:51:09 UTC 2023 - Matej Cepl <mcepl@cepl.eu> Wed Nov 29 14:51:09 UTC 2023 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -17,15 +17,15 @@
Name: python-screenplain Name: python-screenplain
Version: 0.11.1 Version: 0.11.1+git.1701424578.13b79f2
Release: 0 Release: 0
Summary: Convert text file to viewable screenplay Summary: Convert text file to viewable screenplay
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://www.screenplain.com/ URL: https://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 # 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 # PATCH-FIX-UPSTREAM fix_entry_point.patch mcepl@suse.com
# entry point lead to incorrect function. # entry point lead to incorrect function.
Patch0: fix_entry_point.patch Patch0: fix_entry_point.patch

View File

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

View File

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