2022-07-29 16:14:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 29 12:38:06 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.9.13:
|
|
|
|
- Updated to wrap new functions and constants in SDL_ttf
|
|
|
|
2.20.0.
|
|
|
|
- Updated to wrap new functions and constants in SDL_mixer
|
|
|
|
2.6.0.
|
|
|
|
- Updated to wrap new functions and constants in SDL_image
|
|
|
|
2.6.0.
|
|
|
|
- Added experimental bindings for the new functions and
|
|
|
|
constants in the SDL 2.23.1 pre-release.
|
|
|
|
- Added a new function :func:sdl2.ext.load_svg that allows
|
|
|
|
loading simple SVG images at arbitrary resolutions with
|
|
|
|
SDL_image 2.6.0 or later.
|
|
|
|
- Added bindings for new functions and constants introduced in
|
|
|
|
SDL2 2.0.22
|
|
|
|
- Added a stable API for accessing the raw ctypes function
|
|
|
|
objects for SDL2 functions
|
|
|
|
- Various bugfixes (see the project's news.rst for more info)
|
2022-08-01 15:07:48 +00:00
|
|
|
- Add mixer_tests_fix.patch to switch off failing tests
|
|
|
|
(gh#py-sdl/py-sdl2#241).
|
2022-07-29 16:14:57 +00:00
|
|
|
|
2022-03-21 07:24:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Mar 20 09:55:17 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
- Update to version 0.9.11
|
|
|
|
* Added bindings for new functions and constants introduced in
|
|
|
|
SDL2 2.0.20
|
|
|
|
* Added bindings and documentation for new functions and
|
|
|
|
constants introduced in SDL2_ttf 2.0.18
|
|
|
|
- Changelog for Release 0.9.10
|
|
|
|
* Added bindings for new functions and constants introduced in
|
|
|
|
SDL2 2.0.18
|
|
|
|
* Added experimental support for SDL 2.0.3 and 2.0.4 for older
|
|
|
|
platforms (tested on an iMac G4 running 10.4.11)
|
|
|
|
* Major improvements to the ext.pixelaccess module
|
|
|
|
* Major rewrite of the ext.image module
|
|
|
|
* New object-oriented method of rendering with sdl2.ext.Renderers
|
|
|
|
using the new sdl2.ext.Texture class
|
|
|
|
* Major expansion and rewrite of the sdl2.ext.Renderer class
|
|
|
|
* New powerful sdl2.ext.FontTTF class for font rendering
|
|
|
|
* Redocumented most of the sdl2.ext modules for better clarity
|
|
|
|
and maintainability
|
|
|
|
* Added automatic detection of Homebrew SDL2 binaries on Apple
|
|
|
|
Silicon Macs as a fallback Deprecated a number of sdl2.ext
|
|
|
|
modules and functions
|
|
|
|
- Changelog for Release 0.9.9
|
|
|
|
* Added bindings for new functions and constants introduced in
|
|
|
|
SDL2 2.0.16
|
|
|
|
* Reverted the fix for issue #139 which inadvertently caused
|
|
|
|
Window.show() to force the window to use SDL2's software
|
|
|
|
rendering, breaking the Renderer class and compatibility with
|
|
|
|
PyOpenGL.
|
|
|
|
- Drop PySDL2-pr193-skipnumpy.patch
|
|
|
|
- Clean out test suite
|
|
|
|
|
2021-08-29 20:42:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 29 10:31:04 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
- Update to version 0.9.8
|
|
|
|
* This release fixes a number of bugs, updates the bindings to
|
|
|
|
support new functions in SDL2 2.0.14, adds a wrapper for the
|
|
|
|
SDL2 MessageBox API, and more.
|
|
|
|
* Added bindings for new functions and constants introduced in
|
|
|
|
SDL2 2.0.12 and 2.0.14
|
|
|
|
* Added full support for SDL2 binaries in non-system locations
|
|
|
|
(e.g., with pysdl2-dll) when using PySDL2 with Python installed
|
|
|
|
from the Microsoft Store on Windows.
|
|
|
|
* Improved handling of SDL2 binaries that are too old to be used
|
|
|
|
with PySDL2.
|
|
|
|
* Added a new sdl2.ext API for displaying SDL2 MessageBox alerts
|
|
|
|
and dialog boxes.
|
|
|
|
- Add PySDL2-pr193-skipnumpy.patch (gh#marcusva/py-sdl2#193) for
|
|
|
|
missing NumPy in python36
|
|
|
|
|
2021-02-09 08:56:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 8 22:45:09 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
- remove duplicate check section: Only the Xvfb version runs
|
|
|
|
without segfaults when loading the SDL libraries. (Except for
|
|
|
|
two flaky Window position and size tests)
|
|
|
|
|
2020-03-27 10:33:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 27 10:23:12 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- update to version 0.9.7
|
|
|
|
* The minimum required SDL version is 2.0.5
|
|
|
|
* The minimum required SDL_ttf version is 2.0.14
|
|
|
|
* The minimum required SDL_mixer version is 2.0.1
|
|
|
|
* The minimum required SDL_image version is 2.0.1
|
|
|
|
* Improved compatibility with older SDL2 releases by raising informative
|
|
|
|
exceptions whenever a function requiring a newer SDL2 binary is called
|
|
|
|
* fixed bug preventing use of background color with wrapped text using
|
|
|
|
:meth:`sdl2.ext.FontManager.render()` (PR #134)
|
|
|
|
* fixed issue #112: allow easy moving and resizing of :obj:`sdl2.ext.Window()`
|
|
|
|
objects through 'position' and 'size' attributes, added 'open' and 'close'
|
|
|
|
methods to Window objects
|
|
|
|
* fixed issue #130: SDL_RW* functions now accept pointers to RW objects
|
|
|
|
* fixed issue #135: :func:`sdl2.SDL_GetPrefPath()` and
|
|
|
|
:func:`sdl2.SDL_GetPrefPath()` now return bytestrings instead of pointers
|
|
|
|
to strings.
|
|
|
|
* fixed issue #148: added support for loading SDL2 .so binaries with numeric
|
|
|
|
suffixes on Unix-like OSes (e.g. 'libSDL2.so.2')
|
|
|
|
* fixed transparency issues with pallete indexed PNGs (PR #159)
|
|
|
|
|
2019-11-07 15:32:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 7 15:32:19 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Run through spec-cleaner
|
|
|
|
|
2018-12-04 13:54:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:52:49 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2017-11-10 19:59:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 7 18:24:56 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- initial version
|