Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-xandikos py-xandikos: updated to 0.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee5680d39b17
branches:  trunk
changeset: 430778:ee5680d39b17
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon May 04 06:18:05 2020 +0000

description:
py-xandikos: updated to 0.2.0

0.2.0:
* Fix <calendar-data> subelement filtering.
* Skip non-calendar files for calendar-query operations.
* Switch to using aiohttp rather than uWSGI.
* Query component's SUMMARY in ICalendarFile.describe().
* Add /metrics support.
* Drop support for Python 3.4, add support for 3.8.

diffstat:

 net/py-xandikos/Makefile |   8 +++++---
 net/py-xandikos/PLIST    |   8 +++++++-
 net/py-xandikos/distinfo |  10 +++++-----
 3 files changed, 17 insertions(+), 9 deletions(-)

diffs (78 lines):

diff -r b70f7ba04370 -r ee5680d39b17 net/py-xandikos/Makefile
--- a/net/py-xandikos/Makefile  Mon May 04 04:53:53 2020 +0000
+++ b/net/py-xandikos/Makefile  Mon May 04 06:18:05 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2019/04/29 10:39:00 adam Exp $
+# $NetBSD: Makefile,v 1.7 2020/05/04 06:18:05 adam Exp $
 
-DISTNAME=      xandikos-0.1.0
+DISTNAME=      xandikos-0.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xandikos/}
@@ -10,10 +10,12 @@
 COMMENT=       Lightweight CalDAV/CardDAV server
 LICENSE=       gnu-gpl-v3
 
+DEPENDS+=      ${PYPKGPREFIX}-aiohttp-[0-9]*:../../www/py-aiohttp
 DEPENDS+=      ${PYPKGPREFIX}-defusedxml-[0-9]*:../../textproc/py-defusedxml
 DEPENDS+=      ${PYPKGPREFIX}-dulwich>=0.19.1:../../devel/py-dulwich
 DEPENDS+=      ${PYPKGPREFIX}-icalendar-[0-9]*:../../time/py-icalendar
 DEPENDS+=      ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
+DEPENDS+=      ${PYPKGPREFIX}-prometheus_client-[0-9]*:../../net/py-prometheus_client
 
 USE_LANGUAGES= # none
 
@@ -21,7 +23,7 @@
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
-               ${MV} xandikos xandikos-${PYVERSSUFFIX} || ${TRUE}
+       ${MV} xandikos xandikos-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r b70f7ba04370 -r ee5680d39b17 net/py-xandikos/PLIST
--- a/net/py-xandikos/PLIST     Mon May 04 04:53:53 2020 +0000
+++ b/net/py-xandikos/PLIST     Mon May 04 06:18:05 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2019/04/29 10:39:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/05/04 06:18:05 adam Exp $
 bin/xandikos-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -35,6 +35,9 @@
 ${PYSITELIB}/xandikos/infit.py
 ${PYSITELIB}/xandikos/infit.pyc
 ${PYSITELIB}/xandikos/infit.pyo
+${PYSITELIB}/xandikos/metrics.py
+${PYSITELIB}/xandikos/metrics.pyc
+${PYSITELIB}/xandikos/metrics.pyo
 ${PYSITELIB}/xandikos/quota.py
 ${PYSITELIB}/xandikos/quota.pyc
 ${PYSITELIB}/xandikos/quota.pyo
@@ -89,6 +92,9 @@
 ${PYSITELIB}/xandikos/tests/test_webdav.py
 ${PYSITELIB}/xandikos/tests/test_webdav.pyc
 ${PYSITELIB}/xandikos/tests/test_webdav.pyo
+${PYSITELIB}/xandikos/tests/test_wsgi.py
+${PYSITELIB}/xandikos/tests/test_wsgi.pyc
+${PYSITELIB}/xandikos/tests/test_wsgi.pyo
 ${PYSITELIB}/xandikos/timezones.py
 ${PYSITELIB}/xandikos/timezones.pyc
 ${PYSITELIB}/xandikos/timezones.pyo
diff -r b70f7ba04370 -r ee5680d39b17 net/py-xandikos/distinfo
--- a/net/py-xandikos/distinfo  Mon May 04 04:53:53 2020 +0000
+++ b/net/py-xandikos/distinfo  Mon May 04 06:18:05 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/04/29 10:39:00 adam Exp $
+$NetBSD: distinfo,v 1.7 2020/05/04 06:18:05 adam Exp $
 
-SHA1 (xandikos-0.1.0.tar.gz) = 5dfefec895c06fb4426f739a8b100f9db6ce55d7
-RMD160 (xandikos-0.1.0.tar.gz) = e3158c676c234579c1efc22a669a4114ce75db88
-SHA512 (xandikos-0.1.0.tar.gz) = d47ef8b12c7d33efc6eeb04eb8ecc599fb87d9bb8970eee328d43c8e3cf692716e4ee5c2ba6804bdd6a57b457169e33835abf7ecd42c2f9d039990e5e09b4e1b
-Size (xandikos-0.1.0.tar.gz) = 94780 bytes
+SHA1 (xandikos-0.2.0.tar.gz) = 85b5a226e444080bc8072af0762188fddac9b8ab
+RMD160 (xandikos-0.2.0.tar.gz) = da424c55e0669576290c14de8077714436ec7a4b
+SHA512 (xandikos-0.2.0.tar.gz) = 7b29050c097c9ea9768daa94bd20d00f803f91a51011bde667d76b306822260b39500c11dac4d5ef816a37767d4d90d4d32297b91669ce7273233936a02ddc14
+Size (xandikos-0.2.0.tar.gz) = 103348 bytes



Home | Main Index | Thread Index | Old Index