Non-integrated packages in devel:languages:python:
Packages with diff in devel:languages:python:
devel:languages:python/python-Sphinx
Non-integrated packages in devel:languages:python:avocado:
devel:languages:python:avocado/python-Fabric3
Packages with diff in devel:languages:python:avocado:
Non-integrated packages in devel:languages:python:aws:
Packages with diff in devel:languages:python:aws:
devel:languages:python:aws/python-aiobotocore
Non-integrated packages in devel:languages:python:azure:
devel:languages:python:azure/python-azure-core-tracing-opentelemetry
Packages with diff in devel:languages:python:azure:
devel:languages:python:azure/python-azure-cognitiveservices-language-nspkg
devel:languages:python:azure/python-azure-cognitiveservices-nspkg
devel:languages:python:azure/python-azure-storage
Non-integrated packages in devel:languages:python:certbot:
Packages with diff in devel:languages:python:certbot:
Non-integrated packages in devel:languages:python:django:
Packages with diff in devel:languages:python:django:
Non-integrated packages in devel:languages:python:Factory:
devel:languages:python:Factory/pypy3
Packages with diff in devel:languages:python:Factory:
Non-integrated packages in devel:languages:python:flask:
Packages with diff in devel:languages:python:flask:
Non-integrated packages in devel:languages:python:jupyter:
Packages with diff in devel:languages:python:jupyter:
Non-integrated packages in devel:languages:python:numeric:
Packages with diff in devel:languages:python:numeric:
Non-integrated packages in devel:languages:python:pyramid:
Packages with diff in devel:languages:python:pyramid:
Non-integrated packages in devel:languages:python:pytest:
Packages with diff in devel:languages:python:pytest:
--
To unsubscribe, e-mail: opensuse-python+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-python+owner(a)opensuse.org
Hello all,
With preparation for multi-python-interpreters world we obsoleted the
%python3_only macro wrappers.
We switched most of the Tumbleweed uses to %python_alternative that
will allow us later to let users select which interpreter their
binaries should use.
Next on our map is to convert the interpreter to allow coinstall (we
will probably add 3.9 alpha or 3.6 back depending what we deem easier).
If you happen to have a new package that has the %python3_only, please
replace it, the same applies for existing packages if you spot it in
them (some might've moved to use %python3_only inbetween we started and
now).
The wiki now also describes the %python3_only as deprecated and
recommends usage of %python_alternative with sample.
Of course nothing will break until we completely switch to the multi-
instances which will be months from now so even if you spot something
still using %python3_only there is no need to act upon it right now.
Cheers
Tom
Hi list,
we've just pushed an update to
systemsmanagement:saltstack:testing/salt. It's the update to Salt
3000.3:
+- Update to Salt release version 3000.3
+ See release notes:
https://docs.saltstack.com/en/latest/topics/releases/3000.3.html
Would be really nice, if you could give it a try and of course tell us
if something is broken. You can add the repo with `zypper ar
https://download.opensuse.org/repositories/systemsmanagement:/saltstack/ope…
salt-testing`.
Thanks!
Jochen
--
To unsubscribe, e-mail: opensuse-python+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-python+owner(a)opensuse.org
Hello,
I am trying to package openNCEM to openSUSE TW.
This is my repo to build python-ncempy.
https://build.opensuse.org/package/show/home:andythe_great/python-ncempy-git
I could not get it to pass the test. I have been asking the dev, but we still currently not able to fix it.
https://github.com/ercius/openNCEM/issues/22
We guess that the test failed because genfire is importing GUI element in to OBS headless server which cause it to fail.
[ 112s] ======================================================================
[ 112s] ERROR: DoGenfire (unittest.loader._FailedTest)
[ 112s] ----------------------------------------------------------------------
[ 112s] ImportError: Failed to import test module: DoGenfire
[ 112s] Traceback (most recent call last):
[ 112s] File "/usr/lib64/python3.8/unittest/loader.py", line 154, in loadTestsFromName
[ 112s] module = __import__(module_name)
[ 112s] File "/home/abuild/rpmbuild/BUILD/openNCEM-master/ncempy/edstomo/DoGenfire.py", line 2, in <module>
[ 112s] from genfire import reconstruct, fileio
[ 112s] File "/usr/lib/python3.8/site-packages/genfire/__init__.py", line 2, in <module>
[ 112s] from . import reconstruct
[ 112s] File "/usr/lib/python3.8/site-packages/genfire/reconstruct.py", line 16, in <module>
[ 112s] matplotlib.use("Qt5Agg")
[ 112s] File "/usr/lib64/python3.8/site-packages/matplotlib/cbook/deprecation.py", line 296, in wrapper
[ 112s] return func(*args, **kwargs)
[ 112s] File "/usr/lib64/python3.8/site-packages/matplotlib/cbook/deprecation.py", line 358, in wrapper
[ 112s] return func(*args, **kwargs)
[ 112s] File "/usr/lib64/python3.8/site-packages/matplotlib/__init__.py", line 1281, in use
[ 112s] plt.switch_backend(name)
[ 112s] File "/usr/lib64/python3.8/site-packages/matplotlib/pyplot.py", line 234, in switch_backend
[ 112s] raise ImportError(
[ 112s] ImportError: Cannot load backend 'Qt5Agg' which requires the 'qt5' interactive framework, as 'headless' is currently running
[ 112s]
[ 112s]
[ 112s] ----------------------------------------------------------------------
Thanks.
--
To unsubscribe, e-mail: opensuse-python+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-python+owner(a)opensuse.org
Hi list,
I hope this is the right place for this email. Let me know if you feel that another mailing list is a better place for this, since I’m planning to make this a regular thing.
As you might know, the Salt that is shipped in Tumbleweed is coming from systemsmanagement:saltstack[0] and systemsmanagement:saltstack:testing[1]. When this structure was initially created, it was planned to have systemsmanagement:saltstack:testing to allow interested people to test the upcoming updates. I think this was forgotten over time and of course updates where not announced by Salt maintainers - so nobody was aware without tracking the OBS repos. In order to fix this I would like to have announcements like this in the future with a few days prior to copypac-ing the changes to systemsmanagement:saltstack and the SR to openSUSE:Factory.
So without future ado I’d like to inform you that there is an update in systemsmanagement:saltstack:testing:
+# PATCH-FIX_UPSTREAM: https://github.com/saltstack/salt/pull/56419
+Patch114: option-to-en-disable-force-refresh-in-zypper-215.patch
+# PATCH-FIX_OPENSUSE: https://github.com/openSUSE/salt/pull/229
+Patch115: fix-a-test-and-some-variable-names-229.patch
You can add the repository with `zipper ar https://download.opensuse.org/repositories/systemsmanagement:/saltstack/ope… salt-testing`.
Please let me know if you run into any issue!
Thanks a lot!
Jochen
[0] https://build.opensuse.org/package/show/systemsmanagement:saltstack/salt
[1] https://build.opensuse.org/package/show/systemsmanagement:saltstack:testing…
To unsubscribe, e-mail: opensuse-python+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-python+owner(a)opensuse.org
Non-integrated packages in devel:languages:python:
devel:languages:python/python-dataclasses
Packages with diff in devel:languages:python:
devel:languages:python/python-jedi
Non-integrated packages in devel:languages:python:avocado:
devel:languages:python:avocado/python-Fabric3
Packages with diff in devel:languages:python:avocado:
Non-integrated packages in devel:languages:python:aws:
Packages with diff in devel:languages:python:aws:
devel:languages:python:aws/python-aiobotocore
Non-integrated packages in devel:languages:python:azure:
devel:languages:python:azure/python-azure-core-tracing-opentelemetry
Packages with diff in devel:languages:python:azure:
devel:languages:python:azure/python-azure-cognitiveservices-language-nspkg
devel:languages:python:azure/python-azure-cognitiveservices-nspkg
devel:languages:python:azure/python-azure-storage
Non-integrated packages in devel:languages:python:certbot:
Packages with diff in devel:languages:python:certbot:
Non-integrated packages in devel:languages:python:django:
Packages with diff in devel:languages:python:django:
Non-integrated packages in devel:languages:python:Factory:
devel:languages:python:Factory/pypy3
Packages with diff in devel:languages:python:Factory:
Non-integrated packages in devel:languages:python:flask:
Packages with diff in devel:languages:python:flask:
Non-integrated packages in devel:languages:python:jupyter:
Packages with diff in devel:languages:python:jupyter:
devel:languages:python:jupyter/python-jupyterlab-templates
devel:languages:python:jupyter/python-nbclient
devel:languages:python:jupyter/python-nbinteract
Non-integrated packages in devel:languages:python:numeric:
Packages with diff in devel:languages:python:numeric:
Non-integrated packages in devel:languages:python:pyramid:
Packages with diff in devel:languages:python:pyramid:
Non-integrated packages in devel:languages:python:pytest:
Packages with diff in devel:languages:python:pytest:
--
To unsubscribe, e-mail: opensuse-python+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-python+owner(a)opensuse.org
Non-integrated packages in devel:languages:python:
Packages with diff in devel:languages:python:
devel:languages:python/python-astroid
devel:languages:python/python-attrs
devel:languages:python/python-releases
devel:languages:python/python-typed-ast
Non-integrated packages in devel:languages:python:avocado:
devel:languages:python:avocado/python-Fabric3
Packages with diff in devel:languages:python:avocado:
Non-integrated packages in devel:languages:python:aws:
Packages with diff in devel:languages:python:aws:
devel:languages:python:aws/python-aiobotocore
Non-integrated packages in devel:languages:python:azure:
devel:languages:python:azure/python-azure-core-tracing-opentelemetry
Packages with diff in devel:languages:python:azure:
devel:languages:python:azure/python-azure-cognitiveservices-language-nspkg
devel:languages:python:azure/python-azure-cognitiveservices-nspkg
devel:languages:python:azure/python-azure-storage
Non-integrated packages in devel:languages:python:certbot:
Packages with diff in devel:languages:python:certbot:
Non-integrated packages in devel:languages:python:django:
Packages with diff in devel:languages:python:django:
Non-integrated packages in devel:languages:python:Factory:
devel:languages:python:Factory/pypy3
Packages with diff in devel:languages:python:Factory:
Non-integrated packages in devel:languages:python:flask:
Packages with diff in devel:languages:python:flask:
Non-integrated packages in devel:languages:python:jupyter:
Packages with diff in devel:languages:python:jupyter:
devel:languages:python:jupyter/python-jupyterlab-templates
devel:languages:python:jupyter/python-nbclient
Non-integrated packages in devel:languages:python:numeric:
Packages with diff in devel:languages:python:numeric:
devel:languages:python:numeric/python-matplotlib
Non-integrated packages in devel:languages:python:pyramid:
Packages with diff in devel:languages:python:pyramid:
Non-integrated packages in devel:languages:python:pytest:
Packages with diff in devel:languages:python:pytest:
--
To unsubscribe, e-mail: opensuse-python+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-python+owner(a)opensuse.org