Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 957a1804a8 | |||
| 825e74af75 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6971adaa00dcd6b799b8a0b62c47103e0ad9a3f1880112c51ccc662316d2b306
|
||||
size 134823
|
||||
3
udiskie-2.5.8.tar.gz
Normal file
3
udiskie-2.5.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3eda8ec7a97c09f9c74adb761c39dd70a5e95f1c3c02cbbcb9882e54f3cd130
|
||||
size 103530
|
||||
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 3 16:38:04 UTC 2026 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.5.8:
|
||||
* important: the caching feature was always enabled if keyutils
|
||||
package is available and if using a password input method
|
||||
other than the builtin dialog. This is now fixed.
|
||||
* remove keyutils from CI workflow to avoid failure on
|
||||
python>=3.11
|
||||
* fix another problem in setup.py
|
||||
* fix CI workflow failure
|
||||
* add translations for zh_CN
|
||||
* fix compatibility with setuptools v75.3.0 in setup.py
|
||||
* deprecate installation via python setup.py install
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 10 11:54:37 UTC 2024 - Michael Pujos <pujos.michael@gmail.com>
|
||||
|
||||
@@ -12,7 +27,7 @@ Thu Apr 25 13:21:10 UTC 2024 - Michael Pujos <pujos.michael@gmail.com>
|
||||
* fix --terminal command line option (was not doing anything)
|
||||
* fix AttributeError when python-keyring-keyutils is installed instead of
|
||||
keyutils
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 18:15:48 UTC 2024 - Michael Pujos <pujos.michael@gmail.com>
|
||||
|
||||
@@ -59,7 +74,7 @@ Wed Mar 2 09:39:53 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
|
||||
-------------------------------------------------------------------
|
||||
Tue May 5 13:18:13 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to 2.1.1
|
||||
- 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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package udiskie
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: udiskie
|
||||
Version: 2.5.3
|
||||
Version: 2.5.8
|
||||
Release: 0
|
||||
Summary: Removable disk automounter for udisks
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user