Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11053692
D3294.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
D3294.diff
View Options
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : python-uranium
-version : 3.3.0
-release : 6
+version : 3.4.1
+release : 7
source :
- - https://github.com/Ultimaker/Uranium/archive/3.3.0.tar.gz : 7bad5299bef4c2c5f9aa74eb1d5a927266785c330e58dc6138a7f4996180080c
+ - https://github.com/Ultimaker/Uranium/archive/3.4.1.tar.gz : 7a97385b101a30008d1c0bb576d603b93ca2d0967b8c71faeb6760c9cc9ecb72
license : LGPL-3.0-or-later
component : programming.python
summary : A Python framework for building Desktop applications
@@ -26,4 +26,4 @@
%make_install
check : |
pip3 freeze
- python3 -m pytest -v -k "not test_emptyPlugin and not test_getPropertyFallThrough"
+ python3 -m pytest -v -k "not TestContainerStack and not test_addContainerType and not test_uniqueName"
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -25,6 +25,7 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/UM/Backend/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/UM/Benchmark.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/UM/ColorGenerator.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/UM/ConfigurationErrorMessage.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/UM/Controller.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/UM/Decorators.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/UM/Dictionary.py</Path>
@@ -136,11 +137,9 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/UM/Qt/qml/UM/Preferences/PreferencesDialog.qml</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/UM/Qt/qml/UM/Preferences/PreferencesPage.qml</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/UM/Qt/qml/UM/Preferences/PreferencesToolTip.qml</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/UM/Qt/qml/UM/Preferences/ProfilesPage.qml</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/UM/Qt/qml/UM/Preferences/RenameDialog.qml</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/UM/Qt/qml/UM/Preferences/SettingVisibilityCategory.qml</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/UM/Qt/qml/UM/Preferences/SettingVisibilityItem.qml</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/UM/Qt/qml/UM/Preferences/SettingVisibilityPage.qml</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/UM/Qt/qml/UM/RecolorImage.qml</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/UM/Qt/qml/UM/SimpleButton.qml</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/UM/Qt/qml/UM/TooltipArea.qml</Path>
@@ -162,6 +161,7 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/UM/Scene/Selection.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/UM/Scene/ToolHandle.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/UM/Scene/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/UM/Settings/ContainerFormatError.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/UM/Settings/ContainerProvider.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/UM/Settings/ContainerQuery.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/UM/Settings/ContainerRegistry.py</Path>
@@ -276,7 +276,7 @@
<Path fileType="library">/usr/lib/uranium/plugins/Views/SimpleView/SimpleView.py</Path>
<Path fileType="library">/usr/lib/uranium/plugins/Views/SimpleView/__init__.py</Path>
<Path fileType="library">/usr/lib/uranium/plugins/Views/SimpleView/plugin.json</Path>
- <Path fileType="data">/usr/share/cmake-3.10/Modules/UraniumTranslationTools.cmake</Path>
+ <Path fileType="data">/usr/share/cmake-3.11/Modules/UraniumTranslationTools.cmake</Path>
<Path fileType="data">/usr/share/uranium/resources/i18n/de_DE/LC_MESSAGES/uranium.mo</Path>
<Path fileType="data">/usr/share/uranium/resources/i18n/de_DE/uranium.po</Path>
<Path fileType="data">/usr/share/uranium/resources/i18n/es_ES/LC_MESSAGES/uranium.mo</Path>
@@ -320,12 +320,12 @@
</Files>
</Package>
<History>
- <Update release="6">
- <Date>2018-05-06</Date>
- <Version>3.3.0</Version>
+ <Update release="7">
+ <Date>2018-07-13</Date>
+ <Version>3.4.1</Version>
<Comment>Packaging update</Comment>
<Name>Pierre-Yves</Name>
<Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 11:42 PM (2 h, 49 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5804586
Default Alt Text
D3294.diff (4 KB)
Attached To
Mode
D3294: Update python-uranium to 3.4.1
Attached
Detach File
Event Timeline
Log In to Comment