[arch-commits] Commit in python-sqlalchemy1.3/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Mon Apr 26 11:14:39 UTC 2021


    Date: Monday, April 26, 2021 @ 11:14:38
  Author: jelle
Revision: 924495

Add conflicts with python-sqlalchemy

Modified:
  python-sqlalchemy1.3/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-26 09:33:50 UTC (rev 924494)
+++ PKGBUILD	2021-04-26 11:14:38 UTC (rev 924495)
@@ -4,7 +4,7 @@
 
 pkgname=python-sqlalchemy1.3
 pkgver=1.3.24
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://www.sqlalchemy.org/"
 license=('MIT')
@@ -13,6 +13,7 @@
 optdepends=('python-psycopg2: connect to PostgreSQL database')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'python-mock')
+conflicts=('python-sqlalchemy')
 source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
 sha512sums=('4f5f0a23e80e1cebe541f8748a7e794e8964d986252803b3289a7cea732ad22557e00221775332e2766b6ff16ad5d9069223f441f8880ca6d0c47011f15fee5b'



More information about the arch-commits mailing list