15
0

Accepting request 1006804 from home:yarunachalam:branches:devel:languages:python

- Update to 2.22.0 
  Feature
  * Pyav API for procedural video writing (#853) (acbcb64)
- Update to v2.21.3
  Fix
  * Raise error if fps is specified (#871) (1f8d37a)
  Other
  * Fix small typo (#873) (f59e16d)
  * Examples for Pyav (#865) (810a7a9)
- Update to v2.21.2
  Fix
  * Allow v3.imread to read dicom (#868) (22c98c2)
  Revert to asanyarray (#863) (fdaba04)
  Other
  Add missing numpy import in example (#866) (d85bfba)
- Update to v2.21.1
  Fix
  Seeking to last frame caused EoF in pyav (#855) (7ff7f02)
- Update to v2.21.0
  Fix
  Write single TIFF page for single RGB image (#851) (0f04bc9)
  Feature
  Add is_batch kwarg to pillow (#845) (21d5c73)
  Other
  Add a migration note about pillow squeezing (#850) (7c55a55)
  Add missin option to imwrite type hints (#848) (6da4a42)
  Ignore exclude_applied on legacy plugins (#844) (f082dde)
  Remove unneeded CD steps (#847) (0d99c51)
- Update to v2.20.0
  Fix

OBS-URL: https://build.opensuse.org/request/show/1006804
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=25
This commit is contained in:
2022-09-29 09:19:56 +00:00
committed by Git OBS Bridge
parent 69f44a4e8d
commit 5480817419
4 changed files with 48 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f123cb23a77ac5abe8ed4e7ad6a60831a82de2c5d123463dcf1d4278c4779d2
size 3401236

3
imageio-2.21.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5702e7b4874bdb2f428b08c7491699b44842129d412cdaa7177ba7ff059deb2c
size 3430235

View File

@@ -1,3 +1,47 @@
-------------------------------------------------------------------
Thu Sep 29 02:30:37 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 2.22.0
Feature
* Pyav API for procedural video writing (#853) (acbcb64)
- Update to v2.21.3
Fix
* Raise error if fps is specified (#871) (1f8d37a)
Other
* Fix small typo (#873) (f59e16d)
* Examples for Pyav (#865) (810a7a9)
- Update to v2.21.2
Fix
* Allow v3.imread to read dicom (#868) (22c98c2)
Revert to asanyarray (#863) (fdaba04)
Other
Add missing numpy import in example (#866) (d85bfba)
- Update to v2.21.1
Fix
Seeking to last frame caused EoF in pyav (#855) (7ff7f02)
- Update to v2.21.0
Fix
Write single TIFF page for single RGB image (#851) (0f04bc9)
Feature
Add is_batch kwarg to pillow (#845) (21d5c73)
Other
Add a migration note about pillow squeezing (#850) (7c55a55)
Add missin option to imwrite type hints (#848) (6da4a42)
Ignore exclude_applied on legacy plugins (#844) (f082dde)
Remove unneeded CD steps (#847) (0d99c51)
- Update to v2.20.0
Fix
Expose frame-level metadata and duration in pyav (#839) (05fcf2c)
Feature
Enable HTTP based streams in pyav (#838) (fb1150d)
Other
Fix typo in test_pyav (#846) (f89abf1)
-------------------------------------------------------------------
Fri Mar 18 19:00:48 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@@ -20,7 +20,7 @@
%define skip_python2 1
%bcond_with test_extras
Name: python-imageio
Version: 2.16.1
Version: 2.21.2
Release: 0
Summary: Python library for reading and writing image, video, and related formats
License: BSD-2-Clause