pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-xandikos



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon May  4 06:18:05 UTC 2020

Modified Files:
        pkgsrc/net/py-xandikos: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/py-xandikos/Makefile \
    pkgsrc/net/py-xandikos/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/py-xandikos/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-xandikos/Makefile
diff -u pkgsrc/net/py-xandikos/Makefile:1.6 pkgsrc/net/py-xandikos/Makefile:1.7
--- pkgsrc/net/py-xandikos/Makefile:1.6 Mon Apr 29 10:39:00 2019
+++ pkgsrc/net/py-xandikos/Makefile     Mon May  4 06:18:05 2020
@@ -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 @@ HOMEPAGE=   https://www.jelmer.uk/code/xan
 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 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 
 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"
Index: pkgsrc/net/py-xandikos/distinfo
diff -u pkgsrc/net/py-xandikos/distinfo:1.6 pkgsrc/net/py-xandikos/distinfo:1.7
--- pkgsrc/net/py-xandikos/distinfo:1.6 Mon Apr 29 10:39:00 2019
+++ pkgsrc/net/py-xandikos/distinfo     Mon May  4 06:18:05 2020
@@ -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

Index: pkgsrc/net/py-xandikos/PLIST
diff -u pkgsrc/net/py-xandikos/PLIST:1.5 pkgsrc/net/py-xandikos/PLIST:1.6
--- pkgsrc/net/py-xandikos/PLIST:1.5    Mon Apr 29 10:39:00 2019
+++ pkgsrc/net/py-xandikos/PLIST        Mon May  4 06:18:05 2020
@@ -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/icalendar.pyo
 ${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_web.pyo
 ${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



Home | Main Index | Thread Index | Old Index