Commit graph

73 commits

Author SHA1 Message Date
Marcin Kuzminski
4cf5918e77 dependencies: bumped rhodecode tools to version 0.12.0 2017-04-18 17:40:33 +02:00
Marcin Kuzminski
e820f43be3 dependencies: bumped external libraries to latest versions
- mistune
- ipython-genutils
- prompt-toolkit
2017-04-10 16:53:01 +02:00
Marcin Kuzminski
d74292255a nix: bumped internal version inside default.nix 2017-04-10 16:52:30 +02:00
Marcin Kuzminski
07b5345636 release: updated pip2nix output for 4.7.0 2017-04-07 13:10:38 +02:00
Marcin Kuzminski
c2cc303035 dependencies: added css select into required libraries. 2017-03-11 00:00:19 +01:00
Marcin Kuzminski
838777528b dependencies: bumped lxml and made it a dependency. 2017-03-09 19:53:29 +01:00
Marcin Kuzminski
09eb526c6c dependencies: made decorator lib use the same version for rc and vcsserver. 2017-03-08 18:01:12 +01:00
Marcin Kuzminski
3fce2ad988 jupyter-rendering: add required packaging to handle rendering of jupyter notebooks.
- added nbgenerate, and other related libs.
2017-02-25 15:22:11 +01:00
Marcin Kuzminski
3d3f2db34a core: removed pyro4 from Enterprise code. Fixes #5198 2017-02-07 15:58:49 +01:00
Marcin Kuzminski
4326092878 dependencies: bumped pyramid to 1.7.4
- fixes #5184
2017-02-06 17:56:19 +01:00
Marcin Kuzminski
209e691571 release: updated pip2nix output for 4.6.0 2017-02-05 18:12:47 +01:00
Marcin Kuzminski
6951a1ab96 dependencies: bumped pygments to 2.2.0 2017-01-25 13:58:58 +01:00
Marcin Kuzminski
0311baa1a3 packaging: updated setuptools to 30.1.0 and setuptools-scm to 1.15.0 2016-12-13 17:16:11 +01:00
Marcin Kuzminski
d08f53f078 dependencies: bumped paste to version 2.0.3. 2016-12-13 16:29:25 +01:00
Marcin Kuzminski
31467b5fa4 requirements: updated structure of requirement files, and re-generated nix files. 2016-12-13 11:59:00 +01:00
Marcin Kuzminski
815f6467e9 packaging: updated rhodecode-tools to 0.11.0 2016-12-13 11:58:38 +01:00
Marcin Kuzminski
e3d352749c packaging: restructured setup.py file.
- added inclusion of configs
- some cleanups
- use pytest runner as other projects do
2016-12-13 11:54:43 +01:00
Marcin Kuzminski
2dc8712b37 dependencies: bumped Whoosh to veriosn 2.7.4. Fixes #4283 2016-12-07 11:19:09 +01:00
Marcin Kuzminski
27def76f1b dependencies: bumped Markdown library to 2.6.7 2016-12-07 10:31:02 +01:00
Marcin Kuzminski
28a9d17dbf dependencies: bumped mako templates to 1.0.6 2016-12-07 10:28:37 +01:00
Marcin Kuzminski
6c025de997 dependencies: bumped waitress version to 1.0.1 2016-12-07 10:15:47 +01:00
Marcin Kuzminski
a3109b7a78 dependencies: bumped supervisor to 3.3.1 version. 2016-12-07 00:37:39 +01:00
Marcin Kuzminski
b1ef19c53a dependencies: bumped gevent to 1.1.2 and greenlet to 0.4.10 versions. 2016-12-07 00:35:42 +01:00
Marcin Kuzminski
c7515b523d dependencies: bumped msgpack to version 0.4.8. 2016-12-07 00:29:23 +01:00
Marcin Kuzminski
6e30caf799 dependencies: dropped obsolete Dulwich library. 2016-12-07 00:25:39 +01:00
Marcin Kuzminski
94dc4195e2 dependencies: organized test requirements.
- introduced requirements_test.txt file to store test requirements.
- add  parsing into setup.py of requirement files and passing it automatically.
2016-12-07 00:19:15 +01:00
Marcin Kuzminski
0b5d562197 dependencies: bumped pytest libraries to latest versions. 2016-12-06 23:47:47 +01:00
Marcin Kuzminski
571b952467 packages: updated nix packages with latest version 2016-12-01 21:03:03 +01:00
Marcin Kuzminski
eba8d8cba3 release: updated pip2nix output for 4.5.0 2016-12-01 10:18:16 +00:00
Marcin Kuzminski
33ad4d47b8 libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1 2016-11-10 17:29:46 +01:00
Daniel Dourvaris
1960780e96 nix: add pygments-markdown-lexer for highglighting markdown files 2016-10-20 02:46:43 +03:00
Marcin Kuzminski
56c8deb944 packaging: bumped psutil to latest version 2016-10-18 14:05:17 +02:00
Martin Bornhold
f5a84e0461 nix: Add subprocess32 to build inputs.
From the python 2 docs: POSIX users (Linux, BSD, etc.)
are strongly encouraged to install and use the much
more recent subprocess32 module instead of the version
included with python 2.7. It is a drop in replacement
with better behavior in many situations.
2016-10-14 09:23:41 +02:00
Marcin Kuzminski
1d5cbade82 release: merge back stable branch into default 2016-10-17 10:39:16 +00:00
Marcin Kuzminski
52879d9658 release: updated pip2nix output for 4.4.2 2016-10-17 10:34:23 +00:00
Marcin Kuzminski
0a933d98ea packaging: updated RhodeCode Tools to 0.10.2
- fixes the urllib3 packaging problem
2016-10-17 11:44:51 +02:00
Martin Bornhold
da04304434 nix: Remove unused and outdated flake8 dependencies. 2016-09-30 16:49:33 +02:00
Martin Bornhold
b6edbc7c40 nix: Remove flake8 from test requirements. 2016-09-30 16:45:52 +02:00
Marcin Kuzminski
1a10b0d877 release: updated pip2nix output for 4.4.1 2016-09-27 15:47:52 +00:00
Martin Bornhold
93e55cd6da nix: Updated hash of rhodecode-tools.
This should be the last time we have to update the hash without code changes in
rhodecode-tools becuase the archive creation now uses the modifucation time of
the changeset. Therefore the hash only changes if another commit is referenced.
2016-09-28 11:29:44 +02:00
Martin Bornhold
0e71efebfd nix: Add pytest-sugar to our development environment 2016-09-27 16:42:11 +02:00
Martin Bornhold
f7f16fa126 nix: Update rhodecode-tools md5sum. 2016-09-22 11:31:59 +02:00
Marcin Kuzminski
a081cf6bb7 nix: bumped internal release version 2016-09-16 15:22:42 +02:00
Martin Bornhold
2a0ed7c3dc nix: Remove Fabric from dependencies. #4167 2016-08-15 11:07:03 +02:00
Marcin Kuzminski
43d449237e release: updated pip2nix output for 4.3.0 2016-08-12 12:31:23 +00:00
Marcin Kuzminski
f91a028481 deps: bumped rhodecode-tools to 0.10.0 2016-08-11 20:25:34 +02:00
Marcin Kuzminski
c6641cd893 deps: bumped rhodecode-tools from 0.8.3 to 0.9.0 2016-08-11 14:41:31 +02:00
Marcin Lulek
4baa8118b9 channelstream: do not send comment notifications to the commenting user 2016-08-03 12:28:46 +02:00
Marcin Kuzminski
b70466f693 packaging: added channelstream and gevent back into CE.
- re-generated packages using pip2nix
2016-08-02 12:21:45 +02:00
Marcin Kuzminski
d181ac58e4 nix: added required peppercorn lib 2016-07-30 12:11:10 +02:00