Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/py-vdirsyncer py-vdirsyncer: update to 0.16.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1fd341f51569
branches:  trunk
changeset: 435877:1fd341f51569
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jul 17 23:25:12 2020 +0000

description:
py-vdirsyncer: update to 0.16.8.

Version 0.16.8
==============

*released 09 June 2020*

- Support Python 3.7 and 3.8.

This release is functionally identical to 0.16.7.
It's been tested with recent Python versions, and has been marked as supporting
them. It will also be the final release supporting Python 3.5 and 3.6.

diffstat:

 time/py-vdirsyncer/Makefile                   |   4 ++--
 time/py-vdirsyncer/distinfo                   |  11 +++++------
 time/py-vdirsyncer/patches/patch-docs_conf.py |  25 -------------------------
 3 files changed, 7 insertions(+), 33 deletions(-)

diffs (57 lines):

diff -r 224d2216f7a8 -r 1fd341f51569 time/py-vdirsyncer/Makefile
--- a/time/py-vdirsyncer/Makefile       Fri Jul 17 23:22:58 2020 +0000
+++ b/time/py-vdirsyncer/Makefile       Fri Jul 17 23:25:12 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2019/11/02 16:28:41 rillig Exp $
+# $NetBSD: Makefile,v 1.55 2020/07/17 23:25:12 wiz Exp $
 
-DISTNAME=      vdirsyncer-0.16.7
+DISTNAME=      vdirsyncer-0.16.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=v/vdirsyncer/}
diff -r 224d2216f7a8 -r 1fd341f51569 time/py-vdirsyncer/distinfo
--- a/time/py-vdirsyncer/distinfo       Fri Jul 17 23:22:58 2020 +0000
+++ b/time/py-vdirsyncer/distinfo       Fri Jul 17 23:25:12 2020 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.41 2019/05/25 06:58:10 wiz Exp $
+$NetBSD: distinfo,v 1.42 2020/07/17 23:25:12 wiz Exp $
 
-SHA1 (vdirsyncer-0.16.7.tar.gz) = 91070a9777dcf5ac0ae523da1c6042d53ed0ad57
-RMD160 (vdirsyncer-0.16.7.tar.gz) = c0120a4b965b1e518b39d1a5b362ca166123b191
-SHA512 (vdirsyncer-0.16.7.tar.gz) = 218c6781139a9e979077308dc732756cc27ecb67966e4b52be31cb1ebf04d224443036102d5c4bad253b9dcf533939f0b72082166f0fe94e042a7e946b8fad0e
-Size (vdirsyncer-0.16.7.tar.gz) = 112786 bytes
-SHA1 (patch-docs_conf.py) = edcadc3f79ec9f6ec7ade9896cb81668733ca137
+SHA1 (vdirsyncer-0.16.8.tar.gz) = dfa97e736c0ea085c023ff2b8b901f52291f5a1d
+RMD160 (vdirsyncer-0.16.8.tar.gz) = 7956dbf1f20bcce2ba98bcc51ee6acdd860d89b5
+SHA512 (vdirsyncer-0.16.8.tar.gz) = 12cb50f592085af37bd9c4207c0d31fdd38fc2a44712eb6288b12e7e7ee9af82070d1d405fa9579e935e545e6c92aafb6f8334ebde4976c4eb9412e78e7c5ada
+Size (vdirsyncer-0.16.8.tar.gz) = 115819 bytes
diff -r 224d2216f7a8 -r 1fd341f51569 time/py-vdirsyncer/patches/patch-docs_conf.py
--- a/time/py-vdirsyncer/patches/patch-docs_conf.py     Fri Jul 17 23:22:58 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-$NetBSD: patch-docs_conf.py,v 1.1 2019/05/25 06:58:10 wiz Exp $
-
-Follow advice from setuptools_scm how to use it.
-https://github.com/pimutils/vdirsyncer/pull/799
-
---- docs/conf.py.orig  2018-06-13 16:54:02.000000000 +0000
-+++ docs/conf.py
-@@ -3,7 +3,7 @@
- import datetime
- import os
- 
--import setuptools_scm
-+from pkg_resources import get_distribution
- 
- extensions = ['sphinx.ext.autodoc']
- 
-@@ -16,7 +16,7 @@ project = u'vdirsyncer'
- copyright = (u'2014-{}, Markus Unterwaditzer & contributors'
-              .format(datetime.date.today().strftime('%Y')))
- 
--release = setuptools_scm.get_version(root='..', relative_to=__file__)
-+release = get_distribution('vdirsyncer').version
- version = '.'.join(release.split('.')[:2])  # The short X.Y version.
- 
- rst_epilog = '.. |vdirsyncer_version| replace:: %s' % release



Home | Main Index | Thread Index | Old Index