Recently jupyterlab had its big 1.0.0 release. This is the
next-generation replacement for the jupyter notebook, and affects
about a half dozen packages. However, it requires jsonscheme >=
3.0.1. A few months ago this update was rejected because it breaks a
lot of other packages. Is that still the case?
--
To unsubscribe, e-mail: opensuse-python+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-python+owner(a)opensuse.org
Hi,
as per $SUBJ another py2/py3 split.
Cheers
Tom--
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-dephell
devel:languages:python/python-pyshark
Packages with diff in devel:languages:python:
devel:languages:python/python-Glances
devel:languages:python/python-breathe
devel:languages:python/python-tomlkit
Non-integrated packages in devel:languages:python:avocado:
devel:languages:python:avocado/python-Fabric3
devel:languages:python:avocado/python-typed-ast
Packages with diff in devel:languages:python:avocado:
Non-integrated packages in devel:languages:python:aws:
Packages with diff in devel:languages:python:aws:
Non-integrated packages in devel:languages:python:azure:
Packages with diff in devel:languages:python:azure:
Non-integrated packages in devel:languages:python:certbot:
Packages with diff in devel:languages:python:certbot:
devel:languages:python:certbot/certbot-systemd-timer
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/pypy2
devel:languages:python:Factory/pypy3
Packages with diff in devel:languages:python:Factory:
devel:languages:python:Factory/python3
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-nbdime
Non-integrated packages in devel:languages:python:numeric:
Packages with diff in devel:languages:python:numeric:
devel:languages:python:numeric/python-espressopp
devel:languages:python:numeric/spyder3
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:
devel:languages:python:pytest/python-pytest
--
To unsubscribe, e-mail: opensuse-python+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-python+owner(a)opensuse.org
Current we have Tornado 4 in openSUSE, but it has been unmaintained
for more than a year and a half, which is worrisome for a web-facing
framework like Tornado. Tornado 5 was released March 2018 and Tornado
6, the current version, was released March 2019.
Unforunately some packages have been slow to update, but we are
reaching the point where packages are beginning to drop support for
Tornado 4. This leads to a situation where certain packages cannot be
installed at the same time.
Should we be using versioned releases of Tornado like we started doing
for pytest?
Here is the packages that depend directly on tornado, as far as I can tell:
mycroft-core: 4.5.3 only
python-bokeh: 4 or 5, maybe 6
python-celerymon:
python-cloudpickle: unknown, but tornado support is optional
python-distributed: 5 only
python-flexx: 4 or 5
python-flower: 4 and 5, but dropping 4 and adding 6 in next release
python-intake: 5, 4 and 6 unknown
python-ipykernel: 4 and 5, maybe 6
python-ipyparallel: 4 and 5 only
python-jupyter_client: 4 and 5, maybe 6
python-jupyter_contrib_core: unknown
python-jupyter-contrib-nbextensions: unknown
python-jupyter_nbextensions_configurator: unknown
python-matplotlib: 5 and 6 appear to work, unknown about 4
python-nbdime: unknown
python-notebook: 4, 5, and 6
python-pytest-tornado: 4, 5, and 6
python-salt: 4 only
python-sphinxcontrib-httpdomain: 4 only and no commits in over a year
python-streamz: 5, probably 4, maybe 6
python-terminado: 4 and 5, maybe 6
python-zeep: 4 only
rapid-photo-downloader: 4 and 5, maybe 6
spyder-terminal: unknown
So almost all support at least 5. A few only support 4, and a few
either don't support 4 or will drop support for 4 soon.
--
To unsubscribe, e-mail: opensuse-python+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-python+owner(a)opensuse.org
Hi!
We need a newer version of argcomplete in SLE-12 to be able to package the Azure
CLI utilities (at least 1.8.0), also with single-spec enabled.
I have currently copied version 1.9.2 from SUSE:SLE-15:Update, but the testsuite
fails for me and so far I'm unable to resolve the issue, output below.
Does anyone have a clue how to fix the failure?
Adrian
[ 52s] + /usr/bin/python2 setup.py test
[ 52s] running test
[ 52s] running egg_info
[ 52s] writing requirements to argcomplete.egg-info/requires.txt
[ 52s] writing argcomplete.egg-info/PKG-INFO
[ 52s] writing top-level names to argcomplete.egg-info/top_level.txt
[ 52s] writing dependency_links to argcomplete.egg-info/dependency_links.txt
[ 52s] reading manifest file 'argcomplete.egg-info/SOURCES.txt'
[ 52s] reading manifest template 'MANIFEST.in'
[ 52s] writing manifest file 'argcomplete.egg-info/SOURCES.txt'
[ 52s] running build_ext
[ 52s] Traceback (most recent call last):
[ 52s] File "setup.py", line 48, in <module>
[ 52s] 'Topic :: Terminals'
[ 52s] File "/usr/lib/python2.7/site-packages/setuptools/__init__.py", line 143, in setup
[ 52s] return distutils.core.setup(**attrs)
[ 52s] File "/usr/lib64/python2.7/distutils/core.py", line 151, in setup
[ 52s] dist.run_commands()
[ 52s] File "/usr/lib64/python2.7/distutils/dist.py", line 953, in run_commands
[ 52s] self.run_command(cmd)
[ 52s] File "/usr/lib64/python2.7/distutils/dist.py", line 972, in run_command
[ 52s] cmd_obj.run()
[ 52s] File "/usr/lib/python2.7/site-packages/setuptools/command/test.py", line 228, in run
[ 52s] self.run_tests()
[ 52s] File "/usr/lib/python2.7/site-packages/setuptools/command/test.py", line 250, in run_tests
[ 52s] exit=False,
[ 52s] File "/usr/lib64/python2.7/unittest/main.py", line 94, in __init__
[ 52s] self.parseArgs(argv)
[ 52s] File "/usr/lib64/python2.7/unittest/main.py", line 149, in parseArgs
[ 52s] self.createTests()
[ 52s] File "/usr/lib64/python2.7/unittest/main.py", line 158, in createTests
[ 52s] self.module)
[ 52s] File "/usr/lib64/python2.7/unittest/loader.py", line 130, in loadTestsFromNames
[ 52s] suites = [self.loadTestsFromName(name, module) for name in names]
[ 52s] File "/usr/lib64/python2.7/unittest/loader.py", line 103, in loadTestsFromName
[ 52s] return self.loadTestsFromModule(obj)
[ 52s] File "/usr/lib/python2.7/site-packages/setuptools/command/test.py", line 54, in loadTestsFromModule
[ 52s] tests.append(self.loadTestsFromName(submodule))
[ 52s] File "/usr/lib64/python2.7/unittest/loader.py", line 100, in loadTestsFromName
[ 52s] parent, obj = obj, getattr(obj, part)
[ 52s] AttributeError: 'module' object has no attribute 'test'
[ 52s] error: Bad exit status from /var/tmp/rpm-tmp.ZG1UZg (%check)
[ 52s]
[ 52s]
[ 52s] RPM build errors:
[ 52s] Bad exit status from /var/tmp/rpm-tmp.ZG1UZg (%check)
[ 52s]
Hi
I started working on an update to GitPython, but ran into some test
issues that I can't resolve.
https://build.opensuse.org/package/show/home:apersaud:branches:devel:langua…
If anyone wants to have a look at it and perhaps branch from the above
link (I already fixed some issues in the spec file due to the update)
that would be great ;)
Arun
--
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-dephell
devel:languages:python/python-pyshark
Packages with diff in devel:languages:python:
devel:languages:python/python-Glances
devel:languages:python/python-breathe
devel:languages:python/python-tomlkit
Non-integrated packages in devel:languages:python:avocado:
devel:languages:python:avocado/python-Fabric3
devel:languages:python:avocado/python-typed-ast
Packages with diff in devel:languages:python:avocado:
Non-integrated packages in devel:languages:python:aws:
Packages with diff in devel:languages:python:aws:
Non-integrated packages in devel:languages:python:azure:
Packages with diff in devel:languages:python:azure:
Non-integrated packages in devel:languages:python:certbot:
Packages with diff in devel:languages:python:certbot:
devel:languages:python:certbot/certbot-systemd-timer
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/pypy2
devel:languages:python:Factory/pypy3
Packages with diff in devel:languages:python:Factory:
devel:languages:python:Factory/python3
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/jupyter-jupyterlab-server
Non-integrated packages in devel:languages:python:numeric:
Packages with diff in devel:languages:python:numeric:
devel:languages:python:numeric/python-espressopp
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:
devel:languages:python/python-blindspin
devel:languages:python/python-dephell
devel:languages:python/python-dephell-archive
devel:languages:python/python-dephell-discover
devel:languages:python/python-dephell-licenses
devel:languages:python/python-dephell-links
devel:languages:python/python-dephell-markers
devel:languages:python/python-dephell-pythons
devel:languages:python/python-dephell-shells
devel:languages:python/python-dephell-specifier
devel:languages:python/python-dephell-venvs
devel:languages:python/python-loguru
devel:languages:python/python-rpmfile
devel:languages:python/python-whatthepatch
devel:languages:python/python-xerox
Packages with diff in devel:languages:python:
devel:languages:python/python-Glances
devel:languages:python/python-breathe
devel:languages:python/python-packaging
devel:languages:python/python-pyodbc
devel:languages:python/python-tomlkit
devel:languages:python/python2-Sphinx
devel:languages:python/xonsh
Non-integrated packages in devel:languages:python:avocado:
devel:languages:python:avocado/python-Fabric3
devel:languages:python:avocado/python-typed-ast
Packages with diff in devel:languages:python:avocado:
Non-integrated packages in devel:languages:python:aws:
Packages with diff in devel:languages:python:aws:
Non-integrated packages in devel:languages:python:azure:
Packages with diff in devel:languages:python:azure:
Non-integrated packages in devel:languages:python:certbot:
Packages with diff in devel:languages:python:certbot:
devel:languages:python:certbot/certbot-systemd-timer
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/pypy2
devel:languages:python:Factory/pypy3
Packages with diff in devel:languages:python:Factory:
devel:languages:python:Factory/python3
Non-integrated packages in devel:languages:python:flask:
devel:languages:python:flask/python-flask-restplus
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/jupyter-jupyterlab-server
devel:languages:python:jupyter/jupyter-rise
devel:languages:python:jupyter/python-ipympl
devel:languages:python:jupyter/python-jupyter-server
devel:languages:python:jupyter/python-jupytext
devel:languages:python:jupyter/python-lineup-widget
devel:languages:python:jupyter/python-voila
devel:languages:python:jupyter/python-watermark
Non-integrated packages in devel:languages:python:numeric:
Packages with diff in devel:languages:python:numeric:
devel:languages:python:numeric/python-espressopp
devel:languages:python:numeric/python-spyder-kernels
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