Up to [cvs.NetBSD.org] / pkgsrc / www / py-raven
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.15 / (download) - annotate - [select for diffs], Fri Apr 29 11:56:47 2022 UTC (10 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
HEAD
Changes since 1.14: +4 -12
lines
Diff to previous 1.14 (colored)
*: mark py-flask dependencies as not-for-python-2.x I'll update py-flask soon; the current pkgsrc of py-flask version is broken and all newer versions do not support python 2.x
Revision 1.14 / (download) - annotate - [select for diffs], Sat Jan 29 08:48:41 2022 UTC (13 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.13: +3 -3
lines
Diff to previous 1.13 (colored)
*: convert py-flake8 users to versioned_dependencies
Revision 1.13 / (download) - annotate - [select for diffs], Thu Jan 27 10:16:09 2022 UTC (13 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
py-raven: improve test situation
Revision 1.12 / (download) - annotate - [select for diffs], Wed Jan 5 15:41:30 2022 UTC (14 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.11: +4 -2
lines
Diff to previous 1.11 (colored)
python: egg.mk: add USE_PKG_RESOURCES flag This flag should be set for packages that import pkg_resources and thus need setuptools after the build step. Set this flag for packages that need it and bump PKGREVISION.
Revision 1.11 / (download) - annotate - [select for diffs], Tue Jan 4 20:55:34 2022 UTC (14 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.10 / (download) - annotate - [select for diffs], Sun May 17 20:18:36 2020 UTC (2 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.9: +4 -2
lines
Diff to previous 1.9 (colored)
pytest from versioned depends
Revision 1.9 / (download) - annotate - [select for diffs], Sun Mar 22 12:28:28 2020 UTC (3 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.8: +4 -2
lines
Diff to previous 1.8 (colored)
www/py-*: fix test dependencies for Python 2.7
Revision 1.8 / (download) - annotate - [select for diffs], Mon Feb 18 11:44:22 2019 UTC (4 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.7: +9 -10
lines
Diff to previous 1.7 (colored)
py-raven: updated to 6.10.0 6.10.0 [Core] Fixed stackframes in some situations being in inverse order. [Flask] Fix wrong exception handling logic (accidentally relied on Flask internals). [Core] No longer send NaN local vars as non-standard JSON.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Sep 6 13:48:37 2018 UTC (4 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.6: +3 -2
lines
Diff to previous 1.6 (colored)
py-raven: updated to 6.9.0 6.9.0: [Core] Switched from culprit to transaction for automatic transaction reporting. [CI] Removed py3.3 from build [Django] resolved an issue where the log integration would override the user.
Revision 1.6 / (download) - annotate - [select for diffs], Wed May 23 21:07:36 2018 UTC (4 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.5: +5 -3
lines
Diff to previous 1.5 (colored)
py-raven: updated to 6.8.0 6.8.0: [Core] Fixed DSNs without secrets not sending events. [Core] Added lazy import for pkg_resources [Core] Added NamedTuple Serializer [Sanic] Fixed sanic integration dependencies [Django] Fixed sql hook bug
Revision 1.5 / (download) - annotate - [select for diffs], Fri Apr 27 07:45:09 2018 UTC (4 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.4: +26 -27
lines
Diff to previous 1.4 (colored)
py-raven: updated to 6.7.0 6.7.0: [Sanic] Added support for sanic. [Core] Disabled dill logger by default [Core] Added SENTRY_NAME, SENTRY_ENVIRONMENT and SENTRY_RELEASE environment variables [Core] DSN secret is now optional [Core] Added fix for cases with exceptions in repr [core] Fixed bug with mutating record.data
Revision 1.4 / (download) - annotate - [select for diffs], Mon Mar 5 09:08:22 2018 UTC (5 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
py-raven: updated to 6.6.0 6.6.0: [Core] Add trimming to breadcrumbs. [Core] Improve host message at startup. [Core] Update pytest to work on other environments
Revision 1.3 / (download) - annotate - [select for diffs], Wed Jan 24 10:20:32 2018 UTC (5 years, 1 month ago) by adam
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
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
Revision 1.2 / (download) - annotate - [select for diffs], Thu Dec 14 13:18:07 2017 UTC (5 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.1: +4 -5
lines
Diff to previous 1.1 (colored)
py-raven: updated to 6.4.0 6.4.0: [Core] Support for defining sanitized_keys on the client [Django] Support for Django 2.0 Urlresolver [Docs] Several fixes and improvements
Revision 1.1 / (download) - annotate - [select for diffs], Sun Nov 26 17:40:05 2017 UTC (5 years, 3 months ago) by adam
Branch: MAIN
py-raven: added version 6.3.0 Raven is a Python client for Sentry (https://sentry.io/). It provides full out-of-the-box support for many of the popular frameworks, including Django, Flask, and Pylons. Raven also includes drop-in support for any WSGI-compatible web application.