15
0
Commit Graph

20 Commits

Author SHA256 Message Date
26db7e7bd9 Accepting request 808788 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/808788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=9
2020-06-05 17:58:40 +00:00
Tomáš Chvátal
f27a31ba7d Accepting request 808758 from home:pgajdos:python
submit

OBS-URL: https://build.opensuse.org/request/show/808758
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=19
2020-05-25 13:34:22 +00:00
d31cfd8887 Accepting request 794615 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/794615
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=8
2020-04-19 19:49:50 +00:00
Tomáš Chvátal
60104f0a5d Accepting request 792756 from home:mcalabkova:branches:devel:languages:python
- Update to version 2.8.0
  * (skipping version 2.7 to avoid confusion with Python v2.7.)
  * Added example for compressing GIFs using pygifsicle
  * Added support for compressed FITS images
  * Improved support for JPEG2000 (can now provide parameters)
  * More flexible setting of memory limit in mimread and mvolread
  * Drop support for Python 2.7 and Python 3.4.
  * Drop support for AVbin, use ffmpeg instead.
  * Many bugfixes.

OBS-URL: https://build.opensuse.org/request/show/792756
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=17
2020-04-09 14:06:50 +00:00
ee11e20d5b Accepting request 785581 from devel:languages:python
- Fix build without python2

OBS-URL: https://build.opensuse.org/request/show/785581
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=7
2020-03-26 23:25:54 +00:00
Tomáš Chvátal
9356b0d334 - Fix build without python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=15
2020-03-16 10:42:42 +00:00
10063a5298 Accepting request 698244 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/698244
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=6
2019-05-22 13:38:42 +00:00
Todd R
b453e7d067 Accepting request 695287 from home:TheBlackCat:branches:devel:languages:python
- update to version 2.5.0
  + The ffmpeg plugin has been refactored:
    * The core has been moved to a new library: imageio-ffmpeg.
    * That library provides platform-specific wheels that includes ffmpeg,
      so just ``pip install imageio-ffmpeg`` instead of the download step.
    * Note that this new library is py3k only.
    * Termination of ffmpeg subprocess is now more reliable.
    * The reader of the ffmpeg plugin now always reports ``inf`` as the number of
      frames. Use ``reader.count_frames()`` to get the actual number, or estimate
      it from the fps and duration in the meta data.
    * Removed ``CannotReadFrameError``.
  + Other changes:
    * The avbin plugin has been depreacted and will be removed in a future version.
    * Imnproved speed for PIL and FFMPEG plugsins by avoiding memory copies.
    * Update the included tiffile library.
    * Support for SimpleITK.
    * Speed up tiffile plugin when writing to something else than a filename.
    * Fix that writing to a file object would not work for some plugins.
    * Can now pass image data to the write functions as anything that resolves to
      a numpy array with a numeric dtype.
    * One can now read from a memoryview.
    * Fix error related to paletted BMP with the Pillow plugin.
    * Improved logging.
- update to version 2.4.1
  * Fix installation issue on flavors of Ubuntu 14.04 /w Python 2.7  (#378).
  * Use `np.frombuffer` instead of `np.fromstring` in some cases.
- update to version 2.4.0
  * Renamed ``Image`` class to ``Array`` and add documentation for this ndarray subclass.
  * Reading from HTTP and zipfiles has been improved and better documented.
  * Improvements to reading and writing of Tiff metadata (by Lukas Schrangl).
  * Better dealing of tifffile dependencies on Python 2.7 (#330 and #337 by Chris Barnes).
  * Reader for the SPE format (#358 by lschr).
  * Better termination of FFMPEG when reading from webcam (#346 by Dennis Vang).
  * FFMPEG support for reading 16bit videos (#342 by Peter Minin).

OBS-URL: https://build.opensuse.org/request/show/695287
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=13
2019-04-26 13:53:32 +00:00
ace149ffab Accepting request 688136 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/688136
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=5
2019-03-26 14:44:06 +00:00
Tomáš Chvátal
5a69e818a4 Accepting request 681214 from home:jayvdb:branches:devel:languages:python
- Remove bcond preventing tests from running, use IMAGEIO_NO_INTERNET
  to activate tests which can run without the internet, and skip
  currently failing tests on Python 2 and 3
- Remove unused test dependency nose
- Recommend Pillow as it is a mandatory dependency of the test suite

OBS-URL: https://build.opensuse.org/request/show/681214
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=11
2019-03-25 08:44:31 +00:00
23764c0711 Accepting request 659436 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659436
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=4
2018-12-24 10:38:20 +00:00
5117ec4a98 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=9
2018-12-04 13:33:56 +00:00
d5242bdea2 Accepting request 633470 from devel:languages:python
- Fix BuildRequires ("freeimage-devel" instead of "libfreeimage3"), and
  remove superfluous Requires for libfreeimage3.
- Remove shebangs from non-scripts in shipped plugins.
- Add python-imageio-rpmlintrc ... we install zero-length files.

OBS-URL: https://build.opensuse.org/request/show/633470
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=3
2018-09-16 16:31:25 +00:00
39178f6f64 - Fix BuildRequires ("freeimage-devel" instead of "libfreeimage3"), and
remove superfluous Requires for libfreeimage3.
- Remove shebangs from non-scripts in shipped plugins.
- Add python-imageio-rpmlintrc ... we install zero-length files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=7
2018-09-05 12:21:43 +00:00
364a09416b Accepting request 599638 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/599638
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=2
2018-04-26 11:37:22 +00:00
Tomáš Chvátal
151cf96e69 Accepting request 599627 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/599627
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=5
2018-04-21 19:40:42 +00:00
6f8eb438e2 Accepting request 581983 from devel:languages:python
Needed by the latest version of python-holoviews, already in openSUSE:Factory.

OBS-URL: https://build.opensuse.org/request/show/581983
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=1
2018-03-09 09:36:28 +00:00
Tomáš Chvátal
918cac6f2f Accepting request 582223 from home:jengelh:branches:devel:languages:python
- Update descriptions.

OBS-URL: https://build.opensuse.org/request/show/582223
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=3
2018-03-03 17:31:25 +00:00
Todd R
05ab4cb884 Accepting request 495671 from home:TheBlackCat:branches:devel:languages:python
- Implement single-spec version
- Fix source URL
- Update to version 2.1.2

OBS-URL: https://build.opensuse.org/request/show/495671
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=2
2017-05-17 16:27:34 +00:00
Todd R
d6f3d49ec5 - Initial version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=1
2016-01-11 13:19:49 +00:00