openSUSE Python
Threads by month
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
May 2023
- 5 participants
- 20 discussions
01 Aug '23
Hi Adrian,
Am 24.03.23 um 14:15 schrieb Adrian Glaubitz via openSUSE Factory:
> Hi!
>
> The Python package python-azure-devops has been failing to build in Factory for
> some time and the necessary fixes have so far been fixed in upstream git only
> but without any new release.
>
> I have therefore decided to package a current git snapshot to fix the build problem
> with the package. However, there is now an issue with the testsuite that I have not
> been able to sort out [1]:
>
> [ 16s] ======================================================================
> [ 16s] ERROR: azure.devops.v6_0.work_item_tracking_process_template (unittest.loader._FailedTest)
> [ 16s] ----------------------------------------------------------------------
> [ 16s] ImportError: Failed to import test module: azure.devops.v6_0.work_item_tracking_process_template
> [ 16s] Traceback (most recent call last):
> [ 16s] File "/usr/lib64/python3.8/unittest/loader.py", line 470, in _find_test_path
> [ 16s] package = self._get_module_from_name(name)
> [ 16s] File "/usr/lib64/python3.8/unittest/loader.py", line 377, in _get_module_from_name
> [ 16s] __import__(name)
> [ 16s] File "/home/abuild/rpmbuild/BUILD/azure-devops-7.0.0/azure/devops/v6_0/work_item_tracking_process_template/__init__.py", line 9, in <module>
> [ 16s] from .models import *
> [ 16s] File "/home/abuild/rpmbuild/BUILD/azure-devops-7.0.0/azure/devops/v6_0/work_item_tracking_process_template/models.py", line 9, in <module>
> [ 16s] from msrest.serialization import Model
> [ 16s] File "/usr/lib/python3.8/site-packages/msrest/__init__.py", line 28, in <module>
> [ 16s] from .configuration import Configuration
> [ 16s] File "/usr/lib/python3.8/site-packages/msrest/configuration.py", line 38, in <module>
> [ 16s] from .universal_http.requests import (
> [ 16s] File "/usr/lib/python3.8/site-packages/msrest/universal_http/__init__.py", line 53, in <module>
> [ 16s] from ..exceptions import ClientRequestError, raise_with_traceback
> [ 16s] File "/usr/lib/python3.8/site-packages/msrest/exceptions.py", line 31, in <module>
> [ 16s] from azure.core.exceptions import SerializationError, DeserializationError
> [ 16s] ModuleNotFoundError: No module named 'azure.core'
>
> During the testsuite run, the Python interpreter complains that it cannot import
> azure.core despite python-azure-core being installed through BuildRequires.
>
> When I change into the build root with "osc chroot", I can actually import "azure.core"
> from an interactive Python instance after running "python38", for example. However,
> once I have made a testsuite test run with "python38 setup.py test", this no longer
> works and I am getting the error that is shown during the testsuite run.
- There is no python38 command. You probably mean python3.8?
setup.py test has been deprecated a long time ago. Use unittest or
pytest, we have macros for it. Upstream uses pytest [2] although the
single test file [3] is written to work with plain unittest.
>
> I have tried setting PYTHONPATH, but that didn't help.
>
> Does anyone have a suggestion? I have currently disabled the testsuite in my home project,
> but I actually want to submit the package with the testsuite remaining enabled.
Requires: python-azure-nspkg >= 3.0.0
...
rm -rf %{buildroot}%{$python_sitelib}/azure/__init__.*
Did you check if this ist still the correct setup? There is a bunch of
namespace techniques in Python which contradict each other when mixed.
If the nspkg is still the desired and consistent setup, you probably
have to keep the __init__.py in the BUILDROOT for the testsuite and only
%exclude the file in the %files section instead of deleting it too early.
>
> Thanks,
> Adrian
>
>> [1] https://build.opensuse.org/package/show/home:glaubitz:branches:devel:langua…
- Ben
[2]
https://github.com/microsoft/azure-devops-python-api/blob/dev/.github/workf…
[3]
https://github.com/microsoft/azure-devops-python-api/blob/dev/azure-devops/…
3
3
Non-integrated packages in devel:languages:python:
devel:languages:python/micropython-lib
devel:languages:python/python-2to3
devel:languages:python/python-RPi.GPIO
devel:languages:python/python-SimpleSQLite
devel:languages:python/python-Twiggy
devel:languages:python/python-aiormq
devel:languages:python/python-anymarkup
devel:languages:python/python-asyncio-pool
devel:languages:python/python-bincopy
devel:languages:python/python-bluepy
devel:languages:python/python-browsers
devel:languages:python/python-buildozer
devel:languages:python/python-click-command-tree
devel:languages:python/python-cliff
devel:languages:python/python-dash
devel:languages:python/python-editdistance-s
devel:languages:python/python-fangfrisch
devel:languages:python/python-fixedint
devel:languages:python/python-goobook
devel:languages:python/python-lastversion
devel:languages:python/python-libtmux
devel:languages:python/python-libusbsio
devel:languages:python/python-mkdocs-redirects
devel:languages:python/python-msgfy
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.utils.re
devel:languages:python/python-opentelemetry-instrumentation
devel:languages:python/python-opentelemetry-semantic-conventions
devel:languages:python/python-orangebox
devel:languages:python/python-packageurl-python
devel:languages:python/python-plyer
devel:languages:python/python-pylink-square
devel:languages:python/python-pylsp-isort
devel:languages:python/python-pyocd-pemicro
devel:languages:python/python-sly
devel:languages:python/python-sqliteschema
devel:languages:python/python-tabledata
devel:languages:python/python-tlv8
devel:languages:python/python-update_checker
devel:languages:python/python-urllib-gssapi
devel:languages:python/python-vagrant
Packages with diff in devel:languages:python:
devel:languages:python/python-AnyQt
devel:languages:python/python-Arpeggio
devel:languages:python/python-Authlib
devel:languages:python/python-amqpstorm
devel:languages:python/python-bowler
devel:languages:python/python-discogs-client
devel:languages:python/python-gast
devel:languages:python/python-google-cloud-storage
devel:languages:python/python-imageio
devel:languages:python/python-influxdb
devel:languages:python/python-lml
devel:languages:python/python-moban
devel:languages:python/python-proselint
devel:languages:python/python-scripttest
devel:languages:python/python-sigal
devel:languages:python/python-treq
devel:languages:python/python-xmlsec
Non-integrated packages in devel:languages:python:avocado:
devel:languages:python:avocado/python-Fabric
devel:languages:python:avocado/python-PrettyTable
devel:languages:python:avocado/python-fluidity-sm
devel:languages:python:avocado/python-invoke
devel:languages:python:avocado/python-lexicon
devel:languages:python:avocado/python-nose
devel:languages:python:avocado/python-pathlib2
devel:languages:python:avocado/python-pytest-runner
devel:languages:python:avocado/python-unittest2
Packages with diff in devel:languages:python:avocado:
devel:languages:python:avocado/python-avocado
Non-integrated packages in devel:languages:python:aws:
devel:languages:python:aws/python-s3fs
Packages with diff in devel:languages:python:aws:
Non-integrated packages in devel:languages:python:azure:
devel:languages:python:azure/python-azure-ai-contentsafety
devel:languages:python:azure/python-azure-appconfiguration-provider
devel:languages:python:azure/python-azure-defender-easm
devel:languages:python:azure/python-azure-developer-devcenter
devel:languages:python:azure/python-azure-healthinsights-cancerprofiling
devel:languages:python:azure/python-azure-healthinsights-clinicalmatching
devel:languages:python:azure/python-azure-mgmt-devhub
devel:languages:python:azure/python-azure-mgmt-networkcloud
devel:languages:python:azure/python-azure-monitor-opentelemetry-exporter
Packages with diff in devel:languages:python:azure:
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-fsm
devel:languages:python:django/python-django-prometheus
devel:languages:python:django/python-django-pyscss
devel:languages:python:django/python-django-threadedcomments
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:
devel:languages:python:Factory/python38
Non-integrated packages in devel:languages:python:flask:
devel:languages:python:flask/python-Flask-Assets
devel:languages:python:flask/python-Flask-OpenTracing
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:
devel:languages:python:numeric/python-hankel
devel:languages:python:numeric/python-hyperspy
devel:languages:python:numeric/python-pyvo
Packages with diff in devel:languages:python:numeric:
devel:languages:python:numeric/python-awkward
devel:languages:python:numeric/python-gscholar
devel:languages:python:numeric/python-pyqtgraph
devel:languages:python:numeric/python-streamz
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:
1
0
Needed updates for devel:languages:python:
These packages don't seem to be available on PyPI:
ansible
micropython
micropython-lib
preinstallimage-python
python2-pip
python2-pycairo
python2-setuptools
These packages need to be upgraded:
python-Cerberus (1.3.2 -> 1.3.4)
python-Chameleon (3.10.2 -> 4.0.0)
python-Deprecated (1.2.13 -> 1.2.14)
python-Fabric (2.7.1 -> 3.1.0)
python-Glances (3.3.1 -> 3.4.0.3)
python-Glymur (0.11.3 -> 0.12.7)
python-IMDbPY (2021.4.18 -> 2022.7.9)
python-Kivy (2.1.0 -> 2.2.0)
python-Lektor (3.3.7 -> 3.3.10)
python-Markups (3.0.0 -> 4.0.0)
python-Nuitka (1.4.5 -> 1.5.8)
python-Paste (3.5.2 -> 3.5.3)
python-PasteDeploy (2.1.1+git.1652668078.0f0697d -> 3.0.1)
python-PyAudio (0.2.11 -> 0.2.13)
python-PyAutoGUI (0.9.53 -> 0.9.54)
python-PyChromecast (13.0.4 -> 13.0.7)
python-PyDispatcher (2.0.6 -> 2.0.7)
python-PyGithub (1.57 -> 1.58.2)
python-PyHamcrest (2.0.3 -> 2.0.4)
python-PyICU (2.10.2 -> 2.11)
python-PyInstaller (5.6.2 -> 5.11.0)
python-PyMuPDF (1.21.1 -> 1.22.3)
python-PyPDF2 (2.11.1 -> 3.0.1)
python-PySDL2 (0.9.14 -> 0.9.15)
python-PyScreeze (0.1.28 -> 0.1.29)
python-PyTweening (1.0.4 -> 1.0.7)
python-PyWebDAV3 (0.9.14 -> 0.10.0)
python-Pyphen (0.10.0 -> 0.14.0)
python-QDarkStyle (3.0.2 -> 3.1)
python-QtAwesome (1.2.1 -> 1.2.3)
python-QtPy (2.3.0 -> 2.3.1)
python-Rtree (0.9.7 -> 1.0.1)
python-SPARQLWrapper (1.8.5 -> 2.0.0)
python-SQLAlchemy-Utils (0.38.3 -> 0.41.1)
python-Scrapy (2.7.1 -> 2.9.0)
python-Send2Trash (1.8.0 -> 1.8.2)
python-SimpleWebSocketServer (0.1.1 -> 0.1.2)
python-SpeechRecognition (3.8.1 -> 3.10.0)
python-Telethon (1.26.0 -> 1.28.5)
python-Werkzeug (2.2.3 -> 2.3.4)
python-ZConfig (3.6.1 -> 4.0)
python-aenum (3.1.11 -> 3.1.12)
python-afdko (3.9.3 -> 3.9.5)
python-aiodataloader (0.2.1 -> 0.4.0)
python-aiomisc (17.2.2 -> 17.3.0)
python-aiosqlite (0.17.0 -> 0.19.0)
python-alembic (1.10.4 -> 1.11.1)
python-amqpstorm (2.10.4 -> 2.10.6)
python-annoy (1.17.1 -> 1.17.2)
python-antlr4-python3-runtime (4.9.3 -> 4.13.0)
python-anyio (3.6.2 -> 3.7.0)
python-apiron (7.0.0 -> 7.1.0.post1)
python-ara (1.5.8 -> 1.6.1)
python-argh (0.26.2 -> 0.28.1)
python-argparse-manpage (4.1 -> 4.3)
python-asgiref (3.6.0 -> 3.7.2)
python-astral (2.2 -> 3.2)
python-atlassian-python-api (2.0.1 -> 3.37.0)
python-authheaders (0.14.1 -> 0.15.2)
python-autobahn (22.7.1 -> 23.1.2)
python-autoflake (1.5.3 -> 2.1.1)
python-bandit (1.7.4 -> 1.7.5)
python-bibtexparser (1.2.0 -> 1.4.0)
python-bitstring (3.1.9 -> 4.0.2)
python-blessed (1.19.1 -> 1.20.0)
python-boltons (21.0.0 -> 23.0.0)
python-bracex (2.2.1 -> 2.3.post1)
python-breathe (4.34.0 -> 4.35.0)
python-buttplug (0.2.0 -> 0.3.0)
python-cachetools (5.3.0 -> 5.3.1)
python-caldav (0.10.0 -> 1.2.1)
python-canonicaljson (1.6.5 -> 2.0.0)
python-cassandra-driver (3.26.0 -> 3.27.0)
python-catkin-pkg (0.4.24 -> 0.5.2)
python-checkdmarc (4.4.1 -> 4.6.0)
python-cheroot (9.0.0 -> 10.0.0)
python-circuitbreaker (1.3.2 -> 2.0.0)
python-ciscoconfparse (1.7.18 -> 1.7.24)
python-click-didyoumean (0.0.3 -> 0.3.0)
python-cloudflare (2.8.15 -> 2.11.6)
python-cloudscraper (1.2.58 -> 1.2.71)
python-coconut (1.6.0 -> 3.0.1)
python-colander (1.7.0 -> 2.0)
python-copr (1.124 -> 1.129)
python-copr-cli (1.105 -> 1.109)
python-coverage (7.2.5 -> 7.2.6)
python-cron-descriptor (1.2.32 -> 1.4.0)
python-croniter (1.3.14 -> 1.3.15)
python-crontab (0.23.0 -> 1.0.1)
python-cx_Freeze (6.14.9 -> 6.15.0)
python-databases (0.6.2 -> 0.7.0)
python-ddg3 (0.6.6git~20170824T092521~0ef6b2f -> 0.6.8)
python-debugpy (1.6.6 -> 1.6.7)
python-deepmerge (0.1.0 -> 1.1.0)
python-devpi-server (6.8.0 -> 6.9.0)
python-dictknife (0.13.0 -> 0.14.0)
python-diff-match-patch (20200713 -> 20230430)
python-dirty-equals (0.5.0 -> 0.6.0)
python-dj-database-url (1.3.0 -> 2.0.0)
python-djangorestframework-simplejwt (4.6.0 -> 5.2.2)
python-dkimpy (1.0.5 -> 1.1.4)
python-docformatter (1.4 -> 1.7.1)
python-docker (5.0.3 -> 6.1.2)
python-docrepr (0.1.1 -> 0.2.0)
python-docutils (0.19 -> 0.20.1)
python-dogpile.cache (1.2.0 -> 1.2.1)
python-dpkt (1.9.7.2 -> 1.9.8)
python-dropbox (10.4.1 -> 11.36.0)
python-dynaconf (3.1.11 -> 3.1.12)
python-edgegrid-python (1.2.1 -> 1.3.1)
python-elasticsearch (7.6.0 -> 8.8.0)
python-email-validator (2.0.0 -> 2.0.0.post2)
python-environ-config (22.1.0 -> 23.2.0)
python-eradicate (2.1.0 -> 2.2.0)
python-et_xmlfile (1.0.1 -> 1.1.0)
python-exiv2 (0.11.0 -> 0.14.1)
python-fakeredis (2.12.0 -> 2.13.0)
python-fanficfare (4.21.0 -> 4.23.0)
python-fasteners (0.17.3 -> 0.18)
python-fastjsonschema (2.16.3 -> 2.17.1)
python-fedora-messaging (3.2.0 -> 3.4.1)
python-flake8-docstrings (1.6.0 -> 1.7.0)
python-flake8-pyi (23.1.2 -> 23.5.0)
python-flasgger (0.9.5 -> 0.9.7.1)
python-flexmock (0.10.8 -> 0.11.3)
python-flit (3.8.0 -> 3.9.0)
python-flit-core (3.8.0 -> 3.9.0)
python-flower (1.1.0 -> 1.2.0)
python-fluidity-sm (0.2.0 -> 0.2.1)
python-flynt (0.76 -> 0.78)
python-forbiddenfruit (0.1.3 -> 0.1.4)
python-freetype-py (2.3.0 -> 2.4.0)
python-fritzconnection (1.10.3 -> 1.12.0)
python-frozendict (2.3.5 -> 2.3.8)
python-fsspec (2023.3.0 -> 2023.5.0)
python-ftfy (6.0.3 -> 6.1.1)
python-ftputil (3.4 -> 5.0.4)
python-funcy (1.18 -> 2.0)
python-gTTS (2.3.1 -> 2.3.2)
python-gast (0.5.3 -> 0.5.4)
python-gcsfs (2023.3.0 -> 2023.5.0)
python-ged4py (0.1.12 -> 0.4.4)
python-getmac (0.8.3 -> 0.9.3)
python-git-pw (2.4.0 -> 2.5.0)
python-github3.py (3.2.0 -> 4.0.1)
python-glean (1.19.0 -> 1.23.0)
python-glean-parser (6.3.0 -> 7.2.1)
python-glfw (2.5.5 -> 2.5.9)
python-google-api-python-client (2.86.0 -> 2.87.0)
python-google-auth (2.17.3 -> 2.19.0)
python-google-cloud-kms (2.16.1 -> 2.17.0)
python-google-cloud-translate (3.11.0 -> 3.11.1)
python-graphene (3.2.1 -> 3.2.2)
python-grpc-google-iam-v1 (0.12.4 -> 0.12.6)
python-gspread (5.7.2 -> 5.9.0)
python-gvm-tools (23.2.0 -> 23.4.0)
python-hammett (0.5.0 -> 0.9.4)
python-hcloud (1.17.0 -> 1.20.0)
python-hijri-converter (2.2.4 -> 2.3.1)
python-hiredis (2.2.2 -> 2.2.3)
python-holidays (0.20 -> 0.25)
python-html5-parser (0.4.10 -> 0.4.11)
python-httpcore (0.17.0 -> 0.17.2)
python-httpx (0.24.0 -> 0.24.1)
python-humanize (4.4.0 -> 4.6.0)
python-humanreadable (0.1.0 -> 0.3.0)
python-hunter (3.5.1 -> 3.6.1)
python-hupper (1.10.3 -> 1.12)
python-hypothesis (6.75.3 -> 6.75.6)
python-icalendar (4.1.0 -> 5.0.6)
python-identify (2.2.13 -> 2.5.24)
python-ijson (3.1.4 -> 3.2.0.post0)
python-imageio (2.22.1 -> 2.29.0)
python-impacket (0.9.23 -> 0.10.0)
python-invocations (3.0.2 -> 3.3.0)
python-irc (19.0.1 -> 20.1.0)
python-isbnlib (3.10.12 -> 3.10.14)
python-isc_dhcp_leases (0.9.1 -> 0.10.0)
python-itemadapter (0.7.0 -> 0.8.0)
python-itemloaders (1.0.6 -> 1.1.0)
python-iwlib (1.6.2 -> 1.7.0)
python-jdatetime (4.1.0 -> 4.1.1)
python-jellyfish (0.8.2 -> 0.11.2)
python-jenkinsapi (0.3.11 -> 0.3.13)
python-jirafs (2.3.0 -> 2.3.1)
python-json5 (0.9.13 -> 0.9.14)
python-json_tricks (3.16.1 -> 3.17.0)
python-jsonpath-ng (1.5.2 -> 1.5.3)
python-jsonref (0.2 -> 1.1.0)
python-khal (0.10.5 -> 0.11.1)
python-kismet-rest (2019.05.02 -> 2020.5.1)
python-kismetdb (2019.05.05 -> 2021.6.1)
python-kmatch (0.4.0 -> 0.5.0)
python-kmod (0.9.1 -> 0.9.2)
python-langtable (0.0.61 -> 0.0.62)
python-lazr.config (2.2.3 -> 3.0)
python-lazr.delegates (2.0.4 -> 2.1.0)
python-lhafile (0.2.2 -> 0.3.0)
python-libcst (0.4.9 -> 1.0.0)
python-libnacl (1.7.2 -> 1.8.0)
python-license-expression (30.1.0 -> 30.1.1)
python-limnoria (2023.02.11 -> 2023.5.27)
python-llfuse (1.4.2 -> 1.4.4)
python-logging-journald (0.6.5 -> 0.6.6)
python-looseversion (1.1.2 -> 1.2.0)
python-lupa (1.14.1 -> 2.0)
python-markdown2 (2.4.6 -> 2.4.8)
python-maturin (0.15.3 -> 1.0.0)
python-md2workflow (1.4.18 -> 1.4.19)
python-mdit-py-plugins (0.3.0 -> 0.3.5)
python-memory_profiler (0.57.0 -> 0.61.0)
python-merge3 (0.0.12 -> 0.0.13)
python-meson-python (0.12.1 -> 0.13.1)
python-methodtools (0.4.2 -> 0.4.7)
python-micropipenv (1.4.5 -> 1.5.0)
python-mimesis (4.0.0 -> 10.1.0)
python-minio (7.1.14 -> 7.1.15)
python-mkdocs (1.4.2 -> 1.4.3)
python-msm (0.8.5 -> 0.9.0)
python-msoffcrypto-tool (4.10.2 -> 5.0.1)
python-mss (7.0.1 -> 9.0.1)
python-munch (2.5.0 -> 3.0.0)
python-mutmut (2.0.0 -> 2.4.3)
python-mysql-connector-python (8.0.19 -> 8.0.33)
python-myst-parser (0.17.2 -> 1.0.0)
python-napalm (4.0.0 -> 4.1.0)
python-natsort (8.2.0 -> 8.3.1)
python-nbxmpp (4.2.2 -> 4.3.0)
python-netmiko (4.1.2 -> 4.2.0)
python-nltk (3.8 -> 3.8.1)
python-nocasedict (1.0.4 -> 2.0.1)
python-nocaselist (1.0.6 -> 1.1.1)
python-nodeenv (1.7.0 -> 1.8.0)
python-nose2 (0.12.0 -> 0.13.0)
python-ntc-templates (3.1.0 -> 3.3.0)
python-ogr (0.41.0 -> 0.44.0)
python-oic (1.5.0 -> 1.6.0)
python-oletools (0.60 -> 0.60.1)
python-openai (0.26.2 -> 0.27.7)
python-openapi-core (0.16.1 -> 0.17.1)
python-opencensus (0.11.0 -> 0.11.2)
python-opencensus-ext-azure (1.1.6 -> 1.1.9)
python-opentelemetry-api (1.17.0 -> 1.18.0)
python-openwrt-luci-rpc (1.1.12 -> 1.1.16)
python-orjson (3.8.10 -> 3.8.14)
python-ospd-openvas (22.4.5 -> 22.5.1)
python-pan-python (0.16.0 -> 0.22.0)
python-panflute (2.2.3 -> 2.3.0)
python-paramiko (3.1.0 -> 3.2.0)
python-parfive (1.3.0 -> 2.0.2)
python-parsel (1.7.0 -> 1.8.1)
python-parsy (1.3.0 -> 2.1)
python-partd (1.3.0 -> 1.4.0)
python-patatt (0.6.2 -> 0.6.3)
python-patchy (2.6.0 -> 2.6.1)
python-pathvalidate (2.5.2 -> 3.0.0)
python-patiencediff (0.2.12 -> 0.2.13)
python-pdfminer.six (20200726 -> 20221105)
python-pdm (2.4.9 -> 2.6.1)
python-pdm-pep517 (1.1.2 -> 1.1.4)
python-peewee (3.15.4 -> 3.16.2)
python-perky (0.5.5 -> 0.6.2)
python-pgmagick (0.7.4 -> 0.7.6)
python-phonenumbers (8.13.5 -> 8.13.11)
python-pika (1.3.1 -> 1.3.2)
python-pikepdf (6.2.8.post1 -> 7.2.0)
python-pingparsing (1.4.0 -> 1.4.1)
python-pip-licenses (4.3.1 -> 4.3.2)
python-pip-run (8.8.2 -> 10.1.1)
python-pip-tools (6.12.2 -> 6.13.0)
python-pipreqs (0.4.10 -> 0.4.13)
python-pipx (0.14.0.0 -> 1.2.0)
python-platformdirs (3.2.0 -> 3.5.1)
python-platformio (6.1.5 -> 6.1.7)
python-plumbum (1.7.2 -> 1.8.1)
python-pmw (2.0.1 -> 2.1.1)
python-podcastparser (0.6.9 -> 0.6.10)
python-polib (1.1.1 -> 1.2.0)
python-pooch (1.3.0 -> 1.7.0)
python-port-for (0.6.2 -> 0.6.3)
python-pre-commit (2.21.0 -> 3.3.2)
python-ptpython (3.0.22 -> 3.0.23)
python-ptr (20.2.26 -> 22.7.12)
python-publicsuffixlist (0.9.1 -> 0.10.0.20230506)
python-pulsectl (22.3.2 -> 23.5.2)
python-pyOCD (0.22.0 -> 0.35.1)
python-pyahocorasick (1.4.4 -> 2.0.0)
python-pyaml (21.10.1 -> 23.5.9)
python-pycapnp (1.2.2 -> 1.3.0)
python-pycryptodome (3.17.0 -> 3.18.0)
python-pycryptodomex (3.16.0 -> 3.18.0)
python-pydash (5.1.0 -> 7.0.3)
python-pydata-sphinx-theme (0.13.1 -> 0.13.3)
python-pydrive2 (1.10.1 -> 1.15.4)
python-pyee (9.0.4 -> 9.1.0)
python-pyfuse3 (3.2.2 -> 3.2.3)
python-pygame (2.1.3 -> 2.4.0)
python-pygit2 (1.11.1 -> 1.12.1)
python-pyglet (2.0.5 -> 2.0.7)
python-pygments-ansi-color (0.2.0 -> 0.3.0)
python-pygn (0.10.2 -> 0.11.0)
python-pyinstaller-hooks-contrib (2023.0 -> 2023.3)
python-pyipp (0.11.0 -> 0.13.0)
python-pyjnius (1.4.2 -> 1.5.0)
python-pykickstart (3.43 -> 3.47)
python-pylast (4.5.0 -> 5.1.0)
python-pyleri (1.3.3 -> 1.4.2)
python-pylibacl (0.6.0 -> 0.7.0)
python-pylibfdt (1.6.1 -> 1.7.0.post1)
python-pylint-venv (2.3.0 -> 3.0.1)
python-pylsqpack (0.3.16 -> 0.3.17)
python-pymarc (4.2.2 -> 5.1.0)
python-pymavlink (2.4.35 -> 2.4.38)
python-pymdown-extensions (9.11 -> 10.0.1)
python-pymetar (1.1 -> 1.4)
python-pymilter (1.0.4 -> 1.0.5)
python-pymisp (2.4.166 -> 2.4.171)
python-pymssql (2.1.5 -> 2.2.7)
python-pyp (1.1.0 -> 3.0.9)
python-pyperf (2.5.0 -> 2.6.0)
python-pypi-search (1.2.1 -> 1.2.2)
python-pypng (0.0.20 -> 0.20220715.0)
python-pyproject-metadata (0.6.1 -> 0.7.1)
python-pypuppetdb (2.5.1 -> 3.1.0)
python-pyroma (3.1 -> 4.2)
python-pyroute2 (0.7.3 -> 0.7.8)
python-pysaml2 (7.2.1 -> 7.4.1)
python-pyscreenshot (3.0 -> 3.1)
python-pyshark (0.4.6 -> 0.6)
python-pysmbc (1.0.23 -> 1.0.25.1)
python-pysol-cards (0.14.2 -> 0.14.3)
python-pytaglib (1.5.0 -> 2.0.0)
python-python-box (6.1.0 -> 7.0.1)
python-python-daemon (2.3.2 -> 3.0.1)
python-python-dbusmock (0.24.1 -> 0.29.0)
python-python-docs-theme (2022.1 -> 2023.5)
python-python-engineio (4.3.4 -> 4.4.1)
python-python-for-android (2023.2.10 -> 2023.5.21)
python-python-gitlab (3.12.0 -> 3.14.0)
python-python-gvm (23.2.0 -> 23.5.0)
python-python-jsonschema-objects (0.4.1 -> 0.4.2)
python-python-keycloak (2.6.0 -> 2.16.3)
python-python-lsp-black (1.2.1 -> 1.3.0)
python-python-lsp-server (1.7.2 -> 1.7.3)
python-python-lzo (1.14 -> 1.15)
python-python-mpd2 (3.0.5 -> 3.1.0)
python-python-multipart (0.0.5 -> 0.0.6)
python-python-nmap (0.6.1 -> 0.7.1)
python-python-pam (1.8.4 -> 2.0.2)
python-python-poppler (0.2.2 -> 0.4.1)
python-python-ptrace (0.9.7 -> 0.9.8)
python-python-rapidjson (1.9 -> 1.10)
python-python-redis-lock (3.7.0 -> 4.0.0)
python-python-rpm-spec (0.10 -> 0.14.1)
python-python-rtmidi (1.4.9 -> 1.5.0)
python-python-slugify (5.0.2 -> 8.0.1)
python-python-socketio (5.7.2 -> 5.8.0)
python-python-socks (2.1.1 -> 2.3.0)
python-python-stdnum (1.17 -> 1.18)
python-python-utils (3.4.5 -> 3.5.2)
python-pythonfinder (1.3.1 -> 2.0.3)
python-pytoolconfig (1.2.4 -> 1.2.5)
python-pyupgrade (3.2.2 -> 3.4.0)
python-pyvmomi (7.0.3 -> 8.0.1.0.1)
python-pyxattr (0.7.2 -> 0.8.1)
python-pyzmq (25.0.2 -> 25.1.0)
python-pyzstd (0.15.6 -> 0.15.7)
python-qcs-api-client (0.21.3 -> 0.21.5)
python-qrcode (7.3.1 -> 7.4.2)
python-radon (5.1.0 -> 6.0.1)
python-rapidfuzz (2.13.7 -> 3.0.0)
python-rdflib (6.1.1 -> 6.3.2)
python-recordclass (0.18.0.1 -> 0.18.4)
python-redfish (3.1.8 -> 3.1.9)
python-reedsolo (1.6.0 -> 1.7.0)
python-reno (3.5.0 -> 4.0.0)
python-repoze.who (2.4.1 -> 3.0.0)
python-requests (2.30.0 -> 2.31.0)
python-requirements-detector (0.7 -> 1.2.2)
python-requirements-parser (0.2.0 -> 0.5.0)
python-resolvelib (0.8.1 -> 1.0.1)
python-restview (3.0.0 -> 3.0.1)
python-rnginline (0.0.2 -> 1.0.0)
python-robotframework (6.0.1 -> 6.0.2)
python-rope (1.6.0 -> 1.8.0)
python-rpmfile (1.0.4 -> 1.1.1)
python-rpyc (5.3.0 -> 5.3.1)
python-rq (1.15 -> 1.15.0)
python-rstcheck (3.3.1 -> 6.1.2)
python-rt (3.0.4 -> 3.0.5)
python-ruamel.std.pathlib (0.9.2 -> 0.12.0)
python-ruamel.yaml (0.17.26 -> 0.17.28)
python-schedule (1.1.0 -> 1.2.0)
python-scp (0.14.4 -> 0.14.5)
python-securesystemslib (0.21.0 -> 0.28.0)
python-selection (0.0.14 -> 0.0.21)
python-selenium (3.141.0 -> 4.9.1)
python-setuptools (67.7.2 -> 67.8.0)
python-setuptools-declarative-requirements (1.2.0 -> 1.3.0)
python-setuptools-gettext (0.1.1 -> 0.1.3)
python-setuptools-git-versioning (1.13.2 -> 1.13.3)
python-shellingham (1.5.0 -> 1.5.0.post1)
python-shodan (1.28.0 -> 1.29.1)
python-simpleeval (0.9.12 -> 0.9.13)
python-slack-sdk (3.19.5 -> 3.21.3)
python-slip (0.6.5 -> 20191113)
python-smpplib (2.2.1 -> 2.2.3)
python-softlayer (6.1.4 -> 6.1.7)
python-sortinghat (0.7.23 -> 0.10.0)
python-sounddevice (0.4.5 -> 0.4.6)
python-specfile (0.17.0 -> 0.18.0)
python-sphinx-autodoc-typehints (1.19.2 -> 1.23.0)
python-sphinx-book-theme (0.1.3 -> 1.0.1)
python-sphinx-jsonschema (1.16.8 -> 1.19.1)
python-sphinx-theme-builder (0.2.0b1 -> 0.2.0b2)
python-sphinx_rtd_theme (1.2.0 -> 1.2.1)
python-sphinxcontrib-plantuml (0.24.1 -> 0.25)
python-sphinxext-opengraph (0.7.5 -> 0.8.2)
python-sphobjinv (2.2.2 -> 2.3.1)
python-spotipy (2.22.0 -> 2.23.0)
python-spur (0.3.22 -> 0.3.23)
python-sqlglot (7.0.0 -> 14.1.1)
python-sqlite-utils (3.24 -> 3.32.1)
python-sqlite3-to-mysql (1.4.16 -> 1.4.18)
python-sqlitedict (1.6.0 -> 2.1.0)
python-srcinfo (0.1.1 -> 0.1.2)
python-statsd (3.3.0 -> 4.0.1)
python-stestr (3.2.1 -> 4.0.1)
python-strictyaml (1.6.2 -> 1.7.3)
python-stripe (2.63.0 -> 5.4.0)
python-structlog (22.1.0 -> 23.1.0)
python-sure (2.0.0 -> 2.0.1)
python-svglib (1.1.0 -> 1.5.1)
python-sybil (3.0.0 -> 5.0.2)
python-tableauserverclient (0.18.0 -> 0.25)
python-tablib (3.3.0 -> 3.4.0)
python-tabpy (2.5.0 -> 2.8.0)
python-tcolorpy (0.1.2 -> 0.1.3)
python-tenacity (8.1.0 -> 8.2.2)
python-termcolor (2.1.1 -> 2.3.0)
python-terminaltables (3.1.0 -> 3.1.10)
python-testfixtures (7.0.4 -> 7.1.0)
python-testflo (1.4.9 -> 1.4.12)
python-textX (3.0.0 -> 3.1.1)
python-thespian (3.10.6 -> 3.10.7)
python-tinydb (4.7.0 -> 4.7.1)
python-tld (0.12.6 -> 0.13)
python-tokenize-rt (4.2.1 -> 5.0.0)
python-toposort (1.7 -> 1.10)
python-towncrier (19.2.0 -> 22.12.0)
python-tox (4.5.1 -> 4.5.2)
python-transaction (3.0.1 -> 3.1.0)
python-transitions (0.8.10 -> 0.9.0)
python-trove-classifiers (2023.5.2 -> 2023.5.24)
python-truststore (0.4.0 -> 0.7.0)
python-ttp-templates (0.3.2 -> 0.3.5)
python-tweepy (4.9.0 -> 4.14.0)
python-txtorcon (22.0.0 -> 23.5.0)
python-typedload (2.19 -> 2.22)
python-typing-inspect (0.8.0 -> 0.9.0)
python-typing_extensions (4.5.0 -> 4.6.2)
python-tzlocal (4.3 -> 5.0.1)
python-u-msgpack-python (2.7.2 -> 2.8.0)
python-uc-micro-py (1.0.1 -> 1.0.2)
python-ufoLib2 (0.13.1 -> 0.14.0)
python-unearth (0.7.0 -> 0.9.1)
python-unidiff (0.7.4 -> 0.7.5)
python-unittest-xml-reporting (3.0.2 -> 3.2.0)
python-unsync (1.3 -> 1.4.0)
python-uritools (4.0.0 -> 4.0.1)
python-urlextract (1.7.1 -> 1.8.0)
python-user-agents (2.1.0 -> 2.2.0)
python-userpath (1.7.0 -> 1.8.0)
python-validate-pyproject (0.12.2 -> 0.13)
python-vcrpy (4.2.1 -> 4.3.1)
python-vdirsyncer (0.19.0 -> 0.19.1)
python-versioneer (0.26 -> 0.28)
python-virtue (2.5.2 -> 2023.5.1)
python-vncdotool (1.0.0 -> 1.1.0)
python-voluptuous-serialize (2.5.0 -> 2.6.0)
python-vulture (2.1 -> 2.7)
python-w3lib (1.22.0 -> 2.1.1)
python-weasyprint (56.1 -> 59.0)
python-weblate-language-data (2022.9 -> 2023.4)
python-weblate-schemas (2022.1 -> 2023.2)
python-websocket-client (1.5.1 -> 1.5.2)
python-whatthepatch (1.0.3 -> 1.0.5)
python-wheezy.template (0.1.195 -> 3.1.0)
python-whitenoise (6.2.0 -> 6.4.0)
python-xdg (5.1.1 -> 6.0.0)
python-xdoctest (0.15.10 -> 1.1.1)
python-xhtml2pdf (0.2.6 -> 0.2.11)
python-xmldiff (2.4 -> 2.6.3)
python-xxhash (3.1.0 -> 3.2.0)
python-yacron (0.17.0 -> 0.19.0)
python-yamllint (1.31.0 -> 1.32.0)
python-yaspin (0.18.0 -> 2.3.0)
python-zc.lockfile (2.0 -> 3.0.post1)
python-zdaemon (4.4 -> 5.0)
python-zeep (4.1.0 -> 4.2.1)
python-zeroconf (0.56.0 -> 0.63.0)
python-zict (2.2.0 -> 3.0.0)
python-zodbpickle (2.6 -> 3.0.1)
python-zope.configuration (4.4.1 -> 5.0)
python-zope.location (4.3 -> 5.0)
python-zope.proxy (4.6.1 -> 5.0.0)
Needed updates for devel:languages:python:avocado:
These packages don't seem to be available on PyPI:
apparmor-rpm-macros
gnu-compilers-hpc
libsodium
openblas
suse-hpc
These packages need to be upgraded:
python-aexpect (1.6.4 -> 1.7.0)
python-inspektor (0.5.2 -> 0.5.3)
Needed updates for devel:languages:python:aws:
These packages need to be upgraded:
python-aws-sam-translator (1.55.0 -> 1.68.0)
python-boto3 (1.26.130 -> 1.26.142)
python-botocore (1.29.130 -> 1.29.142)
python-cfn-lint (0.72.10 -> 0.77.5)
python-moto (4.1.0 -> 4.1.10)
python-pynamodb (5.3.4 -> 5.5.0)
python-s3transfer (0.6.0 -> 0.6.1)
Needed updates for devel:languages:python:azure:
These packages need to be upgraded:
python-azure-ai-anomalydetector (3.0.0b5 -> 3.0.0b6)
python-azure-datalake-store (0.0.52 -> 0.0.53)
python-azure-mgmt (4.0.0 -> 5.0.0)
python-azure-mgmt-compute (29.1.0 -> 30.0.0)
python-azure-mgmt-costmanagement (3.0.0 -> 4.0.0)
python-azure-mgmt-databox (1.0.0.0 -> 2.0.0)
python-azure-mgmt-keyvault (10.2.1 -> 10.2.2)
python-azure-mgmt-kubernetesconfiguration (2.0.0 -> 3.0.0)
python-azure-monitor (0.3.1 -> 0.4.0)
python-azure-storage (0.36.0 -> 0.37.0)
python-azure-template (0.1.0b2609285 -> 0.1.0b2675288)
Needed updates for devel:languages:python:certbot:
These packages don't seem to be available on PyPI:
certbot-systemd-timer
These packages need to be upgraded:
python-acme (1.31.0 -> 2.6.0)
python-certbot (1.31.0 -> 2.6.0)
python-certbot-apache (1.31.0 -> 2.6.0)
python-certbot-dns-cloudflare (1.31.0 -> 2.6.0)
python-certbot-dns-cloudxns (1.31.0 -> 1.32.0)
python-certbot-dns-digitalocean (1.31.0 -> 2.6.0)
python-certbot-dns-dnsimple (1.31.0 -> 2.6.0)
python-certbot-dns-dnsmadeeasy (1.31.0 -> 2.6.0)
python-certbot-dns-google (1.31.0 -> 2.6.0)
python-certbot-dns-linode (1.31.0 -> 2.6.0)
python-certbot-dns-luadns (1.31.0 -> 2.6.0)
python-certbot-dns-nsone (1.31.0 -> 2.6.0)
python-certbot-dns-rfc2136 (1.31.0 -> 2.6.0)
python-certbot-dns-route53 (1.31.0 -> 2.6.0)
python-certbot-nginx (1.31.0 -> 2.6.0)
Needed updates for devel:languages:python:django:
These packages need to be upgraded:
python-aldjemy (1.0.0 -> 2.6)
python-django-allauth (0.47.0 -> 0.54.0)
python-django-auth-ldap (4.0.0 -> 4.3.0)
python-django-axes (5.40.1 -> 6.0.1)
python-django-bootstrap3 (14.2.0 -> 23.1)
python-django-bootstrap4 (21.2 -> 23.1)
python-django-classy-tags (3.0.1 -> 4.0.0)
python-django-codemod (1.11.0 -> 1.11.7)
python-django-cors-headers (3.13.0 -> 4.0.0)
python-django-countries (7.2.1 -> 7.5.1)
python-django-crispy-forms (1.14.0 -> 2.0)
python-django-debug-toolbar (3.6 -> 4.1.0)
python-django-environ (0.4.5 -> 0.10.0)
python-django-filter (23.1 -> 23.2)
python-django-health-check (3.16.5 -> 3.17.0)
python-django-import-export (2.7.1 -> 3.2.0)
python-django-invitations (1.9.3 -> 2.0.0)
python-django-js-asset (2.0 -> 2.0.0)
python-django-minio-storage (0.5.3 -> 0.5.4)
python-django-money (3.0 -> 3.1.0)
python-django-mptt (0.14 -> 0.14.0)
python-django-oauth-toolkit (1.7.0 -> 2.2.0)
python-django-oidc-provider (0.7.0 -> 0.8.0)
python-django-oscar (3.1 -> 3.2)
python-django-perf-rec (4.11.0 -> 4.22.1)
python-django-phonenumber-field (5.1.0 -> 7.1.0)
python-django-pipeline (2.0.8 -> 2.1.0)
python-django-polymorphic (3.1 -> 3.1.0)
python-django-requests-debug-toolbar (0.0.3 -> 0.0.5)
python-django-rest-framework-client (0.1.1 -> 0.7.0)
python-django-rq (2.8.0 -> 2.8.1)
python-django-seed (0.2.2 -> 0.3.1)
python-django-sekizai (2.0.0 -> 4.1.0)
python-django-treebeard (4.5.1 -> 4.7)
python-django-webpack-loader (1.8.1 -> 2.0.0)
python-django-widget-tweaks (1.4.8 -> 1.4.12)
python-graphene-django (3.0.0 -> 3.1.1)
python-model-bakery (1.9.0 -> 1.11.0)
python-siphashc (1.3 -> 2.1)
python-social-auth-app-django (5.0.0 -> 5.2.0)
python-sorl-thumbnail (12.7.0 -> 12.9.0)
python-swapper (1.1.2.post1 -> 1.3.0)
python-xapian-haystack (2.1.1 -> 3.1.0)
Needed updates for devel:languages:python:Factory:
These packages don't seem to be available on PyPI:
patterns-devel-python
pypy3
python
python310
python311
python312
python38
python39
shared-python-startup
Needed updates for devel:languages:python:flask:
These packages need to be upgraded:
python-Flask (2.2.5 -> 2.3.2)
python-Flask-Admin (1.6.0 -> 1.6.1)
python-Flask-Babel (2.0.0 -> 3.1.0)
python-Flask-Caching (1.9.0 -> 2.0.2)
python-Flask-HTMLmin (2.2.0 -> 2.2.1)
python-Flask-HTTPAuth (4.4.0 -> 4.8.0)
python-Flask-RESTful (0.3.9 -> 0.3.10)
python-Flask-SQLAlchemy (3.0.2 -> 3.0.3)
python-Flask-Security-Too (5.1.1 -> 5.2.0)
python-Flask-SocketIO (5.1.1 -> 5.3.4)
python-Flask-WTF (1.0.1 -> 1.1.1)
python-flask-jwt-extended (4.3.1 -> 4.5.2)
python-flask-restx (0.5.1 -> 1.1.0)
Needed updates for devel:languages:python:jupyter:
These packages don't seem to be available on PyPI:
jupyter
jupyter-imatlab
jupyter-jupyter-wysiwyg
jupyter-jupyterlab-latex
jupyter-matlab-kernel
These packages need to be upgraded:
python-ipykernel (6.22.0 -> 6.23.1)
python-ipython (8.13.1 -> 8.13.2)
python-ipyvue (1.9.0 -> 1.9.1)
python-jupyter-collaboration (0.8.0 -> 1.0.0a8)
python-jupyter-server (2.5.0 -> 2.6.0)
python-jupyter-ydoc (0.2.4 -> 1.0.2)
python-jupyter_nbextensions_configurator (0.6.1 -> 0.6.3)
python-jupyterlab (3.6.3 -> 4.0.0)
python-nbclassic (0.5.6 -> 1.0.0)
python-nbclient (0.7.4 -> 0.8.0)
python-nbconvert (7.3.1 -> 7.4.0)
python-nbsphinx (0.9.1 -> 0.9.2)
python-qtconsole (5.4.2 -> 5.4.3)
python-watermark (2.3.1 -> 2.4.2)
python-y-py (0.5.5 -> 0.6.0)
python-ypy-websocket (0.8.2 -> 0.9.0)
Needed updates for devel:languages:python:numeric:
These packages need to be upgraded:
python-GooseMPL (0.12.1 -> 0.14.0)
python-PeakUtils (1.3.3 -> 1.3.4)
python-Pint (0.20.1 -> 0.22)
python-PyX (0.15 -> 0.16)
python-XlsxWriter (3.0.3 -> 3.1.1)
python-altair (4.2.2 -> 5.0.1)
python-arf (2.6.1 -> 2.6.4)
python-asdf-coordinates-schemas (0.1.0 -> 0.2.0)
python-astropy (5.2.2 -> 5.3)
python-awkward (2.1.4 -> 2.2.1)
python-blosc2 (2.2.2 -> 2.2.3)
python-bokcolmaps (2.0.1 -> 3.1.2)
python-cdflib (0.3.20 -> 0.4.9)
python-chartify (3.0.5 -> 4.0.3)
python-cluster (1.4.1.post2 -> 1.4.1.post3)
python-dash (2.6.2 -> 2.10.0)
python-dask (2023.3.2 -> 2023.5.1)
python-deap (1.3.1 -> 1.3.3)
python-distributed (2023.3.2 -> 2023.5.1)
python-drms (0.6.2 -> 0.6.3)
python-envisage (6.1.1 -> 7.0.3)
python-ezdxf (0.16.3 -> 1.0.3)
python-fabio (0.14.0 -> 2023.4.1)
python-fastnumbers (3.2.1 -> 5.0.1)
python-finance_enums (0.1.0 -> 0.1.1)
python-girder-client (3.1.3 -> 3.1.20)
python-gsw (3.6.16 -> 3.6.16.post1)
python-healpy (1.16.1 -> 1.16.2)
python-hepunits (2.0.1 -> 2.3.2)
python-holoviews (1.15.4 -> 1.16.0)
python-imreg (2020.1.1 -> 2022.9.27)
python-jplephem (2.15 -> 2.18)
python-kwant (1.4.2 -> 1.4.3)
python-lfdfiles (2020.9.18 -> 2023.4.20)
python-librosa (0.9.2 -> 0.10.0.post2)
python-lmfit (1.1.0 -> 1.2.1)
python-matplotlib (3.6.3 -> 3.7.1)
python-mizani (0.8.1 -> 0.9.2)
python-mpl-animators (1.0.1 -> 1.1.0)
python-mpmath (1.2.1 -> 1.3.0)
python-ndindex (1.6 -> 1.7)
python-ndtiff (1.12.0 -> 2.0.0)
python-netCDF4 (1.6.2 -> 1.6.3)
python-netpbmfile (2020.10.18 -> 2023.1.1)
python-networkx (2.8.8 -> 3.1)
python-nibabel (4.0.2 -> 5.1.0)
python-nilearn (0.10.0 -> 0.10.1)
python-npTDMS (1.2.0 -> 1.6.2)
python-nptyping (2.4.1 -> 2.5.0)
python-o2sclpy (0.926 -> 0.927.post1)
python-oct2py (5.0.4 -> 5.6.0)
python-openTSNE (0.6.2 -> 1.0.0)
python-openpyxl (3.0.10 -> 3.1.2)
python-orange-canvas-core (0.1.18 -> 0.1.31)
python-orange-widget-base (4.11.0 -> 4.21.0)
python-palettable (3.3.0 -> 3.3.3)
python-pandas (1.5.3 -> 2.0.1)
python-panel (0.14.4 -> 1.0.3)
python-plotly (5.13.1 -> 5.14.1)
python-pomegranate (0.12.0 -> 1.0.0)
python-praatio (4.1.0 -> 6.0.0)
python-psychtoolbox (3.0.16 -> 3.0.19.0)
python-pydata-google-auth (1.1.0 -> 1.8.0)
python-pyemd (0.5.1 -> 1.0.0)
python-pyface (7.4.4 -> 8.0.0)
python-pypet (0.6.0 -> 0.6.1)
python-pyqtgraph (0.13.1 -> 0.13.3)
python-pyquil (3.3.3 -> 3.5.2)
python-pyssim (0.5 -> 0.6)
python-python-pseudorandom (0.2.2 -> 0.3.2)
python-pyviz-comms (2.2.1 -> 2.3.0)
python-pyzo (4.11.2 -> 4.12.7)
python-quantities (0.14.0 -> 0.14.1)
python-quimb (1.4.2 -> 1.5.0)
python-reportlab (3.6.12 -> 4.0.0)
python-reproject (0.9.1 -> 0.11.0)
python-roifile (2020.11.28 -> 2023.5.12)
python-roman (3.3 -> 4.1)
python-rpcq (3.10.0 -> 3.11.0)
python-rpy2 (3.4.4 -> 3.5.12)
python-scikit-build-core (0.2.2 -> 0.4.2)
python-scikit-dsp-comm (1.2.0 -> 2.0.3)
python-scikit-hep-testdata (0.4.30 -> 0.4.31)
python-scikit-image (0.19.3 -> 0.20.0)
python-scikit-learn (1.2.1 -> 1.2.2)
python-scikit-sound (0.2.3 -> 0.2.11)
python-scikit-sparse (0.4.5 -> 0.4.8)
python-scikit-umfpack (0.3.2 -> 0.3.3)
python-sfs (0.5.0 -> 0.6.2)
python-sgp4 (2.20 -> 2.22)
python-sherpa (4.15.0 -> 4.15.1)
python-shinyutils (3.1.0 -> 12.4.0)
python-skyfield (1.45 -> 1.46)
python-soxr (0.3.4 -> 0.3.5)
python-statsmodels (0.13.5 -> 0.14.0)
python-sunpy (4.1.3 -> 4.1.6)
python-sympy (1.11.1 -> 1.12)
python-tifffile (2023.3.15 -> 2023.4.12)
python-traits (6.3.1 -> 6.4.1)
python-traitsui (7.2.1 -> 8.0.0)
python-unyt (2.9.4 -> 2.9.5)
python-vispy (0.12.2 -> 0.13.0)
python-visvis (1.13.0 -> 1.14.0)
python-xarray (2023.2.0 -> 2023.5.0)
python-yt (4.1.4 -> 4.2.0)
python-zarr (2.13.3 -> 2.14.2)
Needed updates for devel:languages:python:pyramid:
Needed updates for devel:languages:python:pytest:
These packages need to be upgraded:
python-pytest-bdd (5.0.0 -> 6.1.1)
python-pytest-check (1.0.5 -> 2.1.4)
python-pytest-console-scripts (1.3.1 -> 1.4.0)
python-pytest-cov (4.0.0 -> 4.1.0)
python-pytest-djangoapp (0.15.2 -> 1.2.0)
python-pytest-httpbin (1.0.2 -> 2.0.0)
python-pytest-httpserver (1.0.7 -> 1.0.8)
python-pytest-httpx (0.21.2 -> 0.22.0)
python-pytest-metadata (2.0.4 -> 3.0.0)
python-pytest-mpl (0.12.0 -> 0.16.1)
python-pytest-relaxed (2.0.0 -> 2.0.1)
python-pytest-subtests (0.10.0 -> 0.11.0)
1
0
Non-integrated packages in devel:languages:python:
devel:languages:python/micropython-lib
devel:languages:python/python-2to3
devel:languages:python/python-RPi.GPIO
devel:languages:python/python-SimpleSQLite
devel:languages:python/python-Twiggy
devel:languages:python/python-aiormq
devel:languages:python/python-anymarkup
devel:languages:python/python-asyncio-pool
devel:languages:python/python-bincopy
devel:languages:python/python-bluepy
devel:languages:python/python-browsers
devel:languages:python/python-buildozer
devel:languages:python/python-click-command-tree
devel:languages:python/python-cliff
devel:languages:python/python-dash
devel:languages:python/python-editdistance-s
devel:languages:python/python-fangfrisch
devel:languages:python/python-fixedint
devel:languages:python/python-goobook
devel:languages:python/python-intelhex
devel:languages:python/python-lastversion
devel:languages:python/python-libtmux
devel:languages:python/python-libusbsio
devel:languages:python/python-mkdocs-redirects
devel:languages:python/python-msgfy
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.utils.re
devel:languages:python/python-opentelemetry-instrumentation
devel:languages:python/python-opentelemetry-semantic-conventions
devel:languages:python/python-orangebox
devel:languages:python/python-packageurl-python
devel:languages:python/python-plyer
devel:languages:python/python-pylink-square
devel:languages:python/python-pylsp-isort
devel:languages:python/python-pyocd-pemicro
devel:languages:python/python-sly
devel:languages:python/python-sqliteschema
devel:languages:python/python-tabledata
devel:languages:python/python-tlv8
devel:languages:python/python-update_checker
devel:languages:python/python-urllib-gssapi
Packages with diff in devel:languages:python:
devel:languages:python/git-review
devel:languages:python/python-AnyQt
devel:languages:python/python-Arpeggio
devel:languages:python/python-Authlib
devel:languages:python/python-DataProperty
devel:languages:python/python-SQLAlchemy
devel:languages:python/python-amqpstorm
devel:languages:python/python-bowler
devel:languages:python/python-discogs-client
devel:languages:python/python-gast
devel:languages:python/python-imageio
devel:languages:python/python-influxdb
devel:languages:python/python-langtable
devel:languages:python/python-lml
devel:languages:python/python-moban
devel:languages:python/python-proselint
devel:languages:python/python-python3-saml
devel:languages:python/python-scripttest
devel:languages:python/python-sentry-sdk
devel:languages:python/python-sigal
devel:languages:python/python-treq
devel:languages:python/python-trustme
devel:languages:python/python-xmlsec
Non-integrated packages in devel:languages:python:avocado:
devel:languages:python:avocado/python-Fabric
devel:languages:python:avocado/python-PrettyTable
devel:languages:python:avocado/python-fluidity-sm
devel:languages:python:avocado/python-invoke
devel:languages:python:avocado/python-lexicon
devel:languages:python:avocado/python-nose
devel:languages:python:avocado/python-pathlib2
devel:languages:python:avocado/python-pytest-runner
devel:languages:python:avocado/python-unittest2
Packages with diff in devel:languages:python:avocado:
devel:languages:python:avocado/python-avocado
Non-integrated packages in devel:languages:python:aws:
devel:languages:python:aws/python-s3fs
Packages with diff in devel:languages:python:aws:
devel:languages:python:aws/python-aws-xray-sdk
Non-integrated packages in devel:languages:python:azure:
devel:languages:python:azure/python-azure-appconfiguration-provider
devel:languages:python:azure/python-azure-defender-easm
devel:languages:python:azure/python-azure-developer-devcenter
devel:languages:python:azure/python-azure-healthinsights-cancerprofiling
devel:languages:python:azure/python-azure-healthinsights-clinicalmatching
devel:languages:python:azure/python-azure-monitor-opentelemetry-exporter
Packages with diff in devel:languages:python:azure:
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-fsm
devel:languages:python:django/python-django-prometheus
devel:languages:python:django/python-django-pyscss
devel:languages:python:django/python-django-threadedcomments
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:
devel:languages:python:Factory/python38
Non-integrated packages in devel:languages:python:flask:
devel:languages:python:flask/python-Flask-Assets
devel:languages:python:flask/python-Flask-OpenTracing
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:
devel:languages:python:numeric/python-hankel
devel:languages:python:numeric/python-hyperspy
devel:languages:python:numeric/python-pyvo
Packages with diff in devel:languages:python:numeric:
devel:languages:python:numeric/python-bokeh
devel:languages:python:numeric/python-gscholar
devel:languages:python:numeric/python-pyqtgraph
devel:languages:python:numeric/python-streamz
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-twisted
1
0
Needed updates for devel:languages:python:
These packages don't seem to be available on PyPI:
ansible
micropython
micropython-lib
preinstallimage-python
python2-pip
python2-pycairo
python2-setuptools
These packages need to be upgraded:
python-Cerberus (1.3.2 -> 1.3.4)
python-Chameleon (3.10.2 -> 4.0.0)
python-Fabric (2.7.1 -> 3.0.1)
python-Faker (18.7.0 -> 18.9.0)
python-Glances (3.3.1 -> 3.4.0.3)
python-Glymur (0.11.3 -> 0.12.6.post1)
python-IMDbPY (2021.4.18 -> 2022.7.9)
python-Kivy (2.1.0 -> 2.2.0)
python-Lektor (3.3.7 -> 3.3.10)
python-Markups (3.0.0 -> 4.0.0)
python-Nuitka (1.4.5 -> 1.5.8)
python-Pallets-Sphinx-Themes (2.0.3 -> 2.1.0)
python-Paste (3.5.2 -> 3.5.3)
python-PasteDeploy (2.1.1+git.1652668078.0f0697d -> 3.0.1)
python-PyAudio (0.2.11 -> 0.2.13)
python-PyChromecast (13.0.4 -> 13.0.7)
python-PyDispatcher (2.0.6 -> 2.0.7)
python-PyGithub (1.57 -> 1.58.2)
python-PyHamcrest (2.0.3 -> 2.0.4)
python-PyICU (2.10.2 -> 2.11)
python-PyInstaller (5.6.2 -> 5.11.0)
python-PyMuPDF (1.21.1 -> 1.22.3)
python-PyPDF2 (2.11.1 -> 3.0.1)
python-PySDL2 (0.9.14 -> 0.9.15)
python-PyTweening (1.0.4 -> 1.0.7)
python-PyWebDAV3 (0.9.14 -> 0.10.0)
python-Pyphen (0.10.0 -> 0.14.0)
python-QDarkStyle (3.0.2 -> 3.1)
python-QtAwesome (1.2.1 -> 1.2.3)
python-QtPy (2.3.0 -> 2.3.1)
python-Rtree (0.9.7 -> 1.0.1)
python-SPARQLWrapper (1.8.5 -> 2.0.0)
python-SQLAlchemy (2.0.13 -> 2.0.15)
python-SQLAlchemy-Utils (0.38.3 -> 0.41.1)
python-Scrapy (2.7.1 -> 2.9.0)
python-Send2Trash (1.8.0 -> 1.8.2)
python-SimpleWebSocketServer (0.1.1 -> 0.1.2)
python-SpeechRecognition (3.8.1 -> 3.10.0)
python-Telethon (1.26.0 -> 1.28.5)
python-Werkzeug (2.2.3 -> 2.3.4)
python-ZConfig (3.6.1 -> 4.0)
python-aenum (3.1.11 -> 3.1.12)
python-afdko (3.9.3 -> 3.9.5)
python-aiodataloader (0.2.1 -> 0.4.0)
python-aiosqlite (0.17.0 -> 0.19.0)
python-alembic (1.10.4 -> 1.11.1)
python-amqpstorm (2.10.4 -> 2.10.6)
python-annoy (1.17.1 -> 1.17.2)
python-antlr4-python3-runtime (4.9.3 -> 4.12.0)
python-apiron (7.0.0 -> 7.1.0.post1)
python-apsw (3.41.2.0 -> 3.42.0.0)
python-ara (1.5.8 -> 1.6.1)
python-argh (0.26.2 -> 0.28.1)
python-argparse-manpage (4.1 -> 4.3)
python-astral (2.2 -> 3.2)
python-atlassian-python-api (2.0.1 -> 3.37.0)
python-authheaders (0.14.1 -> 0.15.2)
python-autobahn (22.7.1 -> 23.1.2)
python-autoflake (1.5.3 -> 2.1.1)
python-bandit (1.7.4 -> 1.7.5)
python-bibtexparser (1.2.0 -> 1.4.0)
python-bitstring (3.1.9 -> 4.0.2)
python-blessed (1.19.1 -> 1.20.0)
python-boltons (21.0.0 -> 23.0.0)
python-bracex (2.2.1 -> 2.3.post1)
python-breathe (4.34.0 -> 4.35.0)
python-buttplug (0.2.0 -> 0.3.0)
python-caldav (0.10.0 -> 1.2.1)
python-canonicaljson (1.6.5 -> 2.0.0)
python-cassandra-driver (3.26.0 -> 3.27.0)
python-catkin-pkg (0.4.24 -> 0.5.2)
python-checkdmarc (4.4.1 -> 4.6.0)
python-cheroot (9.0.0 -> 10.0.0)
python-circuitbreaker (1.3.2 -> 2.0.0)
python-ciscoconfparse (1.7.18 -> 1.7.24)
python-click-didyoumean (0.0.3 -> 0.3.0)
python-cloudflare (2.8.15 -> 2.11.4)
python-cloudscraper (1.2.58 -> 1.2.71)
python-coconut (1.6.0 -> 3.0.0)
python-colander (1.7.0 -> 2.0)
python-copr (1.124 -> 1.128)
python-copr-cli (1.105 -> 1.108)
python-cron-descriptor (1.2.32 -> 1.4.0)
python-crontab (0.23.0 -> 1.0.1)
python-databases (0.6.2 -> 0.7.0)
python-ddg3 (0.6.6git~20170824T092521~0ef6b2f -> 0.6.8)
python-debugpy (1.6.6 -> 1.6.7)
python-deepmerge (0.1.0 -> 1.1.0)
python-dictknife (0.13.0 -> 0.14.0)
python-diff-match-patch (20200713 -> 20230430)
python-dirty-equals (0.5.0 -> 0.6.0)
python-dj-database-url (1.3.0 -> 2.0.0)
python-djangorestframework-simplejwt (4.6.0 -> 5.2.2)
python-dkimpy (1.0.5 -> 1.1.4)
python-dns-lexicon (3.9.4 -> 3.11.7)
python-docformatter (1.4 -> 1.7.1)
python-docker (5.0.3 -> 6.1.2)
python-docrepr (0.1.1 -> 0.2.0)
python-docutils (0.19 -> 0.20.1)
python-dogpile.cache (1.2.0 -> 1.2.1)
python-dpkt (1.9.7.2 -> 1.9.8)
python-dropbox (10.4.1 -> 11.36.0)
python-dynaconf (3.1.11 -> 3.1.12)
python-edgegrid-python (1.2.1 -> 1.3.1)
python-elasticsearch (7.6.0 -> 8.7.0)
python-email-validator (1.3.1 -> 2.0.0.post2)
python-environ-config (22.1.0 -> 23.2.0)
python-eradicate (2.1.0 -> 2.2.0)
python-et_xmlfile (1.0.1 -> 1.1.0)
python-exiv2 (0.11.0 -> 0.14.1)
python-fakeredis (2.12.0 -> 2.12.1)
python-fanficfare (4.21.0 -> 4.23.0)
python-fasteners (0.17.3 -> 0.18)
python-fedora-messaging (3.2.0 -> 3.3.0)
python-flake8-docstrings (1.6.0 -> 1.7.0)
python-flake8-pyi (23.1.2 -> 23.5.0)
python-flasgger (0.9.5 -> 0.9.7.1)
python-flexmock (0.10.8 -> 0.11.3)
python-flit (3.8.0 -> 3.9.0)
python-flit-core (3.8.0 -> 3.9.0)
python-flower (1.1.0 -> 1.2.0)
python-fluidity-sm (0.2.0 -> 0.2.1)
python-flynt (0.76 -> 0.78)
python-forbiddenfruit (0.1.3 -> 0.1.4)
python-freetype-py (2.3.0 -> 2.4.0)
python-fritzconnection (1.10.3 -> 1.12.0)
python-frozendict (2.3.5 -> 2.3.8)
python-fsspec (2023.3.0 -> 2023.5.0)
python-ftfy (6.0.3 -> 6.1.1)
python-ftputil (3.4 -> 5.0.4)
python-funcy (1.18 -> 2.0)
python-gTTS (2.3.1 -> 2.3.2)
python-gast (0.5.3 -> 0.5.4)
python-gcsfs (2023.3.0 -> 2023.5.0)
python-ged4py (0.1.12 -> 0.4.4)
python-getmac (0.8.3 -> 0.9.3)
python-git-pw (2.4.0 -> 2.5.0)
python-github3.py (3.2.0 -> 4.0.1)
python-glean (1.19.0 -> 1.23.0)
python-glean-parser (6.3.0 -> 7.2.1)
python-glfw (2.5.5 -> 2.5.9)
python-google-auth (2.17.3 -> 2.18.1)
python-google-cloud-kms (2.16.1 -> 2.17.0)
python-google-cloud-translate (3.11.0 -> 3.11.1)
python-graphene (3.2.1 -> 3.2.2)
python-grpc-google-iam-v1 (0.12.4 -> 0.12.6)
python-gspread (5.7.2 -> 5.9.0)
python-gvm-tools (23.2.0 -> 23.4.0)
python-hammett (0.5.0 -> 0.9.4)
python-hcloud (1.17.0 -> 1.20.0)
python-hijri-converter (2.2.4 -> 2.3.1)
python-hiredis (2.2.2 -> 2.2.3)
python-holidays (0.20 -> 0.25)
python-html5-parser (0.4.10 -> 0.4.11)
python-httpcore (0.17.0 -> 0.17.1)
python-httpx (0.24.0 -> 0.24.1)
python-humanize (4.4.0 -> 4.6.0)
python-humanreadable (0.1.0 -> 0.3.0)
python-hunter (3.5.1 -> 3.6.1)
python-hupper (1.10.3 -> 1.12)
python-icalendar (4.1.0 -> 5.0.5)
python-identify (2.2.13 -> 2.5.24)
python-ijson (3.1.4 -> 3.2.0.post0)
python-imageio (2.22.1 -> 2.28.1)
python-impacket (0.9.23 -> 0.10.0)
python-invocations (3.0.2 -> 3.3.0)
python-invoke (2.1.1 -> 2.1.2)
python-irc (19.0.1 -> 20.1.0)
python-isbnlib (3.10.12 -> 3.10.14)
python-isc_dhcp_leases (0.9.1 -> 0.10.0)
python-itemadapter (0.7.0 -> 0.8.0)
python-itemloaders (1.0.6 -> 1.1.0)
python-iwlib (1.6.2 -> 1.7.0)
python-jaraco.context (4.1.2 -> 4.3.0)
python-jdatetime (4.1.0 -> 4.1.1)
python-jellyfish (0.8.2 -> 0.11.2)
python-jenkinsapi (0.3.11 -> 0.3.13)
python-jirafs (2.3.0 -> 2.3.1)
python-json5 (0.9.13 -> 0.9.14)
python-json_tricks (3.16.1 -> 3.17.0)
python-jsonpath-ng (1.5.2 -> 1.5.3)
python-jsonref (0.2 -> 1.1.0)
python-khal (0.10.5 -> 0.11.1)
python-kismet-rest (2019.05.02 -> 2020.5.1)
python-kismetdb (2019.05.05 -> 2021.6.1)
python-kmatch (0.4.0 -> 0.5.0)
python-kmod (0.9.1 -> 0.9.2)
python-langtable (0.0.61 -> 0.0.62)
python-lazr.config (2.2.3 -> 3.0)
python-lazr.delegates (2.0.4 -> 2.1.0)
python-lhafile (0.2.2 -> 0.3.0)
python-libnacl (1.7.2 -> 1.8.0)
python-limnoria (2023.02.11 -> 2023.4.28)
python-linkify-it-py (2.0.0 -> 2.0.2)
python-llfuse (1.4.2 -> 1.4.4)
python-logging-journald (0.6.5 -> 0.6.6)
python-lupa (1.14.1 -> 2.0)
python-markdown2 (2.4.6 -> 2.4.8)
python-maturin (0.15.1 -> 0.15.3)
python-md2workflow (1.4.18 -> 1.4.19)
python-mdit-py-plugins (0.3.0 -> 0.3.5)
python-memory_profiler (0.57.0 -> 0.61.0)
python-merge3 (0.0.12 -> 0.0.13)
python-meson-python (0.12.1 -> 0.13.1)
python-methodtools (0.4.2 -> 0.4.7)
python-micropipenv (1.4.5 -> 1.5.0)
python-mimesis (4.0.0 -> 10.0.0)
python-minio (7.1.14 -> 7.1.15)
python-mkdocs (1.4.2 -> 1.4.3)
python-mkdocs-material (9.1.13 -> 9.1.14)
python-msm (0.8.5 -> 0.9.0)
python-msoffcrypto-tool (4.10.2 -> 5.0.1)
python-mss (7.0.1 -> 9.0.1)
python-munch (2.5.0 -> 3.0.0)
python-mutmut (2.0.0 -> 2.4.3)
python-mysql-connector-python (8.0.19 -> 8.0.33)
python-myst-parser (0.17.2 -> 1.0.0)
python-natsort (8.2.0 -> 8.3.1)
python-netmiko (4.1.2 -> 4.2.0)
python-nltk (3.8 -> 3.8.1)
python-nocasedict (1.0.4 -> 2.0.1)
python-nocaselist (1.0.6 -> 1.1.1)
python-nodeenv (1.7.0 -> 1.8.0)
python-nose2 (0.12.0 -> 0.13.0)
python-ntc-templates (3.1.0 -> 3.3.0)
python-ogr (0.41.0 -> 0.44.0)
python-oic (1.5.0 -> 1.6.0)
python-oletools (0.60 -> 0.60.1)
python-openai (0.26.2 -> 0.27.7)
python-openapi-core (0.16.1 -> 0.17.1)
python-opencensus (0.11.0 -> 0.11.2)
python-opencensus-ext-azure (1.1.6 -> 1.1.9)
python-opentelemetry-api (1.17.0 -> 1.18.0)
python-openwrt-luci-rpc (1.1.12 -> 1.1.16)
python-orjson (3.8.10 -> 3.8.12)
python-ospd-openvas (22.4.5 -> 22.5.1)
python-pan-python (0.16.0 -> 0.22.0)
python-panflute (2.2.3 -> 2.3.0)
python-parfive (1.3.0 -> 2.0.2)
python-parsel (1.7.0 -> 1.8.1)
python-parsy (1.3.0 -> 2.1)
python-partd (1.3.0 -> 1.4.0)
python-patatt (0.6.2 -> 0.6.3)
python-patchy (2.6.0 -> 2.6.1)
python-patiencediff (0.2.12 -> 0.2.13)
python-pdfminer.six (20200726 -> 20221105)
python-pdm (2.4.9 -> 2.6.1)
python-pdm-pep517 (1.1.2 -> 1.1.4)
python-peewee (3.15.4 -> 3.16.2)
python-perky (0.5.5 -> 0.6.2)
python-pgmagick (0.7.4 -> 0.7.6)
python-phonenumbers (8.13.5 -> 8.13.11)
python-pika (1.3.1 -> 1.3.2)
python-pikepdf (6.2.8.post1 -> 7.2.0)
python-pingparsing (1.4.0 -> 1.4.1)
python-pip-run (8.8.2 -> 10.0.7)
python-pip-tools (6.12.2 -> 6.13.0)
python-pipreqs (0.4.10 -> 0.4.13)
python-pipx (0.14.0.0 -> 1.2.0)
python-platformdirs (3.2.0 -> 3.5.1)
python-platformio (6.1.5 -> 6.1.7)
python-plumbum (1.7.2 -> 1.8.1)
python-pmw (2.0.1 -> 2.1.1)
python-podcastparser (0.6.9 -> 0.6.10)
python-poetry (1.4.2 -> 1.5.0)
python-poetry-core (1.5.2 -> 1.6.0)
python-polib (1.1.1 -> 1.2.0)
python-pooch (1.3.0 -> 1.7.0)
python-port-for (0.6.2 -> 0.6.3)
python-pre-commit (2.21.0 -> 3.3.2)
python-ptpython (3.0.22 -> 3.0.23)
python-ptr (20.2.26 -> 22.7.12)
python-publicsuffixlist (0.9.1 -> 0.10.0.20230506)
python-pulsectl (22.3.2 -> 23.5.1)
python-pyOCD (0.22.0 -> 0.35.1)
python-pyahocorasick (1.4.4 -> 2.0.0)
python-pyaml (21.10.1 -> 23.5.9)
python-pycapnp (1.2.2 -> 1.3.0)
python-pycryptodome (3.17.0 -> 3.18.0)
python-pycryptodomex (3.16.0 -> 3.18.0)
python-pydash (5.1.0 -> 7.0.3)
python-pydata-sphinx-theme (0.13.1 -> 0.13.3)
python-pydrive2 (1.10.1 -> 1.15.3)
python-pyee (9.0.4 -> 9.1.0)
python-pyfuse3 (3.2.2 -> 3.2.3)
python-pygame (2.1.3 -> 2.4.0)
python-pygit2 (1.11.1 -> 1.12.1)
python-pyglet (2.0.5 -> 2.0.7)
python-pygments-ansi-color (0.2.0 -> 0.3.0)
python-pyinstaller-hooks-contrib (2023.0 -> 2023.3)
python-pyipp (0.11.0 -> 0.12.1)
python-pyjnius (1.4.2 -> 1.5.0)
python-pykickstart (3.43 -> 3.47)
python-pylast (4.5.0 -> 5.1.0)
python-pyleri (1.3.3 -> 1.4.2)
python-pylibacl (0.6.0 -> 0.7.0)
python-pylibfdt (1.6.1 -> 1.7.0.post1)
python-pylint-venv (2.3.0 -> 3.0.1)
python-pylsqpack (0.3.16 -> 0.3.17)
python-pymarc (4.2.2 -> 5.0.0)
python-pymavlink (2.4.35 -> 2.4.38)
python-pymdown-extensions (9.11 -> 10.0.1)
python-pymetar (1.1 -> 1.4)
python-pymilter (1.0.4 -> 1.0.5)
python-pymisp (2.4.166 -> 2.4.171)
python-pymssql (2.1.5 -> 2.2.7)
python-pyp (1.1.0 -> 3.0.9)
python-pypandoc (1.6.4 -> 1.11)
python-pyperf (2.5.0 -> 2.6.0)
python-pypi-search (1.2.1 -> 1.2.2)
python-pypng (0.0.20 -> 0.20220715.0)
python-pyproject-metadata (0.6.1 -> 0.7.1)
python-pypuppetdb (2.5.1 -> 3.1.0)
python-pyroma (3.1 -> 4.2)
python-pyroute2 (0.7.3 -> 0.7.8)
python-pysaml2 (7.2.1 -> 7.4.1)
python-pyscreenshot (3.0 -> 3.1)
python-pyshark (0.4.6 -> 0.6)
python-pysmbc (1.0.23 -> 1.0.25.1)
python-pysol-cards (0.14.2 -> 0.14.3)
python-pytaglib (1.5.0 -> 2.0.0)
python-python-box (6.1.0 -> 7.0.1)
python-python-daemon (2.3.2 -> 3.0.1)
python-python-dbusmock (0.24.1 -> 0.29.0)
python-python-docs-theme (2022.1 -> 2023.5)
python-python-engineio (4.3.4 -> 4.4.1)
python-python-gitlab (3.12.0 -> 3.14.0)
python-python-gvm (23.2.0 -> 23.5.0)
python-python-jsonschema-objects (0.4.1 -> 0.4.2)
python-python-keycloak (2.6.0 -> 2.16.3)
python-python-lsp-black (1.2.1 -> 1.3.0)
python-python-lsp-server (1.7.2 -> 1.7.3)
python-python-mpd2 (3.0.5 -> 3.1.0)
python-python-multipart (0.0.5 -> 0.0.6)
python-python-nmap (0.6.1 -> 0.7.1)
python-python-pam (1.8.4 -> 2.0.2)
python-python-poppler (0.2.2 -> 0.4.1)
python-python-ptrace (0.9.7 -> 0.9.8)
python-python-rapidjson (1.9 -> 1.10)
python-python-redis-lock (3.7.0 -> 4.0.0)
python-python-rpm-spec (0.10 -> 0.14.1)
python-python-slugify (5.0.2 -> 8.0.1)
python-python-socketio (5.7.2 -> 5.8.0)
python-python-socks (2.1.1 -> 2.3.0)
python-python-stdnum (1.17 -> 1.18)
python-python-utils (3.4.5 -> 3.5.2)
python-pythonfinder (1.3.1 -> 2.0.3)
python-pytoolconfig (1.2.4 -> 1.2.5)
python-pyupgrade (3.2.2 -> 3.4.0)
python-pyvmomi (7.0.3 -> 8.0.1.0)
python-pyxattr (0.7.2 -> 0.8.1)
python-pyzstd (0.15.6 -> 0.15.7)
python-qcs-api-client (0.21.3 -> 0.21.5)
python-qrcode (7.3.1 -> 7.4.2)
python-radon (5.1.0 -> 6.0.1)
python-rapidfuzz (2.13.7 -> 3.0.0)
python-rdflib (6.1.1 -> 6.3.2)
python-recordclass (0.18.0.1 -> 0.18.4)
python-redfish (3.1.8 -> 3.1.9)
python-reedsolo (1.6.0 -> 1.7.0)
python-reno (3.5.0 -> 4.0.0)
python-repoze.who (2.4.1 -> 3.0.0)
python-requirements-detector (0.7 -> 1.2.2)
python-requirements-parser (0.2.0 -> 0.5.0)
python-resolvelib (0.8.1 -> 1.0.1)
python-restview (3.0.0 -> 3.0.1)
python-rnginline (0.0.2 -> 1.0.0)
python-robotframework (6.0.1 -> 6.0.2)
python-rope (1.6.0 -> 1.8.0)
python-rpmfile (1.0.4 -> 1.1.1)
python-rpyc (5.3.0 -> 5.3.1)
python-rq (1.11.1 -> 1.14.1)
python-rstcheck (3.3.1 -> 6.1.2)
python-rt (3.0.4 -> 3.0.5)
python-ruamel.std.pathlib (0.9.2 -> 0.12.0)
python-schedule (1.1.0 -> 1.2.0)
python-scp (0.14.4 -> 0.14.5)
python-securesystemslib (0.21.0 -> 0.28.0)
python-selection (0.0.14 -> 0.0.21)
python-selenium (3.141.0 -> 4.9.1)
python-sentry-sdk (1.21.0 -> 1.23.1)
python-setuptools (67.7.2 -> 67.8.0)
python-setuptools-declarative-requirements (1.2.0 -> 1.3.0)
python-setuptools-gettext (0.1.1 -> 0.1.3)
python-setuptools-git-versioning (1.13.2 -> 1.13.3)
python-sh (2.0.3 -> 2.0.4)
python-shellingham (1.5.0 -> 1.5.0.post1)
python-shodan (1.28.0 -> 1.29.1)
python-simpleeval (0.9.12 -> 0.9.13)
python-slack-sdk (3.19.5 -> 3.21.3)
python-slip (0.6.5 -> 20191113)
python-smpplib (2.2.1 -> 2.2.3)
python-softlayer (6.1.4 -> 6.1.7)
python-sortinghat (0.7.23 -> 0.10.0)
python-sounddevice (0.4.5 -> 0.4.6)
python-sphinx-autodoc-typehints (1.19.2 -> 1.23.0)
python-sphinx-book-theme (0.1.3 -> 1.0.1)
python-sphinx-jsonschema (1.16.8 -> 1.19.1)
python-sphinx-theme-builder (0.2.0b1 -> 0.2.0b2)
python-sphinxcontrib-plantuml (0.24.1 -> 0.25)
python-sphinxext-opengraph (0.7.5 -> 0.8.2)
python-sphobjinv (2.2.2 -> 2.3.1)
python-spotipy (2.22.0 -> 2.23.0)
python-spur (0.3.22 -> 0.3.23)
python-sqlglot (7.0.0 -> 13.3.0)
python-sqlite-utils (3.24 -> 3.31)
python-sqlite3-to-mysql (1.4.16 -> 1.4.17)
python-sqlitedict (1.6.0 -> 2.1.0)
python-sqlparse (0.4.3 -> 0.4.4)
python-srcinfo (0.1.1 -> 0.1.2)
python-statsd (3.3.0 -> 4.0.1)
python-stestr (3.2.1 -> 4.0.1)
python-strictyaml (1.6.2 -> 1.7.3)
python-stripe (2.63.0 -> 5.4.0)
python-structlog (22.1.0 -> 23.1.0)
python-sure (2.0.0 -> 2.0.1)
python-svglib (1.1.0 -> 1.5.1)
python-svgpathtools (1.6.0 -> 1.6.1)
python-sybil (3.0.0 -> 5.0.2)
python-tableauserverclient (0.18.0 -> 0.25)
python-tablib (3.3.0 -> 3.4.0)
python-tabpy (2.5.0 -> 2.7.1)
python-tcolorpy (0.1.2 -> 0.1.3)
python-tenacity (8.1.0 -> 8.2.2)
python-termcolor (2.1.1 -> 2.3.0)
python-terminaltables (3.1.0 -> 3.1.10)
python-testfixtures (7.0.4 -> 7.1.0)
python-testflo (1.4.9 -> 1.4.12)
python-textX (3.0.0 -> 3.1.1)
python-thespian (3.10.6 -> 3.10.7)
python-time-machine (2.8.2 -> 2.9.0)
python-tinydb (4.7.0 -> 4.7.1)
python-tld (0.12.6 -> 0.13)
python-tldextract (3.4.1 -> 3.4.4)
python-tokenize-rt (4.2.1 -> 5.0.0)
python-toposort (1.7 -> 1.10)
python-towncrier (19.2.0 -> 22.12.0)
python-transaction (3.0.1 -> 3.1.0)
python-transitions (0.8.10 -> 0.9.0)
python-truststore (0.4.0 -> 0.7.0)
python-ttp-templates (0.3.2 -> 0.3.5)
python-tweepy (4.9.0 -> 4.14.0)
python-txtorcon (22.0.0 -> 23.5.0)
python-typedload (2.19 -> 2.22)
python-tzlocal (4.3 -> 5.0.1)
python-u-msgpack-python (2.7.2 -> 2.8.0)
python-uc-micro-py (1.0.1 -> 1.0.2)
python-ufoLib2 (0.13.1 -> 0.14.0)
python-unearth (0.7.0 -> 0.9.1)
python-unidiff (0.7.4 -> 0.7.5)
python-unittest-xml-reporting (3.0.2 -> 3.2.0)
python-unsync (1.3 -> 1.4.0)
python-uritools (4.0.0 -> 4.0.1)
python-urlextract (1.7.1 -> 1.8.0)
python-user-agents (2.1.0 -> 2.2.0)
python-userpath (1.7.0 -> 1.8.0)
python-validate-pyproject (0.12.2 -> 0.13)
python-vdirsyncer (0.19.0 -> 0.19.1)
python-versioneer (0.26 -> 0.28)
python-virtue (2.5.2 -> 2023.5.1)
python-vncdotool (1.0.0 -> 1.1.0)
python-voluptuous-serialize (2.5.0 -> 2.6.0)
python-vulture (2.1 -> 2.7)
python-w3lib (1.22.0 -> 2.1.1)
python-weasyprint (56.1 -> 59.0)
python-weblate-language-data (2022.9 -> 2023.4)
python-weblate-schemas (2022.1 -> 2023.2)
python-whatthepatch (1.0.3 -> 1.0.5)
python-wheezy.template (0.1.195 -> 3.1.0)
python-whitenoise (6.2.0 -> 6.4.0)
python-xdg (5.1.1 -> 6.0.0)
python-xdoctest (0.15.10 -> 1.1.1)
python-xhtml2pdf (0.2.6 -> 0.2.11)
python-xmldiff (2.4 -> 2.6.1)
python-xmlschema (2.2.3 -> 2.3.0)
python-xxhash (3.1.0 -> 3.2.0)
python-yacron (0.17.0 -> 0.19.0)
python-yaspin (0.18.0 -> 2.3.0)
python-zc.lockfile (2.0 -> 3.0.post1)
python-zeep (4.1.0 -> 4.2.1)
python-zeroconf (0.56.0 -> 0.62.0)
python-zict (2.2.0 -> 3.0.0)
python-zodbpickle (2.6 -> 3.0.1)
python-zope.configuration (4.4.1 -> 5.0)
python-zope.proxy (4.6.1 -> 5.0.0)
Needed updates for devel:languages:python:avocado:
These packages don't seem to be available on PyPI:
apparmor-rpm-macros
gnu-compilers-hpc
libsodium
openblas
suse-hpc
These packages need to be upgraded:
python-aexpect (1.6.4 -> 1.7.0)
python-inspektor (0.5.2 -> 0.5.3)
Needed updates for devel:languages:python:aws:
These packages need to be upgraded:
python-aws-sam-translator (1.55.0 -> 1.67.0)
python-aws-xray-sdk (2.11.0 -> 2.12.0)
python-boto3 (1.26.125 -> 1.26.137)
python-botocore (1.29.125 -> 1.29.137)
python-cfn-lint (0.72.10 -> 0.77.5)
python-moto (4.1.0 -> 4.1.9)
python-pynamodb (5.3.4 -> 5.5.0)
python-s3transfer (0.6.0 -> 0.6.1)
Needed updates for devel:languages:python:azure:
These packages need to be upgraded:
python-azure-ai-anomalydetector (3.0.0b5 -> 3.0.0b6)
python-azure-ai-ml (1.7.0 -> 1.7.2)
python-azure-confidentialledger (1.0.0.0 -> 1.1.0)
python-azure-containerregistry (1.0.0.0 -> 1.1.0)
python-azure-datalake-store (0.0.52 -> 0.0.53)
python-azure-mgmt (4.0.0 -> 5.0.0)
python-azure-mgmt-resource (23.0.0 -> 23.0.1)
python-azure-monitor (0.3.1 -> 0.4.0)
python-azure-storage (0.36.0 -> 0.37.0)
python-azure-template (0.1.0b2609285 -> 0.1.0b2675288)
Needed updates for devel:languages:python:certbot:
These packages don't seem to be available on PyPI:
certbot-systemd-timer
These packages need to be upgraded:
python-acme (1.31.0 -> 2.6.0)
python-certbot (1.31.0 -> 2.6.0)
python-certbot-apache (1.31.0 -> 2.6.0)
python-certbot-dns-cloudflare (1.31.0 -> 2.6.0)
python-certbot-dns-cloudxns (1.31.0 -> 1.32.0)
python-certbot-dns-digitalocean (1.31.0 -> 2.6.0)
python-certbot-dns-dnsimple (1.31.0 -> 2.6.0)
python-certbot-dns-dnsmadeeasy (1.31.0 -> 2.6.0)
python-certbot-dns-google (1.31.0 -> 2.6.0)
python-certbot-dns-linode (1.31.0 -> 2.6.0)
python-certbot-dns-luadns (1.31.0 -> 2.6.0)
python-certbot-dns-nsone (1.31.0 -> 2.6.0)
python-certbot-dns-rfc2136 (1.31.0 -> 2.6.0)
python-certbot-dns-route53 (1.31.0 -> 2.6.0)
python-certbot-nginx (1.31.0 -> 2.6.0)
Needed updates for devel:languages:python:django:
These packages need to be upgraded:
python-aldjemy (1.0.0 -> 2.6)
python-django-allauth (0.47.0 -> 0.54.0)
python-django-auth-ldap (4.0.0 -> 4.3.0)
python-django-axes (5.40.1 -> 6.0.1)
python-django-bootstrap3 (14.2.0 -> 23.1)
python-django-bootstrap4 (21.2 -> 23.1)
python-django-classy-tags (3.0.1 -> 4.0.0)
python-django-codemod (1.11.0 -> 1.11.7)
python-django-cors-headers (3.13.0 -> 4.0.0)
python-django-countries (7.2.1 -> 7.5.1)
python-django-crispy-forms (1.14.0 -> 2.0)
python-django-debug-toolbar (3.6 -> 4.1.0)
python-django-environ (0.4.5 -> 0.10.0)
python-django-filter (23.1 -> 23.2)
python-django-formtools (2.4 -> 2.4.1)
python-django-health-check (3.16.5 -> 3.17.0)
python-django-import-export (2.7.1 -> 3.2.0)
python-django-invitations (1.9.3 -> 2.0.0)
python-django-js-asset (2.0 -> 2.0.0)
python-django-money (3.0 -> 3.1.0)
python-django-mptt (0.14 -> 0.14.0)
python-django-oauth-toolkit (1.7.0 -> 2.2.0)
python-django-oidc-provider (0.7.0 -> 0.8.0)
python-django-oscar (3.1 -> 3.2)
python-django-perf-rec (4.11.0 -> 4.22.1)
python-django-phonenumber-field (5.1.0 -> 7.1.0)
python-django-pipeline (2.0.8 -> 2.1.0)
python-django-polymorphic (3.1 -> 3.1.0)
python-django-requests-debug-toolbar (0.0.3 -> 0.0.5)
python-django-rest-framework-client (0.1.1 -> 0.7.0)
python-django-rq (2.8.0 -> 2.8.1)
python-django-seed (0.2.2 -> 0.3.1)
python-django-sekizai (2.0.0 -> 4.1.0)
python-django-treebeard (4.5.1 -> 4.7)
python-django-widget-tweaks (1.4.8 -> 1.4.12)
python-graphene-django (3.0.0 -> 3.0.2)
python-model-bakery (1.9.0 -> 1.11.0)
python-siphashc (1.3 -> 2.1)
python-social-auth-app-django (5.0.0 -> 5.2.0)
python-sorl-thumbnail (12.7.0 -> 12.9.0)
python-swapper (1.1.2.post1 -> 1.3.0)
python-xapian-haystack (2.1.1 -> 3.1.0)
Needed updates for devel:languages:python:Factory:
These packages don't seem to be available on PyPI:
patterns-devel-python
pypy3
python
python310
python311
python312
python38
python39
shared-python-startup
Needed updates for devel:languages:python:flask:
These packages need to be upgraded:
python-Flask (2.2.5 -> 2.3.2)
python-Flask-Admin (1.6.0 -> 1.6.1)
python-Flask-Babel (2.0.0 -> 3.1.0)
python-Flask-Caching (1.9.0 -> 2.0.2)
python-Flask-HTMLmin (2.2.0 -> 2.2.1)
python-Flask-HTTPAuth (4.4.0 -> 4.8.0)
python-Flask-Migrate (4.0.0 -> 4.0.4)
python-Flask-SQLAlchemy (3.0.2 -> 3.0.3)
python-Flask-Security-Too (5.1.1 -> 5.2.0)
python-Flask-SocketIO (5.1.1 -> 5.3.4)
python-Flask-WTF (1.0.1 -> 1.1.1)
python-flask-jwt-extended (4.3.1 -> 4.4.4)
python-flask-restx (0.5.1 -> 1.1.0)
Needed updates for devel:languages:python:jupyter:
These packages don't seem to be available on PyPI:
jupyter
jupyter-imatlab
jupyter-jupyter-wysiwyg
jupyter-jupyterlab-latex
jupyter-matlab-kernel
These packages need to be upgraded:
python-ipykernel (6.22.0 -> 6.23.1)
python-ipython (8.13.1 -> 8.13.2)
python-jupyter-collaboration (0.8.0 -> 1.0.0a8)
python-jupyter-ydoc (0.2.4 -> 1.0.2)
python-jupyter_nbextensions_configurator (0.6.1 -> 0.6.3)
python-jupyterlab (3.6.3 -> 4.0.0)
python-nbclassic (0.5.6 -> 1.0.0)
python-nbconvert (7.3.1 -> 7.4.0)
python-qtconsole (5.4.2 -> 5.4.3)
python-y-py (0.5.5 -> 0.6.0)
python-ypy-websocket (0.8.2 -> 0.9.0)
Needed updates for devel:languages:python:numeric:
These packages need to be upgraded:
python-GooseMPL (0.12.1 -> 0.14.0)
python-PeakUtils (1.3.3 -> 1.3.4)
python-Pint (0.20.1 -> 0.21)
python-PyX (0.15 -> 0.16)
python-XlsxWriter (3.0.3 -> 3.1.0)
python-altair (4.2.2 -> 5.0.0)
python-arf (2.6.1 -> 2.6.4)
python-asdf-coordinates-schemas (0.1.0 -> 0.2.0)
python-awkward (2.1.4 -> 2.2.1)
python-blosc2 (2.2.2 -> 2.2.3)
python-bokcolmaps (2.0.1 -> 3.1.2)
python-cdflib (0.3.20 -> 0.4.9)
python-chartify (3.0.5 -> 4.0.3)
python-cluster (1.4.1.post2 -> 1.4.1.post3)
python-dash (2.6.2 -> 2.9.3)
python-dask (2023.3.2 -> 2023.5.0)
python-deap (1.3.1 -> 1.3.3)
python-distributed (2023.3.2 -> 2023.5.0)
python-drms (0.6.2 -> 0.6.3)
python-envisage (6.1.1 -> 7.0.3)
python-ezdxf (0.16.3 -> 1.0.3)
python-fabio (0.14.0 -> 2023.4.1)
python-fastnumbers (3.2.1 -> 5.0.1)
python-finance_enums (0.1.0 -> 0.1.1)
python-girder-client (3.1.3 -> 3.1.18)
python-gsw (3.6.16 -> 3.6.16.post1)
python-healpy (1.16.1 -> 1.16.2)
python-hepunits (2.0.1 -> 2.3.2)
python-holoviews (1.15.4 -> 1.16.0)
python-imreg (2020.1.1 -> 2022.9.27)
python-jplephem (2.15 -> 2.18)
python-kwant (1.4.2 -> 1.4.3)
python-lfdfiles (2020.9.18 -> 2023.4.20)
python-librosa (0.9.2 -> 0.10.0.post2)
python-llvmlite (0.39.1 -> 0.40.0)
python-lmfit (1.1.0 -> 1.2.1)
python-matplotlib (3.6.3 -> 3.7.1)
python-mizani (0.8.1 -> 0.9.1)
python-mpl-animators (1.0.1 -> 1.1.0)
python-mpmath (1.2.1 -> 1.3.0)
python-ndindex (1.6 -> 1.7)
python-ndtiff (1.12.0 -> 2.0.0)
python-netCDF4 (1.6.2 -> 1.6.3)
python-netpbmfile (2020.10.18 -> 2023.1.1)
python-networkx (2.8.8 -> 3.1)
python-nibabel (4.0.2 -> 5.1.0)
python-nilearn (0.10.0 -> 0.10.1)
python-npTDMS (1.2.0 -> 1.6.2)
python-nptyping (2.4.1 -> 2.5.0)
python-numba (0.56.4 -> 0.57.0)
python-o2sclpy (0.926 -> 0.927.post1)
python-oct2py (5.0.4 -> 5.6.0)
python-openTSNE (0.6.2 -> 0.7.1)
python-openpyxl (3.0.10 -> 3.1.2)
python-orange-canvas-core (0.1.18 -> 0.1.31)
python-orange-widget-base (4.11.0 -> 4.21.0)
python-palettable (3.3.0 -> 3.3.3)
python-pandas (1.5.3 -> 2.0.1)
python-panel (0.14.4 -> 1.0.2)
python-plotly (5.13.1 -> 5.14.1)
python-pomegranate (0.12.0 -> 1.0.0)
python-praatio (4.1.0 -> 6.0.0)
python-psychtoolbox (3.0.16 -> 3.0.19.0)
python-pydata-google-auth (1.1.0 -> 1.8.0)
python-pyemd (0.5.1 -> 1.0.0)
python-pyface (7.4.4 -> 8.0.0)
python-pypet (0.6.0 -> 0.6.1)
python-pyqtgraph (0.13.1 -> 0.13.3)
python-pyquil (3.3.3 -> 3.5.1)
python-pyssim (0.5 -> 0.6)
python-python-pseudorandom (0.2.2 -> 0.3.2)
python-pyzo (4.11.2 -> 4.12.7)
python-quantities (0.14.0 -> 0.14.1)
python-quimb (1.4.2 -> 1.5.0)
python-reportlab (3.6.12 -> 4.0.0)
python-reproject (0.9.1 -> 0.11.0)
python-roifile (2020.11.28 -> 2023.5.12)
python-roman (3.3 -> 4.0)
python-rpcq (3.10.0 -> 3.11.0)
python-rpy2 (3.4.4 -> 3.5.12)
python-scikit-build-core (0.2.2 -> 0.4.2)
python-scikit-dsp-comm (1.2.0 -> 2.0.3)
python-scikit-hep-testdata (0.4.30 -> 0.4.31)
python-scikit-image (0.19.3 -> 0.20.0)
python-scikit-learn (1.2.1 -> 1.2.2)
python-scikit-sound (0.2.3 -> 0.2.11)
python-scikit-sparse (0.4.5 -> 0.4.8)
python-scikit-umfpack (0.3.2 -> 0.3.3)
python-sfs (0.5.0 -> 0.6.2)
python-sgp4 (2.20 -> 2.22)
python-sherpa (4.15.0 -> 4.15.1)
python-shinyutils (3.1.0 -> 12.4.0)
python-skyfield (1.45 -> 1.46)
python-soxr (0.3.4 -> 0.3.5)
python-statsmodels (0.13.5 -> 0.14.0)
python-sunpy (4.1.3 -> 4.1.6)
python-sympy (1.11.1 -> 1.12)
python-tifffile (2023.3.15 -> 2023.4.12)
python-traits (6.3.1 -> 6.4.1)
python-traitsui (7.2.1 -> 7.4.3)
python-unyt (2.9.4 -> 2.9.5)
python-vispy (0.12.2 -> 0.13.0)
python-visvis (1.13.0 -> 1.14.0)
python-xarray (2023.2.0 -> 2023.5.0)
python-zarr (2.13.3 -> 2.14.2)
Needed updates for devel:languages:python:pyramid:
Needed updates for devel:languages:python:pytest:
These packages need to be upgraded:
python-pytest-bdd (5.0.0 -> 6.1.1)
python-pytest-check (1.0.5 -> 2.1.4)
python-pytest-djangoapp (0.15.2 -> 1.2.0)
python-pytest-httpbin (1.0.2 -> 2.0.0)
python-pytest-httpserver (1.0.6 -> 1.0.7)
python-pytest-httpx (0.21.2 -> 0.22.0)
python-pytest-mpl (0.12.0 -> 0.16.1)
python-pytest-subtests (0.10.0 -> 0.11.0)
python-pytest-testinfra (7.0.0 -> 8.0.0)
python-pytest-xdist (3.3.0 -> 3.3.1)
1
0
Hi all,
I have packaged a lot of the ansible-* tools recently. I could get all of them
to properly report the correct version number when being called with
"--version". The only one that gave me some more headache was ansible-builder.
Unlike with ansible-lint or ansible-sign, where there was a simple version
statement in the python files in /usr/lib/python3.10/... that needed adapting,
this uses importlib-metadata to get the version:
> https://github.com/ansible/ansible-builder/blob/devel/src/ansible_builder/c…
I completely replace that line with just 'version = "3.0.0"' and it reported the
proper version.
What would be the right way to solve this? Is this something that is done during
building with tox, as upstream does?
As I am not using tox to build the package, maybe the "tox -e version" step from
the Makefile is missing and needs to be implemented?
dist/$(NAME)-$(VERSION).tar.gz:
tox -e version
$(DIST_PYTHON) setup.py sdist
What would be the right way?
Kind Regards,
Johannes
--
Johannes Kastl
Linux Consultant & Trainer
Tel.: +49 (0) 151 2372 5802
Mail: kastl(a)b1-systems.de
B1 Systems GmbH
Osterfeldstraße 7 / 85088 Vohburg
http://www.b1-systems.de
GF: Ralph Dehner
Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537
2
2
Non-integrated packages in devel:languages:python:
devel:languages:python/micropython-lib
devel:languages:python/python-2to3
devel:languages:python/python-RPi.GPIO
devel:languages:python/python-SimpleSQLite
devel:languages:python/python-Twiggy
devel:languages:python/python-aiormq
devel:languages:python/python-anymarkup
devel:languages:python/python-asyncio-pool
devel:languages:python/python-bluepy
devel:languages:python/python-browsers
devel:languages:python/python-buildozer
devel:languages:python/python-cliff
devel:languages:python/python-dash
devel:languages:python/python-editdistance-s
devel:languages:python/python-fangfrisch
devel:languages:python/python-fixedint
devel:languages:python/python-goobook
devel:languages:python/python-lastversion
devel:languages:python/python-libtmux
devel:languages:python/python-mkdocs-redirects
devel:languages:python/python-msgfy
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.utils.re
devel:languages:python/python-opentelemetry-instrumentation
devel:languages:python/python-opentelemetry-semantic-conventions
devel:languages:python/python-orangebox
devel:languages:python/python-packageurl-python
devel:languages:python/python-plyer
devel:languages:python/python-pylsp-isort
devel:languages:python/python-sqliteschema
devel:languages:python/python-tabledata
devel:languages:python/python-update_checker
devel:languages:python/python-urllib-gssapi
Packages with diff in devel:languages:python:
devel:languages:python/git-review
devel:languages:python/python-AnyQt
devel:languages:python/python-Arpeggio
devel:languages:python/python-Authlib
devel:languages:python/python-aiomisc
devel:languages:python/python-aiounittest
devel:languages:python/python-amqpstorm
devel:languages:python/python-bowler
devel:languages:python/python-canonicaljson
devel:languages:python/python-discogs-client
devel:languages:python/python-fakeredis
devel:languages:python/python-google-cloud-storage
devel:languages:python/python-imageio
devel:languages:python/python-influxdb
devel:languages:python/python-langtable
devel:languages:python/python-lml
devel:languages:python/python-moban
devel:languages:python/python-proselint
devel:languages:python/python-pylint
devel:languages:python/python-requests-cache
devel:languages:python/python-scripttest
devel:languages:python/python-sentry-sdk
devel:languages:python/python-sigal
devel:languages:python/python-treq
devel:languages:python/python-typeguard
devel:languages:python/python-xmlsec
Non-integrated packages in devel:languages:python:avocado:
devel:languages:python:avocado/python-Fabric
devel:languages:python:avocado/python-PrettyTable
devel:languages:python:avocado/python-fluidity-sm
devel:languages:python:avocado/python-invoke
devel:languages:python:avocado/python-lexicon
devel:languages:python:avocado/python-nose
devel:languages:python:avocado/python-pathlib2
devel:languages:python:avocado/python-pytest-runner
devel:languages:python:avocado/python-unittest2
Packages with diff in devel:languages:python:avocado:
devel:languages:python:avocado/python-avocado
Non-integrated packages in devel:languages:python:aws:
devel:languages:python:aws/python-s3fs
Packages with diff in devel:languages:python:aws:
devel:languages:python:aws/python-aws-xray-sdk
Non-integrated packages in devel:languages:python:azure:
devel:languages:python:azure/python-azure-appconfiguration-provider
devel:languages:python:azure/python-azure-defender-easm
devel:languages:python:azure/python-azure-developer-devcenter
devel:languages:python:azure/python-azure-healthinsights-cancerprofiling
devel:languages:python:azure/python-azure-healthinsights-clinicalmatching
devel:languages:python:azure/python-azure-monitor-opentelemetry-exporter
Packages with diff in devel:languages:python:azure:
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-fsm
devel:languages:python:django/python-django-prometheus
devel:languages:python:django/python-django-pyscss
devel:languages:python:django/python-django-threadedcomments
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:
devel:languages:python:Factory/python38
Non-integrated packages in devel:languages:python:flask:
devel:languages:python:flask/python-Flask-Assets
devel:languages:python:flask/python-Flask-OpenTracing
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:
devel:languages:python:numeric/python-hankel
devel:languages:python:numeric/python-hyperspy
devel:languages:python:numeric/python-pyvo
Packages with diff in devel:languages:python:numeric:
devel:languages:python:numeric/python-gscholar
devel:languages:python:numeric/python-pyqtgraph
devel:languages:python:numeric/python-streamz
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:
1
0
Needed updates for devel:languages:python:
These packages don't seem to be available on PyPI:
ansible
micropython
micropython-lib
preinstallimage-python
python2-pip
python2-pycairo
python2-setuptools
These packages need to be upgraded:
python-Cerberus (1.3.2 -> 1.3.4)
python-Chameleon (3.10.2 -> 4.0.0)
python-DataProperty (0.55.0 -> 0.55.1)
python-Fabric (2.7.1 -> 3.0.1)
python-Faker (18.6.0 -> 18.7.0)
python-Glances (3.3.1 -> 3.3.1.1)
python-Glymur (0.11.3 -> 0.12.5)
python-IMDbPY (2021.4.18 -> 2022.7.9)
python-Lektor (3.3.7 -> 3.3.10)
python-Markups (3.0.0 -> 4.0.0)
python-Nuitka (1.4.5 -> 1.5.7)
python-Pallets-Sphinx-Themes (2.0.3 -> 2.1.0)
python-Paste (3.5.2 -> 3.5.3)
python-PasteDeploy (2.1.1+git.1652668078.0f0697d -> 3.0.1)
python-PyAudio (0.2.11 -> 0.2.13)
python-PyChromecast (13.0.4 -> 13.0.7)
python-PyDispatcher (2.0.6 -> 2.0.7)
python-PyGithub (1.57 -> 1.58.2)
python-PyHamcrest (2.0.3 -> 2.0.4)
python-PyICU (2.10.2 -> 2.11)
python-PyInstaller (5.6.2 -> 5.11.0)
python-PyJWT (2.6.0 -> 2.7.0)
python-PyMuPDF (1.21.1 -> 1.22.3)
python-PyPDF2 (2.11.1 -> 3.0.1)
python-PySDL2 (0.9.14 -> 0.9.15)
python-PyTweening (1.0.4 -> 1.0.7)
python-PyWebDAV3 (0.9.14 -> 0.10.0)
python-Pyphen (0.10.0 -> 0.14.0)
python-QDarkStyle (3.0.2 -> 3.1)
python-QtAwesome (1.2.1 -> 1.2.3)
python-QtPy (2.3.0 -> 2.3.1)
python-Rtree (0.9.7 -> 1.0.1)
python-SPARQLWrapper (1.8.5 -> 2.0.0)
python-SQLAlchemy (2.0.12 -> 2.0.13)
python-SQLAlchemy-Utils (0.38.3 -> 0.41.1)
python-Scrapy (2.7.1 -> 2.9.0)
python-Send2Trash (1.8.0 -> 1.8.2)
python-SimpleWebSocketServer (0.1.1 -> 0.1.2)
python-SpeechRecognition (3.8.1 -> 3.10.0)
python-Sphinx (7.0.0 -> 7.0.1)
python-Telethon (1.26.0 -> 1.28.5)
python-Werkzeug (2.2.3 -> 2.3.4)
python-XStatic (1.0.2 -> 1.0.3)
python-ZConfig (3.6.1 -> 4.0)
python-aenum (3.1.11 -> 3.1.12)
python-afdko (3.9.3 -> 3.9.5)
python-aiodataloader (0.2.1 -> 0.4.0)
python-aiosqlite (0.17.0 -> 0.19.0)
python-amqpstorm (2.10.4 -> 2.10.6)
python-annoy (1.17.1 -> 1.17.2)
python-antlr4-python3-runtime (4.9.3 -> 4.12.0)
python-apiron (7.0.0 -> 7.1.0.post1)
python-ara (1.5.8 -> 1.6.1)
python-argh (0.26.2 -> 0.28.1)
python-astral (2.2 -> 3.2)
python-atlassian-python-api (2.0.1 -> 3.36.0)
python-authheaders (0.14.1 -> 0.15.2)
python-autobahn (22.7.1 -> 23.1.2)
python-autoflake (1.5.3 -> 2.1.1)
python-bandit (1.7.4 -> 1.7.5)
python-bibtexparser (1.2.0 -> 1.4.0)
python-bitstring (3.1.9 -> 4.0.2)
python-blessed (1.19.1 -> 1.20.0)
python-boltons (21.0.0 -> 23.0.0)
python-bracex (2.2.1 -> 2.3.post1)
python-breathe (4.34.0 -> 4.35.0)
python-buttplug (0.2.0 -> 0.3.0)
python-caldav (0.10.0 -> 1.2.1)
python-canonicaljson (1.6.5 -> 2.0.0)
python-cassandra-driver (3.26.0 -> 3.27.0)
python-catkin-pkg (0.4.24 -> 0.5.2)
python-checkdmarc (4.4.1 -> 4.6.0)
python-circuitbreaker (1.3.2 -> 1.4.0)
python-ciscoconfparse (1.7.18 -> 1.7.24)
python-click-didyoumean (0.0.3 -> 0.3.0)
python-cloudflare (2.8.15 -> 2.11.1)
python-cloudscraper (1.2.58 -> 1.2.71)
python-coconut (1.6.0 -> 3.0.0)
python-colander (1.7.0 -> 2.0)
python-copr (1.124 -> 1.128)
python-copr-cli (1.105 -> 1.108)
python-cron-descriptor (1.2.32 -> 1.3.0)
python-crontab (0.23.0 -> 1.0.1)
python-databases (0.6.2 -> 0.7.0)
python-ddg3 (0.6.6git~20170824T092521~0ef6b2f -> 0.6.8)
python-debugpy (1.6.6 -> 1.6.7)
python-deepmerge (0.1.0 -> 1.1.0)
python-dictknife (0.13.0 -> 0.14.0)
python-diff-match-patch (20200713 -> 20230430)
python-dirty-equals (0.5.0 -> 0.6.0)
python-dj-database-url (1.3.0 -> 2.0.0)
python-djangorestframework-simplejwt (4.6.0 -> 5.2.2)
python-dkimpy (1.0.5 -> 1.1.4)
python-dns-lexicon (3.9.4 -> 3.11.7)
python-docformatter (1.4 -> 1.6.5)
python-docker (5.0.3 -> 6.1.2)
python-docrepr (0.1.1 -> 0.2.0)
python-docutils (0.19 -> 0.20)
python-dpkt (1.9.7.2 -> 1.9.8)
python-dropbox (10.4.1 -> 11.36.0)
python-dynaconf (3.1.11 -> 3.1.12)
python-edgegrid-python (1.2.1 -> 1.3.1)
python-elasticsearch (7.6.0 -> 8.7.0)
python-email-validator (1.3.1 -> 2.0.0.post2)
python-environ-config (22.1.0 -> 23.2.0)
python-eradicate (2.1.0 -> 2.2.0)
python-et_xmlfile (1.0.1 -> 1.1.0)
python-exiv2 (0.11.0 -> 0.14.0)
python-fakeredis (2.12.0 -> 2.12.1)
python-fanficfare (4.21.0 -> 4.23.0)
python-fasteners (0.17.3 -> 0.18)
python-fedora-messaging (3.2.0 -> 3.3.0)
python-flake8-bugbear (23.3.23 -> 23.5.9)
python-flake8-docstrings (1.6.0 -> 1.7.0)
python-flake8-pyi (23.1.2 -> 23.5.0)
python-flexmock (0.10.8 -> 0.11.3)
python-flower (1.1.0 -> 1.2.0)
python-fluidity-sm (0.2.0 -> 0.2.1)
python-flynt (0.76 -> 0.78)
python-forbiddenfruit (0.1.3 -> 0.1.4)
python-freetype-py (2.3.0 -> 2.4.0)
python-fritzconnection (1.10.3 -> 1.12.0)
python-frozendict (2.3.5 -> 2.3.8)
python-fsspec (2023.3.0 -> 2023.5.0)
python-ftfy (6.0.3 -> 6.1.1)
python-ftputil (3.4 -> 5.0.4)
python-funcy (1.18 -> 2.0)
python-gTTS (2.3.1 -> 2.3.2)
python-gast (0.5.3 -> 0.5.4)
python-gcsfs (2023.3.0 -> 2023.5.0)
python-ged4py (0.1.12 -> 0.4.4)
python-getmac (0.8.3 -> 0.9.3)
python-git-pw (2.4.0 -> 2.4.1)
python-github3.py (3.2.0 -> 4.0.1)
python-glean (1.19.0 -> 1.23.0)
python-glean-parser (6.3.0 -> 7.2.1)
python-glfw (2.5.5 -> 2.5.9)
python-google-auth (2.17.3 -> 2.18.0)
python-google-cloud-translate (3.11.0 -> 3.11.1)
python-graphene (3.2.1 -> 3.2.2)
python-grpc-google-iam-v1 (0.12.4 -> 0.12.6)
python-gspread (5.7.2 -> 5.9.0)
python-gvm-tools (23.2.0 -> 23.4.0)
python-hammett (0.5.0 -> 0.9.4)
python-hcloud (1.17.0 -> 1.20.0)
python-hijri-converter (2.2.4 -> 2.3.1)
python-hiredis (2.2.2 -> 2.2.3)
python-holidays (0.20 -> 0.24)
python-html5-parser (0.4.10 -> 0.4.11)
python-humanize (4.4.0 -> 4.6.0)
python-humanreadable (0.1.0 -> 0.3.0)
python-hunter (3.5.1 -> 3.6.1)
python-hupper (1.10.3 -> 1.12)
python-hypothesis (6.75.2 -> 6.75.3)
python-icalendar (4.1.0 -> 5.0.5)
python-identify (2.2.13 -> 2.5.24)
python-ijson (3.1.4 -> 3.2.0.post0)
python-imageio (2.22.1 -> 2.28.1)
python-impacket (0.9.23 -> 0.10.0)
python-invocations (3.0.2 -> 3.2.0)
python-invoke (2.1.0 -> 2.1.1)
python-irc (19.0.1 -> 20.1.0)
python-isbnlib (3.10.12 -> 3.10.14)
python-isc_dhcp_leases (0.9.1 -> 0.10.0)
python-itemadapter (0.7.0 -> 0.8.0)
python-itemloaders (1.0.6 -> 1.1.0)
python-iwlib (1.6.2 -> 1.7.0)
python-jaraco.collections (3.8.0 -> 4.1.0)
python-jaraco.context (4.1.1 -> 4.3.0)
python-jdatetime (4.1.0 -> 4.1.1)
python-jellyfish (0.8.2 -> 0.11.2)
python-jenkinsapi (0.3.11 -> 0.3.13)
python-jirafs (2.3.0 -> 2.3.1)
python-json_tricks (3.15.5 -> 3.16.1)
python-jsonpath-ng (1.5.2 -> 1.5.3)
python-jsonref (0.2 -> 1.1.0)
python-khal (0.10.5 -> 0.11.1)
python-kismet-rest (2019.05.02 -> 2020.5.1)
python-kismetdb (2019.05.05 -> 2021.6.1)
python-kmatch (0.4.0 -> 0.5.0)
python-kmod (0.9.1 -> 0.9.2)
python-langtable (0.0.61 -> 0.0.62)
python-lazr.config (2.2.3 -> 3.0)
python-lazr.delegates (2.0.4 -> 2.1.0)
python-lhafile (0.2.2 -> 0.3.0)
python-libnacl (1.7.2 -> 1.8.0)
python-linkify-it-py (2.0.0 -> 2.0.2)
python-llfuse (1.4.2 -> 1.4.3)
python-logging-journald (0.6.5 -> 0.6.6)
python-lupa (1.14.1 -> 2.0)
python-markdown2 (2.4.6 -> 2.4.8)
python-md2workflow (1.4.18 -> 1.4.19)
python-mdit-py-plugins (0.3.0 -> 0.3.5)
python-memory_profiler (0.57.0 -> 0.61.0)
python-merge3 (0.0.12 -> 0.0.13)
python-meson-python (0.12.1 -> 0.13.1)
python-methodtools (0.4.2 -> 0.4.7)
python-micropipenv (1.4.5 -> 1.5.0)
python-mimesis (4.0.0 -> 9.0.0)
python-mkdocs (1.4.2 -> 1.4.3)
python-msm (0.8.5 -> 0.9.0)
python-msoffcrypto-tool (4.10.2 -> 5.0.1)
python-mss (7.0.1 -> 9.0.1)
python-mutmut (2.0.0 -> 2.4.3)
python-mysql-connector-python (8.0.19 -> 8.0.33)
python-myst-parser (0.17.2 -> 1.0.0)
python-natsort (8.2.0 -> 8.3.1)
python-netmiko (4.1.2 -> 4.2.0)
python-nltk (3.8 -> 3.8.1)
python-nocasedict (1.0.4 -> 2.0.1)
python-nocaselist (1.0.6 -> 1.1.1)
python-nodeenv (1.7.0 -> 1.8.0)
python-nose2 (0.12.0 -> 0.13.0)
python-ntc-templates (3.1.0 -> 3.3.0)
python-ogr (0.41.0 -> 0.44.0)
python-oletools (0.60 -> 0.60.1)
python-openai (0.26.2 -> 0.27.6)
python-openapi-core (0.16.1 -> 0.17.1)
python-opencensus (0.11.0 -> 0.11.2)
python-opencensus-ext-azure (1.1.6 -> 1.1.9)
python-openwrt-luci-rpc (1.1.12 -> 1.1.16)
python-orjson (3.8.10 -> 3.8.12)
python-ospd-openvas (22.4.5 -> 22.5.1)
python-pan-python (0.16.0 -> 0.22.0)
python-panflute (2.2.3 -> 2.3.0)
python-parfive (1.3.0 -> 2.0.2)
python-parsel (1.7.0 -> 1.8.1)
python-parsy (1.3.0 -> 2.1)
python-partd (1.3.0 -> 1.4.0)
python-patatt (0.6.2 -> 0.6.3)
python-patchy (2.6.0 -> 2.6.1)
python-patiencediff (0.2.12 -> 0.2.13)
python-pdfminer.six (20200726 -> 20221105)
python-pdm (2.4.9 -> 2.6.1)
python-pdm-pep517 (1.1.2 -> 1.1.4)
python-peewee (3.15.4 -> 3.16.2)
python-perky (0.5.5 -> 0.6.2)
python-pgmagick (0.7.4 -> 0.7.6)
python-phonenumbers (8.13.5 -> 8.13.11)
python-pika (1.3.1 -> 1.3.2)
python-pikepdf (6.2.8.post1 -> 7.2.0)
python-pingparsing (1.4.0 -> 1.4.1)
python-pip-run (8.8.2 -> 10.0.7)
python-pip-tools (6.12.2 -> 6.13.0)
python-pipreqs (0.4.10 -> 0.4.13)
python-pipx (0.14.0.0 -> 1.2.0)
python-platformdirs (3.2.0 -> 3.5.1)
python-platformio (6.1.5 -> 6.1.7)
python-plumbum (1.7.2 -> 1.8.1)
python-pmw (2.0.1 -> 2.1.1)
python-podcastparser (0.6.9 -> 0.6.10)
python-polib (1.1.1 -> 1.2.0)
python-pooch (1.3.0 -> 1.7.0)
python-port-for (0.6.2 -> 0.6.3)
python-pre-commit (2.21.0 -> 3.3.1)
python-ptpython (3.0.22 -> 3.0.23)
python-ptr (20.2.26 -> 22.7.12)
python-publicsuffixlist (0.9.1 -> 0.10.0.20230506)
python-pulsectl (22.3.2 -> 23.5.1)
python-pyOCD (0.22.0 -> 0.35.0)
python-pyahocorasick (1.4.4 -> 2.0.0)
python-pyaml (21.10.1 -> 23.5.9)
python-pycapnp (1.2.2 -> 1.3.0)
python-pycryptodomex (3.16.0 -> 3.17)
python-pydash (5.1.0 -> 7.0.3)
python-pydata-sphinx-theme (0.13.1 -> 0.13.3)
python-pydrive2 (1.10.1 -> 1.15.3)
python-pyee (9.0.4 -> 9.1.0)
python-pyfuse3 (3.2.2 -> 3.2.3)
python-pygame (2.1.3 -> 2.4.0)
python-pygit2 (1.11.1 -> 1.12.1)
python-pyglet (2.0.5 -> 2.0.7)
python-pyinstaller-hooks-contrib (2023.0 -> 2023.3)
python-pyipp (0.11.0 -> 0.12.1)
python-pyjnius (1.4.2 -> 1.5.0)
python-pykickstart (3.43 -> 3.47)
python-pylast (4.5.0 -> 5.1.0)
python-pyleri (1.3.3 -> 1.4.2)
python-pylibacl (0.6.0 -> 0.7.0)
python-pylibfdt (1.6.1 -> 1.7.0.post1)
python-pylint-venv (2.3.0 -> 3.0.1)
python-pylsqpack (0.3.16 -> 0.3.17)
python-pymarc (4.2.2 -> 5.0.0)
python-pymavlink (2.4.35 -> 2.4.38)
python-pymetar (1.1 -> 1.4)
python-pymilter (1.0.4 -> 1.0.5)
python-pymisp (2.4.166 -> 2.4.170.2)
python-pymssql (2.1.5 -> 2.2.7)
python-pyp (1.1.0 -> 3.0.9)
python-pypandoc (1.6.4 -> 1.11)
python-pyperf (2.5.0 -> 2.6.0)
python-pypng (0.0.20 -> 0.20220715.0)
python-pyproject-metadata (0.6.1 -> 0.7.1)
python-pypuppetdb (2.5.1 -> 3.1.0)
python-pyroma (3.1 -> 4.2)
python-pyroute2 (0.7.3 -> 0.7.8)
python-pysaml2 (7.2.1 -> 7.4.1)
python-pyscreenshot (3.0 -> 3.1)
python-pyshark (0.4.6 -> 0.6)
python-pysmbc (1.0.23 -> 1.0.25.1)
python-pysol-cards (0.14.2 -> 0.14.3)
python-pytaglib (1.5.0 -> 2.0.0)
python-python-box (6.1.0 -> 7.0.1)
python-python-daemon (2.3.2 -> 3.0.1)
python-python-dbusmock (0.24.1 -> 0.29.0)
python-python-docs-theme (2022.1 -> 2023.5)
python-python-engineio (4.3.4 -> 4.4.1)
python-python-for-android (2022.9.4 -> 2023.2.10)
python-python-gitlab (3.12.0 -> 3.14.0)
python-python-gvm (23.2.0 -> 23.5.0)
python-python-keycloak (2.6.0 -> 2.16.2)
python-python-mpd2 (3.0.5 -> 3.1.0)
python-python-multipart (0.0.5 -> 0.0.6)
python-python-nmap (0.6.1 -> 0.7.1)
python-python-pam (1.8.4 -> 2.0.2)
python-python-poppler (0.2.2 -> 0.4.1)
python-python-ptrace (0.9.7 -> 0.9.8)
python-python-rapidjson (1.9 -> 1.10)
python-python-redis-lock (3.7.0 -> 4.0.0)
python-python-rpm-spec (0.10 -> 0.14.1)
python-python-slugify (5.0.2 -> 8.0.1)
python-python-socketio (5.7.2 -> 5.8.0)
python-python-socks (2.1.1 -> 2.3.0)
python-python-stdnum (1.17 -> 1.18)
python-python-utils (3.4.5 -> 3.5.2)
python-python3-saml (1.14.0 -> 1.15.0)
python-pythonfinder (1.3.1 -> 2.0.0)
python-pytoolconfig (1.2.4 -> 1.2.5)
python-pyupgrade (3.2.2 -> 3.4.0)
python-pyvmomi (7.0.3 -> 8.0.1.0)
python-pyxattr (0.7.2 -> 0.8.1)
python-pyzstd (0.15.6 -> 0.15.7)
python-qcs-api-client (0.21.3 -> 0.21.5)
python-qrcode (7.3.1 -> 7.4.2)
python-radon (5.1.0 -> 6.0.1)
python-rapidfuzz (2.13.7 -> 3.0.0)
python-rdflib (6.1.1 -> 6.3.2)
python-recordclass (0.18.0.1 -> 0.18.4)
python-redfish (3.1.8 -> 3.1.9)
python-redis (4.5.4 -> 4.5.5)
python-reedsolo (1.6.0 -> 1.7.0)
python-regex (2023.3.23 -> 2023.5.5)
python-reno (3.5.0 -> 4.0.0)
python-repoze.who (2.4.1 -> 3.0.0)
python-requirements-detector (0.7 -> 1.2.1)
python-requirements-parser (0.2.0 -> 0.5.0)
python-resolvelib (0.8.1 -> 1.0.1)
python-restview (3.0.0 -> 3.0.1)
python-rnginline (0.0.2 -> 1.0.0)
python-robotframework (6.0.1 -> 6.0.2)
python-rope (1.6.0 -> 1.8.0)
python-rpmfile (1.0.4 -> 1.1.1)
python-rpyc (5.3.0 -> 5.3.1)
python-rq (1.11.1 -> 1.14.1)
python-rstcheck (3.3.1 -> 6.1.2)
python-rt (3.0.4 -> 3.0.5)
python-ruamel.std.pathlib (0.9.2 -> 0.12.0)
python-ruamel.yaml (0.17.21 -> 0.17.26)
python-schedule (1.1.0 -> 1.2.0)
python-scp (0.14.4 -> 0.14.5)
python-securesystemslib (0.21.0 -> 0.28.0)
python-selection (0.0.14 -> 0.0.21)
python-selenium (3.141.0 -> 4.9.1)
python-sentry-sdk (1.21.0 -> 1.22.2)
python-setuptools-declarative-requirements (1.2.0 -> 1.3.0)
python-setuptools-gettext (0.1.1 -> 0.1.3)
python-setuptools-git-versioning (1.13.2 -> 1.13.3)
python-shellingham (1.5.0 -> 1.5.0.post1)
python-simpleeval (0.9.12 -> 0.9.13)
python-slack-sdk (3.19.5 -> 3.21.3)
python-slip (0.6.5 -> 20191113)
python-smpplib (2.2.1 -> 2.2.3)
python-softlayer (6.1.4 -> 6.1.7)
python-sortinghat (0.7.23 -> 0.9.3)
python-sounddevice (0.4.5 -> 0.4.6)
python-sphinx-argparse (0.3.2 -> 0.4.0)
python-sphinx-autodoc-typehints (1.19.2 -> 1.23.0)
python-sphinx-book-theme (0.1.3 -> 1.0.1)
python-sphinx-inline-tabs (2022.1.2b11 -> 2023.4.21)
python-sphinx-jsonschema (1.16.8 -> 1.19.1)
python-sphinx-theme-builder (0.2.0b1 -> 0.2.0b2)
python-sphinxcontrib-plantuml (0.24.1 -> 0.25)
python-sphinxext-opengraph (0.7.5 -> 0.8.2)
python-sphobjinv (2.2.2 -> 2.3.1)
python-spotipy (2.22.0 -> 2.23.0)
python-spur (0.3.22 -> 0.3.23)
python-sqlglot (7.0.0 -> 12.4.0)
python-sqlite-utils (3.24 -> 3.31)
python-sqlitedict (1.6.0 -> 2.1.0)
python-sqlparse (0.4.3 -> 0.4.4)
python-srcinfo (0.1.1 -> 0.1.2)
python-statsd (3.3.0 -> 4.0.1)
python-stestr (3.2.1 -> 4.0.1)
python-strictyaml (1.6.2 -> 1.7.3)
python-stripe (2.63.0 -> 5.4.0)
python-structlog (22.1.0 -> 23.1.0)
python-sure (2.0.0 -> 2.0.1)
python-svglib (1.1.0 -> 1.5.1)
python-sybil (3.0.0 -> 5.0.1)
python-tableauserverclient (0.18.0 -> 0.25)
python-tablib (3.3.0 -> 3.4.0)
python-tabpy (2.5.0 -> 2.7.1)
python-tcolorpy (0.1.2 -> 0.1.3)
python-tenacity (8.1.0 -> 8.2.2)
python-termcolor (2.1.1 -> 2.3.0)
python-terminaltables (3.1.0 -> 3.1.10)
python-testfixtures (7.0.4 -> 7.1.0)
python-testflo (1.4.9 -> 1.4.12)
python-textX (3.0.0 -> 3.1.1)
python-thespian (3.10.6 -> 3.10.7)
python-time-machine (2.8.2 -> 2.9.0)
python-tinydb (4.7.0 -> 4.7.1)
python-tld (0.12.6 -> 0.13)
python-tokenize-rt (4.2.1 -> 5.0.0)
python-tomlkit (0.11.7 -> 0.11.8)
python-toposort (1.7 -> 1.10)
python-towncrier (19.2.0 -> 22.12.0)
python-transaction (3.0.1 -> 3.1.0)
python-transitions (0.8.10 -> 0.9.0)
python-trustme (0.9.0 -> 1.0.0)
python-truststore (0.4.0 -> 0.7.0)
python-ttp-templates (0.3.2 -> 0.3.5)
python-tweepy (4.9.0 -> 4.14.0)
python-txtorcon (22.0.0 -> 23.0.0)
python-typedload (2.19 -> 2.22)
python-typeguard (3.0.2 -> 4.0.0)
python-uc-micro-py (1.0.1 -> 1.0.2)
python-ufoLib2 (0.13.1 -> 0.14.0)
python-unearth (0.7.0 -> 0.9.0)
python-unidiff (0.7.4 -> 0.7.5)
python-unittest-xml-reporting (3.0.2 -> 3.2.0)
python-unsync (1.3 -> 1.4.0)
python-uritools (4.0.0 -> 4.0.1)
python-urlextract (1.7.1 -> 1.8.0)
python-urllib3 (2.0.1 -> 2.0.2)
python-user-agents (2.1.0 -> 2.2.0)
python-userpath (1.7.0 -> 1.8.0)
python-vdirsyncer (0.19.0 -> 0.19.1)
python-versioneer (0.26 -> 0.28)
python-virtue (2.5.2 -> 2023.5.1)
python-vncdotool (1.0.0 -> 1.1.0)
python-voluptuous-serialize (2.5.0 -> 2.6.0)
python-vulture (2.1 -> 2.7)
python-w3lib (1.22.0 -> 2.1.1)
python-weasyprint (56.1 -> 59.0)
python-weblate-language-data (2022.9 -> 2023.4)
python-weblate-schemas (2022.1 -> 2023.2)
python-websockets (11.0.2 -> 11.0.3)
python-whatthepatch (1.0.3 -> 1.0.5)
python-wheezy.template (0.1.195 -> 3.1.0)
python-whitenoise (6.2.0 -> 6.4.0)
python-xdg (5.1.1 -> 6.0.0)
python-xdoctest (0.15.10 -> 1.1.1)
python-xhtml2pdf (0.2.6 -> 0.2.11)
python-xmldiff (2.4 -> 2.6.1)
python-xxhash (3.1.0 -> 3.2.0)
python-yacron (0.17.0 -> 0.19.0)
python-yamllint (1.28.0 -> 1.31.0)
python-yaspin (0.18.0 -> 2.3.0)
python-yq (3.2.1 -> 3.2.2)
python-zc.lockfile (2.0 -> 3.0.post1)
python-zeep (4.1.0 -> 4.2.1)
python-zeroconf (0.56.0 -> 0.62.0)
python-zict (2.2.0 -> 3.0.0)
python-zodbpickle (2.6 -> 3.0.1)
python-zope.configuration (4.4.1 -> 5.0)
python-zope.proxy (4.6.1 -> 5.0.0)
Needed updates for devel:languages:python:avocado:
These packages don't seem to be available on PyPI:
apparmor-rpm-macros
gnu-compilers-hpc
libsodium
openblas
suse-hpc
These packages need to be upgraded:
python-aexpect (1.6.4 -> 1.7.0)
python-inspektor (0.5.2 -> 0.5.3)
Needed updates for devel:languages:python:aws:
These packages need to be upgraded:
python-aws-sam-translator (1.55.0 -> 1.66.0)
python-aws-xray-sdk (2.11.0 -> 2.12.0)
python-boto3 (1.26.125 -> 1.26.133)
python-botocore (1.29.125 -> 1.29.133)
python-cfn-lint (0.72.10 -> 0.77.5)
python-moto (4.1.0 -> 4.1.9)
python-pynamodb (5.3.4 -> 5.5.0)
python-s3transfer (0.6.0 -> 0.6.1)
Needed updates for devel:languages:python:azure:
These packages need to be upgraded:
python-azure-ai-anomalydetector (3.0.0b5 -> 3.0.0b6)
python-azure-datalake-store (0.0.52 -> 0.0.53)
python-azure-identity (1.12.0 -> 1.13.0)
python-azure-mgmt (4.0.0 -> 5.0.0)
python-azure-monitor (0.3.1 -> 0.4.0)
python-azure-storage (0.36.0 -> 0.37.0)
python-azure-synapse-artifacts (0.15.0 -> 0.16.0)
python-azure-template (0.1.0b2609285 -> 0.1.0b2675288)
Needed updates for devel:languages:python:certbot:
These packages don't seem to be available on PyPI:
certbot-systemd-timer
These packages need to be upgraded:
python-acme (1.31.0 -> 2.6.0)
python-certbot (1.31.0 -> 2.6.0)
python-certbot-apache (1.31.0 -> 2.6.0)
python-certbot-dns-cloudflare (1.31.0 -> 2.6.0)
python-certbot-dns-cloudxns (1.31.0 -> 1.32.0)
python-certbot-dns-digitalocean (1.31.0 -> 2.6.0)
python-certbot-dns-dnsimple (1.31.0 -> 2.6.0)
python-certbot-dns-dnsmadeeasy (1.31.0 -> 2.6.0)
python-certbot-dns-google (1.31.0 -> 2.6.0)
python-certbot-dns-linode (1.31.0 -> 2.6.0)
python-certbot-dns-luadns (1.31.0 -> 2.6.0)
python-certbot-dns-nsone (1.31.0 -> 2.6.0)
python-certbot-dns-rfc2136 (1.31.0 -> 2.6.0)
python-certbot-dns-route53 (1.31.0 -> 2.6.0)
python-certbot-nginx (1.31.0 -> 2.6.0)
Needed updates for devel:languages:python:django:
These packages need to be upgraded:
python-aldjemy (1.0.0 -> 2.6)
python-django-allauth (0.47.0 -> 0.54.0)
python-django-auth-ldap (4.0.0 -> 4.3.0)
python-django-axes (5.40.1 -> 5.41.1)
python-django-bootstrap3 (14.2.0 -> 23.1)
python-django-bootstrap4 (21.2 -> 23.1)
python-django-classy-tags (3.0.1 -> 4.0.0)
python-django-codemod (1.11.0 -> 1.11.7)
python-django-cors-headers (3.13.0 -> 4.0.0)
python-django-countries (7.2.1 -> 7.5.1)
python-django-crispy-forms (1.14.0 -> 2.0)
python-django-debug-toolbar (3.6 -> 4.0.0)
python-django-environ (0.4.5 -> 0.10.0)
python-django-filter (23.1 -> 23.2)
python-django-formtools (2.4 -> 2.4.1)
python-django-health-check (3.16.5 -> 3.17.0)
python-django-import-export (2.7.1 -> 3.2.0)
python-django-invitations (1.9.3 -> 2.0.0)
python-django-js-asset (2.0 -> 2.0.0)
python-django-money (3.0 -> 3.1.0)
python-django-mptt (0.14 -> 0.14.0)
python-django-oauth-toolkit (1.7.0 -> 2.2.0)
python-django-oidc-provider (0.7.0 -> 0.8.0)
python-django-oscar (3.1 -> 3.2)
python-django-perf-rec (4.11.0 -> 4.22.1)
python-django-phonenumber-field (5.1.0 -> 7.1.0)
python-django-pipeline (2.0.8 -> 2.1.0)
python-django-polymorphic (3.1 -> 3.1.0)
python-django-requests-debug-toolbar (0.0.3 -> 0.0.5)
python-django-rest-framework-client (0.1.1 -> 0.7.0)
python-django-rq (2.8.0 -> 2.8.1)
python-django-seed (0.2.2 -> 0.3.1)
python-django-sekizai (2.0.0 -> 4.1.0)
python-django-treebeard (4.5.1 -> 4.7)
python-django-widget-tweaks (1.4.8 -> 1.4.12)
python-graphene-django (3.0.0 -> 3.0.2)
python-model-bakery (1.9.0 -> 1.11.0)
python-siphashc (1.3 -> 2.1)
python-social-auth-app-django (5.0.0 -> 5.2.0)
python-sorl-thumbnail (12.7.0 -> 12.9.0)
python-swapper (1.1.2.post1 -> 1.3.0)
python-xapian-haystack (2.1.1 -> 3.1.0)
Needed updates for devel:languages:python:Factory:
These packages don't seem to be available on PyPI:
patterns-devel-python
pypy3
python
python310
python311
python312
python38
python39
shared-python-startup
Needed updates for devel:languages:python:flask:
These packages need to be upgraded:
python-Flask (2.2.5 -> 2.3.2)
python-Flask-Admin (1.6.0 -> 1.6.1)
python-Flask-Babel (2.0.0 -> 3.1.0)
python-Flask-Caching (1.9.0 -> 2.0.2)
python-Flask-HTMLmin (2.2.0 -> 2.2.1)
python-Flask-HTTPAuth (4.4.0 -> 4.8.0)
python-Flask-Migrate (4.0.0 -> 4.0.4)
python-Flask-SQLAlchemy (3.0.2 -> 3.0.3)
python-Flask-Security-Too (5.1.1 -> 5.2.0)
python-Flask-SocketIO (5.1.1 -> 5.3.4)
python-Flask-WTF (1.0.1 -> 1.1.1)
python-flask-jwt-extended (4.3.1 -> 4.4.4)
python-flask-restx (0.5.1 -> 1.1.0)
Needed updates for devel:languages:python:jupyter:
These packages don't seem to be available on PyPI:
jupyter
jupyter-imatlab
jupyter-jupyter-wysiwyg
jupyter-jupyterlab-latex
jupyter-matlab-kernel
These packages need to be upgraded:
python-ipykernel (6.22.0 -> 6.23.0)
python-ipython (8.13.1 -> 8.13.2)
python-jupyter-collaboration (0.8.0 -> 1.0.0a8)
python-jupyter-ydoc (0.2.4 -> 1.0.2)
python-jupyter_nbextensions_configurator (0.6.1 -> 0.6.3)
python-nbclassic (0.5.6 -> 1.0.0)
python-nbconvert (7.3.1 -> 7.4.0)
python-qtconsole (5.4.2 -> 5.4.3)
python-y-py (0.5.5 -> 0.6.0)
python-ypy-websocket (0.8.2 -> 0.9.0)
Needed updates for devel:languages:python:numeric:
These packages need to be upgraded:
python-GooseMPL (0.12.1 -> 0.14.0)
python-PeakUtils (1.3.3 -> 1.3.4)
python-Pint (0.20.1 -> 0.21)
python-PyX (0.15 -> 0.16)
python-XlsxWriter (3.0.3 -> 3.1.0)
python-altair (4.2.2 -> 5.0.0)
python-arf (2.6.1 -> 2.6.4)
python-asdf (2.13.0 -> 2.15.0)
python-asdf-astropy (0.3.0 -> 0.4.0)
python-asdf-coordinates-schemas (0.1.0 -> 0.2.0)
python-awkward (2.1.4 -> 2.2.0)
python-bokcolmaps (2.0.1 -> 3.1.2)
python-bokeh (3.0.3 -> 3.1.1)
python-cdflib (0.3.20 -> 0.4.9)
python-chartify (3.0.5 -> 4.0.3)
python-cluster (1.4.1.post2 -> 1.4.1.post3)
python-contourpy (1.0.6 -> 1.0.7)
python-dash (2.6.2 -> 2.9.3)
python-dask (2023.3.2 -> 2023.5.0)
python-deap (1.3.1 -> 1.3.3)
python-distributed (2023.3.2 -> 2023.5.0)
python-drms (0.6.2 -> 0.6.3)
python-envisage (6.1.1 -> 7.0.3)
python-ezdxf (0.16.3 -> 1.0.3)
python-fabio (0.14.0 -> 2023.4.1)
python-fastnumbers (3.2.1 -> 5.0.1)
python-fastremap (1.13.4 -> 1.13.5)
python-finance_enums (0.1.0 -> 0.1.1)
python-girder-client (3.1.3 -> 3.1.17)
python-gsw (3.6.16 -> 3.6.16.post1)
python-healpy (1.16.1 -> 1.16.2)
python-hepunits (2.0.1 -> 2.3.2)
python-holoviews (1.15.4 -> 1.16.0)
python-imreg (2020.1.1 -> 2022.9.27)
python-jplephem (2.15 -> 2.18)
python-kwant (1.4.2 -> 1.4.3)
python-lfdfiles (2020.9.18 -> 2023.4.20)
python-librosa (0.9.2 -> 0.10.0.post2)
python-llvmlite (0.39.1 -> 0.40.0)
python-lmfit (1.1.0 -> 1.2.1)
python-matplotlib (3.6.3 -> 3.7.1)
python-mizani (0.8.1 -> 0.9.0)
python-mpl-animators (1.0.1 -> 1.1.0)
python-mpmath (1.2.1 -> 1.3.0)
python-ndindex (1.6 -> 1.7)
python-ndtiff (1.12.0 -> 2.0.0)
python-netCDF4 (1.6.2 -> 1.6.3)
python-netpbmfile (2020.10.18 -> 2023.1.1)
python-networkx (2.8.8 -> 3.1)
python-nibabel (4.0.2 -> 5.1.0)
python-nilearn (0.10.0 -> 0.10.1)
python-npTDMS (1.2.0 -> 1.6.2)
python-nptyping (2.4.1 -> 2.5.0)
python-numba (0.56.4 -> 0.57.0)
python-o2sclpy (0.926 -> 0.927.post1)
python-oct2py (5.0.4 -> 5.6.0)
python-openTSNE (0.6.2 -> 0.7.1)
python-openpyxl (3.0.10 -> 3.1.2)
python-orange-canvas-core (0.1.18 -> 0.1.31)
python-orange-widget-base (4.11.0 -> 4.21.0)
python-palettable (3.3.0 -> 3.3.3)
python-pandas (1.5.3 -> 2.0.1)
python-plotly (5.13.1 -> 5.14.1)
python-pomegranate (0.12.0 -> 1.0.0)
python-praatio (4.1.0 -> 6.0.0)
python-psychtoolbox (3.0.16 -> 3.0.19.0)
python-pyarrow (11.0.0 -> 12.0.0)
python-pydata-google-auth (1.1.0 -> 1.8.0)
python-pyemd (0.5.1 -> 1.0.0)
python-pyface (7.4.4 -> 8.0.0)
python-pypet (0.6.0 -> 0.6.1)
python-pyqtgraph (0.13.1 -> 0.13.3)
python-pyquil (3.3.3 -> 3.5.0)
python-pyssim (0.5 -> 0.6)
python-python-pseudorandom (0.2.2 -> 0.3.2)
python-pythran (0.12.1 -> 0.13.1)
python-pyzo (4.11.2 -> 4.12.7)
python-quantities (0.14.0 -> 0.14.1)
python-quimb (1.4.2 -> 1.5.0)
python-reportlab (3.6.12 -> 4.0.0)
python-reproject (0.9.1 -> 0.10.0)
python-roifile (2020.11.28 -> 2023.5.12)
python-roman (3.3 -> 4.0)
python-rpcq (3.10.0 -> 3.11.0)
python-rpy2 (3.4.4 -> 3.5.11)
python-scikit-build-core (0.2.2 -> 0.3.3)
python-scikit-dsp-comm (1.2.0 -> 2.0.3)
python-scikit-hep-testdata (0.4.30 -> 0.4.31)
python-scikit-image (0.19.3 -> 0.20.0)
python-scikit-learn (1.2.1 -> 1.2.2)
python-scikit-sound (0.2.3 -> 0.2.11)
python-scikit-sparse (0.4.5 -> 0.4.8)
python-scikit-umfpack (0.3.2 -> 0.3.3)
python-sfs (0.5.0 -> 0.6.2)
python-sgp4 (2.20 -> 2.22)
python-shinyutils (3.1.0 -> 12.4.0)
python-skyfield (1.45 -> 1.46)
python-soxr (0.3.4 -> 0.3.5)
python-statsmodels (0.13.5 -> 0.14.0)
python-sunpy (4.1.3 -> 4.1.5)
python-sympy (1.11.1 -> 1.12)
python-tifffile (2023.3.15 -> 2023.4.12)
python-traits (6.3.1 -> 6.4.1)
python-traitsui (7.2.1 -> 7.4.3)
python-unyt (2.9.4 -> 2.9.5)
python-vispy (0.12.2 -> 0.13.0)
python-visvis (1.13.0 -> 1.14.0)
python-xarray (2023.2.0 -> 2023.4.2)
python-zarr (2.13.3 -> 2.14.2)
Needed updates for devel:languages:python:pyramid:
Needed updates for devel:languages:python:pytest:
These packages need to be upgraded:
python-pytest-bdd (5.0.0 -> 6.1.1)
python-pytest-check (1.0.5 -> 2.1.4)
python-pytest-djangoapp (0.15.2 -> 1.1.0)
python-pytest-flask (1.0.0 -> 1.2.0)
python-pytest-httpbin (1.0.2 -> 2.0.0)
python-pytest-httpx (0.21.2 -> 0.22.0)
python-pytest-mpl (0.12.0 -> 0.16.1)
python-pytest-order (0.10.0 -> 1.1.0)
python-pytest-twisted (1.13.4 -> 1.14.0)
python-pytest-xdist (3.2.1 -> 3.3.0)
1
0
Hello python packages!
there are some python related build failures:
https://build.opensuse.org/project/monitor/openSUSE:Backports:SLE-15-SP5?ar…
I expect some of these could be related to recent changes with 3.11
python-astropy
python-dfVFS
python-Django
python-flask-jwt-extended
python-veusz
python-zope.schema:test
Best regards
Lubos Kocman
openSUSE Leap Release Manager
1
0
Good morning Dirk,
On 08.05.23 at 17:27 Dirk Müller wrote:
> On Montag, 8. Mai 2023 13:19:50 CEST Johannes Kastl wrote:
>>> - process = subprocess.Popen(self.script, shell=True,
>>> + process = subprocess.Popen(sys.executable, self.script,
>>> shell=True,
>> Thanks for the patch. This did not work, as it errored out with a
>> stacktrace.
>
> It would have been useful to share teh stack trace. I guess with a shell it
> doesn't expect argument lists. so how about removing the shell=True in the
> line above? then it should invoke "sys.exutable self.script" and that should
> work then.
Sorry, that would have been helpful, yes. I'll revisit this in the next couple
of days. In the meantime I disabled the checks and tried to get the package to
build at all (it is only a dependency and I wanted to get to the point where I
have everything for the Ansible tool chain at least building...).
Kind Regards,
Johannes
--
Johannes Kastl
Linux Consultant & Trainer
Tel.: +49 (0) 151 2372 5802
Mail: kastl(a)b1-systems.de
B1 Systems GmbH
Osterfeldstraße 7 / 85088 Vohburg
http://www.b1-systems.de
GF: Ralph Dehner
Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537
2
4