[arch-commits] Commit in buildbot/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at archlinux.org
Sun Jun 20 10:23:09 UTC 2021


    Date: Sunday, June 20, 2021 @ 10:23:08
  Author: yan12125
Revision: 965881

upgpkg: buildbot 3.2.0-2; rebuild for sqlalchemy 1.3

See: https://archlinux.org/todo/python-sqlalchemy-update-to-14/

Modified:
  buildbot/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-20 10:13:43 UTC (rev 965880)
+++ PKGBUILD	2021-06-20 10:23:08 UTC (rev 965881)
@@ -10,7 +10,7 @@
          python-buildbot-wsgi-dashboards python-buildbot-badges)
 pkgver=3.2.0
 _bb_contrib_commit=4c8615db51253f0be4bfd08210a3aaf903a74b4f
-pkgrel=1
+pkgrel=2
 arch=(any)
 url='https://buildbot.net'
 license=(GPL2)
@@ -18,7 +18,7 @@
               python-moto python-docker python-parameterized python-mock python-subunit
               python-graphql-core python-unidiff
               openssh chromium)
-makedepends=(python-twisted python-jinja python-zope-interface python-sqlalchemy
+makedepends=(python-twisted python-jinja python-zope-interface python-sqlalchemy1.3
              python-sqlalchemy-migrate python-dateutil python-txaio
              python-autobahn python-pyjwt python-yaml
              python-setuptools python-future
@@ -134,7 +134,7 @@
 package_buildbot() {
   pkgdesc='The Continuous Integration Framework'
   # include setuptools as plugins are enumerated via pkg_resources
-  depends=(buildbot-common python-twisted python-jinja python-zope-interface python-sqlalchemy
+  depends=(buildbot-common python-twisted python-jinja python-zope-interface python-sqlalchemy1.3
            python-sqlalchemy-migrate python-dateutil python-txaio
            python-autobahn python-pyjwt python-yaml python-setuptools)
   optdepends=(



More information about the arch-commits mailing list