From c86c976670fc5fb39dd8713b926f21091444144f Mon Sep 17 00:00:00 2001
From: Alexander Pyhalov <apyhalov@gmail.com>
Date: Thu, 20 May 2021 18:35:19 +0200
Subject: [PATCH] Drop PostgreSQL 9.5

---
 components/python/psycopg2/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/components/python/psycopg2/Makefile b/components/python/psycopg2/Makefile
index a028a10..534bace 100644
--- a/components/python/psycopg2/Makefile
+++ b/components/python/psycopg2/Makefile
@@ -21,7 +21,7 @@
 
 COMPONENT_NAME= 	psycopg2
 COMPONENT_VERSION= 	2.8.4
-COMPONENT_REVISION=	2
+COMPONENT_REVISION=	3
 COMPONENT_SUMMARY= 	Python-PostgreSQL Database Adapter
 COMPONENT_SRC= 		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE= 	$(COMPONENT_SRC).tar.gz

--
Gitblit v1.9.3