Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python312-asciimatics-1.15.0-1.3 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python312-asciimatics Distribution: openSUSE Tumbleweed
Version: 1.15.0 Vendor: openSUSE
Release: 1.3 Build date: Thu Oct 26 02:25:39 2023
Group: Unspecified Build host: reproducible
Size: 2211808 Source RPM: python-asciimatics-1.15.0-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/peterbrittain/asciimatics
Summary: Package to replace curses and create ASCII animations
Asciimatics is a package to help people create full-screen text UIs
(from interactive forms to ASCII animations) on any platform.

Provides

Requires

License

Apache-2.0

Changelog

* Thu Oct 26 2023 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 1.15.0:
    * Dropped support for Python 2, Python 3.9 or above is now required.
    * Added support for ColouredText titles in MultiColumnLIstBox.
    * Added gutter option to Layout.
    * Added speed option to Sprite.
    * Fixed bug where moving focus between Frames resulted in no current focus.
    * Fixed internal state of RadioButton values to be consistent with selection.
    * Fixed handling of zero width modifiers.
    * Fixed image conversion to use modern PIL API and sort off-by-one height
      error.
    * Fixed parser bug returning list instead of colour tuple.
  - Drop patch move-to-python3.patch, included upstream.
* Mon Sep 11 2023 Steve Kowalik <steven.kowalik@suse.com>
  - Drop patch python-asciimatics-no-mock.patch, has been subsummed.
  - Add patch move-to-python3.patch
  - Switch to autosetup and pyproject macros.
* Mon Aug 29 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - update to 1.14.0
    - Added AnsiArtPlayer and AsciinemaPlayer
    - Added dynamically sized, animated sprites to ray caster demo.
    - Added fit parameter to DropdownList.
    - Added support for default colours to AnsiTerminalParser
    - Added VBarChart renderer.
    - BREAKING VISUAL CHANGE: Frame now supports scroll bars without borders, to have no border and
      no scroll bar you now need Frame(has_border=False, can_scroll=False)
    - Added TextBox.hide_cursor and TextBox.auto_scroll properties
    - Added optional diameter parameter to ShootScreen.
    - Improved DropEmitter effect - will now typically take a little longer to clear the screen.
    - Fixed bug in widget focus - eliminated duplicate events and some cases that failed to move focus
    - Fixed bug in clear_widgets() - also reset any focus in the layout.
    - Fixed bug: layout could still be a tab stop with no active widgets.
* Tue Mar 08 2022 pgajdos@suse.com
  - add %autopatch back, it was mistakenly removed
* Mon Mar 07 2022 pgajdos@suse.com
  - version update to 1.13.0
    1.13.0
    - -----
    - Added ability to change a `Button`'s text through a `.text` attribute.
    - Added ability to accept a name attribute in the `Button` and `Label` constructors.
    - Added ability to detect job pause/resume and force full screen refresh.
    - Added ability to request terminal default colours using `Screen.COLOUR_DEFAULT`.
    - Converted widgets to a sub-package.
    - Fixed issue with labels in a layout column preventing buttons from being pressed.
    - Fixed issue with visual overrun on Listboxes when there is a label offset.
    - Fixed issue with TextBox hitting IndexError in double buffers due to lack of clipping.
    - Fixed issue with Text/TextBox start columns on reset.
    - Added troubleshooting on terminal colour handling.
    1.12.0
    - -----
    - Added ColouredText objects to handle embedded colour codes in text for some widgets.
    - Added parsers to handle Asciimatics and Ansi Terminal escape sequences.
    - Added ControlCodeParser to create human readable text from raw text with control codes in it.
    - Added readonly logic for Text and TextBox.
    - Added ability to enable/disable widgets by column in layouts.
    - Added left/right/up/down navigation to nearest widget.
    - Added ability to scroll screen/canvas by variable number of lines.
    - Created terminal demo
    - Fixed exception on reinstating NoneType signal handler.
    - Fixed float/int issue with recent builds of pywin32.
    - Fixed issue where setting options changed the selected value (even if it was still present).
    - Fixed erroneous trigger of on_load for all Frames at start of day.
    - Fixed bug where Frames passed on events that they already handled.
    - Fixed bug: Restore current theme on screen resize.
    - Fixed bug in scrolling the screen up.
  - deleted patches
    - pr_200.patch (upstreamed)
  - added patches
    fix https://github.com/peterbrittain/asciimatics/issues/347
    + python-asciimatics-no-mock.patch
* Sun Aug 16 2020 John Vandenberg <jayvdb@gmail.com>
  - Replace nose with pytest
* Wed May 15 2019 Ethan Apodaca <eapodaca@suse.com>
  - Update to 1.11.0
    + See changes file for details
