summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-01-24 10:20:32 +0000
committeradam <adam@pkgsrc.org>2018-01-24 10:20:32 +0000
commit832ece0914abae00a97bd3fbd75af17ea9e85259 (patch)
treef7321a519ba9ac9a32efc7ed97db8f40a41d8adf
parent6135ac6591366a3b45d48cf1692f8e53e9bb967b (diff)
downloadpkgsrc-832ece0914abae00a97bd3fbd75af17ea9e85259.tar.gz
py-raven: updated to 6.5.0
6.5.0: [Core] Fixed missing deprecation on processors.SanitizePasswordsProcessor [Core] Improve exception handling in Serializer.transform [Core] Fixed celery.register_logger_signal ignoring subclasses [Core] Fixed sanitizer skipping byte instances [Lambda] Fixed AttributeError when requestContext not present
-rw-r--r--www/py-raven/Makefile4
-rw-r--r--www/py-raven/PLIST6
-rw-r--r--www/py-raven/distinfo12
-rw-r--r--www/py-raven/patches/patch-setup.py15
4 files changed, 17 insertions, 20 deletions
diff --git a/www/py-raven/Makefile b/www/py-raven/Makefile
index 9e7965c1ec6..c5a9d8844a8 100644
--- a/www/py-raven/Makefile
+++ b/www/py-raven/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/12/14 13:18:07 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/01/24 10:20:32 adam Exp $
-DISTNAME= raven-6.4.0
+DISTNAME= raven-6.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/raven/}
diff --git a/www/py-raven/PLIST b/www/py-raven/PLIST
index 86a3b29148e..8ebbcbf77fc 100644
--- a/www/py-raven/PLIST
+++ b/www/py-raven/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/12/14 13:18:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/01/24 10:20:32 adam Exp $
bin/raven${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -169,10 +169,6 @@ ${PYSITELIB}/raven/contrib/zope/__init__.pyc
${PYSITELIB}/raven/contrib/zope/__init__.pyo
${PYSITELIB}/raven/contrib/zope/component.xml
${PYSITELIB}/raven/data/cacert.pem
-${PYSITELIB}/raven/deprecation.py
-${PYSITELIB}/raven/environ.py
-${PYSITELIB}/raven/environ.pyc
-${PYSITELIB}/raven/environ.pyo
${PYSITELIB}/raven/events.py
${PYSITELIB}/raven/events.pyc
${PYSITELIB}/raven/events.pyo
diff --git a/www/py-raven/distinfo b/www/py-raven/distinfo
index e86696e2ba4..8043a58a740 100644
--- a/www/py-raven/distinfo
+++ b/www/py-raven/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2017/12/14 13:18:07 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/01/24 10:20:32 adam Exp $
-SHA1 (raven-6.4.0.tar.gz) = 8de7d938ac3d1e59c1317c2d3ac2f2e25fcd05c3
-RMD160 (raven-6.4.0.tar.gz) = 51f770a1ea3721738d8ca814c00980ba2098bb69
-SHA512 (raven-6.4.0.tar.gz) = e8eb04d9f2df0fa69d55a1b57e31d8d9068a79bae4c83ebac2505bad05ac27d1c813096c1afdea3e7fe55660a6a0119eec554f75da4f04ff0a1709fc672401e5
-Size (raven-6.4.0.tar.gz) = 384573 bytes
-SHA1 (patch-setup.py) = 1737b374275179d7856962cfd8b886f92b4a8d3a
+SHA1 (raven-6.5.0.tar.gz) = 2727f7c8874f3d1b507f40a22eb59ba168309b45
+RMD160 (raven-6.5.0.tar.gz) = 5250320f93b07e38f552b3d77867cd7e48a3ea17
+SHA512 (raven-6.5.0.tar.gz) = a5cacd52236cca8d615c3d894528cad06918eb89e86b70546ae92c023bf2a47fb59ea45c0c90bcc5e8fe333b17d63ed8823ee7e36bc966e003d44b81ee76cbf6
+Size (raven-6.5.0.tar.gz) = 284763 bytes
+SHA1 (patch-setup.py) = 45544e1425f8acf21348bb09fa0692d4d5e46dea
diff --git a/www/py-raven/patches/patch-setup.py b/www/py-raven/patches/patch-setup.py
index 28d8c804e70..3731f4aa907 100644
--- a/www/py-raven/patches/patch-setup.py
+++ b/www/py-raven/patches/patch-setup.py
@@ -1,8 +1,8 @@
-$NetBSD: patch-setup.py,v 1.2 2017/12/14 13:18:07 adam Exp $
+$NetBSD: patch-setup.py,v 1.3 2018/01/24 10:20:32 adam Exp $
Relax requirements.
---- setup.py.orig 2017-12-11 18:59:44.000000000 +0000
+--- setup.py.orig 2018-01-17 21:06:54.000000000 +0000
+++ setup.py
@@ -60,19 +60,19 @@ tests_require = [
'bottle',
@@ -15,18 +15,19 @@ Relax requirements.
'nose',
'pycodestyle',
'pytz',
- 'pytest>=3.2.0,<3.3.0',
+- 'pytest>=3.2.0,<3.3.0',
- 'pytest-timeout==1.2.0',
- 'pytest-xdist==1.18.2',
- 'pytest-pythonpath==0.7.1',
-- 'pytest-sugar==0.8',
+- 'pytest-sugar==0.9.0',
++ 'pytest>=3.2.0',
+ 'pytest-timeout>=1.2.0',
+ 'pytest-xdist>=1.18.2',
+ 'pytest-pythonpath>=0.7.1',
-+ 'pytest-sugar>=0.8',
++ 'pytest-sugar>=0.9.0',
'pytest-cov',
-- 'pytest-flake8==0.9',
-+ 'pytest-flake8>=0.9',
+- 'pytest-flake8==0.9.1',
++ 'pytest-flake8>=0.9.1',
'requests',
'tornado>=4.1',
'webob',