wiredfool
fd7fa4e61d
3.3.0.dev0 versioning
2016-04-01 07:39:35 -07:00
wiredfool
344cb709ed
3.2.0 Release Version Bump
2016-04-01 05:17:23 -07:00
Alex Clark
57d7873288
yapf-formatting for setup.py
...
I know folks don't universally agree on using yapf, but I've been using it a lot lately elsewhere & propose we start using it on a file-by-file basis here.
2016-03-15 07:16:22 -04:00
Alex Clark
54925c492c
Update website URL [ci skip]
2016-03-15 07:15:03 -04:00
Alex Clark
6d5e7c69e6
Revert "Update website URL [ci skip]"
...
This reverts commit 838986349c
.
OOPS, tried to sneak in yapf-formatting :-)
2016-03-15 07:14:03 -04:00
Alex Clark
838986349c
Update website URL [ci skip]
2016-03-15 07:10:42 -04:00
wiredfool
ac92468808
Fix the error reported when libz is not found
2016-03-08 10:30:37 -08:00
Christoph Gohlke
0b38dbb8e2
Add Python 3.5 to classifiers
2016-01-04 11:50:03 -08:00
wiredfool
8d518a3f4d
3.2.0-dev versioning
2016-01-04 03:03:26 -08:00
wiredfool
fff5536b37
3.1.0 version
2016-01-04 02:04:23 -08:00
wiredfool
0f9f5cd8db
3.1.0-rc1 versioning
2016-01-01 16:00:32 +00:00
Benjamin Le Forestier
e5b6018b46
add include and library directories for freebsd
2015-12-27 20:43:27 +01:00
wiredfool
0cf0e948c7
Merge pull request #1499 from hugovk/remove_imagingtiff
...
Remove old _imagingtiff.c and pilplus stuff
2015-10-24 09:44:29 -07:00
Chris Brackert
27ced01022
Fix Exception when installing jpeg
2015-10-22 16:48:03 -07:00
hugovk
baea664477
Remove _imagingtiff.c stuff
2015-10-16 18:12:22 +03:00
Andrew Murray
9a2903bf5b
Changed 32 bit to 32-bit and 64 bit to 64-bit
2015-10-15 00:49:03 +11:00
Alex Clark
a6d9452986
PEP 0440 compliance [ci skip]
...
``3.1.0.dev`` should be ``3.1.0.dev0`` to be compliant with PEP 0386 (which has since been superceded by PEP 0440 https://www.python.org/dev/peps/pep-0440/ )
2015-10-03 18:49:49 -04:00
wiredfool
58fedea740
3.1 Dev versioning
2015-10-01 21:39:00 +01:00
wiredfool
0177cceac4
3.0 Release versioning
2015-10-01 21:39:00 +01:00
wiredfool
29601ca119
Make zlib and jpeg required by default
2015-09-22 21:07:31 +01:00
Andrew Murray
105e963505
Flake8 fixes
2015-09-11 19:28:19 +10:00
wiredfool
fc17f31626
Merge pull request #1356 from njones11/master
...
Add Solaris/SmartOS include and library directories
2015-09-09 22:07:55 +01:00
Andrew Murray
545154a61f
Corrected scripts path
2015-09-07 19:24:39 +10:00
Andrew Murray
9e994b9e42
Changed indentation to be consistent
2015-07-28 19:59:52 +10:00
Nicholas Jones
1589052fb5
Fix setup.py for Solaris/SmartOS
2015-07-27 13:07:35 -04:00
Andrew Murray
60a3702fd5
Flake8 fix
2015-07-08 15:32:50 +10:00
Andrew Murray
7e991a8043
Allow Tcl/Tk frameworks to be disabled on OS X by setup arguments
2015-07-08 15:32:24 +10:00
Andrew Murray
d92879f379
Updated example Tcl version numbers
2015-07-08 14:04:02 +10:00
Alex Clark
93eb15bec7
Commence 3.0.0.dev0
2015-07-02 05:20:15 -04:00
Alex Clark
80672b61e8
This is 2.9.0
...
Fixes #1174
2015-07-01 14:33:56 -04:00
Alex Clark
445a8c06fc
Bump
2015-06-30 08:04:35 -04:00
Alex Clark
96944e2dd6
Bump
2015-06-29 08:57:55 -04:00
Andrew Murray
bbf3b52357
Flake8 fixes
2015-06-20 14:46:04 +10:00
wiredfool
a92d737177
Merge pull request #1278 from wiredfool/winbuild
...
Windows Build/CI
2015-06-18 09:03:38 -07:00
wiredfool
cedb226ef2
Style nits
2015-06-16 13:29:30 -07:00
wiredfool
7d9a617517
Merge pull request #1214 from hugovk/setup_classifiers
...
Add CPython/PyPy classifiers to setup.py
2015-06-16 11:50:17 -07:00
wiredfool
fd55099ffc
merge a year of master into winbuild
2015-06-10 12:49:07 -07:00
Andrew Murray
045190d3dd
Removed support for FreeType 2.0
2015-06-01 18:50:37 +10:00
hugovk
cb6fa8a20f
Add CPython/PyPy classifiers
2015-05-05 00:52:56 +03:00
Andrew Murray
87c4c6a72d
Various Flake8 fixes to base scripts
2015-04-24 10:15:14 +10:00
Alex Clark
5cfc34b287
Begin 2.9.0 development with 2.9.0.dev0
...
Use PEP440 syntax to identify development branch and keep pyroma happy: https://www.python.org/dev/peps/pep-0440/#developmental-releases .
2015-04-02 14:53:49 -04:00
Alex Clark
3f09b8f171
Prep 2.8.1
2015-04-02 10:59:03 -04:00
Alex Clark
c562c55788
Camel case nit [ci skip]
2015-03-31 22:00:53 -04:00
Alex Clark
0d64171481
Configure setuptools to run nosetests, fixes #729
...
http://nose.readthedocs.org/en/latest/setuptools_integration.html
2015-03-31 20:22:09 -04:00
Alex Clark
860a1dedf1
Prep 2.8.0
...
No ci skip here because let's see CI run w/new version numbers. I'm starting to think (again) this bump should happen immediately after the release instead of right before the next? But I know @wiredfool had some objection to this at some point. As a compromise, maybe we could change to 2.9.0dev immediately following the release of 2.8.0.
2015-03-27 07:02:02 -04:00
Eric Soroos
5061f7bdde
Turn off zip-safe flag for debug builds
2015-01-20 15:00:58 -08:00
wiredfool
0f05eb287a
Version Bump --2.7.0
2014-12-31 20:42:57 -08:00
wiredfool
e16ee15f2c
Merge pull request #997 from homm/replace-resize
...
Replace resize method
2014-11-27 10:26:48 -08:00
homm
bc0f896a47
rename Antialias and stretch to resample
2014-11-19 14:36:00 +03:00
homm
d49459f5b2
box blur dummy
2014-10-12 16:30:00 +04:00