[arch-commits] Commit in python-sqlalchemy/trunk (PKGBUILD pytest3.0.7.patch)
Felix Yan
felixonmars at archlinux.org
Mon Jun 19 16:17:58 UTC 2017
Date: Monday, June 19, 2017 @ 16:17:57
Author: felixonmars
Revision: 238673
upgpkg: python-sqlalchemy 1.1.11-1
Modified:
python-sqlalchemy/trunk/PKGBUILD
Deleted:
python-sqlalchemy/trunk/pytest3.0.7.patch
-------------------+
PKGBUILD | 11 ++++-------
pytest3.0.7.patch | 25 -------------------------
2 files changed, 4 insertions(+), 32 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-06-19 16:17:34 UTC (rev 238672)
+++ PKGBUILD 2017-06-19 16:17:57 UTC (rev 238673)
@@ -5,7 +5,7 @@
pkgbase=python-sqlalchemy
pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=1.1.10
+pkgver=1.1.11
pkgrel=1
arch=('i686' 'x86_64') # python2 package contain .so
url="http://www.sqlalchemy.org/"
@@ -12,15 +12,12 @@
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools')
checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
-source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc}
- pytest3.0.7.patch)
+source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-sha512sums=('96b9d8630ceffc26eb9a707fba004c8ea8d551835a4aec45cad7185f51cca9fd16fc49715fb158cb861e2db1b2fb9baf23f3cce0c856a27a49899272b91bd9f4'
- 'SKIP'
- '4731c03dbab27e189128d882360d81f8eab1df64ad8acfb8dca67282e44ed83f7e43cdfb96bfc98419c1b65f328e6573a2f58210cb73c157d35c0b9c2698eef2')
+sha512sums=('322ec0baa6360099eb000ddd36e28267f64019eb72201ecf60fc478591679e0dd5d2b1139a93036d2ec0165c588ea5836a67ed21dbf7c423b64432589bd73de4'
+ 'SKIP')
prepare() {
- (cd SQLAlchemy-$pkgver; patch -p1 -i ../pytest3.0.7.patch)
cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
}
Deleted: pytest3.0.7.patch
===================================================================
--- pytest3.0.7.patch 2017-06-19 16:17:34 UTC (rev 238672)
+++ pytest3.0.7.patch 2017-06-19 16:17:57 UTC (rev 238673)
@@ -1,25 +0,0 @@
-From a987942761542666be89f40a9ac4a35e001b8265 Mon Sep 17 00:00:00 2001
-From: Mike Bayer <mike_mp at zzzcomputing.com>
-Date: Tue, 23 May 2017 12:24:26 -0400
-Subject: [PATCH] - add option to disable py.test warnings plugin; lift cap on
- py.test. references: https://github.com/pytest-dev/pytest/issues/2430
-
-Change-Id: Ieb8a6258ba1d15efa570d9cda2b51cf021499a23
----
- setup.cfg | 2 +-
- tox.ini | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/setup.cfg b/setup.cfg
-index d858a2435..f79060c54 100644
---- a/setup.cfg
-+++ b/setup.cfg
-@@ -9,7 +9,7 @@ first-package-wins = true
- where = test
-
- [tool:pytest]
--addopts = --tb native -v -r fxX --maxfail=25
-+addopts = --tb native -v -r fxX --maxfail=25 -p no:warnings
- python_files = test/*test_*.py
-
- [upload]
More information about the arch-commits
mailing list