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