Show More
@@ -28,6 +28,7 b' General' | |||||
28 | - Caches: invalidate cache on remote side from repo settings alongside local cache. |
|
28 | - Caches: invalidate cache on remote side from repo settings alongside local cache. | |
29 | - Git: allow setting symbolic ref for repos without master branch. |
|
29 | - Git: allow setting symbolic ref for repos without master branch. | |
30 | - Sys-info: added helpers for faster loading of sys-info data |
|
30 | - Sys-info: added helpers for faster loading of sys-info data | |
|
31 | - Debugging: debug = true flag now prints associated exception and logs right into the error page | |||
31 |
|
32 | |||
32 |
|
33 | |||
33 | Security |
|
34 | Security |
@@ -1,6 +1,6 b'' | |||||
1 |
diff -rup rhodecode-tools-1.4. |
|
1 | diff -rup rhodecode-tools-1.4.1-orig/setup.py rhodecode-tools-1.4.1/setup.py | |
2 |
--- rhodecode-tools-1.4. |
|
2 | --- rhodecode-tools-1.4.1/setup-orig.py 2021-03-11 12:34:45.000000000 +0100 | |
3 |
+++ rhodecode-tools-1.4. |
|
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 |
@@ -2020,7 +2020,7 b' self: super: {' | |||||
2020 | }; |
|
2020 | }; | |
2021 | }; |
|
2021 | }; | |
2022 | "rhodecode-tools" = super.buildPythonPackage { |
|
2022 | "rhodecode-tools" = super.buildPythonPackage { | |
2023 |
name = "rhodecode-tools-1.4. |
|
2023 | name = "rhodecode-tools-1.4.1"; | |
2024 | doCheck = false; |
|
2024 | doCheck = false; | |
2025 | propagatedBuildInputs = [ |
|
2025 | propagatedBuildInputs = [ | |
2026 | self."click" |
|
2026 | self."click" | |
@@ -2037,8 +2037,8 b' self: super: {' | |||||
2037 | self."elasticsearch1-dsl" |
|
2037 | self."elasticsearch1-dsl" | |
2038 | ]; |
|
2038 | ]; | |
2039 | src = fetchurl { |
|
2039 | src = fetchurl { | |
2040 |
url = "https://code.rhodecode.com/rhodecode-tools-ce/artifacts/download/0-e |
|
2040 | url = "https://code.rhodecode.com/rhodecode-tools-ce/artifacts/download/0-d9ea7914-e475-44af-a80a-7e32edc17e2f.tar.gz?sha256=6e5aaac455b4a0b2dee013a1241b367e2991e345fda6ed0f4a8c66c941a19184"; | |
2041 | sha256 = "0fjszppj3zhh47g1i6b9xqps28gzfxdkzwb47pdmzrd1sfx29w3n"; |
|
2041 | sha256 = "6e5aaac455b4a0b2dee013a1241b367e2991e345fda6ed0f4a8c66c941a19184"; | |
2042 | }; |
|
2042 | }; | |
2043 | meta = { |
|
2043 | meta = { | |
2044 | license = [ { fullName = "Apache 2.0 and Proprietary"; } ]; |
|
2044 | license = [ { fullName = "Apache 2.0 and Proprietary"; } ]; |
@@ -111,7 +111,7 b' 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-ed54e749-2ef5-4bc7-ae7f-7900e3c2aa15.tar.gz?sha256=76f024bad3a1e55fdb3d64f13f5b77ff21a12fee699918de2110fe21effd5a3a#egg=rhodecode-tools==1.4.0 |
|
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 |
General Comments 0
You need to be logged in to leave comments.
Login now