Hello community,
here is the log from the commit of package bumblebee-status for
openSUSE:Factory checked in at 2020-12-03 18:42:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bumblebee-status (Old)
and /work/SRC/openSUSE:Factory/.bumblebee-status.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bumblebee-status"
Thu Dec 3 18:42:14 2020 rev:10 rq:852659 version:2.0.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/bumblebee-status/bumblebee-status.changes
2020-06-30 22:25:31.855981041 +0200
+++
/work/SRC/openSUSE:Factory/.bumblebee-status.new.5913/bumblebee-status.changes
2020-12-03 18:43:28.542216892 +0100
@@ -1,0 +2,30 @@
+Wed Dec 2 04:11:36 UTC 2020 - John Vandenberg <[email protected]>
+
+- Activate contrib module nvidia-prime
+- Add zpool dependency on python-setuptools
+- Add octoprint dependencies Pillow-tk and simplejson
+- Remove unneeded dependency on python-regex
+- Remove macro python_module in Requires and Supplements
+
+-------------------------------------------------------------------
+Wed Dec 2 02:20:22 UTC 2020 - John Vandenberg <[email protected]>
+
+- Remove dependencies not in Factory:
+ nvidia-smi, pi-hole, twmn and zfs
+
+-------------------------------------------------------------------
+Tue Jul 21 13:24:24 UTC 2020 - John Vandenberg <[email protected]>
+
+- Fix dependency dbus -> dbus-1
+
+-------------------------------------------------------------------
+Fri Jul 17 16:41:03 UTC 2020 - John Vandenberg <[email protected]>
+
+- Fix broken installation, including adding import_fix.patch to
+ restore layout used up until v1.10.4
+- Activate test suite
+- Restore and expand subpackages, due to many varied dependencies
+- Add missing dependencies so installation is reliable
+- Re-enable stock module, no longer using deprecated API
+
+-------------------------------------------------------------------
New:
----
import_fix.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ bumblebee-status.spec ++++++
++++ 902 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/bumblebee-status/bumblebee-status.spec
++++ and
/work/SRC/openSUSE:Factory/.bumblebee-status.new.5913/bumblebee-status.spec
++++++ import_fix.patch ++++++
Index: bumblebee-status-2.0.5/bumblebee-status
===================================================================
--- bumblebee-status-2.0.5.orig/bumblebee-status
+++ bumblebee-status-2.0.5/bumblebee-status
@@ -9,9 +9,12 @@ import select
import logging
import threading
-import bumblebee_status.discover
+__file__ = os.path.join(os.path.dirname(__file__), os.readlink(__file__))
+sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'bumblebee'))
-bumblebee_status.discover.discover()
+import bumblebee.discover
+
+bumblebee.discover.discover()
import core.config
import core.output
Index: bumblebee-status-2.0.5/bumblebee_status/__init__.py
===================================================================
--- bumblebee-status-2.0.5.orig/bumblebee_status/__init__.py
+++ bumblebee-status-2.0.5/bumblebee_status/__init__.py
@@ -1,3 +1,3 @@
-import bumblebee_status.discover
+import bumblebee.discover
-bumblebee_status.discover.discover()
+bumblebee.discover.discover()
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives:
https://lists.opensuse.org/archives/list/[email protected]