Hello community,
here is the log from the commit of package uranium-lulzbot for openSUSE:Factory
checked in at 2019-06-26 16:04:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/uranium-lulzbot (Old)
and /work/SRC/openSUSE:Factory/.uranium-lulzbot.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "uranium-lulzbot"
Wed Jun 26 16:04:29 2019 rev:10 rq:712057 version:3.6.10
Changes:
--------
--- /work/SRC/openSUSE:Factory/uranium-lulzbot/uranium-lulzbot.changes
2019-06-17 21:33:38.847020337 +0200
+++
/work/SRC/openSUSE:Factory/.uranium-lulzbot.new.4615/uranium-lulzbot.changes
2019-06-26 16:05:12.163728614 +0200
@@ -1,0 +2,6 @@
+Tue Jun 25 12:57:07 UTC 2019 - Adrian Schröter <[email protected]>
+
+- update to version 3.6.10
+ * minor crash fixes
+
+-------------------------------------------------------------------
Old:
----
Uranium-3.6.9.obscpio
New:
----
Uranium-3.6.10.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ uranium-lulzbot.spec ++++++
--- /var/tmp/diff_new_pack.aPeNOk/_old 2019-06-26 16:05:14.799732344 +0200
+++ /var/tmp/diff_new_pack.aPeNOk/_new 2019-06-26 16:05:14.799732344 +0200
@@ -18,7 +18,7 @@
Name: uranium-lulzbot
Conflicts: uranium
-Version: 3.6.9
+Version: 3.6.10
Release: 0
Summary: 3D printer control software: python UI stack
License: AGPL-3.0-only
++++++ Uranium-3.6.9.obscpio -> Uranium-3.6.10.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Uranium-3.6.9/UM/Settings/Models/SettingPropertyProvider.py
new/Uranium-3.6.10/UM/Settings/Models/SettingPropertyProvider.py
--- old/Uranium-3.6.9/UM/Settings/Models/SettingPropertyProvider.py
2019-03-14 10:42:56.000000000 +0100
+++ new/Uranium-3.6.10/UM/Settings/Models/SettingPropertyProvider.py
2019-05-16 11:08:15.000000000 +0200
@@ -217,6 +217,18 @@
return None
return value
+ @pyqtSlot(str, result="QVariant")
+ def getRawPropertyValue(self, property_name):
+ try:
+ if not self._stack:
+ Logger.log("w", "Could not find stack for setting %s while
trying to get property %s", self._key, property_name)
+ return None
+ value = self._stack.getProperty(self._key, property_name)
+ except IndexError:
+ Logger.log("w", "Tried to get property of type %s from %s but it
did not exist", property_name, self._key)
+ return None
+ return value
+
@pyqtSlot(int)
def removeFromContainer(self, index):
current_stack = self._stack
++++++ Uranium.obsinfo ++++++
--- /var/tmp/diff_new_pack.aPeNOk/_old 2019-06-26 16:05:15.071732729 +0200
+++ /var/tmp/diff_new_pack.aPeNOk/_new 2019-06-26 16:05:15.071732729 +0200
@@ -1,5 +1,5 @@
name: Uranium
-version: 3.6.9
-mtime: 1552556576
-commit: 9b696b1cdde1fccca06eb5e96f3e69e19ecd0904
+version: 3.6.10
+mtime: 1557997695
+commit: 33df88a7414375ac924ac761113baa48d2ced2b4
++++++ _service ++++++
--- /var/tmp/diff_new_pack.aPeNOk/_old 2019-06-26 16:05:15.091732757 +0200
+++ /var/tmp/diff_new_pack.aPeNOk/_new 2019-06-26 16:05:15.091732757 +0200
@@ -3,8 +3,8 @@
<param
name="url">https://code.alephobjects.com/diffusion/U/uranium.git</param>
<param name="scm">git</param>
<param name="filename">Uranium</param>
- <param name="revision">v3.6.9</param>
- <param name="version">3.6.9</param>
+ <param name="revision">v3.6.10</param>
+ <param name="version">3.6.10</param>
</service>
<service mode="disabled" name="set_version" />