Skip to content

Commit

Permalink
HTTPS everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Nov 24, 2017
1 parent 8042a5f commit 0e7fe60
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ September 30, 2009: Released version 0.9.6:
February 27, 2009: Released version 0.9.5:

- Fixed crash on 64-bit Linux machines.
- Now using http://launchpad.net/ for bug tracking.
- Now using https://launchpad.net/ for bug tracking.

June 30, 2008: Released version 0.9.4:

Expand Down
11 changes: 6 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ You can play against the computer, or two players can play with one keyboard.
There is also a Gravity Wars mode, where the two ships do not move, and the
players repeatedly specify the direction and velocity of their missiles.

Web page: http://mg.pov.lt/pyspacewar
Web page: https://mg.pov.lt/pyspacewar

Bug tracker: https://bugs.launchpad.net/pyspacewar

Requirements:
* Python (http://www.python.org/), at least version 2.4
* PyGame (http://www.pygame.org/)

* Python (https://www.python.org/), at least version 2.7
* PyGame (https://www.pygame.org/)


Quick start
Expand Down Expand Up @@ -80,13 +81,13 @@ under the GNU General Public Licence (see the file named LICENSE).
Ignas Mikalajūnas <ignas@pov.lt> contributed the computer AI code.

The planet images were borrowed from IGE - Outer Space, an open-source on-line
strategy game (http://www.ospace.net/).
strategy game (https://www.ospace.net/).

The background image is a darkened version of a public domain Hubble Space
Telescope picture of the NGC 3949 galaxy, downloaded from
http://hubblesite.org/newscenter/newsdesk/archive/releases/2004/25/

Icons were contributed by Jakub Szypulka and licenced under the Creative
Commons Share-Alike 3.0 licence. See
http://cubestuff.wordpress.com/2007/12/23/pyspacewar-goes-tango
https://cubestuff.wordpress.com/2007/12/23/pyspacewar-goes-tango

7 changes: 3 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: build-{build}-{branch}

environment:
matrix:
# http://www.appveyor.com/docs/installed-software#python lists available
# https://www.appveyor.com/docs/installed-software#python lists available
# versions
- PYTHON: "C:\\Python27"

Expand All @@ -14,10 +14,9 @@ install:
- python --version
- pip install tox
# pygame installation cargo-culted from https://github.com/a-tal/fallingsky/blob/cae0df8eedff8be3e9e333258ff565c1f1441886/appveyor.yml
# only I replaced the http:// url with https:// despite the semi-broken SHA-1 certificate
# until it expired and wasn't renewed so I changed it again
# only I replaced the http:// url with https://
# and changed version from 1.9.2a0 to 1.9.1
- ps: Start-FileDownload 'http://pygame.org/ftp/pygame-1.9.1.win32-py2.7.msi'
- ps: Start-FileDownload 'https://pygame.org/ftp/pygame-1.9.1.win32-py2.7.msi'
- ps: Start-Process -FilePath msiexec -ArgumentList /i, "pygame-1.9.1.win32-py2.7.msi", /qb, ADDLOCAL=ALL, ALLUSERS=1 -Wait
# For some reason pygame is installed into c:\lib\site-packages\pygame
# I also see c:\Miniconda-x64\Lib\site-packages\pygame, which fills me with WAT?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def determine_version():
author_email='marius@gedmin.as',
license='GPL',
platforms=['any'],
url='http://mg.pov.lt/pyspacewar/',
url='https://mg.pov.lt/pyspacewar/',
description='A game loosely inspired by the original Spacewar',
long_description=long_description,
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion src/pyspacewar/icons/README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Icons made by Jakub Szypulka
Licence: CC-SA 3.0

http://cubestuff.wordpress.com/2007/12/23/pyspacewar-goes-tango
https://cubestuff.wordpress.com/2007/12/23/pyspacewar-goes-tango
2 changes: 1 addition & 1 deletion src/pyspacewar/images/README.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The planet images were borrowed from IGE - Outer Space, an open-source on-line
strategy game (http://www.ospace.net/).
strategy game (https://www.ospace.net/).

The background image is a darkened version of a public domain Hubble Space
Telescope picture of the NGC 3949 galaxy, downloaded from
Expand Down
2 changes: 1 addition & 1 deletion src/pyspacewar/sounds/README.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
These are public domain sounds, downloaded from
http://www.partnersinrhyme.com/pir/PIRsfx.shtml
https://www.partnersinrhyme.com/pir/PIRsfx.shtml

Grenade2.wav and Pink_Noise1.wav were produced from the corresponding .au files
with
Expand Down

0 comments on commit 0e7fe60

Please sign in to comment.