Package Release Info

urlscan-0.9.7-bp154.1.21

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

urlscan

Change Logs

* Fri Oct 08 2021 Paolo Stivanin <info@paolostivanin.com>
- update to 0.9.7:
  * User-option -W --whitespace-off: remove blank lines and ellipses
  * Update documentation for feature --whitespace-off
  * Correct regex example in urlscan.1
  * Sort and align docstrings
* Wed May 12 2021 Dirk Müller <dmueller@suse.com>
- update to 0.9.6:
  * Python 3.6+ required
  * Convert to newer email.message.EmailMessage format for processing. Closes #98
  * Hopefully fix #105. Escapes every "&" in the URL
  * Attempt --run-safe implementation
  * Fixes #106
  * Scan a selection of email headers for URLs. Closes #97.
  * Add option for custom regex. Closes #79.
  * Allow $ as an acceptable trailing character
  * Fix urwid reverse error. Thanks to @pavoljuhas. Closes #99
* Tue Jul 28 2020 Martin Rey <mrey@suse.com>
- Update to version 0.9.5
  * Change shebang to specifically call python3
  * Add --width flag to change displayed width. Closes #92.
  * Update tlds and copyright dates
  * Remove workaround for fixed python webbrowser bug (#94)
  * Add -R option to reverse URL/context output. Closes #90
  * Add --single option to quit after opening/copying first link.
    Closes #95
  * Support wl-clipboard. Resolve #88.
* Fri Mar 13 2020 Dr. Werner Fink <werner@suse.de>
- Update to version 0.9.4
  * Remove Python 2 compatibility
- Update to version 0.9.3
  * Cycle through opening links with webbrowser module, xdg-open or --run argument
  * Add option to copy to primary selection or clipboard. Fix #87
  * Generate new config file using command line switch instead of keybinding
  * Allow remapping a key to open url in addition to space and enter
  * Show help menu with F1 and show dynamic keybindings
  * Allow editing key bindings in config.json. Fix #72.
- Set python flavour spec file macro to get the rpm pythin macros defined
- Remove egg information tree as we require python3-urwid
Version: 0.9.10-bp155.1.5
* Tue Dec 06 2022 Dirk Müller <dmueller@suse.com>
- update to 0.9.10:
  * Add "*" to allowed URL characters. Fix #125
  * Strip whitespace from URLs. Fixes #124
  * Redo redirection of sterr/stdout. Fix #122
Version: 0.9.2-bp151.1.4
* Thu Feb 07 2019 Dr. Werner Fink <werner@suse.de>
- Update to version 0.9.2
  * Add shortcut to copy URL to clipboard (primary).
  * Add option to pipe URL into external command.
* Wed Dec 12 2018 Dr. Werner Fink <werner@suse.de>
- Update to version 0.9.1
  * Add incremental search feature. (#13)
  * Other misc bug fixes/enhancements (PR #74)
  * Fix crash when URL list not visible. Closes #68
  * Fix unescape bug. Closes #67
  * Bugfix in browser handling. Fixes #70
  * Fix crash caused by webbrowser module bug.
  * PEP8 fixes/modifications
  * Update tld list
  * Fix up arrow bug. Closes #66
  * Add optional config file for editing/adding palettes.
  * Simplify palette variable to only used values. Cycle through available palettes
  * Merge branch 'runtime_palette_switch' of
    https://github.com/machinedgod/urlscan into machinedgod-runtime_palette_switch
  * Fix crash when BROWSER not set. Closes #60, Fixes #63
  * Don't handle mouse events. Fixes #65.
  * Hitting 'b' key now switches palettes
  * Allow https URLs for images
  * Add #51. Execute arbitrary expression for URL in place of opening browser.
  * More fixes for #48. Refresh screen after text browser use
  * Fix #49. Deduplication display issue.
  * Fix #50. Detect and add ability to remove escape char \ from URLs.
  * Fix #48. Prevent loading thread from affecting screen when using
  * terminal browsers.
  * Add g/G as top/bottom keyboard shortcuts. Fix #47
  * Update minimum urwid version
  * Type number to jump to URL
  * Bugfix
* Wed Dec 12 2018 Dr. Werner Fink <werner@suse.de>
- Move to python3 (boo#1119223)
Version: 0.8.6-bp150.2.4
* Tue Jul 04 2017 werner@suse.de
- Update to version 0.8.6
  * Fix tag mismatch in setup.py
  * Fix #27 (URLs in markdown links)
  * Tweak email address recognition
  * Add ability to toggle context view
  * Cleanup, commenting, add keyboard hints in the header
  * Add shortening and toggling shortening of URLs
  * Restructure URLChooser for current urwid best practices
  * Update tlds list
  * Replace AttrWrap (deprecated) with AttrMap
  * Highlight selected URL. Fix #17
  * Implement #21 (Option to remove duplicate URLs)
* Mon Mar 13 2017 werner@suse.de
- Reflect change in build system and/or rpmbuild now adding the package
  default documentation tree only as directory now
* Mon Feb 13 2017 werner@suse.de
- Inital package urlscan 0.8.3 which is an replacement for urlview