From 566b0f6cc5ab34cf975fa27a4d14ce8ac3b35765 Mon Sep 17 00:00:00 2001
From: Pierre-Yves Chibon
Date: Apr 05 2019 08:24:10 +0000
Subject: [PATCH 1/2] Include some shortcuts to the different namespaces
Fixes https://pagure.io/fedora-infrastructure/issue/6296
Signed-off-by: Pierre-Yves Chibon
---
diff --git a/pagure/themes/srcfpo/templates/theme.html b/pagure/themes/srcfpo/templates/theme.html
index 6ec4159..fa3c3db 100644
--- a/pagure/themes/srcfpo/templates/theme.html
+++ b/pagure/themes/srcfpo/templates/theme.html
@@ -74,6 +74,14 @@
Bugzilla,
not with Pagure's issue feature.
+
+ Here below are shortcuts for the different namespaces available:
+
{% endif %}
{% endif %}
From a490159279a9417b1dce51b9badd9aab894786d9 Mon Sep 17 00:00:00 2001
From: Pierre-Yves Chibon
Date: Apr 05 2019 08:24:10 +0000
Subject: [PATCH 2/2] Add an upper limit psycopg2 in tox
Signed-off-by: Pierre-Yves Chibon
---
diff --git a/tox.ini b/tox.ini
index 59d5a88..d02c6b8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ deps =
flask100: flask>=1.0,<1.1
-rrequirements-testing.txt
ci: -rrequirements-ev.txt
- ci: psycopg2
+ ci: psycopg2<2.8
ci: python-openid
ci: python-openid-teams
ci: python-openid-cla