yosifkit
0da0608be2
Merge pull request #57 from infosiftr/3.5
...
Add 3.5.0b3
2015-07-17 13:35:53 -07:00
Tianon Gravi
0fa3202789
Add 3.5.0b3
2015-07-17 13:18:09 -07:00
Tianon Gravi
5fc2d82f70
Update to pip 7.1.0
2015-07-01 14:21:36 -07:00
yosifkit
e01317da90
Merge pull request #55 from infosiftr/readline
...
Add "libreadline-dev" to fix readline module usage
2015-06-16 16:00:55 -07:00
Tianon Gravi
89890623a0
Add "libreadline-dev" to fix readline module usage
2015-06-16 15:35:22 -07:00
yosifkit
6d962f44cb
Merge pull request #50 from mattrobenolt/pip-caching
...
Skip pip's default caching behavior
2015-06-11 19:05:30 -07:00
Matt Robenolt
7663560df7
Skip pip's default caching behavior
...
This caching includes the file that was downloaded over http,
as well as this new wheel cache. Neither of which are valuable
and just add bloat into the resulting images. Similar to removing
the apt caches on disk at each layer. This also makes pip install's
a tiny bit faster since pip avoids trying to automatically create
wheels (which is fast itself, but again, unnecessary in this world).
See:
- https://pip.pypa.io/en/latest/reference/pip_install.html#caching
- https://pip.pypa.io/en/latest/reference/pip_install.html#wheel-cache
2015-06-08 23:13:13 -07:00
yosifkit
425775316b
Merge pull request #52 from infosiftr/curses
...
Add libncurses-dev to slim buildDeps so that the curses module works
2015-06-08 13:58:54 -07:00
Tianon Gravi
82380dd56c
Add libncurses-dev to slim buildDeps so that the curses module works
2015-06-08 12:07:44 -07:00
Tianon Gravi
e622e82acf
Reorganize slim buildDeps so they're easier to review diffs on
2015-06-08 12:06:57 -07:00
Tianon Gravi
38e00bb6ba
Update to pip 7.0.3
2015-06-02 10:06:53 -07:00
Tianon Gravi
526ee08b34
Update to 2.7.10 and update pip to 7.0.1
2015-05-26 09:30:03 -07:00
yosifkit
d03644b6e2
Merge pull request #48 from TimeIncOSS/python32
...
Add support for Python 3.2
2015-05-26 09:28:14 -07:00
Radek Simko
8ac0675e33
Add support for Python 3.2
2015-05-23 18:43:45 -07:00
yosifkit
ab89b4ca4d
Merge pull request #47 from infosiftr/pip-7.0.0
...
Run update.sh: pip bump 7.0.0
2015-05-22 16:48:21 -07:00
Joe Ferguson
0255766eee
Run update.sh: pip bump 7.0.0
2015-05-22 16:21:25 -07:00
yosifkit
5939f85c99
Merge pull request #46 from infosiftr/pip-version
...
Install explicit version of "pip"
2015-05-19 10:30:53 -07:00
Tianon Gravi
12105a2a8c
Install explicit version of "pip"
2015-05-19 10:30:21 -07:00
Tianon Gravi
3575b03cc3
Reorganize Dockerfiles for slightly better cache
2015-05-19 09:32:07 -07:00
Tianon Gravi
0ead8a6878
Merge pull request #44 from infosiftr/gpg-keys
...
More resilient gpg getting
2015-04-23 12:28:31 -06:00
Joe Ferguson
a467ae8851
More resilient gpg getting
...
- move to "high-availability" [subset](https://sks-keyservers.net/overview-of-pools.php#pool_ha ).
2015-04-22 17:50:09 -07:00
yosifkit
d0bacd4160
Merge pull request #42 from infosiftr/travis-all-the-things
...
Turn on ALL the variants in Travis
2015-04-02 14:09:52 -07:00
Tianon Gravi
944c9fb78b
Turn on ALL the variants in Travis 🎉
2015-04-02 14:41:56 -06:00
Tianon Gravi
8ce12cfe67
Merge pull request #41 from denibertovic/master
...
Add libbz2-dev to buildDeps
2015-04-02 13:57:14 -06:00
Deni Bertovic
a736fc19a9
Add libbz2-dev to buildDeps
...
Closes #39
2015-04-02 18:58:32 +02:00
Tianon Gravi
b2ab0300e3
Merge pull request #40 from tianon/travis
...
Add initial .travis.yml
2015-03-17 11:19:37 -06:00
Tianon Gravi
39b70b0aa0
Add initial .travis.yml
2015-03-17 10:33:52 -06:00
yosifkit
c6e8f0d345
Merge pull request #38 from Turistforeningen/master
...
Configure Python with --enable-unicode=ucs4
2015-03-02 15:19:21 -08:00
Tianon Gravi
db31004d42
Update to 3.4.3
2015-02-27 14:33:51 -07:00
Tianon Gravi
9ef507b336
Filter out RCs
2015-02-27 14:33:33 -07:00
Hans Kristian Flaatten
542719bf6a
Configure Python with --enable-unicode=ucs4
...
Bulk update all Dockerfiles with the following command:
```bash
find . -name 'Dockerfile' | xargs sed -i '' 's/--enable-shared/--enable-shared --enable-unicode=ucs4/g'
```
2015-02-26 14:13:16 +01:00
Tianon Gravi
1fc771798d
2015
2015-02-23 13:51:02 -07:00
Tianon Gravi
1d6e10059f
Unindent LICENSE
2015-02-23 13:46:54 -07:00
yosifkit
98ac555272
Merge pull request #36 from infosiftr/moar-gpg
...
Add GPG verification to slim and wheezy variants too
2015-02-09 12:35:39 -08:00
Tianon Gravi
25134c1757
Add GPG verification to slim and wheezy variants too
...
Also, fix `update.sh` to actually hit both the slim and wheezy variants when bumping...
2015-02-09 12:16:38 -07:00
yosifkit
746b2e25b5
Merge pull request #34 from infosiftr/gpg-verification
...
Gpg verification
2015-02-04 15:34:02 -08:00
Moghedrin
04609e66b1
Reading tianon's mind, I was not.
2015-02-04 15:41:27 -07:00
Moghedrin
c0549e0cd0
Clean up curl commands
2015-02-04 15:19:08 -07:00
Moghedrin
eba93c0d86
Remove unnecessary keys
2015-02-04 15:07:15 -07:00
Moghedrin
5fd6bac86b
Add gpg verification for python3 versions
2015-01-26 17:16:33 -07:00
Moghedrin
2296bdc058
Add gpg validation for python 2.7
2015-01-26 16:57:31 -07:00
Tianon Gravi
d550e292ee
Bump to 2.7.9
2014-12-11 11:30:36 -07:00
Tianon Gravi
fa71318040
Merge pull request #28 from ceroic/wheezy-official
...
Wheezy variants for official repo
2014-12-02 09:38:57 -08:00
yosifkit
07ff9127b4
Merge pull request #27 from infosiftr/slim-fix
...
Add slim deps of libsqlite3-0 at runtime and libsqlite3-dev at build time
2014-12-02 09:28:45 -08:00
gmeans
7716978231
Missed a wheezy
2014-12-02 06:43:09 -05:00
Grant Means
12c65493f0
Added wheezy variant
2014-12-02 06:40:57 -05:00
Grant Means
11da949fd0
Wheezy 3.4
2014-12-02 06:40:06 -05:00
Grant Means
8d45b76631
Wheezy 3.3
2014-12-02 06:38:49 -05:00
Grant Means
57be1a3fd7
Wheezy 2.7
2014-12-02 06:37:15 -05:00
Tianon Gravi
c0c674911c
Fix slim sqlite3 runtime dependency
2014-12-02 00:52:38 -07:00