19 Commits

Author SHA256 Message Date
3e8020d3b1 Accepting request 1229783 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1229783
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/udiskie?expand=0&rev=8
2024-12-10 22:49:12 +00:00
0aaa3cccf5 Fix install error
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/udiskie?expand=0&rev=18
2024-12-10 13:26:57 +00:00
a4a48bae89 Accepting request 1170175 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1170175
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/udiskie?expand=0&rev=7
2024-04-26 21:26:46 +00:00
e5c3ffd91a Accepting request 1170154 from home:bobbie424242:branches:X11:Utilities
Update to 2.5.3

OBS-URL: https://build.opensuse.org/request/show/1170154
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/udiskie?expand=0&rev=16
2024-04-25 15:25:14 +00:00
60ad7280af Accepting request 1157108 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1157108
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/udiskie?expand=0&rev=6
2024-03-13 21:18:13 +00:00
38b70028db Accepting request 1157019 from home:bobbie424242:branches:X11:Utilities
- added fix-keyutils-module-conflict.patch to fix failure for udiskie
  to start due to conflict with package python311-keyring-keyutils
  providing module 'keyutils' while udiskie expects a module with that
  name from (optionally installed) package 'python3-keyutils'
  (which does not exist in the repo)
- Update to 2.5.2:
  * drop external dependency on distutils
  * rename --notify-command to --event-hook to prevent misunderstandings
- Update to 2.5.1:
  * fix default install location for bash completion scripts
  * fix zsh completion for device names with spaces
- Update to 2.5.0:
  * add bash completions for CLI options (thanks @oersen)
  * updates for translations
  * added German translation
  * add bright outlines for wayland icons in dark themes
  * ignore snap loop devices by default
  * maintenance on CI workflows
  * fix KeyError when properties are invalidated multiple times

OBS-URL: https://build.opensuse.org/request/show/1157019
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/udiskie?expand=0&rev=14
2024-03-12 07:58:36 +00:00
0b4620a6e5 Accepting request 958701 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/958701
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/udiskie?expand=0&rev=5
2022-03-03 23:17:44 +00:00
96a8e69f15 Accepting request 958418 from home:polslinux:branches:X11:Utilities
- Update to 2.4.2:
  * add support for AyatanaAppIndicator3
  * setup loop devices in read-write mode if sufficient permissions are available
  * add icon name that is specifically designed for tray panel
  * try to detect installed translation files also in non-system installations
  * make it possible to override localedir manually using the TEXTDOMAINDIR environment variable
  * fix: buttons in "device-added" notifications always mounting the last partition instead of the selected one
  * fix incorrect use of wayland settings (appindicator+workarounds) within X session,
    if a wayland session is or was active under the same user (even if that was in a different login session)
  * fix incorrect display of image menu items under X due to caching
  * don't swallow STDOUT for notify-commands
  * default to appindicator if tray is requested under wayland
  * don't auto-disable tray when running in "pure" wayland session
  * set window role on the password dialog
  * remove unneeded xdg from optional dependencies
  * fix a typo in Spanish translation and update russian translation files

OBS-URL: https://build.opensuse.org/request/show/958418
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/udiskie?expand=0&rev=12
2022-03-03 09:18:43 +00:00
b09448afdb Accepting request 800394 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/800394
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/udiskie?expand=0&rev=4
2020-05-05 17:07:03 +00:00
66f2b03664 Accepting request 800377 from home:polslinux:branches:X11:Utilities
- Update to 2.1.1 
  * handle XDG_CONFIG_HOME variable without external pyxdg dependency
  * silence warning when using AppIndicator
  * make ``--appindicator`` sufficient to show icon (previously additionally
    required ``--tray``)
  * improve wording in password dialog "Remember" -> "Cache"
  * make some of the logging more concise
  * fix recursive adding/removing of some child devices:
    - fix incorrect root device detection for devices without Drive property
      (e.g. children of loop devices)
    - fix ``--detach`` option when applied to partitions of loop devices

OBS-URL: https://build.opensuse.org/request/show/800377
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/udiskie?expand=0&rev=10
2020-05-05 13:51:02 +00:00
39d09a288c Accepting request 769903 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/769903
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/udiskie?expand=0&rev=3
2020-02-04 18:56:16 +00:00
016398622b Accepting request 769902 from home:polslinux:branches:X11:Utilities
add correct archive

OBS-URL: https://build.opensuse.org/request/show/769902
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/udiskie?expand=0&rev=8
2020-02-04 09:33:28 +00:00
3e70a7e8b0 Accepting request 769863 from home:polslinux:branches:X11:Utilities
- Update to 2.1.0
  * fix some typos (thanks @torstehu, #197)
  * change how device rules are evaluated: lookup undecided rules on parent device (fixes issue with filters not applying to subdevices of a matched device, see #198)
  * change builtin rules to not show loop devices with HintIgnore, see #181
  * change how is_external attribute is compute: use the value from udisks directly (fixes issue with is_external property not behaving as expected, see #185)
  * add 'skip' keyword for rules to skip evaluation of further rules on this device, and continue directly on the parent
  * fix user commands that output non-utf8 data
  * fix exception when using non-device parameters with DeviceCommand (e.g. in --notify-command)
  * hotfix for automounting being broken since 2.0.0
  * use importlib.resources directly on py3.7 and above, rather than requiring importlib_resources as additional dependency
  * require python >= 3.5
  * drop python2 support
  * drop udisks1 support
  * drop command line options corresponding to udisks version selection (-1, -2)
  * use py35's async def functions -- improving stack traces upon exception
  * internal refactoring and simplifications
  * add "show password" checkbox in password dialog
  * keep password dialog always on top
  * fix stdin-based password prompts
  * add russian translations (thanks @mr-GreyWolf)
  * fixed deprecation warnings in setup.py (thanks @sealj553)

OBS-URL: https://build.opensuse.org/request/show/769863
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/udiskie?expand=0&rev=7
2020-02-04 09:10:37 +00:00
Stephan Kulow
25a023ddbe Accepting request 670392 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/670392
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/udiskie?expand=0&rev=2
2019-02-24 16:10:45 +00:00
7f1979e91d Accepting request 670333 from home:scarabeus_iv:branches:X11:Utilities
- Use python macros for build and install to keep working under
  python 3.7

OBS-URL: https://build.opensuse.org/request/show/670333
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/udiskie?expand=0&rev=5
2019-01-31 15:30:59 +00:00
db61687ddc Accepting request 612495 from X11:Utilities
- initial package for udiskie-1.7.5

OBS-URL: https://build.opensuse.org/request/show/612495
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/udiskie?expand=0&rev=1
2018-05-29 14:51:32 +00:00
84e8ee7bd6 - initial package for udiskie-1.7.5
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/udiskie?expand=0&rev=3
2018-05-27 09:43:53 +00:00
1fc4b762d5 Accepting request 511611 from home:sebix:branches:X11:Utilities
incorporates feedback from Request#508581

OBS-URL: https://build.opensuse.org/request/show/511611
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/udiskie?expand=0&rev=2
2017-07-20 19:49:34 +00:00
7cf866ea7d Accepting request 390591 from home:AndnoVember:test
OBS-URL: https://build.opensuse.org/request/show/390591
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/udiskie?expand=0&rev=1
2016-04-18 17:13:02 +00:00