Non-integrated packages in devel:languages:python:
devel:languages:python/python-aiocontextvars
devel:languages:python/python-buildozer
devel:languages:python/python-dnspython1
devel:languages:python/python-frozenlist
devel:languages:python/python-lastversion
devel:languages:python/python-mysql-to-sqlite3
devel:languages:python/python-nr.collections
devel:languages:python/python-nr.fs
devel:languages:python/python-nr.metaclass
devel:languages:python/python-nr.pylang.utils
devel:languages:python/python-nr.types
devel:languages:python/python-nr.utils.re
devel:languages:python/python-plyer
devel:languages:python/python-rdopkg
devel:languages:python/python-sqlite3-to-mysql
devel:languages:python/python-stripe
Packages with diff in devel:languages:python:
devel:languages:python/python-M2Crypto
devel:languages:python/python-jedi
devel:languages:python/python-mocket
devel:languages:python/python-parso
devel:languages:python/python-sphinx-autodoc-typehints
devel:languages:python/python-vdirsyncer
Non-integrated packages in devel:languages:python:avocado:
devel:languages:python:avocado/python-Fabric
devel:languages:python:avocado/python-fluidity-sm
devel:languages:python:avocado/python-invoke
devel:languages:python:avocado/python-lexicon
devel:languages:python:avocado/python-unittest2
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:
devel:languages:python:azure/python-azure-core-tracing-opentelemetry
devel:languages:python:azure/python-azure-mgmt-portal
devel:languages:python:azure/python-azure-mgmt-powerbidedicated
Packages with diff in devel:languages:python:azure:
devel:languages:python:azure/python-azure-mgmt-hdinsight
Non-integrated packages in devel:languages:python:certbot:
Packages with diff in devel:languages:python:certbot:
Non-integrated packages in devel:languages:python:django:
devel:languages:python:django/python-django-tables2
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:
devel:languages:python:numeric/python-Pint
devel:languages:python:numeric/python-pyerfa
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-py
Hi
I noticed that in dlp setuptools is pretty far behind in regards to the
latest release and just wanted to check in if there is a reason for this
or if it is OK to try to update it. I recently ran into a few packages
locally that needed a newer setuptools version that the dlp one.
Arun
HI!
I'm trying to update the Flask/Werkzeug stack.
Werkzeug now uses dataclasses which is not part of Python 3.6. I already
found python36-dataclasses.
But now I wonder what's the official way to specify
Python-version-specific (build) dependencies?
(IMO it was a huge mistake to stick Python 3.6 in Leap. Even old Debian
buster has 3.7.)
Ciao, Michael.
HI!
Why are some Python packages failing to build on Leap? Is special
project config needed? I tried to copy the config from
devel:languages:python in the web UI but this does not work.
Example:
https://build.opensuse.org/package/show/home:stroeder:iam/python-pyasn1
[ 37s] find:
'//home/abuild/rpmbuild/BUILDROOT/python-pyasn1-0.4.8-lp153.98.1.x86_64/usr/share/polkit-1/actions/':
No such file or directory
[ 37s] find:
'//home/abuild/rpmbuild/BUILDROOT/python-pyasn1-0.4.8-lp153.98.1.x86_64/usr/share/mime/':
No such file or directory
[ 37s] find:
'//home/abuild/rpmbuild/BUILDROOT/python-pyasn1-0.4.8-lp153.98.1.x86_64/usr/share/metainfo/':
No such file or directory
[ 37s] find:
'//home/abuild/rpmbuild/BUILDROOT/python-pyasn1-0.4.8-lp153.98.1.x86_64/usr/share/appdata/':
No such file or directory
Ciao, Michael.
Hi!
I just wanted to update python-aiofiles which got switched from setuptools to
poetry [1].
Does anyone know what the official/desired way for openSUSE packaging for poetry
packages are? I'm using the upstream tarball in this case as the PyPi tarball
doesn't include the tests.
Adrian
> [1] https://github.com/Tinche/aiofiles/commit/165ba880eaed010a15b590327cd8a7f39…
Hi,
the new version of onionshare gives me some headaches. While the build
succeeded and was already test in a TW system, it suddenly fails:
<https://build.opensuse.org/package/live_build_log/
home:DocB:branches:devel:languages:python/python-onionshare/
openSUSE_Tumbleweed/x86_64>
apparently in
TestShare.test_large_download
Can I disable this test somehow?
Thanks
Axel
Hi,
running tests on a python package I suddenly get:
[ 293s] ./tests/run.sh: line 6: 31240 Segmentation fault (core dumped) pytest -v tests/test_gui_website.py
Is this coming from (an outdated) pytest?
Hello,
I have following issue I have met second time now and I would like
to ask you for an explanation and possibly for an advice.
I am trying to migrate python-bitstruct and when I use %pytest instead
of setup.py test I get following error:
[ 7s] import bitstruct.c
[ 7s] E ModuleNotFoundError: No module named 'bitstruct.c'
In case I run
%check
%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python setup.py test
%pytest_arch
pytest_arch succedes. It boiled down that the reason is, for 3.6 for
example:
copying build/lib.linux-x86_64-3.6/bitstruct/c.cpython-36m-x86_64-linux-gnu.so -> bitstruct
Note though, that bitstruct/c.cpython-36m-x86_64-linux-gnu.so is
available to %pytest even if setup.py test is not called:
$ file /home/abuild/rpmbuild/BUILDROOT/python-bitstruct-8.11.0-0.x86_64/usr/lib64/python3.6/site-packages/bitstruct/c.cpython-36m-x86_64-linux-gnu.so
/home/abuild/rpmbuild/BUILDROOT/python-bitstruct-8.11.0-0.x86_64/usr/lib64/python3.6/site-packages/bitstruct/c.cpython-36m-x86_64-linux-gnu.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=98a2f9f5618416992f7d49c3980a2b2f83b4df6e, stripped
$
But
$ file _build.python36/lib.linux-x86_64-3.6/bitstruct/c.cpython-36m-x86_64-linux-gnu.so
_build.python36/lib.linux-x86_64-3.6/bitstruct/c.cpython-36m-x86_64-linux-gnu.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9a390d431fd0b0a8d895384da74f5324848f83cf, with debug_info, not stripped
$
What I am missing?
Petr
--
Have a lot of fun!