17
0

2 Commits

Author SHA256 Message Date
293ef2dacf Accepting request 1309287 from GNOME:Apps
- Update to version 4.1.0:
  + Added support for Nautilus 49.
  + Removed MenuItem.icon, MenuItem.priority, MenuItem.tip from
    docs. These were unsupported for a long time and now Nautilus
    officially deprecated them. (forwarded request 1309064 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1309287
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nautilus?expand=0&rev=32
2025-10-07 16:25:36 +00:00
dca1379881 - Update to version 4.1.0:
+ Added support for Nautilus 49.
  + Removed MenuItem.icon, MenuItem.priority, MenuItem.tip from
    docs. These were unsupported for a long time and now Nautilus
    officially deprecated them.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/python-nautilus?expand=0&rev=47
2025-10-06 14:14:37 +00:00
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc49c104fb32a0ad195a66b0136784cd19d10d8b3e8d59d5ee7f73e8f94e928f
size 32236

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc4a448bccb1a09b68865409b9e2aed171d28a2d5ac80f7be44f5fcca84ee0c1
size 31700

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Oct 5 12:11:04 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 4.1.0:
+ Added support for Nautilus 49.
+ Removed MenuItem.icon, MenuItem.priority, MenuItem.tip from
docs. These were unsupported for a long time and now Nautilus
officially deprecated them.
-------------------------------------------------------------------
Fri Apr 19 12:55:28 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-nautilus
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 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
@@ -22,13 +22,13 @@
%define skip_python2 1
Name: python-nautilus
Version: 4.0.1
Version: 4.1.0
Release: 0
Summary: Python bindings for Nautilus
License: GPL-2.0-or-later
Group: Development/Libraries/Python
URL: https://wiki.gnome.org/Projects/NautilusPython
Source: https://download.gnome.org/sources/nautilus-python/4.0/%{_name}-%{version}.tar.xz
Source: https://download.gnome.org/sources/nautilus-python/4.1/%{_name}-%{version}.tar.xz
# PATCH-FIX-OPENSUSE: fix-hwcaps.patch -- bsc#1212474
Patch1: fix-hwcaps.patch