17
0

48 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
164ec259d9 Accepting request 1169233 from GNOME:Apps
- Update to version 4.0.1:
  + Fixed build failure due to underlinking.
  + Fixed build failure with Python 3.13. (forwarded request 1169185 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1169233
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nautilus?expand=0&rev=31
2024-04-21 18:29:47 +00:00
3c34106f3c Accepting request 1169185 from GNOME:Next
- Update to version 4.0.1:
  + Fixed build failure due to underlinking.
  + Fixed build failure with Python 3.13.

OBS-URL: https://build.opensuse.org/request/show/1169185
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/python-nautilus?expand=0&rev=45
2024-04-19 15:11:50 +00:00
1678566ddd Accepting request 1096941 from GNOME:Apps
OBS-URL: https://build.opensuse.org/request/show/1096941
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nautilus?expand=0&rev=30
2023-07-05 13:31:28 +00:00
0ed665be62 Accepting request 1096798 from home:dgarcia:branches:GNOME:Apps
- Add fix-hwcaps.patch to fix the issue with Nautilus: Segmentation
  fault (core dumped) with libpython3_11-1_0-x86-64-v3
  (bsc#1212474)

OBS-URL: https://build.opensuse.org/request/show/1096798
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/python-nautilus?expand=0&rev=43
2023-07-05 09:59:50 +00:00
61690e6efc Accepting request 1004748 from GNOME:Apps
- Update to version 4.0:
  + Updated migration docs and rewrote overview.
- Update to version 4.0.alpha:
  + The extension was ported to Nautilus 43: Notably, this removes
    any direct access to GTK widgets from the API. Most scripts
    will need to be modified. Please check the migration guide in
    the docs on how to update your scripts.
  + Switched to Meson build system.
  + Removed support for Python 2.
  + Fixed build with -fno-common.
  + Added missing parent constructor calls to examples.
  + Decorated the examples with typehints.
  + Fixed several memory leaks.
- Drop python-nautilus-gcc10-buildfix.patch: fixed upstream.
- Add meson BuildRequires and replace configur/make/make_install
  macros with relevant meon/meson_build/meson_install variants.

OBS-URL: https://build.opensuse.org/request/show/1004748
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nautilus?expand=0&rev=29
2022-09-21 12:42:18 +00:00
f9f4cc5bd1 Accepting request 1004444 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/1004444
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/python-nautilus?expand=0&rev=41
2022-09-19 15:03:23 +00:00
9a3feb8787 Accepting request 1002596 from GNOME:Next
GNOME 43.rc - let's get this into Staging to see what we break (e.g meson:test seems to be an issue already)

OBS-URL: https://build.opensuse.org/request/show/1002596
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/python-nautilus?expand=0&rev=40
2022-09-13 07:40:11 +00:00
ec9836e2d1 Accepting request 811858 from GNOME:Apps
OBS-URL: https://build.opensuse.org/request/show/811858
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nautilus?expand=0&rev=28
2020-06-05 18:22:29 +00:00
276514e917 Accepting request 811608 from GNOME:Next
Add patch, fix build

OBS-URL: https://build.opensuse.org/request/show/811608
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/python-nautilus?expand=0&rev=38
2020-06-05 15:17:06 +00:00
2ef8111a66 Accepting request 754988 from GNOME:Apps
OBS-URL: https://build.opensuse.org/request/show/754988
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nautilus?expand=0&rev=27
2019-12-09 20:34:32 +00:00
ad9a013070 Accepting request 754665 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/754665
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/python-nautilus?expand=0&rev=36
2019-12-07 22:02:24 +00:00
eae4af23a5 Accepting request 750960 from GNOME:Apps
- No longer build python2 variant: This did not really work anyway
  as python-nautilus-commonp_files was not that common between py2
  and py3: the .so file actually linked one of the python
  interpreters directly (boo#1157305). (forwarded request 750078 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/750960
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nautilus?expand=0&rev=26
2019-11-26 16:04:46 +00:00
5325570a85 Accepting request 750078 from home:dimstar:Factory
- No longer build python2 variant: This did not really work anyway
  as python-nautilus-commonp_files was not that common between py2
  and py3: the .so file actually linked one of the python
  interpreters directly (boo#1157305).

OBS-URL: https://build.opensuse.org/request/show/750078
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/python-nautilus?expand=0&rev=34
2019-11-26 09:31:03 +00:00
d4e3e68a23 Accepting request 717535 from GNOME:Apps
OBS-URL: https://build.opensuse.org/request/show/717535
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nautilus?expand=0&rev=25
2019-07-22 15:18:58 +00:00
a25c53face Accepting request 716619 from home:iznogood:branches:GNOME:Apps
- Update to version 1.2.3:
  + Fixed open-terminal example extension.
  + Fixed glgo#GNOME/nautilus-python#3: setting argv[0] to thunar.
  + Fixed glgo#GNOME/nautilus-python#4: allow overriding the build
    date to enable reproducible builds.
  + Removed build warnings.
  + Fix to work with python 3.8.
- Drop reproducible.patch: Fixed upstream.
- Use modern macros.

OBS-URL: https://build.opensuse.org/request/show/716619
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/python-nautilus?expand=0&rev=32
2019-07-22 10:49:07 +00:00
d6a15532d0 Accepting request 714902 from GNOME:Apps
OBS-URL: https://build.opensuse.org/request/show/714902
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nautilus?expand=0&rev=24
2019-07-13 11:50:12 +00:00
3800428f37 Accepting request 714880 from home:bmwiedemann:branches:GNOME:Apps
Add reproducible.patch to override build date (boo#1047218)

OBS-URL: https://build.opensuse.org/request/show/714880
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/python-nautilus?expand=0&rev=30
2019-07-12 17:14:19 +00:00
ce37f8b2b1 Accepting request 605357 from GNOME:Apps
Update to version 1.2.2 (forwarded request 605196 from luc14n0)

OBS-URL: https://build.opensuse.org/request/show/605357
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nautilus?expand=0&rev=23
2018-05-10 13:49:01 +00:00
5174f790a5 Accepting request 605196 from home:luc14n0:branches:GNOME:Apps
Update to version 1.2.2

OBS-URL: https://build.opensuse.org/request/show/605196
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/python-nautilus?expand=0&rev=28
2018-05-08 13:54:56 +00:00
810c6851c0 Accepting request 593233 from GNOME:Apps
- Update to version 1.2.1:

OBS-URL: https://build.opensuse.org/request/show/593233
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nautilus?expand=0&rev=22
2018-04-04 09:08:02 +00:00
28065a7ae7 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/python-nautilus?expand=0&rev=26 2018-04-03 13:26:52 +00:00
7bfe13555d Accepting request 589605 from home:luc14n0:branches:GNOME:Apps
Update to version 1.2.1.

OBS-URL: https://build.opensuse.org/request/show/589605
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/python-nautilus?expand=0&rev=25
2018-03-29 20:02:10 +00:00
Stephan Kulow
d1fc54a12d Accepting request 120903 from GNOME:Apps
Add typelib(Nautilus) Requires (forwarded request 116812 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/120903
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nautilus?expand=0&rev=17
2012-05-16 13:03:55 +00:00
Vincent Untz
6a8a22030e Accepting request 116812 from home:vuntz:branches:GNOME:Apps
Add typelib(Nautilus) Requires

OBS-URL: https://build.opensuse.org/request/show/116812
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/python-nautilus?expand=0&rev=23
2012-05-14 10:05:07 +00:00
Stephan Kulow
ed8944af0f Accepting request 95326 from GNOME:Apps
- add libtool as buildrequire to avoid implicit dependency (forwarded request 95192 from coolo)

OBS-URL: https://build.opensuse.org/request/show/95326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nautilus?expand=0&rev=15
2011-12-05 11:45:19 +00:00
bbd618bbd4 Accepting request 95192 from home:coolo:removeautomake
- add libtool as buildrequire to avoid implicit dependency

OBS-URL: https://build.opensuse.org/request/show/95192
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/python-nautilus?expand=0&rev=21
2011-12-04 13:55:25 +00:00
Stephan Kulow
886c5c6465 Accepting request 89026 from GNOME:Apps
Update to 1.1 which integrated our patches

OBS-URL: https://build.opensuse.org/request/show/89026
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nautilus?expand=0&rev=14
2011-10-25 15:06:04 +00:00
Vincent Untz
fa5fb0861a Accepting request 89025 from home:vuntz:branches:GNOME:Apps
Tweak for which I'll be hated

OBS-URL: https://build.opensuse.org/request/show/89025
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/python-nautilus?expand=0&rev=19
2011-10-21 16:21:41 +00:00
Vincent Untz
2efe7b6abf Accepting request 88276 from home:dimstar:branches:GNOME:Apps
Update to 1.1 - mainly a merge of our patches and some bugfixes

OBS-URL: https://build.opensuse.org/request/show/88276
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/python-nautilus?expand=0&rev=18
2011-10-21 16:20:26 +00:00
Lars Vogdt
3f62c66a33 Accepting request 85571 from GNOME:Apps
Pushing G:A

OBS-URL: https://build.opensuse.org/request/show/85571
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nautilus?expand=0&rev=12
2011-10-02 08:26:44 +00:00
Vincent Untz
8a5d520387 Accepting request 85375 from home:vuntz:branches:GNOME:Apps
Port to pygobject 3

OBS-URL: https://build.opensuse.org/request/show/85375
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/python-nautilus?expand=0&rev=16
2011-09-29 08:29:30 +00:00
Sascha Peilicke
c6700cb720 Autobuild autoformatter for 74347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nautilus?expand=0&rev=11
2011-06-30 14:26:54 +00:00
OBS User buildservice-autocommit
93c550cf6f Updating link to change in openSUSE:Factory/python-nautilus revision 11.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/python-nautilus?expand=0&rev=97174dd9ca173292dde0e4c1b70208de
2011-06-30 14:26:54 +00:00
Sascha Peilicke
c70b0bc239 Accepting request 74347 from GNOME:Apps
- Fix /usr/share/nautilus-python directories not owned by a
  package.
- Update spec file Licence field from GPLv2+ to GPL-2.0+ to
  conform with spdx.org identifier. (forwarded request 74328 from malcolmlewis)

OBS-URL: https://build.opensuse.org/request/show/74347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nautilus?expand=0&rev=10
2011-06-30 14:26:38 +00:00
9aba7cabe6 Accepting request 74328 from home:malcolmlewis:branches:GNOME:Apps
- Fix /usr/share/nautilus-python directories not owned by a
  package.
- Update spec file Licence field from GPLv2+ to GPL-2.0+ to
  conform with spdx.org identifier.

OBS-URL: https://build.opensuse.org/request/show/74328
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/python-nautilus?expand=0&rev=14
2011-06-22 19:05:14 +00:00
bef0d58b1f Accepting request 73925 from home:vuntz:branches:GNOME:Apps
Fix extension dir in pkg-config file

OBS-URL: https://build.opensuse.org/request/show/73925
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/python-nautilus?expand=0&rev=13
2011-06-17 07:12:49 +00:00
Sascha Peilicke
9ace4bf117 Autobuild autoformatter for 71944
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nautilus?expand=0&rev=9
2011-05-31 11:44:23 +00:00
OBS User buildservice-autocommit
4eaffcd5b1 Updating link to change in openSUSE:Factory/python-nautilus revision 9.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/python-nautilus?expand=0&rev=7f777e33d35df6a3290bcfa3d78976e6
2011-05-31 11:44:23 +00:00
Sascha Peilicke
f55aa8934b Accepting request 71944 from GNOME:Apps
Pushing G:A packages with a build fix

OBS-URL: https://build.opensuse.org/request/show/71944
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nautilus?expand=0&rev=8
2011-05-31 11:44:15 +00:00
f7dd881a33 Accepting request 71804 from home:vuntz:branches:GNOME:Apps
Remove unneeded gnome2 stuff

OBS-URL: https://build.opensuse.org/request/show/71804
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/python-nautilus?expand=0&rev=11
2011-05-28 11:39:25 +00:00
Vincent Untz
bc83447baf Accepting request 70956 from home:dimstar:branches:GNOME:Apps
Update to 1.0

OBS-URL: https://build.opensuse.org/request/show/70956
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/python-nautilus?expand=0&rev=10
2011-05-27 23:26:52 +00:00
Berthold Gunreben
c927e48289 Autobuild autoformatter for 57521
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nautilus?expand=0&rev=6
2011-01-10 10:38:36 +00:00
Berthold Gunreben
641f4dfc5e Accepting request 57521 from GNOME:Apps
Accepted submit request 57521 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/57521
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nautilus?expand=0&rev=5
2011-01-10 10:38:20 +00:00
Vincent Untz
9153329aa8 Accepting request 57448 from home:vuntz:branches:GNOME:Apps
OBS-URL: https://build.opensuse.org/request/show/57448
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/python-nautilus?expand=0&rev=8
2011-01-07 15:22:27 +00:00
OBS User autobuild
07f3df9dd6 Accepting request 45015 from GNOME:Apps
Copy from GNOME:Apps/python-nautilus based on submit request 45015 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/45015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nautilus?expand=0&rev=4
2010-08-10 00:12:02 +00:00
OBS User autobuild
fe636d4201 Accepting request 36702 from GNOME:Apps
Copy from GNOME:Apps/python-nautilus based on submit request 36702 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/36702
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nautilus?expand=0&rev=1
2010-04-13 19:49:41 +00:00