diff options
author | wiz <wiz@pkgsrc.org> | 2015-06-09 08:36:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-06-09 08:36:36 +0000 |
commit | e417e5d84a362456143af8de47b2dcb085bc57f2 (patch) | |
tree | 9c71ae311058fb0e6595b9f81e57cdcc39b88010 /devel | |
parent | e1e12ea3fe6e30660cb3e00ba161a09009193d99 (diff) | |
download | pkgsrc-e417e5d84a362456143af8de47b2dcb085bc57f2.tar.gz |
Update to 0.9.1:
0.9.1 2013-05-06
CHANGES
* For the moment, disable subvertpy.wc.WorkingCopy when used with Subversion 1.7.
Subversion 1.7 has some significant changes in the behaviour of
the working copy API because of the WC-NG rewrite.
Support for the WC API in newer versions of Subversion will be re-added later
(help welcome), but since most users (bzr-svn is the only I'm aware of)
don't seem to actually rely on it, it seemed better to disable it and
support 1.7 than to prevent use of newer svn versions altogether.
(Jelmer Vernooij)
TESTS
* Fix TestClient.test_info when run against Subversion 1.6. (Jelmer Vernooij)
BUG FIXES
* Use PyObject_AsFileDescriptor instead of PyFile_AsFile so
apr_file_from_object works under Win32. (Yonggang Luo)
0.9.0 2012-07-08
IMPROVEMENTS
* Some fixes to help with porting to Python 3. (Yonggang Luo)
* Add bindings for svn.client.Client.info(), svn.client.Client.log() and
svn.client.Client.cat(). (Mark Lee)
* Add constant ERR_WC_UPGRADE_REQUIRED. (Jelmer Vernooij)
* In Client.checkout, default to HEAD revision. (Jelmer Vernooij)
TESTS
* Remove readonly files properly in tests. (Yonggang Luo, #943131)
DOCUMENTATION
* Update documentation for building on Windows. (Yonggang Luo)
BUG FIXES
* Include *.c files in MANIFEST. (#951060, Shlomi Fish)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-subvertpy/Makefile | 11 | ||||
-rw-r--r-- | devel/py-subvertpy/distinfo | 8 |
2 files changed, 8 insertions, 11 deletions
diff --git a/devel/py-subvertpy/Makefile b/devel/py-subvertpy/Makefile index 84c6e28cd3a..846815cef3b 100644 --- a/devel/py-subvertpy/Makefile +++ b/devel/py-subvertpy/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.29 2015/04/06 08:17:26 adam Exp $ +# $NetBSD: Makefile,v 1.30 2015/06/09 08:36:36 wiz Exp $ -DISTNAME= subvertpy-0.8.10 +DISTNAME= subvertpy-0.9.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 14 CATEGORIES= devel scm -MASTER_SITES= http://launchpad.net/subvertpy/trunk/${PKGVERSION_NOREV}/+download/ -MASTER_SITES+= http://samba.org/~jelmer/subvertpy/ +MASTER_SITES= http://samba.org/~jelmer/subvertpy/ MAINTAINER= ddeus.pkgsrc@mailnull.com HOMEPAGE= http://launchpad.net/subvertpy @@ -14,8 +12,7 @@ LICENSE= gnu-lgpl-v2.1 MAKE_ENV+= SVN_PREFIX=${BUILDLINK_PREFIX.subversion-base} -PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.8.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.1 .include "../../devel/subversion-base/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/devel/py-subvertpy/distinfo b/devel/py-subvertpy/distinfo index e32224074e6..71b296c7bde 100644 --- a/devel/py-subvertpy/distinfo +++ b/devel/py-subvertpy/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2012/01/26 20:39:09 cheusov Exp $ +$NetBSD: distinfo,v 1.8 2015/06/09 08:36:36 wiz Exp $ -SHA1 (subvertpy-0.8.10.tar.gz) = 79106d0aebddd57f13e6ad0e07ca051eca2b63fc -RMD160 (subvertpy-0.8.10.tar.gz) = 26c7348382db02b0d1d8c25ab1c59d25f00d0e26 -Size (subvertpy-0.8.10.tar.gz) = 104171 bytes +SHA1 (subvertpy-0.9.1.tar.gz) = bd0fd3aaa3f162bc691805a53df3a255eb32dbe1 +RMD160 (subvertpy-0.9.1.tar.gz) = 0d3087615f4d80e15938dff7428b6c0c6768f5ec +Size (subvertpy-0.9.1.tar.gz) = 111085 bytes |