Vishnu Ks
d33cf45010
requirements: Upgrade urllib3 to 1.22.
2017-08-21 07:52:15 -07:00
Vishnu Ks
e17dd84d39
requirements: Upgrade typing to 3.6.2.
2017-08-21 07:52:15 -07:00
Vishnu Ks
2a03a02032
requirements: Upgrade SQLAlchemy to 1.1.13.
2017-08-21 07:52:15 -07:00
Vishnu Ks
3f758b4b0d
requirements: Upgrade requests to 2.18.4.
2017-08-21 07:52:15 -07:00
Vishnu Ks
b1acab45a9
requirements: Upgrade PyJWT to 1.5.2.
2017-08-21 07:52:15 -07:00
Vishnu Ks
79c2216850
requirements: Upgrade pyasn1-modules to 0.0.11.
2017-08-21 07:52:15 -07:00
Vishnu Ks
63e48daf96
requirements: Upgrade pyasn1 to 0.3.2.
2017-08-21 07:52:15 -07:00
Vishnu Ks
cc2e94d7f4
requirements: Upgrade Pillow to 4.2.1.
2017-08-21 07:52:15 -07:00
Vishnu Ks
6973a06b35
requirements: Upgrade oauth2client to 4.1.2.
2017-08-21 07:52:14 -07:00
Vishnu Ks
3b4c3a9827
requirements: Upgrade ipython to 6.1.0.
2017-08-21 07:52:14 -07:00
Vishnu Ks
4e99ddad68
requirements: Upgrade Django to 1.11.4.
2017-08-21 07:52:14 -07:00
Vishnu Ks
f35f3441f2
requirements: Upgrade cryptography to 2.0.3.
2017-08-20 22:53:05 -07:00
Vishnu Ks
9d333492d6
requirements: Upgrade certifi to 2017.7.27.1.
2017-08-20 22:53:05 -07:00
Vishnu Ks
a47b67c50d
requirements: Upgrade boto to 2.48.0.
2017-08-20 22:53:05 -07:00
Greg Price
1dc26ba250
Bump psycopg2 dependency to 2.7.3 to get a bugfix.
...
This should fix #6153 .
2017-08-16 17:58:13 -07:00
Greg Price
67745f849b
py3: Bump `sourcemap` dependency to get py3 bugfix.
...
The one difference between `sourcemap` 0.2.0 and 0.2.1 is this fix:
https://github.com/mattrobenolt/python-sourcemap/pull/9
This addresses an issue that caused the Zulip server running on
Python 3 to raise exceptions when attempting to process a JS error.
2017-08-15 17:30:31 -07:00
Eeshan Garg
ee0a03d547
python-zulip-api: Upgrade to latest release (0.3.2).
2017-07-31 21:23:31 -07:00
Eeshan Garg
148bb4db09
requirements: Update requirements/ to install bots/API packages.
...
This is required, since we just reorganized the python-zulip-api
repository into 3 packages.
A nice side effect is that we get to eliminate some now-unnecessary
code for editing sys.path.
2017-07-18 00:10:30 -07:00
Tim Abbott
f2f9494d17
requirements: Pin the version of python-cryptography.
...
This is a workaround for https://github.com/pyca/cryptography/pull/3603 .
2017-07-14 17:22:20 -07:00
Eeshan Garg
938597c5da
requirements: Use the python-zulip-api repo for API bindings.
...
Tweaked by tabbott to repoint at the final repository name, update the
dependencies with `pip-compile`, and update PROVISION_VERSION.
2017-07-06 12:24:38 -07:00
rht
8aaf34d06d
Lock the recursive requirements in common.txt via pip-compile.
...
The commit is composed of: (1) distill out top-level dependencies in
common.txt, (2) add -e flag to the vcs-based packages because
pip-compile can't do without, (3) pip-compile/generate the locked files
then remove the -e flags from the lockfile, (4) pin pathlib2 to dev.txt
because it turns out it is a direct requirement of
documentation_crawler, (5) document the structure and add an automation
script (6) remove cryptography==1.9 from requirements/scrapy.txt since
cryptography is automatically added from pyopenssl (7) add sed command
to remove future/futures from the generated lock file in python3 (this
should have been automatically handled by pip-compile, so pending for
the feature from pip-compile)
Tweaked by tabbott to update PROVISION_VERSION and add a missing
`first` dependency.
2017-07-05 23:47:07 -07:00
Umair Khan
a66b7b7083
Remove Django Guardian dependency.
...
Guardian adds functionality on top of Django auth system to set
per object permissions. Its problem is that it is has poor performance.
So we decided to remove it in release 1.4.0, but we still kept the
option to revert back to an older version which used Guardian.
See commit 49799440a4
for more details.
This commit is the final piece in the string of commits which move
us towards completely removing guardian from our codebase. The way
we do it as follows:
If you are upgrading from a version <= 1.3.10, you first need to
upgrade to 1.4.x (we recommend 1.4.2). The reason is that we
deprecated Guardian in this version. Once you have upgraded to
1.4.x we can be sure that your Zulip installation doesn't depend
on Guardian and all the data has been successfully migrated away from
Guardian. The second step is to upgrade to latest release which will
not include any reference to Guardian in the codebase. After this
commit migrating directly to the latest release will not work because
in that case Guardian data will not migrate.
The backward incompatible change that this introduces is that
we have squashed all the migrations till version 1.4.0. This was
necessary to remove Guardian because it was needed by the reverse
migration. These migrations were from 0001 to 0028.
Fixes #5420
2017-06-23 08:40:57 -04:00
sinwar
e9ec59c45d
requirements: Upgrade requests to latest version.
...
Fixes #5455
2017-06-20 06:59:18 -04:00
Vishnu Ks
3c5cb48825
requirements: Remove glue from common.txt.
2017-06-19 06:40:18 -04:00
Vishnu Ks
f15875c1fe
requirements: Upgrade SQLAlchemy to 1.1.10.
2017-06-19 06:40:18 -04:00
Vishnu Ks
59ee952c9a
requirements: Upgrade python-twitter to 3.3 and remove pytest-runner.
2017-06-19 06:40:18 -04:00
Vishnu Ks
c5bc4bd027
requirements: Upgrade pyasn1-modules to 0.0.9.
2017-06-19 06:40:18 -04:00
Vishnu Ks
4bf2ca25d6
requirements: Upgrade Pillow to 4.1.1 and remove olefile.
2017-06-19 06:40:18 -04:00
Vishnu Ks
dc245dfcd1
requirements: Upgrade pbr to 3.0.1.
2017-06-19 06:40:18 -04:00
Vishnu Ks
f5b6f972fb
requirements: Upgrade django-bitfield to 1.9.3.
2017-06-19 06:40:18 -04:00
Vishnu Ks
fe09421718
requirements: Upgrade django-pipeline to 1.6.13.
2017-06-19 06:40:18 -04:00
Vishnu Ks
6da5d71461
requirements: Upgrade oauth2client to 4.1.1.
2017-06-19 06:40:18 -04:00
Vishnu Ks
c04f21c4fa
requirements: Upgrade fonttools to 1.13.1.
2017-06-19 06:40:18 -04:00
Vishnu Ks
0323c772df
requirements: Upgrade django-auth-ldap to 1.2.12.
2017-06-19 06:40:18 -04:00
Vishnu Ks
6d792eaa89
requirements: Upgrade chardet to 3.0.4.
2017-06-19 06:40:18 -04:00
Vishnu Ks
5264855b7e
requirements: Upgrade boto to 2.47.0.
2017-06-19 06:40:18 -04:00
Vishnu Ks
f9bde4bd04
requirements: Upgrade beautifulsoup4 to 4.6.0.
2017-06-19 06:40:18 -04:00
Umair Khan
eeabc0f6a3
Django 1.11: Bump Django version to 1.11.
...
This commit also makes the following changes:
* Bumps the version of Django to 1.11.2.
* Fixes the HTTP response headers. Now CommonMiddleware sets Content-Length
header for non-streaming response, see
https://docs.djangoproject.com/en/1.11/ref/middleware/#module-django.middleware.common .
Due to this, 'Transfer-Encoding: chunked' header is removed, which signifies
a streaming response.
2017-06-15 14:44:38 -07:00
Mehanig
3f5d0e69fb
Build and handle jsfiles using webpack instead of django-pipeline.
...
Also renames bundle.js to translations.js.
2017-05-24 18:38:03 -07:00
Tim Abbott
7bee733565
requirements: Upgrade to the latest Django release.
2017-05-16 15:56:16 -07:00
Tim Abbott
3fd1943eb6
requirements: Move api dependency out of common.txt.
...
This is preparation for using `pip compile` to help automate our
requirements files; `pip compile` does not support relative paths.
2017-05-13 22:13:00 -07:00
Rishi Gupta
e46cbaffa2
email: Remove Mandrill pathways and dependency.
...
Everything it was doing (send_future_email) can now be done using
ScheduledJob.
2017-05-05 14:38:23 -07:00
rahuldeve
023730447e
Outgoing Webhook System: Add ndg-httpsclient requirement.
2017-05-02 08:24:28 -07:00
sinwar
2e0c03ae2d
requirements: Update psycopg2 to latest version.
...
Fixes #4580 .
2017-05-01 23:43:28 -07:00
hackerkid
a768c94f9d
requirements: Upgrade django-bitfield to 1.9.2.
2017-04-21 22:25:50 -07:00
hackerkid
7db87a452c
requirements: Upgrade typing to 3.6.1.
2017-04-21 18:13:58 -07:00
hackerkid
60d3346369
requirements: Upgrade SQLAlchemy to 1.1.9.
2017-04-21 18:13:58 -07:00
hackerkid
05a5a8bc40
requirements: Upgrade tornado to 4.5.1.
2017-04-21 18:13:58 -07:00
hackerkid
c9ee2b0c25
requirements: Upgrade pytz to 2017.2.
2017-04-21 18:13:58 -07:00
hackerkid
1ff9d6a600
requirements: Upgrade pylibmc to 1.5.2.
2017-04-21 18:13:58 -07:00
hackerkid
d8965691a4
requirements: Upgrade PyJWT to 1.5.0.
2017-04-21 18:13:58 -07:00
hackerkid
6b94cdc6f0
requirements: Upgrade Pillow to 4.1.0.
2017-04-21 18:13:58 -07:00
hackerkid
a9af3df67f
requirements: Upgrade pbr to 3.0.0.
2017-04-21 18:13:58 -07:00
hackerkid
2929c15953
requirements: Upgrade oauthlib to 2.0.2.
2017-04-21 18:13:57 -07:00
hackerkid
5972679a50
requirements: Upgrade MarkupSafe to 1.0.
2017-04-21 18:13:57 -07:00
hackerkid
8b126cbb22
requirements: Upgrade Jinja2 to 2.9.6.
2017-04-21 18:13:57 -07:00
hackerkid
b2db6f05fd
requirements: Upgrade fonttools to 3.10.0.
2017-04-21 18:13:57 -07:00
hackerkid
cf6cd3a447
requirements: Upgrade django-pipeline to 1.6.12.
2017-04-21 18:13:57 -07:00
hackerkid
0999227648
requirements: Upgrade django-auth-ldap to 1.2.10.
2017-04-21 18:13:57 -07:00
hackerkid
afc835a91e
requirements: Upgrade chardet to 3.0.2.
2017-04-21 18:13:57 -07:00
hackerkid
0915171868
requirements: Upgrade cffi to 1.10.0.
2017-04-21 18:13:57 -07:00
hackerkid
91011b74ef
requirements: Upgrade certifi to 2017.4.17.
2017-04-21 18:13:57 -07:00
sinwar
22b36ff2dc
requirements: Upgrade python-twitter to latest version.
...
We no longer need a forked version, since our patches were merged into
master several months ago.
Fixes #3407 .
2017-04-05 16:41:09 -07:00
Tim Abbott
35f3070927
requirements: Move incorrectly filed dependencies.
...
These are only used in development, and should never have been added
to common.txt.
2017-03-23 18:14:20 -07:00
Tim Abbott
ce2c3fbb06
requirements: Install api bindings in production.
2017-03-22 19:33:51 -07:00
Umair Khan
a2aeddba6b
testing: Add infrastructure for running backend tests in parallel.
...
This doesn't yet provide an option to actually run the backend tests
parallelized yet.
2017-03-21 10:59:12 -07:00
sinwar
d8ff09cb42
requirements: Upgrade pycodestyle to latest version.
...
Fixes #3927 .
2017-03-05 16:17:04 -08:00
hackerkid
8a2b7751a5
requirements: Move PyJWT to common.txt.
2017-02-27 16:04:49 -08:00
hackerkid
ea55b372ac
requirements: Remove JWT.
...
We are using PyJWT, not JWT.
2017-02-27 16:04:49 -08:00
Tim Abbott
4090d409a4
requirements: Install cffi and pycparser in production.
...
It's needed for the argon2 password hasher.
2017-02-26 16:12:31 -08:00
hackerkid
2bb4144e1c
requirements: Upgrade pyasn1 to 0.2.3.
2017-02-26 15:59:23 -08:00
hackerkid
e09093608b
requirements: Upgrade boto to 2.46.1.
2017-02-26 15:59:23 -08:00
hackerkid
89c23834cb
requirements: Upgrade requests_oauthlb to 0.8.0.
2017-02-26 15:59:23 -08:00
hackerkid
9d01b9f4a9
requirements: Upgrade requests to 2.13.0.
2017-02-26 15:59:23 -08:00
hackerkid
77c9d3e382
requirements: Upgrade pytest-runner to 2.11.1.
2017-02-26 15:59:23 -08:00
hackerkid
0b3d21964a
requirements: Upgrade Pygments to 2.2.0.
2017-02-26 15:59:23 -08:00
hackerkid
b4f4784764
requirements: Upgrade Markdown to 2.6.8.
2017-02-26 15:59:23 -08:00
hackerkid
b6a595c5a3
requirements: Upgrade Jinja2 to 2.9.5.
2017-02-26 15:59:23 -08:00
hackerkid
3810f5ffea
requirements: Upgrade httplib2 to 0.10.3.
2017-02-26 15:59:23 -08:00
hackerkid
767f21c397
requirements: Upgrade google-api-python-client to 1.6.2.
2017-02-26 15:59:23 -08:00
hackerkid
f61bfb0186
requirements: Upgrade fonttools to 3.7.2.
2017-02-26 15:59:23 -08:00
hackerkid
6b672ea992
requirements: Upgrade django-auth-ldap to 1.2.9.
2017-02-26 15:59:23 -08:00
hackerkid
e5a1ccbed6
requirements: Upgrade defusedxml to 0.5.0.
2017-02-26 15:59:23 -08:00
hackerkid
903611c4f5
requirements: Upgrade certifi to 2017.1.23.
2017-02-26 15:59:23 -08:00
sinwar
483a351d44
Upgrade to argon password hasher.
...
The Argon2 password hasher is the currently recommended password
hasher for Django.
Fixes #3362 .
2017-02-22 23:29:12 -08:00
hackerkid
071ab7bf70
requirements: Upgrade Typing to 3.5.3.0.
2017-01-19 14:18:39 -08:00
hackerkid
dc5e09f5e1
requirements: Upgrade Jinja2 to 2.9.4.
2017-01-19 14:18:39 -08:00
hackerkid
9f5108ded2
requirements: Upgrade Pillow to 4.0.0.
2017-01-19 14:18:39 -08:00
hackerkid
7a20dc64d7
requirements: Add olefile package to common.txt.
...
Olefile is needed for running Pillow==4.0.0.
2017-01-19 14:18:39 -08:00
hackerkid
b5de4e06f1
requirements: Upgrade backports-abc to 0.5.
2017-01-19 14:18:39 -08:00
hackerkid
aeb9c4b485
requirements: Upgrade boto to 2.45.0.
2017-01-19 14:18:39 -08:00
hackerkid
4dd0de33db
requirements: Upgrade requests to 2.12.5.
2017-01-19 14:18:39 -08:00
hackerkid
ae1bd2b0bc
requirements: Upgrade beautifulsoup4 to 4.5.3.
2017-01-19 14:11:07 -08:00
hackerkid
43c4d7f39e
requirements: Upgrade pcodestyle to 2.2.0.
2017-01-19 14:11:07 -08:00
hackerkid
6571d7c568
requirements: Upgrade polib to 1.0.8.
2017-01-19 14:11:07 -08:00
hackerkid
c29cd84ce9
requirements: Upgrade django-pipeline to 1.6.11.
2017-01-19 14:11:07 -08:00
hackerkid
60fbe093c1
requirements: Upgrade sourcemap to 0.2.0.
2017-01-19 14:11:07 -08:00
hackerkid
24426d4684
requirements: Upgrade simplejson to 3.10.0.
2017-01-19 14:11:07 -08:00
hackerkid
22c2c0144c
requirements: Upgrade pytz to 2016.10.
2017-01-19 14:11:07 -08:00
hackerkid
f1c2156aae
requirements: Upgrade oauthlib to 2.0.1.
2017-01-19 14:11:07 -08:00