pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-subvertpy Update to 0.9.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bfdbfd88e21a
branches:  trunk
changeset: 652874:bfdbfd88e21a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jun 09 08:36:36 2015 +0000

description:
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:

 devel/py-subvertpy/Makefile |  11 ++++-------
 devel/py-subvertpy/distinfo |   8 ++++----
 2 files changed, 8 insertions(+), 11 deletions(-)

diffs (41 lines):

diff -r d425cc356a80 -r bfdbfd88e21a devel/py-subvertpy/Makefile
--- a/devel/py-subvertpy/Makefile       Tue Jun 09 08:22:35 2015 +0000
+++ b/devel/py-subvertpy/Makefile       Tue Jun 09 08:36:36 2015 +0000
@@ -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@localhost
 HOMEPAGE=      http://launchpad.net/subvertpy
@@ -14,8 +12,7 @@
 
 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 -r d425cc356a80 -r bfdbfd88e21a devel/py-subvertpy/distinfo
--- a/devel/py-subvertpy/distinfo       Tue Jun 09 08:22:35 2015 +0000
+++ b/devel/py-subvertpy/distinfo       Tue Jun 09 08:36:36 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index