[Python-modules-commits] [pygame] branch master updated (e1dc6bd -> b6ee1ae)
Dominik George
natureshadow-guest at moszumanska.debian.org
Sat Dec 16 20:11:32 UTC 2017
This is an automated email from the git hooks/post-receive script.
natureshadow-guest pushed a change to branch master
in repository pygame.
from e1dc6bd Fix typo in d/copyright.
new b6ee1ae Import Debian changes 1.9.3+dfsg-2
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Setup.in | 2 +-
WHATSNEW | 16 ++++++++--------
config_unix.py | 6 +-----
debian/changelog | 9 +++++++--
docs/reST/conf.py | 4 ++--
docs/reST/ref/cdrom.rst | 2 +-
docs/reST/ref/font.rst | 4 ++--
docs/reST/ref/freetype.rst | 4 ++--
docs/reST/ref/mixer.rst | 2 +-
docs/reST/ref/mouse.rst | 4 ++--
docs/reST/ref/pixelarray.rst | 6 +++---
docs/reST/ref/pygame.rst | 2 +-
docs/reST/ref/sprite.rst | 6 +++---
docs/reST/ref/time.rst | 2 +-
docs/reST/themes/classic/elements.html | 2 +-
docs/reST/tut/MoveIt.rst | 4 ++--
docs/reST/tut/SpriteIntro.rst | 2 +-
examples/data/sans.ttf | Bin 0 -> 133088 bytes
examples/mask.py | 4 ++--
examples/sound_array_demos.py | 2 +-
examples/testsprite.py | 2 +-
lib/freetype.py | 2 +-
lib/ftfont.py | 4 ++--
lib/sprite.py | 8 ++++----
lib/sysfont.py | 2 +-
version.py.in => lib/version.py | 3 +++
setup.py | 2 +-
src/SDL_gfx/SDL_gfxPrimitives.c | 4 ++--
src/_pygame.h | 2 +-
src/camera.h | 4 ++--
src/camera_mac.m | 6 +++---
src/color.c | 4 ++--
src/doc/cdrom_doc.h | 4 ++--
src/doc/font_doc.h | 4 ++--
src/doc/freetype_doc.h | 4 ++--
src/doc/sprite_doc.h | 4 ++--
src/font.c | 2 +-
src/imageext.c | 2 +-
src/math.c | 4 ++--
src/mixer.c | 2 +-
src/pgcompat.h | 2 +-
src/pixelarray_methods.c | 2 +-
src/pixelcopy.c | 2 +-
src/rotozoom.c | 8 ++++----
src/scale_mmx32.c | 4 ++--
src/scale_mmx64.c | 4 ++--
src/scale_mmx64_gcc.c | 4 ++--
src/scale_mmx64_msvc.c | 4 ++--
src/scrap.c | 2 +-
src/scrap_x11.c | 2 +-
src/surface.c | 2 +-
test/base_test.py | 2 +-
test/cdrom_test.py | 2 +-
test/fixtures/fonts/test_sans.ttf | Bin 0 -> 133088 bytes
test/font_test.py | 10 +++++++++-
test/freetype_test.py | 2 +-
test/math_test.py | 8 ++++----
test/mixer_test.py | 2 +-
test/mouse_test.py | 4 ++--
test/surface_test.py | 2 +-
test/test_utils/png.py | 8 ++++----
test/time_test.py | 2 +-
62 files changed, 121 insertions(+), 109 deletions(-)
create mode 100644 examples/data/sans.ttf
copy version.py.in => lib/version.py (96%)
create mode 100644 test/fixtures/fonts/test_sans.ttf
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pygame.git
More information about the Python-modules-commits
mailing list