From 0e8cb0fc3edc11e2a3fb921574c38107837a0cb3 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 18 Jan 2018 21:33:43 -0500 Subject: [PATCH 01/43] Initial commit of modulemd Signed-off-by: Stephen Gallagher --- reviewboard.yaml | 63 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 reviewboard.yaml diff --git a/reviewboard.yaml b/reviewboard.yaml new file mode 100644 index 0000000..7fc8c44 --- /dev/null +++ b/reviewboard.yaml @@ -0,0 +1,63 @@ +document: modulemd +version: 1 +data: + summary: A web-based code review tool + description: >- + Review Board is a powerful web-based code review tool that offers + developers an easy way to handle code reviews. It scales well from + small projects to large companies and offers a variety of tools to + take much of the stress and time out of the code review process. + license: + module: + - MIT + dependencies: + buildrequires: + platform: f28 + Django: 1.6 + requires: + platform: f28 + Django: 1.6 + references: + community: https://www.reviewboard.org + documentation: https://www.reviewboard.org/docs + tracker: https://hellosplat.com/s/beanbag/tickets/ + profiles: + default: + rpms: + - ReviewBoard + api: + rpms: + - ReviewBoard + components: + rpms: + ReviewBoard: + rationale: The Review Board code review tool + ref: 2.5 + python-django-evolution: + rationale: >- + A database modification library used and maintained by the + Review Board upstream + ref: 0.7 + python-django-haystack: + rationale: >- + An older version of the Haystack search library for + Django, needed for compatibility. + ref: 2.4 + python-django-multiselectfield: + rationale: >- + An older version of a mult-select form field needed by + Review Board. + ref: 0.1 + python-django-pipeline: + rationale: >- + An older version of this asset-packaging library for + Django that is compatible with Review Board. + ref: 1.3 + python-djblets: + rationale: Review Board tool library + ref: 0.9 + python-markdown: + rationale: >- + An older version of this Markdown implementation that is + compatible with Review Board. + ref: 2.4 From c838081ca5ea4cc17d6f4453875d071d709b9443 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 18 Jan 2018 21:43:28 -0500 Subject: [PATCH 02/43] Fix buildorder for Djblets and ReviewBoard Signed-off-by: Stephen Gallagher --- reviewboard.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reviewboard.yaml b/reviewboard.yaml index 7fc8c44..9389726 100644 --- a/reviewboard.yaml +++ b/reviewboard.yaml @@ -33,6 +33,7 @@ data: ReviewBoard: rationale: The Review Board code review tool ref: 2.5 + buildorder: 20 python-django-evolution: rationale: >- A database modification library used and maintained by the @@ -56,6 +57,7 @@ data: python-djblets: rationale: Review Board tool library ref: 0.9 + buildorder: 10 python-markdown: rationale: >- An older version of this Markdown implementation that is From 8e7a952dac7822bb7b87297d30af34f77296e1b3 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 19 Jan 2018 09:12:12 -0500 Subject: [PATCH 03/43] Add RBTools Signed-off-by: Stephen Gallagher --- reviewboard.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reviewboard.yaml b/reviewboard.yaml index 9389726..70e545d 100644 --- a/reviewboard.yaml +++ b/reviewboard.yaml @@ -25,6 +25,7 @@ data: default: rpms: - ReviewBoard + - RBTools api: rpms: - ReviewBoard @@ -34,6 +35,10 @@ data: rationale: The Review Board code review tool ref: 2.5 buildorder: 20 + RBTools: + rationale: The client tools for Review Board + ref: 0.7 + buildorder: 20 python-django-evolution: rationale: >- A database modification library used and maintained by the From 6e5a58bbc7a7e12851428f0ffaaa5b7142ba8125 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 19 Jan 2018 09:43:24 -0500 Subject: [PATCH 04/43] Fix dependency on django module Signed-off-by: Stephen Gallagher --- reviewboard.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reviewboard.yaml b/reviewboard.yaml index 70e545d..da7dd37 100644 --- a/reviewboard.yaml +++ b/reviewboard.yaml @@ -13,10 +13,10 @@ data: dependencies: buildrequires: platform: f28 - Django: 1.6 + django: 1.6 requires: platform: f28 - Django: 1.6 + django: 1.6 references: community: https://www.reviewboard.org documentation: https://www.reviewboard.org/docs From 4764a3596b618cdce7620e20f683267a6271ad46 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 19 Jan 2018 09:43:46 -0500 Subject: [PATCH 05/43] Add profiles for RBtools Signed-off-by: Stephen Gallagher --- reviewboard.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reviewboard.yaml b/reviewboard.yaml index da7dd37..15cacc8 100644 --- a/reviewboard.yaml +++ b/reviewboard.yaml @@ -25,6 +25,11 @@ data: default: rpms: - ReviewBoard + server: + rpms + - ReviewBoard + client: + rpms: - RBTools api: rpms: From 37856583bd9eaeee6b72d3f381fae7b6ac8b18f3 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 19 Jan 2018 09:46:58 -0500 Subject: [PATCH 06/43] Fix typo Signed-off-by: Stephen Gallagher --- reviewboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reviewboard.yaml b/reviewboard.yaml index 15cacc8..deee451 100644 --- a/reviewboard.yaml +++ b/reviewboard.yaml @@ -26,7 +26,7 @@ data: rpms: - ReviewBoard server: - rpms + rpms: - ReviewBoard client: rpms: From ff59d71f365538ec62796bf0b090f72b3b03aadd Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 23 Jan 2018 09:27:01 +0100 Subject: [PATCH 07/43] Include fake 3.0 version of ReviewBoard Signed-off-by: Stephen Gallagher --- reviewboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reviewboard.yaml b/reviewboard.yaml index deee451..5fbd2a2 100644 --- a/reviewboard.yaml +++ b/reviewboard.yaml @@ -38,7 +38,7 @@ data: rpms: ReviewBoard: rationale: The Review Board code review tool - ref: 2.5 + ref: 3.0 buildorder: 20 RBTools: rationale: The client tools for Review Board From 8484b8fab4a3b77ab81b2adfc13d0b7da489660f Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 23 Jan 2018 10:51:49 +0100 Subject: [PATCH 08/43] Bump and rebuild From fece2bcc91f8f0b1648e32839ef6d7d7fd15495e Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 6 Feb 2018 09:42:54 -0500 Subject: [PATCH 09/43] Drop RBTools Signed-off-by: Stephen Gallagher --- reviewboard.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/reviewboard.yaml b/reviewboard.yaml index 5fbd2a2..9c4a44c 100644 --- a/reviewboard.yaml +++ b/reviewboard.yaml @@ -28,22 +28,16 @@ data: server: rpms: - ReviewBoard - client: - rpms: - - RBTools api: rpms: - ReviewBoard + - python2-djblets components: rpms: ReviewBoard: rationale: The Review Board code review tool ref: 3.0 buildorder: 20 - RBTools: - rationale: The client tools for Review Board - ref: 0.7 - buildorder: 20 python-django-evolution: rationale: >- A database modification library used and maintained by the From 0705d69d77a5818141d4b343401fd2faa8cb0312 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 9 Apr 2018 10:39:47 -0400 Subject: [PATCH 10/43] WIP Signed-off-by: Stephen Gallagher --- reviewboard.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reviewboard.yaml b/reviewboard.yaml index 9c4a44c..448fcf8 100644 --- a/reviewboard.yaml +++ b/reviewboard.yaml @@ -57,10 +57,10 @@ data: rationale: >- An older version of this asset-packaging library for Django that is compatible with Review Board. - ref: 1.3 + ref: 1.6 python-djblets: rationale: Review Board tool library - ref: 0.9 + ref: 1.0 buildorder: 10 python-markdown: rationale: >- From 6a71e384932738bf60eb3ed5209bc4d06018351c Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 11 Apr 2018 11:27:25 -0400 Subject: [PATCH 11/43] Update to ReviewBoard 3.0.6 Update modulemd to v2 to build on all supported Fedora releases. Signed-off-by: Stephen Gallagher --- reviewboard.yaml | 150 ++++++++++++++++++++++++++--------------------- 1 file changed, 83 insertions(+), 67 deletions(-) diff --git a/reviewboard.yaml b/reviewboard.yaml index 448fcf8..c3582b6 100644 --- a/reviewboard.yaml +++ b/reviewboard.yaml @@ -1,69 +1,85 @@ +--- document: modulemd -version: 1 +version: 2 data: - summary: A web-based code review tool - description: >- - Review Board is a powerful web-based code review tool that offers - developers an easy way to handle code reviews. It scales well from - small projects to large companies and offers a variety of tools to - take much of the stress and time out of the code review process. - license: - module: - - MIT - dependencies: - buildrequires: - platform: f28 - django: 1.6 - requires: - platform: f28 - django: 1.6 - references: - community: https://www.reviewboard.org - documentation: https://www.reviewboard.org/docs - tracker: https://hellosplat.com/s/beanbag/tickets/ - profiles: - default: - rpms: - - ReviewBoard - server: - rpms: - - ReviewBoard - api: - rpms: - - ReviewBoard - - python2-djblets - components: - rpms: - ReviewBoard: - rationale: The Review Board code review tool - ref: 3.0 - buildorder: 20 - python-django-evolution: - rationale: >- - A database modification library used and maintained by the - Review Board upstream - ref: 0.7 - python-django-haystack: - rationale: >- - An older version of the Haystack search library for - Django, needed for compatibility. - ref: 2.4 - python-django-multiselectfield: - rationale: >- - An older version of a mult-select form field needed by - Review Board. - ref: 0.1 - python-django-pipeline: - rationale: >- - An older version of this asset-packaging library for - Django that is compatible with Review Board. - ref: 1.6 - python-djblets: - rationale: Review Board tool library - ref: 1.0 - buildorder: 10 - python-markdown: - rationale: >- - An older version of this Markdown implementation that is - compatible with Review Board. - ref: 2.4 + summary: A web-based code review tool + description: >- + Review Board is a powerful web-based code review tool that offers developers an + easy way to handle code reviews. It scales well from small projects to large companies + and offers a variety of tools to take much of the stress and time out of the code + review process. + license: + module: + - MIT + dependencies: + - buildrequires: + django: [1.6] + platform: [] + requires: + django: [1.6] + platform: [] + references: + community: https://www.reviewboard.org + documentation: https://www.reviewboard.org/docs + tracker: https://hellosplat.com/s/beanbag/tickets/ + profiles: + default: + rpms: + - ReviewBoard + server: + rpms: + - ReviewBoard + api: + rpms: + - ReviewBoard + - python2-djblets + components: + rpms: + python-asana: + rationale: Required by ReviewBoard to interact with Asana + ref: 0.7 + python-django-braces: + rationale: Required by django-oauth-toolkit + ref: 0.7 + python-django-cors-headers: + rationale: Required by ReviewBoard + ref: 1.1 + python-django-evolution: + rationale: A database modification library used and maintained by the Review + Board upstream + ref: 0.7 + python-django-haystack: + rationale: An older version of the Haystack search library for Django, needed + for compatibility. + ref: 2.4 + python-django-multiselectfield: + rationale: An older version of a mult-select form field needed by Review Board. + ref: 0.1 + python-django-oauth-toolkit: + rationale: Required by ReviewBoard for OAuth2 support + ref: 0.9 + buildorder: 10 + python-django-pipeline: + rationale: An older version of this asset-packaging library for Django that + is compatible with Review Board. + ref: 1.6 + python-djblets: + rationale: Review Board tool library + ref: 1.0 + buildorder: 10 + python-markdown: + rationale: An older version of this Markdown implementation that is compatible + with Review Board. + ref: 2.4 + python-oauthlib: + rationale: Required by django-oauth-toolkit + ref: 1.0 + python-pymdown-extensions: + rationale: Required by ReviewBoard for Markdown support + ref: 3.5 + buildorder: 10 + ReviewBoard: + rationale: The Review Board code review tool + ref: 3.0 + buildorder: 20 +... From d730fd2c3d47f43fa89d2c2af861dd7beb983868 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 11 Apr 2018 11:34:54 -0400 Subject: [PATCH 12/43] Fix incorrect ref for pymdown-extensions Signed-off-by: Stephen Gallagher --- reviewboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reviewboard.yaml b/reviewboard.yaml index c3582b6..74c9d62 100644 --- a/reviewboard.yaml +++ b/reviewboard.yaml @@ -76,7 +76,7 @@ data: ref: 1.0 python-pymdown-extensions: rationale: Required by ReviewBoard for Markdown support - ref: 3.5 + ref: 3 buildorder: 10 ReviewBoard: rationale: The Review Board code review tool From 6d5cd74293064b21e2ff53e1d7ccd4134e9a3464 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 11 Apr 2018 11:37:27 -0400 Subject: [PATCH 13/43] Fix incorrect ref for django-braces Signed-off-by: Stephen Gallagher --- reviewboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reviewboard.yaml b/reviewboard.yaml index 74c9d62..9b1c002 100644 --- a/reviewboard.yaml +++ b/reviewboard.yaml @@ -40,7 +40,7 @@ data: ref: 0.7 python-django-braces: rationale: Required by django-oauth-toolkit - ref: 0.7 + ref: 1 python-django-cors-headers: rationale: Required by ReviewBoard ref: 1.1 From 5df96fa1615e91fb9ba4583b8250fb714106a793 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 11 Apr 2018 13:00:47 -0400 Subject: [PATCH 14/43] Drop old markdown Signed-off-by: Stephen Gallagher --- reviewboard.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/reviewboard.yaml b/reviewboard.yaml index 9b1c002..dee33ce 100644 --- a/reviewboard.yaml +++ b/reviewboard.yaml @@ -67,10 +67,6 @@ data: rationale: Review Board tool library ref: 1.0 buildorder: 10 - python-markdown: - rationale: An older version of this Markdown implementation that is compatible - with Review Board. - ref: 2.4 python-oauthlib: rationale: Required by django-oauth-toolkit ref: 1.0 From f0043150c9fa83459941af0396698a99b743616e Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 11 Apr 2018 13:02:18 -0400 Subject: [PATCH 15/43] Lower mdown buildorder Signed-off-by: Stephen Gallagher --- reviewboard.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/reviewboard.yaml b/reviewboard.yaml index dee33ce..b66524a 100644 --- a/reviewboard.yaml +++ b/reviewboard.yaml @@ -73,7 +73,6 @@ data: python-pymdown-extensions: rationale: Required by ReviewBoard for Markdown support ref: 3 - buildorder: 10 ReviewBoard: rationale: The Review Board code review tool ref: 3.0 From d98a9f760f25a3a18d55cef54de24f2a3da29823 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 7 Jun 2018 08:43:19 -0400 Subject: [PATCH 16/43] Update to 3.0.7 Signed-off-by: Stephen Gallagher From 6b13b78be0e592733e32f3eadc5cd0efbf1d9b55 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 6 Jul 2018 08:53:35 -0400 Subject: [PATCH 17/43] Update to 3.0.8 Signed-off-by: Stephen Gallagher From 995cb7f7824fec2996853b410bfb432883056ced Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 6 Jul 2018 08:58:55 -0400 Subject: [PATCH 18/43] Update to 3.0.8 Signed-off-by: Stephen Gallagher From 58dcc8ddcee3bab53377098861fc883afd6a93c3 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 16 Aug 2018 10:21:32 -0400 Subject: [PATCH 19/43] Rebuild for F30 branch Signed-off-by: Stephen Gallagher From e6f3a5daedd9ff9db8b612787cea963bd4bfe5e7 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 28 Aug 2018 10:32:38 -0400 Subject: [PATCH 20/43] Rebuild for fixed Django 1.6 Signed-off-by: Stephen Gallagher From 2e237d0bc14cf458b94a0164c5eddf4ced015a22 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 7 Nov 2018 20:10:34 -0500 Subject: [PATCH 21/43] Update to 3.0.10 Signed-off-by: Stephen Gallagher From d6ef539da9c7a99c89437b5e07e916f2a041ee62 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 7 Nov 2018 21:24:33 -0500 Subject: [PATCH 22/43] Rebuild to fix djblets sitelib macro Signed-off-by: Stephen Gallagher From bd134591264e178e940e6daabd86f27227a27cdf Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 7 Nov 2018 21:54:19 -0500 Subject: [PATCH 23/43] Add python-jwt to the module Signed-off-by: Stephen Gallagher --- reviewboard.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reviewboard.yaml b/reviewboard.yaml index b66524a..d722847 100644 --- a/reviewboard.yaml +++ b/reviewboard.yaml @@ -38,6 +38,7 @@ data: python-asana: rationale: Required by ReviewBoard to interact with Asana ref: 0.7 + buildorder: 5 python-django-braces: rationale: Required by django-oauth-toolkit ref: 1 @@ -67,9 +68,13 @@ data: rationale: Review Board tool library ref: 1.0 buildorder: 10 + python-jwt: + rationale: Required for asana and oauthlib + ref: reviewboard-3.0 python-oauthlib: rationale: Required by django-oauth-toolkit ref: 1.0 + buildorder: 5 python-pymdown-extensions: rationale: Required by ReviewBoard for Markdown support ref: 3 From 047a201df5f6897d745a70c95b4469490561d985 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 7 Nov 2018 22:14:43 -0500 Subject: [PATCH 24/43] Rebuild to fix another macro issue with haystack Signed-off-by: Stephen Gallagher From 5818fd42f2136ef542de00e33e2742276bd3e173 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 7 Nov 2018 22:54:39 -0500 Subject: [PATCH 25/43] Rebuild to fix issues with python-jwt Signed-off-by: Stephen Gallagher From 33f2968622048a58df1f2fa4a48f6111ffe3852d Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 7 Nov 2018 23:37:59 -0500 Subject: [PATCH 26/43] Add python-publicsuffix Signed-off-by: Stephen Gallagher --- reviewboard.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reviewboard.yaml b/reviewboard.yaml index d722847..4cdfb05 100644 --- a/reviewboard.yaml +++ b/reviewboard.yaml @@ -75,6 +75,9 @@ data: rationale: Required by django-oauth-toolkit ref: 1.0 buildorder: 5 + python-publicsuffix: + rationale: Required by python-djblets + ref: reviewboard-3.0 python-pymdown-extensions: rationale: Required by ReviewBoard for Markdown support ref: 3 From 7cba3a731f672ea0d330d8ea919bf8e1149bf66a Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 14 Jan 2019 14:57:42 -0500 Subject: [PATCH 27/43] Update to 3.0.11 Include python-requests-oauthlib in module since it now has a backwards-incompatible version in F29+ Signed-off-by: Stephen Gallagher --- reviewboard.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reviewboard.yaml b/reviewboard.yaml index 4cdfb05..e10f73b 100644 --- a/reviewboard.yaml +++ b/reviewboard.yaml @@ -81,6 +81,9 @@ data: python-pymdown-extensions: rationale: Required by ReviewBoard for Markdown support ref: 3 + python-requests-oauthlib: + rationale: Required by Asana + ref: 0.8 ReviewBoard: rationale: The Review Board code review tool ref: 3.0 From 448ba0e0a73ecf902d85da265582a4727fbdffd7 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 14 Jan 2019 15:19:39 -0500 Subject: [PATCH 28/43] Fix buildorder Signed-off-by: Stephen Gallagher --- reviewboard.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reviewboard.yaml b/reviewboard.yaml index e10f73b..e4cd7d0 100644 --- a/reviewboard.yaml +++ b/reviewboard.yaml @@ -38,7 +38,7 @@ data: python-asana: rationale: Required by ReviewBoard to interact with Asana ref: 0.7 - buildorder: 5 + buildorder: 20 python-django-braces: rationale: Required by django-oauth-toolkit ref: 1 @@ -74,7 +74,6 @@ data: python-oauthlib: rationale: Required by django-oauth-toolkit ref: 1.0 - buildorder: 5 python-publicsuffix: rationale: Required by python-djblets ref: reviewboard-3.0 @@ -84,8 +83,9 @@ data: python-requests-oauthlib: rationale: Required by Asana ref: 0.8 + buildorder: 10 ReviewBoard: rationale: The Review Board code review tool ref: 3.0 - buildorder: 20 + buildorder: 30 ... From 8670b14c6878e9132a8f8f63bbf9c932f6403435 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 14 Jan 2019 15:44:54 -0500 Subject: [PATCH 29/43] Bump oauthlib to force rebuild Signed-off-by: Stephen Gallagher From faa59fa6c193bf31266a477771f6dcc7d24347b2 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 15 Jan 2019 08:19:30 -0500 Subject: [PATCH 30/43] Reorder buildorder values to build jwt earlier Signed-off-by: Stephen Gallagher --- reviewboard.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/reviewboard.yaml b/reviewboard.yaml index e4cd7d0..4924cb2 100644 --- a/reviewboard.yaml +++ b/reviewboard.yaml @@ -38,7 +38,7 @@ data: python-asana: rationale: Required by ReviewBoard to interact with Asana ref: 0.7 - buildorder: 20 + buildorder: 30 python-django-braces: rationale: Required by django-oauth-toolkit ref: 1 @@ -59,7 +59,7 @@ data: python-django-oauth-toolkit: rationale: Required by ReviewBoard for OAuth2 support ref: 0.9 - buildorder: 10 + buildorder: 20 python-django-pipeline: rationale: An older version of this asset-packaging library for Django that is compatible with Review Board. @@ -74,6 +74,7 @@ data: python-oauthlib: rationale: Required by django-oauth-toolkit ref: 1.0 + buildorder: 10 python-publicsuffix: rationale: Required by python-djblets ref: reviewboard-3.0 @@ -83,9 +84,9 @@ data: python-requests-oauthlib: rationale: Required by Asana ref: 0.8 - buildorder: 10 + buildorder: 20 ReviewBoard: rationale: The Review Board code review tool ref: 3.0 - buildorder: 30 + buildorder: 40 ... From db5d71570c2a2c2056940cba662231bf557a84b9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 18 Feb 2019 23:00:50 +0000 Subject: [PATCH 31/43] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 9ce220675821572c2eef10f036e70e811aeaabf9 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 25 Feb 2019 15:21:25 -0500 Subject: [PATCH 32/43] Update to 3.0.13 Signed-off-by: Stephen Gallagher From 57e2c0e2f3cced74628623b36a3502d3c251e461 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Mar 2019 19:22:28 +0000 Subject: [PATCH 33/43] Branching f30 from rawhide Signed-off-by: Fedora Release Engineering From 314ed672e488b2e745a9400904375189edcc5db8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 4 Mar 2019 18:13:20 +0000 Subject: [PATCH 34/43] Branching f30 from rawhide, second attempt after platform:f31 enablement Signed-off-by: Fedora Release Engineering From cbadbbcdef5be1e0f5d14d3ad1b815cb34bdc379 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 26 Mar 2019 07:49:53 -0400 Subject: [PATCH 35/43] Update to Review Board 3.0.14 Signed-off-by: Stephen Gallagher From 5dca1400c12f282d963da464b326dd75ad5008eb Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 12 Jun 2019 11:09:56 -0400 Subject: [PATCH 36/43] Update to 3.0.15 Signed-off-by: Stephen Gallagher From abe6325f287e8c04ff9afe19b4a44d9b387e5a94 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 12 Aug 2019 15:06:39 +0000 Subject: [PATCH 37/43] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering From aca64faefb1080a05cf3a0b5c3101f390db52494 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 13 Aug 2019 20:04:08 +0000 Subject: [PATCH 38/43] Branching f31 from rawhide Signed-off-by: Fedora Release Engineering From 209ac888f5539e790158bf3797d6488a57dd80b6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 4 Sep 2019 19:21:26 +0000 Subject: [PATCH 39/43] Branching f31 from rawhide, second attempt after platform:f31 enablement Signed-off-by: Fedora Release Engineering From 889b989d2a1caa148d4c51627d89513902a5d08e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 22 Sep 2019 06:45:42 +0000 Subject: [PATCH 40/43] Branching f31 from rawhide, fourth attempt after platform:f32 enablement due to https://pagure.io/releng/issue/8664 Signed-off-by: Fedora Release Engineering From 76d049cc13e3e359893797b77e3a51f3d7725d34 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 6 Feb 2020 18:29:47 +0000 Subject: [PATCH 41/43] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 54a45ba4ee517f74b52a3b8af8dcdf437252483a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 14 Feb 2020 16:44:23 +0000 Subject: [PATCH 42/43] Branching f32 from rawhide Signed-off-by: Fedora Release Engineering From 7867a2f3165fe329f8a45728fa597474137c77bd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Aug 2020 04:31:48 +0000 Subject: [PATCH 43/43] Branching f33 from rawhide Signed-off-by: Fedora Release Engineering