* Thu May 09 2019 John Vandenberg <jayvdb@gmail.com>
  - Activate test suite
  - Add missing runtime dependency python-curses
  - Add CHANGES.rst, README.rst and doc/*.rst to %doc
  - Add patch pr_200.patch to tweak some tests
* Mon Mar 05 2018 toddrme2178@gmail.com
  - Initial version

Files

/usr/lib/python3.12/site-packages/asciimatics
/usr/lib/python3.12/site-packages/asciimatics-1.15.0.dist-info
/usr/lib/python3.12/site-packages/asciimatics-1.15.0.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/asciimatics-1.15.0.dist-info/LICENSE
/usr/lib/python3.12/site-packages/asciimatics-1.15.0.dist-info/METADATA
/usr/lib/python3.12/site-packages/asciimatics-1.15.0.dist-info/RECORD
/usr/lib/python3.12/site-packages/asciimatics-1.15.0.dist-info/REQUESTED
/usr/lib/python3.12/site-packages/asciimatics-1.15.0.dist-info/WHEEL
/usr/lib/python3.12/site-packages/asciimatics-1.15.0.dist-info/top_level.txt
/usr/lib/python3.12/site-packages/asciimatics/__init__.py
/usr/lib/python3.12/site-packages/asciimatics/__pycache__
/usr/lib/python3.12/site-packages/asciimatics/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/__pycache__/constants.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/__pycache__/constants.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/__pycache__/effects.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/__pycache__/effects.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/__pycache__/event.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/__pycache__/event.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/__pycache__/exceptions.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/__pycache__/exceptions.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/__pycache__/parsers.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/__pycache__/parsers.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/__pycache__/particles.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/__pycache__/particles.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/__pycache__/paths.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/__pycache__/paths.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/__pycache__/scene.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/__pycache__/scene.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/__pycache__/screen.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/__pycache__/screen.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/__pycache__/sprites.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/__pycache__/sprites.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/__pycache__/strings.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/__pycache__/strings.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/__pycache__/utilities.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/__pycache__/utilities.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/__pycache__/version.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/__pycache__/version.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/constants.py
/usr/lib/python3.12/site-packages/asciimatics/effects.py
/usr/lib/python3.12/site-packages/asciimatics/event.py
/usr/lib/python3.12/site-packages/asciimatics/exceptions.py
/usr/lib/python3.12/site-packages/asciimatics/parsers.py
/usr/lib/python3.12/site-packages/asciimatics/particles.py
/usr/lib/python3.12/site-packages/asciimatics/paths.py
/usr/lib/python3.12/site-packages/asciimatics/renderers
/usr/lib/python3.12/site-packages/asciimatics/renderers/__init__.py
/usr/lib/python3.12/site-packages/asciimatics/renderers/__pycache__
/usr/lib/python3.12/site-packages/asciimatics/renderers/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/renderers/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/renderers/__pycache__/base.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/renderers/__pycache__/base.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/renderers/__pycache__/box.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/renderers/__pycache__/box.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/renderers/__pycache__/charts.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/renderers/__pycache__/charts.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/renderers/__pycache__/figlettext.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/renderers/__pycache__/figlettext.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/renderers/__pycache__/fire.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/renderers/__pycache__/fire.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/renderers/__pycache__/images.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/renderers/__pycache__/images.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/renderers/__pycache__/kaleidoscope.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/renderers/__pycache__/kaleidoscope.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/renderers/__pycache__/plasma.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/renderers/__pycache__/plasma.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/renderers/__pycache__/players.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/renderers/__pycache__/players.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/renderers/__pycache__/rainbow.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/renderers/__pycache__/rainbow.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/renderers/__pycache__/rotatedduplicate.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/renderers/__pycache__/rotatedduplicate.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/renderers/__pycache__/scales.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/renderers/__pycache__/scales.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/renderers/__pycache__/speechbubble.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/renderers/__pycache__/speechbubble.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/renderers/base.py
/usr/lib/python3.12/site-packages/asciimatics/renderers/box.py
/usr/lib/python3.12/site-packages/asciimatics/renderers/charts.py
/usr/lib/python3.12/site-packages/asciimatics/renderers/figlettext.py
/usr/lib/python3.12/site-packages/asciimatics/renderers/fire.py
/usr/lib/python3.12/site-packages/asciimatics/renderers/images.py
/usr/lib/python3.12/site-packages/asciimatics/renderers/kaleidoscope.py
/usr/lib/python3.12/site-packages/asciimatics/renderers/plasma.py
/usr/lib/python3.12/site-packages/asciimatics/renderers/players.py
/usr/lib/python3.12/site-packages/asciimatics/renderers/rainbow.py
/usr/lib/python3.12/site-packages/asciimatics/renderers/rotatedduplicate.py
/usr/lib/python3.12/site-packages/asciimatics/renderers/scales.py
/usr/lib/python3.12/site-packages/asciimatics/renderers/speechbubble.py
/usr/lib/python3.12/site-packages/asciimatics/scene.py
/usr/lib/python3.12/site-packages/asciimatics/screen.py
/usr/lib/python3.12/site-packages/asciimatics/sprites.py
/usr/lib/python3.12/site-packages/asciimatics/strings.py
/usr/lib/python3.12/site-packages/asciimatics/utilities.py
/usr/lib/python3.12/site-packages/asciimatics/version.py
/usr/lib/python3.12/site-packages/asciimatics/widgets
/usr/lib/python3.12/site-packages/asciimatics/widgets/__init__.py
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/baselistbox.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/baselistbox.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/button.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/button.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/checkbox.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/checkbox.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/datepicker.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/datepicker.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/divider.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/divider.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/dropdownlist.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/dropdownlist.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/filebrowser.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/filebrowser.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/frame.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/frame.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/label.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/label.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/layout.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/layout.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/listbox.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/listbox.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/multicolumnlistbox.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/multicolumnlistbox.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/popupdialog.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/popupdialog.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/popupmenu.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/popupmenu.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/radiobuttons.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/radiobuttons.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/scrollbar.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/scrollbar.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/temppopup.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/temppopup.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/text.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/text.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/textbox.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/textbox.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/timepicker.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/timepicker.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/utilities.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/utilities.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/verticaldivider.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/verticaldivider.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/widget.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/__pycache__/widget.cpython-312.pyc
/usr/lib/python3.12/site-packages/asciimatics/widgets/baselistbox.py
/usr/lib/python3.12/site-packages/asciimatics/widgets/button.py
/usr/lib/python3.12/site-packages/asciimatics/widgets/checkbox.py
/usr/lib/python3.12/site-packages/asciimatics/widgets/datepicker.py
/usr/lib/python3.12/site-packages/asciimatics/widgets/divider.py
/usr/lib/python3.12/site-packages/asciimatics/widgets/dropdownlist.py
/usr/lib/python3.12/site-packages/asciimatics/widgets/filebrowser.py
/usr/lib/python3.12/site-packages/asciimatics/widgets/frame.py
/usr/lib/python3.12/site-packages/asciimatics/widgets/label.py
/usr/lib/python3.12/site-packages/asciimatics/widgets/layout.py
/usr/lib/python3.12/site-packages/asciimatics/widgets/listbox.py
/usr/lib/python3.12/site-packages/asciimatics/widgets/multicolumnlistbox.py
/usr/lib/python3.12/site-packages/asciimatics/widgets/popupdialog.py
/usr/lib/python3.12/site-packages/asciimatics/widgets/popupmenu.py
/usr/lib/python3.12/site-packages/asciimatics/widgets/radiobuttons.py
/usr/lib/python3.12/site-packages/asciimatics/widgets/scrollbar.py
/usr/lib/python3.12/site-packages/asciimatics/widgets/temppopup.py
/usr/lib/python3.12/site-packages/asciimatics/widgets/text.py
/usr/lib/python3.12/site-packages/asciimatics/widgets/textbox.py
/usr/lib/python3.12/site-packages/asciimatics/widgets/timepicker.py
/usr/lib/python3.12/site-packages/asciimatics/widgets/utilities.py
/usr/lib/python3.12/site-packages/asciimatics/widgets/verticaldivider.py
/usr/lib/python3.12/site-packages/asciimatics/widgets/widget.py
/usr/share/doc/packages/python312-asciimatics
/usr/share/doc/packages/python312-asciimatics/CHANGES.rst
/usr/share/doc/packages/python312-asciimatics/README.rst
/usr/share/doc/packages/python312-asciimatics/animation.rst
/usr/share/doc/packages/python312-asciimatics/asciimatics.renderers.rst
/usr/share/doc/packages/python312-asciimatics/asciimatics.rst
/usr/share/doc/packages/python312-asciimatics/asciimatics.widgets.rst
/usr/share/doc/packages/python312-asciimatics/contacts.png
/usr/share/doc/packages/python312-asciimatics/contributing.rst
/usr/share/doc/packages/python312-asciimatics/index.rst
/usr/share/doc/packages/python312-asciimatics/intro.rst
/usr/share/doc/packages/python312-asciimatics/io.rst
/usr/share/doc/packages/python312-asciimatics/mac_settings.png
/usr/share/doc/packages/python312-asciimatics/modules.rst
/usr/share/doc/packages/python312-asciimatics/rendering.rst
/usr/share/doc/packages/python312-asciimatics/troubleshooting.rst
/usr/share/doc/packages/python312-asciimatics/widgets.rst
/usr/share/licenses/python312-asciimatics
/usr/share/licenses/python312-asciimatics/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024