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

spyder-lang-6.0.2-1.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: spyder-lang Distribution: openSUSE Tumbleweed
Version: 6.0.2 Vendor: openSUSE
Release: 1.2 Build date: Sun Nov 17 17:50:01 2024
Group: System/Localization Build host: reproducible
Size: 1412580 Source RPM: spyder-6.0.2-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.spyder-ide.org/
Summary: Translations for package spyder
Provides translations for the "spyder" package.

Provides

Requires

License

MIT

Changelog

* Sun Nov 17 2024 Ben Greiner <code@bnavigator.de>
  - Update to 6.0.2
    [#]# Important fixes
    * Fix plots not being generated with the Matplotlib inline
      backend.
    * Restore missing debugger buttons to the main toolbar.
    * Several fixes and improvements to the update detection
      mechanism.
    * Fix SSH tunneling info handling for remote kernels connection
      and add remote client tests.
    * Handle kernel fault file not being available.
    * Update QtConsole constraint to 5.6.1 to support ANSI codes that
      move the cursor.
    [#]# API changes
    * The sig_is_rendered signal was added to SpyderToolbar.
    * The add_toolbar kwarg of the create_run_button and
      create_run_in_executor_button methods of the Run plugin can now
      accept a dictionary.
    [#]# Issues Closed
    * Issue 22732 - return in finally swallows exceptions (PR 22745
      by @ccordoba12)
    * Issue 22685 - Check update process for 6.0.2 with a rc
      (6.0.2rc1)
    * Issue 22593 - Banner not shown when there are many files open
      in the Editor at startup (PR 22594 by @ccordoba12)
    * Issue 22584 - RuntimeError when setting a layout and the
      IPython console is undocked (PR 22595 by @ccordoba12)
    * Issue 22574 - SpyderCodeRunner._debugger_exec error when
      starting the debugger from Spyder 6.0.1 (PR 22633 by
      @ccordoba12)
    * Issue 22572 - Spyder encounters an internal problem after
      declining update to 6.0.1 (PR 22598 by @mrclary)
    * Issue 22566 - Standalone installer shows 404 error on
      spyder-conda-lock.zip (PR 22598 by @mrclary)
    * Issue 22555 - Remote spyder kernel not connecting (PR 22691 by
      @hlouzada)
    * Issue 22551 - Error message "the system cannot find the path
      specified" upon trying to start the kernel (PR 22575 by
      @ccordoba12)
    * Issue 22546 - UnicodeDecodeError when changing files with an
      open project (PR 22656 by @ccordoba12)
    * Issue 22448 - TypeError on connecting to spyder-notebook kernel
      (PR 22628 by @dalthviz)
    * Issue 22434 - Spyder 6: Debugging buttons missing from the main
      toolbar (PR 22702 by @ccordoba12)
    * Issue 22420 - Plots not showing in Spyder 6 using external
      Python interpreter (PR 22664 by @ccordoba12)
    * Issue 22407 - Update mechanism not working for Spyder 6.0
      installed from Fedora distro package (PR 22631 by @mrclary)
    * Issue 6172 - TQDM progress bar is not displayed correctly in
      the console (PR 22718 by @dalthviz)
    [#]# Pull Requests Merged
    * PR 22785: Improve version update instructions on RELEASE.md, by
      @dalthviz
    * PR 22771: Update dev version from alpha to rc, by @dalthviz
    * PR 22760: Update core dependencies for 6.0.2, by @dalthviz
    * PR 22759: Update spyder-kernels to 3.0.1, by @dalthviz
    * PR 22757: Mention that we need to publish release candidates
      for bugfix versions in release instructions, by @ccordoba12
    * PR 22753: Update translations from Crowdin, by @spyder-bot
    * PR 22752: Update translations for 6.0.2, by @dalthviz
    * PR 22745: Remove unnecessary return in a try/finally statement
      (Files), by @ccordoba12 (22732)
    * PR 22718: Update QtConsole subrepo to take into account changes
      to support cursor move actions, by @dalthviz (6172)
    * PR 22709: Update installing developer repos to accommodate
      dist-info, by @mrclary
    * PR 22702: Restore buttons that control the debugger to the main
      toolbar, by @ccordoba12 (22434)
    * PR 22699: Add Help Spyder entry to the Help menu (Application),
      by @ccordoba12
    * PR 22692: Configure spyder-remote-services as an external
      dependency for the remote client tests, by @hlouzada
    * PR 22691: Provide username, host and port from hostname info in
      ssh tunnels, by @hlouzada (22555)
    * PR 22668: Don't use hard-coded path to Python in script shebang
      used to launch Spyder, by @Flamefire
    * PR 22664: Manually register the Matplotlib inline backend in
      case it hasn't, by @ccordoba12 (22420)
    * PR 22656: Always use utf-8 when handling QByteArray data in
      ProcessWorker (Utils), by @ccordoba12 (22546)
    * PR 22654: Some small fixes to the Maintenance instructions, by
      @ccordoba12
    * PR 22636: Simplify min/max required versions of spyder-kernels
      in the stable branch (IPython console), by @ccordoba12
    * PR 22633: Fix debug file and cell buttons in Debugger toolbar,
      by @ccordoba12 (22574)
    * PR 22631: Do not check for updates if Spyder is in a system or
      managed environment, by @mrclary (22407)
    * PR 22628: Handle case when kernel fault file doesn't exist and
      show error with info explaining that no connection was possible
      (IPython Console), by @dalthviz (22448)
    * PR 22621: Fix setting of working directory in Profiler plugin,
      by @rear1019
    * PR 22618: Fix test_copy_paste_autoindent forcing text over the
      clipboard to work (Editor), by @dalthviz
    * PR 22598: Check for asset availability when checking for
      updates, by @mrclary (22572, 22566)
    * PR 22597: Minor updates to the installer, by @mrclary
    * PR 22595: Dock all undocked plugins before applying a layout,
      by @ccordoba12 (22584)
    * PR 22594: Set shell banner attribute to be the one computed by
      us (IPython console), by @ccordoba12 (22593)
    * PR 22577: Pin micromamba to the last version before 2.0 to
      prevent hangs (CI), by @ccordoba12
    * PR 22575: Add harmless OpenCL warning to bening errors (IPython
      console), by @ccordoba12 (22551)
    * PR 22527: Add initial tests for the Remote client plugin, by
      @hlouzada
* Thu Sep 26 2024 Ben Greiner <code@bnavigator.de>
  - Update to 6.0.1
    * Fix Spyder hanging at startup on Linux when started in a
      terminal in background mode.
    * Fix appeal/sponsor Spyder message being shown at every startup.
    * Avoid crashes at startup from faulty/outdated external plugins.
    * Fix errors related to unmaximazing panes and layout changes.
* Sun Sep 08 2024 Ben Greiner <code@bnavigator.de>
  - Update to 6.0.0
    [#]# New features
    * New installers for Windows, Linux and macOS based on Conda and
      Conda-forge. They come up with a more robust update process and
      are based on Python 3.11.
    * Add a Debugger pane to explore the stack frame of the current
      debugging session.
    * Add a button to the Debugger pane to pause the current code
      execution and enter the debugger afterwards.
    * Add submenu to the Consoles menu to start a new console for a
      specific Conda or Pyenv environment.
    * Add ability to refresh the open Variable Explorer viewers to
      reflect the current variable value.
    * Add initial support to automatically connect to remote servers
      through SSH and run code in them. This functionality can be
      found in the menu Consoles > New console in remote server.
    * Show plots generated in the Variable Explorer or its viewers in
      the Plots pane.
    * Show Matplotlib backend and Python environment information in
      the status bar.
    * Make kernel restarts be much faster for the current
      interpreter.
    * Add experimental support for Qt 6 and increase minimal required
      version to Qt 5.15.
    * Turn runfile, debugfile, runcell and related commands into
      IPython magics.
    [#]# Important fixes
    * Environment variables declared in ~/.bashrc or ~/.zhrc are
      detected and passed to the IPython console.
    * Support all real number dtypes in the dataframe viewer.
    * Respect Matplotlib user settings configured outside Spyder.
    * Increase DPI of Matplotlib plots so they look better in high
      resolution screens.
    * Allow to copy the absolute and relative paths of the current
      file to the tabs' context menu of the Editor.
    * Restore ability to load Hdf5 and Dicom files through the
      Variable Explorer (this was working in Spyder 4 and before).
    * Add ability to disable external plugins in Preferences >
      Plugins.
    * Use a simpler filesystem watcher in Projects to improve
      performance.
    [#]# UX/UI improvements
    * Make Spyder accept Chinese, Korean or Japanese input on Linux
      by adding fcitx-qt5 as a new dependency (in conda environments
      only).
    * The file switcher can browse and open files present in the
      current project ( in conda environments or if the fzf package
      is installed).
    * Improve how options are displayed and handled in several
      Variable Explorer viewers.
    * The interface font used by the entire application can be
      configured in Preferences > Appearance.
    * Files can be opened in the editor by pasting their path in the
      Working Directory toolbar.
    * Add a new button to the Variable Explorer to indicate when
      variables are being filtered.
    * Show intro message for panes that don't display content at
      startup.
    [#]# New, updated and removed plugins
    * Add a Switcher plugin for the files and symbols switcher.
    * Add a Debugger plugin to centralize all functionality related
      to debugging.
    * Add an External Terminal plugin to execute Python and
      Bash/Batch/PS1 files on a system terminal.
    * Generalize the Run plugin to support generic inputs and
      executors. This allows plugins to declare what kind of inputs
      (i.e. file, cell or selection) they can execute and how they
      will display the result.
    * Declare a proper API for the Projects plugin.
    * The Editor now uses the API introduced in Spyder 5. That was
      the last built-in plugin that needed to be migrated to it.
    * The Breakpoints plugin was removed and its functionality moved
      to the Debugger one.
    [#]# New API features
    * SpyderPluginV2.get_description must be a static method and
      SpyderPluginV2.get_icon a class or static method. This is
      necessary to display the list of available plugins in
      Preferences in a more user-friendly way (see PR PR 21101 for
      the details).
    * SpyderPlugin and SpyderPluginWidget are no longer exposed in
      the public API. They will be removed in Spyder 6.1.
    * All comboboxes must inherit from SpyderComboBox or related
      subclasses in spyder.api.widgets.comboboxes. Comboboxes that
      inherit directly from QComboBox won't follow Spyder's graphical
      style.
    * All menus must inherit from SpyderMenu in
      spyder.api.widgets.menus.
    * All dialog button boxes must inherit from SpyderDialogButtonBox
      in spyder.api.widgets.dialogs.
    * Helper classes were added to spyder.api.fonts to get and set
      the fonts used in Spyder in different widgets.
    * Helper classes were added to spyder.api.shortcuts to get and
      set keyboard shortcuts.
    * AsyncDispatcher was added to spyder.api.asyncdispatcher to run
      asyncio code in Spyder. Only Qt signals can be attached to
      asyncio future.add_done_callback calls to avoid segfaults.
    * ShellConnectStatusBarWidget was added to
      spyder.api.shellconnect.status to create status bar widgets
      connected to the current console.
  - Clean test deselection, we are currently not able to run any
    tests.
* Thu Aug 29 2024 Ben Greiner <code@bnavigator.de>
  - Update to 5.5.6
    [#]# Important fixes
    * Fix several erros related with panes tabification and in
      general when some plugins are disabled/missing.
    * Fix error on file dialogs extensions filter.
    * Fix micromamba usage on arm64 macOS installers.
    * Remove dependency on pkg_resources and make PyQtWebEngine
      optional.
    [#]# Issues Closed
    * Issue 22376 - Spyder 5.5.6 release (PR 22385 by @dalthviz)
    * Issue 22248 - On macOS "Save as..." always defaults to saving
      with ".R" extension rather than ".py" (PR 22270 by @mrclary)
    * Issue 22233 - Using miniconda env creates a bad CPU type error
      with macOS installer in M1 laptops (PR 22265 by @mrclary)
    * Issue 21545 - Use importlib.metadata when trying to get package
      version (PR 22244 by @hmaarrfk)
    [#]# Pull Requests Merged
    * PR 22385 - PR: Update dependencies for 5.5.6, by @dalthviz
      (22376)
    * PR 22372 - PR: Update the python-lsp-server subrepo, by
      @ccordoba12
    * PR 22288 - PR: Fix several errors with missing plugins when
      setting a layout, by @ccordoba12
    * PR 22270 - PR: Remove a non-ascii file extension from
      QFileDialog filter, by @mrclary (22248)
    * PR 22265 - PR: Use the correct micromamba for arm64
      architecture on macOS (Installers), by @mrclary (22233)
    * PR 22244 - PR: Remove dependency on pkg_resources and use
      importlib-metadata instead, by @hmaarrfk (21545)
    * PR 22237 - PR: Fix failing tests due to Numpy 2.0 (Testing), by
      @ccordoba12
    * PR 22199 - PR: Fix error when plugins required for tabification
      are unavailable (Layout), by @hmaarrfk
    * PR 22198 - PR: Backport of PR 22196 (Make QtWebEngine
      Optional), by @hmaarrfk
    * PR 21539 - PR: Update translations from Crowdin, by @spyder-bot
* Thu Jul 11 2024 Ben Greiner <code@bnavigator.de>
  - Update to 5.5.5
    * Fix to ensure compatibility with matplotlib 3.9.0.
    * Fix kernel start when connection file has spaces in its path.
    * Improve compatibility with PySide2.
    * Handle no output/error output when checking for updates on
      conda installations.
    * Fix installers update validation logic to choose installer
      executable name to download/use.
* Mon Apr 15 2024 Ben Greiner <code@bnavigator.de>
  - Update to 5.5.4
    * Update QtAwesome version constraint to >=1.3.1,<1.4.0 (icon
      fonts access issues).
    * Fix kernel start in conda envs with spaces in their directory
      paths.
    * Fix installers update (installers download URL handling).
    * Handle no output when trying to process git data.
  - Drop patches
    * spyder-pr21939-qtawesome1.3.patch
    * spyder-pr21942-pylint3.1.patch
* Mon Apr 01 2024 Ben Greiner <code@bnavigator.de>
  - Bump pylsp
* Mon Mar 18 2024 Ben Greiner <code@bnavigator.de>
  - Update to 5.5.3
    * Fix critical error when starting IPython console kernels on
      macOS and Linux in conda environments.
  - Release 5.5.2
    * Activate environment for consoles that run in the same
      environment as Spyder.
    * Fix IPython kernel hangs when using a different graphic backend
      than Inline.
    * Fix check for updates mechanism when running Spyder from a
      conda installation.
  - Add spyder-pr21939-qtawesome1.3.patch gh#spyder-ide/spyder#21939
    but also allow 1.2
  - Add spyder-pr21942-pylint3.1.patch gh#spyder-ide/spyder#21942
* Sat Mar 02 2024 Ben Greiner <code@bnavigator.de>
  - Update to 5.5.1
    [#]# New features
    * Add support to format selections with Black.
    [#]# Important fixes
    * Fix several errors when trying to detect if a new Spyder
      version is available.
* Fri Nov 24 2023 Ben Greiner <code@bnavigator.de>
  - Update to 5.5.0
    [#]# New features
    * Drop support for Python 3.7
    * Drop support for PyQt < 5.10
    * Improvements to the logic that checks available updates and the
      update messages
    * Improvements to the syntax highlighting for match/case keywords
    * Improved compatibility for the standalone installer with
      Windows Server 2016
    * Additional information about Spyder available through
      spyder.appdata.xml
    [#]# Important fixes
    * Fix Outline Explorer Display variables and attributes option
    * Fix disabling completion and linting providers
    * Fix errors when removing language servers configurations
    * Fix Editor replace all occurences when using backslashes
    * Fix errors when restarting external kernels
    * Fix error when using the Online help with Python 3.11
    * Fix debugging after errors via the %debug magic
    * Fix compatibility with Python 2 environments/custom
      interpreters
    * Fix application window disappearing when changing monitors
    * Fix PYTHONPATH manager logic to get user environment variables
      and detect possible site-packages directories
  - Drop spyder-pr21470-pylint3.diff
* Sun Oct 29 2023 Ben Greiner <code@bnavigator.de>
  - Raise pylint upper pin (requires update to python-lsp-server)
    * Add spyder-pr21470-pylint3.diff
* Sat Sep 23 2023 Ben Greiner <code@bnavigator.de>
  - Update to 5.4.5
    * Fix Editor scrollflags error on Python 3.7
* Thu Aug 24 2023 Ben Greiner <code@bnavigator.de>
  - Update to 5.4.4
    [#]# New features
    * Add new shortcuts to switch Editor tabs for macOS (Cmd + 8 and
      Cmd + 9)
    * Add syntax highlighting for Python 3.10 missing statements
      (match and case)
    * Improve compatibility with PySide2
    * Improve Editor scrollflags painting (find matches flags painted
      above errors and warnings flags)
    [#]# Important fixes
    * Fix crash when plugins fail their compatibility checks
    * Fix LSP status bar error when cliking it
    * Fix IPython console font size setting
    * Prevent IPython console This version of python seems to be
      incorrectly compiled warning message in Python 3.11
    * Skip some IPython versions with somes bugs and add some error
      catching for the IPython console
    * Fix Editor found results rehighlighting when switching between
      files
    * Fix Editor class/function dropdown widget when using splited
      editors
    * Fix Editor line numbers and autoformat cursor position when the
      wrap lines option is enabled
    * Fix Editor error when removing unsaved files from
      Projects/Files explorer while open in the Editor
    * Prevent Editor QTextCursor::setPosition: Position '-1' out of
      range warning message
    * Fix Find functionality for a single file
    * Fix PYTHONPATH manager focus issues after adding a path
    * Fix Online Help issues when searching for numpy or pandas
    * Fix Windows installer being launched with admin rights after
      installation/autoupdate
    * Fix Windows installer conda environments activation logic when
      there are spaces in the installation path
    * Fix macOS standalone installer workflow and notarization
      process with new certificate
  - Raise jedi pin to <0.20
* Thu Apr 27 2023 Ben Greiner <code@bnavigator.de>
  - Update to 5.4.3
    [#]# New features
    * Add support for QDarkstyle 3.1
    * Add support for Jupyter-client 8
    * Add mambaforge and miniforge when searching for conda
      environments
    [#]# Important fixes
    * Fix IPython Console completions, traceback handling and other
      issues to better support IPython 8.x
    * Fix compatibility issues with PyZMQ 25.x
    * Add warning message before loading spydata files
    * Fix web based widgets display by adding the --no-sandbox
      argument for QtApplication
    * Fix copy and paste shortcuts for the Files and Projects
      explorer panes
    * Fix Editor issues related with handling LSP server failed
      starts
    * Fix Editor issues related with restoring previous session and
      file changes outside Spyder
    * Fix PYTHONPATH manager showing extra paths and other related
      errors
    * Fix update available notification with pip based installations
    * Fix some UX/UI issues for the find replace widget when the
      Editor has a small width
    * Removal of Python 2 related code
* Thu Jan 19 2023 Ben Greiner <code@bnavigator.de>
  - Update to 5.4.2
    * Fix issues detected with PyZMQ 25
    * Fix dot completions and improve support for files and
      directories completions
    * Fix getting current user enviroment variables
    * Fix cursor position restauration after autoformat when saving
      files
    * Fix error when reverting unexisting files
    * Fix some issues related with Python 3.11 compatibility
* Fri Dec 30 2022 Ben Greiner <code@bnavigator.de>
  - Update to 5.4.1
    [#]# New features
    * Support for IPython 8
    * Improvements for code completion and help offered for
      scientific modules (Numpy, Pandas, Matplotlib and Scipy)
    * Improvements to the UX/UI of the FindReplace widget (find and
      replace functionality)
    * New PYTHONPATH manager plugin
    [#]# Important fixes
    * Improve/fix errors regarding the New Window and Split window
      Editor funtionality and general RuntimeErrors on the Editor
    * Improvements when syncing symbols and folding code
      functionality for the Editor
    * Fix PYTHONPATH handling for the IPython console
    * Some fixes for code completion and code style linting
      functionality
    * Some fixes/improvements regarding UX/UI for the IPython console
      pane, menu and context menu generation
    * Some improvements regarding UX/UI for the current working
      directory toolbar
    [#]# New API features
    * Improvements to the way Spyder handles menus sections additions
* Sun Nov 06 2022 Ben Greiner <code@bnavigator.de>
  - Update to 5.4.0
    [#]# New features
    * Now the Code Analysis/Pylint plugin uses the current custom
      interpreter/environment if set
    * Option to show user environment variables extended to all
      operative systems (previously available only for Windows)
    [#]# Important fixes
    * Improve Outline Explorer plugin performance and fix updating
      process when it becomes visible
    * Improvements to colors on the dependencies dialog and IPython
      console
    * Fix IPython console issues on the Matplotlib TkInter backend
      with debugging and an increase of CPU and memory usage while in
      an idle state
    * Fix IPython console memory leak when using the Matplotlib Qt
      ackend
    * Fix IPython console input() issue on MacOS
    * Fix IPython console kernel error regarding environment path as
      unexpected argument
    * Fix Spyder 3 icon theme load on Windows with untrusted fonts
      security restrictions
    * Fix the Autoformat files on save functionality to not hang with
      non-Python files
    * Some fixes for cell execution on Python 3.11
    * Some fixes to shortcuts (Switch to Editor, Find Next, Find
      Previous)
    * Some fixes to improve compatibility with PySide2
    * Some fixes to prevent blurry SVG icons
* Wed Aug 31 2022 andy great <andythe_great@pm.me>
  - Update to 5.3.3.
    * New features
    * Printing files now uses a light syntax highlighting theme to
      prevent printing files with dark backgrounds.
    * Important fixes
    * Fix several bugs related with the Layout plugin
      (save visible plugins to restore their visiility and tabify
      behavior for external plugins).
    * Fix several bugs related with the focus management between
      the Editor and other panes.
    * Improve Find and Replace speed on the Editor.
* Sat Jul 23 2022 Ben Greiner <code@bnavigator.de>
  - Update to 5.3.2
    * New entry from the Editor context menu to Show help for current
      object.
    * Improve UX/UI for the repositioning panes functionality.
    * Fix several bugs related to the debugging functionality (remote
      kernels usage and Pdb history).
    * Fix incompatibility with Pylint 2.14.0+.
    * Fix several bugs related with the Plots pane.
    * Add create_client_for_kernel and rename_client_tab to the
      Ipython Console plugin so that other plugins can access to
      console creation like Spyder-notebook.
* Sun Jun 05 2022 Ben Greiner <code@bnavigator.de>
  - Update the requirements, add note about test suite
* Tue May 24 2022 andy great <andythe_great@pm.me>
  - Update to version 5.3.1.
    * New features
    * Add a toolbar to the Variable Explorer viewer for dictionaries,
      lists and sets to easily access the functionality available
      through its context menu.
    * Add navigation with extra buttons in the editor for mouses
      that support them.
    * Add --no-web-widgets command line option to disable
      plugins/widgets that use Qt Webengine widgets.
    * Important fixes
    * Fix several important bugs related to the Autoformat on save
      functionality.
    * Fix options related to the Working directory entry in Preferences.
    * Make code completion widget entries accessible to screen readers.
    * New API features
    * Add get_command_line_options to SpyderPluginV2 so that
      plugins can access the command line options passed to Spyder.
    * The current interpreter used by all Spyder plugins can be
      accessed now through the executable option of the Main \
      interpreter plugin.
    * Full changelog here,
    * https://github.com/spyder-ide/spyder/releases/tag/v5.3.1
* Sat Apr 09 2022 Ben Greiner <code@bnavigator.de>
  - Update to version 5.3.0
    * New Run to current line and Run from current line actions in
      the Editor
    * New option to reset per-file run configurations
    * Now the spyder-terminal plugin comes bundled with the
      standalone installers (MacOS and Windows)
    * Now the standalone Windows installers come with Python 3.8.10
    * Drop support for Python 3.6
    * Fix the restart logic in the IPython Console to set Matplotlib
      interactive backends
    * Fix some issues related to Black formatting configuration and
      usage
    * Improve Editor performance by decreasing the amount of requests
      (didChange request) made to the pylsp server
    * Disable Kite provider for completions
    * Require IPython => 7.31.1 due to CVE-2022-21699
    * Several fixes for type errors with Python 3.10
    * New API features
    * New on_close method for the PluginMainWidget class that its
      called on closeEvent
* Fri Mar 25 2022 Ben Greiner <code@bnavigator.de>
  - Fix unpinning of IPython and unpin pyls
* Fri Jan 21 2022 Ben Greiner <code@bnavigator.de>
  - Update to version 5.2.2
    * Fix several issues regarding the IPython Console kernel
      restart, shutdown and bening errors handling

Files

/usr/lib/python3.11/site-packages/spyder/locale
/usr/lib/python3.11/site-packages/spyder/locale/de
/usr/lib/python3.11/site-packages/spyder/locale/de/LC_MESSAGES
/usr/lib/python3.11/site-packages/spyder/locale/de/LC_MESSAGES/spyder.mo
/usr/lib/python3.11/site-packages/spyder/locale/es
/usr/lib/python3.11/site-packages/spyder/locale/es/LC_MESSAGES
/usr/lib/python3.11/site-packages/spyder/locale/es/LC_MESSAGES/spyder.mo
/usr/lib/python3.11/site-packages/spyder/locale/fa
/usr/lib/python3.11/site-packages/spyder/locale/fa/LC_MESSAGES
/usr/lib/python3.11/site-packages/spyder/locale/fr
/usr/lib/python3.11/site-packages/spyder/locale/fr/LC_MESSAGES
/usr/lib/python3.11/site-packages/spyder/locale/fr/LC_MESSAGES/spyder.mo
/usr/lib/python3.11/site-packages/spyder/locale/hr
/usr/lib/python3.11/site-packages/spyder/locale/hr/LC_MESSAGES
/usr/lib/python3.11/site-packages/spyder/locale/hu
/usr/lib/python3.11/site-packages/spyder/locale/hu/LC_MESSAGES
/usr/lib/python3.11/site-packages/spyder/locale/hu/LC_MESSAGES/spyder.mo
/usr/lib/python3.11/site-packages/spyder/locale/ja
/usr/lib/python3.11/site-packages/spyder/locale/ja/LC_MESSAGES
/usr/lib/python3.11/site-packages/spyder/locale/ja/LC_MESSAGES/spyder.mo
/usr/lib/python3.11/site-packages/spyder/locale/pl
/usr/lib/python3.11/site-packages/spyder/locale/pl/LC_MESSAGES
/usr/lib/python3.11/site-packages/spyder/locale/pl/LC_MESSAGES/spyder.mo
/usr/lib/python3.11/site-packages/spyder/locale/pt_BR
/usr/lib/python3.11/site-packages/spyder/locale/pt_BR/LC_MESSAGES
/usr/lib/python3.11/site-packages/spyder/locale/pt_BR/LC_MESSAGES/spyder.mo
/usr/lib/python3.11/site-packages/spyder/locale/ru
/usr/lib/python3.11/site-packages/spyder/locale/ru/LC_MESSAGES
/usr/lib/python3.11/site-packages/spyder/locale/ru/LC_MESSAGES/spyder.mo
/usr/lib/python3.11/site-packages/spyder/locale/te
/usr/lib/python3.11/site-packages/spyder/locale/te/LC_MESSAGES
/usr/lib/python3.11/site-packages/spyder/locale/uk
/usr/lib/python3.11/site-packages/spyder/locale/uk/LC_MESSAGES
/usr/lib/python3.11/site-packages/spyder/locale/zh_CN
/usr/lib/python3.11/site-packages/spyder/locale/zh_CN/LC_MESSAGES
/usr/lib/python3.11/site-packages/spyder/locale/zh_CN/LC_MESSAGES/spyder.mo
/usr/share/licenses/spyder-lang
/usr/share/licenses/spyder-lang/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Jan 12 00:30:25 2025