17
0

Accepting request 946766 from home:bnavigator:branches:devel:languages:python

- Python 3.10 support: Replace long deprecated collections.Iterable
  by collections.abc.Iterable -- gh#kroening/ffmpeg-python#624

OBS-URL: https://build.opensuse.org/request/show/946766
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ffmpeg-python?expand=0&rev=8
This commit is contained in:
2022-01-16 12:53:21 +00:00
committed by Git OBS Bridge
parent d7d4dd93a9
commit 679950839e
2 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jan 16 11:33:04 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Python 3.10 support: Replace long deprecated collections.Iterable
by collections.abc.Iterable -- gh#kroening/ffmpeg-python#624
-------------------------------------------------------------------
Thu Dec 9 09:58:46 UTC 2021 - pgajdos@suse.com