pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-relaxed
Module Name: pkgsrc
Committed By: adam
Date: Sun Aug 5 10:30:12 UTC 2018
Modified Files:
pkgsrc/devel/py-test-relaxed: Makefile distinfo
pkgsrc/devel/py-test-relaxed/patches: patch-setup.py
Log Message:
py-test-relaxed: updated to 1.1.4
1.1.4:
- :support:- backported Add missing universal wheel indicator in setup
metadata.
1.1.3:
- :bug:- Fix the @raises helper decorator so it actually raises an
exception when the requested exception is not raised by the decorated
function. That's definitely not a confusing sentence.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-test-relaxed/Makefile \
pkgsrc/devel/py-test-relaxed/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-relaxed/patches/patch-setup.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-test-relaxed/Makefile
diff -u pkgsrc/devel/py-test-relaxed/Makefile:1.3 pkgsrc/devel/py-test-relaxed/Makefile:1.4
--- pkgsrc/devel/py-test-relaxed/Makefile:1.3 Wed Apr 18 07:18:21 2018
+++ pkgsrc/devel/py-test-relaxed/Makefile Sun Aug 5 10:30:12 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/04/18 07:18:21 adam Exp $
+# $NetBSD: Makefile,v 1.4 2018/08/05 10:30:12 adam Exp $
-DISTNAME= pytest-relaxed-1.1.2
+DISTNAME= pytest-relaxed-1.1.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-relaxed/}
Index: pkgsrc/devel/py-test-relaxed/distinfo
diff -u pkgsrc/devel/py-test-relaxed/distinfo:1.3 pkgsrc/devel/py-test-relaxed/distinfo:1.4
--- pkgsrc/devel/py-test-relaxed/distinfo:1.3 Wed Apr 18 07:18:21 2018
+++ pkgsrc/devel/py-test-relaxed/distinfo Sun Aug 5 10:30:12 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2018/04/18 07:18:21 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/08/05 10:30:12 adam Exp $
-SHA1 (pytest-relaxed-1.1.2.tar.gz) = c36a9704aaf35e36a71d97e36c7ba75bb33b3b72
-RMD160 (pytest-relaxed-1.1.2.tar.gz) = 2dcf2ea9b38ec66eb76dac657a51b30e5320ef54
-SHA512 (pytest-relaxed-1.1.2.tar.gz) = acb37d695c12ab399ca10434cdf5bd516e4c64b45931e85d875b2a4d95bc9f40b27c95f906ea3779f98c128cf39843311d35a78c64972d06bc555965c5758427
-Size (pytest-relaxed-1.1.2.tar.gz) = 26852 bytes
-SHA1 (patch-setup.py) = 0fc84b21cd3ec65a6670787698f368925e75d4a1
+SHA1 (pytest-relaxed-1.1.4.tar.gz) = c27014e709a83c5b4e087023b9573f30d8aec3e1
+RMD160 (pytest-relaxed-1.1.4.tar.gz) = 6d310eba8aec1c1d101c3d9b8401f7648ba077b2
+SHA512 (pytest-relaxed-1.1.4.tar.gz) = d4e7ed5143ac9f1bff1f911e4ab3aede076d154dcecc28ce96cbc49782d186214893b942a3548da2789faa51df5ddbd43ff41c82b9bb9d0d52f38a2000fc0c6b
+Size (pytest-relaxed-1.1.4.tar.gz) = 26854 bytes
+SHA1 (patch-setup.py) = 62756ee640f7a1ac18d45554ed7a9713793d42e0
Index: pkgsrc/devel/py-test-relaxed/patches/patch-setup.py
diff -u pkgsrc/devel/py-test-relaxed/patches/patch-setup.py:1.2 pkgsrc/devel/py-test-relaxed/patches/patch-setup.py:1.3
--- pkgsrc/devel/py-test-relaxed/patches/patch-setup.py:1.2 Wed Apr 18 07:18:21 2018
+++ pkgsrc/devel/py-test-relaxed/patches/patch-setup.py Sun Aug 5 10:30:12 2018
@@ -1,15 +1,15 @@
-$NetBSD: patch-setup.py,v 1.2 2018/04/18 07:18:21 adam Exp $
+$NetBSD: patch-setup.py,v 1.3 2018/08/05 10:30:12 adam Exp $
Allow newer pytest.
---- setup.py.orig 2018-04-18 07:14:04.000000000 +0000
+--- setup.py.orig 2018-07-25 00:03:25.000000000 +0000
+++ setup.py
-@@ -29,7 +29,7 @@ setup(
-
+@@ -26,7 +26,7 @@ setup(
+ },
install_requires=[
# NOTE: pytest 3.3 broke something, not sure what yet
-- 'pytest>=3,<3.3',
-+ 'pytest>=3.4',
+- "pytest>=3,<3.3",
++ "pytest>=3.4",
# TODO: ditto; six is so widely used it's prob worth having a broad pin
- 'six>=1,<2',
+ "six>=1,<2",
# TODO: ditto again!
Home |
Main Index |
Thread Index |
Old Index