Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package asciinema for openSUSE:Factory checked in at 2022-10-03 13:44:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/asciinema (Old) and /work/SRC/openSUSE:Factory/.asciinema.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "asciinema" Mon Oct 3 13:44:49 2022 rev:9 rq:1006597 version:2.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/asciinema/asciinema.changes 2021-10-18 22:03:10.106135945 +0200 +++ /work/SRC/openSUSE:Factory/.asciinema.new.2275/asciinema.changes 2022-10-03 13:45:08.109398681 +0200 @@ -1,0 +2,16 @@ +Fri Jul 15 18:40:48 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 2.2.0: + * Added official support for Python 3.8, 3.9, 3.10 + * Dropped official support for Python 3.5 + * Added `--cols` / `--rows` options for overriding size of pseudo-terminal reported to recorded program + * Improved behaviour of `--append` when output file doesn't exist + * Keyboard input is now explicitly read from a TTY device in addition to stdin (when stdin != TTY) + * Recorded program output is now explicitly written to a TTY device instead of stdout + * Dash char (`-`) can now be passed as output filename to write asciicast to stdout + * Diagnostic messages are now printed to stderr (without colors when stderr != TTY) + * Improved robustness of writing asciicast to named pipes + * Lots of codebase modernizations (many thanks to Davis @djds Schirmer!) + * Many other internal refactorings + +------------------------------------------------------------------- Old: ---- asciinema-2.1.0.tar.gz New: ---- asciinema-2.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ asciinema.spec ++++++ --- /var/tmp/diff_new_pack.cdtQOp/_old 2022-10-03 13:45:08.561399675 +0200 +++ /var/tmp/diff_new_pack.cdtQOp/_new 2022-10-03 13:45:08.565399683 +0200 @@ -1,7 +1,7 @@ # # spec file for package asciinema # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,8 +16,9 @@ # +%global pythons python3 Name: asciinema -Version: 2.1.0 +Version: 2.2.0 Release: 0 Summary: Terminal session recorder License: GPL-3.0-or-later @@ -26,7 +27,9 @@ Source: https://github.com/asciinema/asciinema/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildRequires: python3-pip BuildRequires: python3-setuptools +BuildRequires: python3-wheel BuildArch: noarch %description @@ -36,10 +39,10 @@ %setup -q %build -%python3_build +%pyproject_wheel %install -%python3_install +%pyproject_install %fdupes %{buildroot}%{python3_sitelib} install -Dpm644 {man/,%{buildroot}%{_mandir}/man1/}%{name}.1 ++++++ asciinema-2.1.0.tar.gz -> asciinema-2.2.0.tar.gz ++++++ ++++ 5561 lines of diff (skipped)