##// END OF EJS Templates
release: updated pip2nix output for 4.27.0
super-admin -
r4772:454f5641 stable
parent child Browse files
Show More
@@ -1,30 +1,31 b''
1 1 [DEFAULT]
2 2 done = false
3 3
4 4 [task:bump_version]
5 5 done = true
6 6
7 7 [task:rc_tools_pinned]
8 8 done = true
9 9
10 10 [task:fixes_on_stable]
11 11
12 12 [task:pip2nix_generated]
13 13
14 14 [task:changelog_updated]
15 15
16 16 [task:generate_api_docs]
17 17 done = true
18 18
19 19 [task:updated_translation]
20 done = true
20 21
21 22 [release]
22 23 state = in_progress
23 24 version = 4.27.0
24 25
25 26 [task:generate_js_routes]
26 27
27 28 [task:updated_trial_license]
28 29
29 30 [task:generate_oss_licenses]
30 31
@@ -1,12 +1,13 b''
1 1 diff -rup rhodecode-tools-1.4.1-orig/setup.py rhodecode-tools-1.4.1/setup.py
2 2 --- rhodecode-tools-1.4.1/setup-orig.py 2021-03-11 12:34:45.000000000 +0100
3 3 +++ rhodecode-tools-1.4.1/setup.py 2021-03-11 12:34:56.000000000 +0100
4 4 @@ -69,7 +69,7 @@ def _get_requirements(req_filename, excl
5 5
6 6
7 7 # requirements extract
8 8 -setup_requirements = ['pytest-runner']
9 9 +setup_requirements = ['pytest-runner==5.1.0']
10 10 install_requirements = _get_requirements(
11 11 'requirements.txt', exclude=['setuptools'])
12 test_requirements = _get_requirements('requirements_test.txt') No newline at end of file
12 -test_requirements = _get_requirements('requirements_test.txt')
13 -test_requirements = []
@@ -1,124 +1,122 b''
1 1 ## dependencies
2 2
3 3 amqp==2.5.2
4 4 babel==1.3
5 5 beaker==1.9.1
6 6 bleach==3.1.3
7 7 celery==4.3.0
8 8 channelstream==0.6.14
9 9 click==7.0
10 10 colander==1.7.0
11 11 # our custom configobj
12 12 https://code.rhodecode.com/upstream/configobj/artifacts/download/0-012de99a-b1e1-4f64-a5c0-07a98a41b324.tar.gz?md5=6a513f51fe04b2c18cf84c1395a7c626#egg=configobj==5.0.6
13 13 cssselect==1.0.3
14 14 cryptography==2.6.1
15 15 decorator==4.1.2
16 16 deform==2.0.8
17 17 docutils==0.16.0
18 18 dogpile.cache==0.9.0
19 19 dogpile.core==0.4.1
20 20 formencode==1.2.4
21 21 future==0.14.3
22 22 futures==3.0.2
23 23 infrae.cache==1.0.1
24 24 iso8601==0.1.12
25 25 itsdangerous==1.1.0
26 26 kombu==4.6.6
27 27 lxml==4.2.5
28 28 mako==1.1.0
29 29 markdown==2.6.11
30 30 markupsafe==1.1.1
31 31 msgpack-python==0.5.6
32 32 pyotp==2.3.0
33 33 packaging==20.3
34 34 pathlib2==2.3.5
35 35 paste==3.4.0
36 36 pastedeploy==2.1.0
37 37 pastescript==3.2.0
38 38 peppercorn==0.6
39 39 premailer==3.6.1
40 40 psutil==5.7.0
41 41 py-bcrypt==0.4
42 42 pycurl==7.43.0.3
43 43 pycrypto==2.6.1
44 44 pygments==2.4.2
45 45 pyparsing==2.4.7
46 46 pyramid-debugtoolbar==4.6.1
47 47 pyramid-mako==1.1.0
48 48 pyramid==1.10.4
49 49 pyramid_mailer==0.15.1
50 50 python-dateutil==2.8.1
51 51 python-ldap==3.2.0
52 52 python-memcached==1.59
53 53 python-pam==1.8.4
54 54 python-saml==2.4.2
55 55 pytz==2019.3
56 56 tzlocal==1.5.1
57 57 pyzmq==14.6.0
58 58 py-gfm==0.1.4
59 59 regex==2020.9.27
60 60 redis==3.5.3
61 61 repoze.lru==0.7
62 62 requests==2.22.0
63 63 routes==2.4.1
64 64 simplejson==3.16.0
65 65 six==1.11.0
66 66 sqlalchemy==1.3.15
67 67 sshpubkeys==3.1.0
68 68 subprocess32==3.5.4
69 69 supervisor==4.1.0
70 70 translationstring==1.3
71 71 urllib3==1.25.2
72 72 urlobject==2.4.3
73 73 venusian==1.2.0
74 74 weberror==0.13.1
75 75 webhelpers2==2.0
76 76 webob==1.8.5
77 77 whoosh==2.7.4
78 78 wsgiref==0.1.2
79 79 zope.cachedescriptors==4.3.1
80 80 zope.deprecation==4.4.0
81 81 zope.event==4.4.0
82 82 zope.interface==4.6.0
83 83
84 84 # DB drivers
85 85 mysql-python==1.2.5
86 86 pymysql==0.8.1
87 87 pysqlite==2.8.3
88 88 psycopg2==2.8.4
89 89
90 90 # IPYTHON RENDERING
91 91 # entrypoints backport, pypi version doesn't support egg installs
92 92 https://code.rhodecode.com/upstream/entrypoints/artifacts/download/0-8e9ee9e4-c4db-409c-b07e-81568fd1832d.tar.gz?md5=3a027b8ff1d257b91fe257de6c43357d#egg=entrypoints==0.2.2.rhodecode-upstream1
93 93 nbconvert==5.3.1
94 94 nbformat==4.4.0
95 95 jupyter-client==5.0.0
96 96 jupyter-core==4.5.0
97 97
98 98 ## cli tools
99 99 alembic==1.4.2
100 100 invoke==0.13.0
101 101 bumpversion==0.5.3
102 102
103 103 ## http servers
104 104 gevent==1.5.0
105 105 greenlet==0.4.15
106 106 gunicorn==19.9.0
107 107 waitress==1.3.1
108 108
109 109 ## debug
110 110 ipdb==0.13.2
111 111 ipython==5.1.0
112 112
113 113 ## rhodecode-tools, special case, use file://PATH.tar.gz#egg=rhodecode-tools==X.Y.Z, to test local version
114 114 https://code.rhodecode.com/rhodecode-tools-ce/artifacts/download/0-d9ea7914-e475-44af-a80a-7e32edc17e2f.tar.gz?sha256=6e5aaac455b4a0b2dee013a1241b367e2991e345fda6ed0f4a8c66c941a19184#egg=rhodecode-tools==1.4.1
115 115
116 116
117 117 ## appenlight
118 118 appenlight-client==0.6.26
119 119
120 ## test related requirements
121 -r requirements_test.txt
122 120
123 121 ## uncomment to add the debug libraries
124 122 #-r requirements_debug.txt
General Comments 0
You need to be logged in to leave comments. Login now