[141825] trunk/dports/python/py-oauthlib/Portfile

petr at macports.org petr at macports.org
Sat Dec 12 03:10:05 PST 2015


Revision: 141825
          https://trac.macports.org/changeset/141825
Author:   petr at macports.org
Date:     2015-10-29 08:11:43 -0700 (Thu, 29 Oct 2015)
Log Message:
-----------
py-oauthlib: update to 1.0.3

Modified Paths:
--------------
    trunk/dports/python/py-oauthlib/Portfile

Modified: trunk/dports/python/py-oauthlib/Portfile
===================================================================
--- trunk/dports/python/py-oauthlib/Portfile	2015-10-29 15:05:46 UTC (rev 141824)
+++ trunk/dports/python/py-oauthlib/Portfile	2015-10-29 15:11:43 UTC (rev 141825)
@@ -8,7 +8,7 @@
 set _n              [string index ${_name} 0]
 
 name                py-${_name}
-version             0.7.2
+version             1.0.3
 categories-append   net security
 platforms           darwin
 supported_archs     noarch
@@ -23,17 +23,17 @@
 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
 distname            ${_name}-${version}
 
-checksums           md5     eb60abdb002b9c08d248707b79a1cc92 \
-                    rmd160  f30010118a29007e0a5495c8b605557a6e10f293 \
-                    sha256  a051f04ee8ec3305055ab34d87b36c9a449375e07c7d6a05bcafa48329cac7c3
+checksums           md5     02772867bf246b3b37f4ed22786c41f5 \
+                    rmd160  07c48a5947b47d4511428c690452569f2191cc11 \
+                    sha256  ef4bfe4663ca3b97a995860c0173b967ebd98033d02f38c9e1b2cbb6c191d9ad
 
-python.versions     27 34
+python.versions     27 34 35
 
 if {${name} ne ${subport}} {
     depends_build-append    port:py${python.version}-setuptools
 
     depends_lib-append      port:py${python.version}-blinker \
-                            port:py${python.version}-crypto \
+                            port:py${python.version}-cryptography \
                             port:py${python.version}-jwt \
                             port:py${python.version}-nose
 
@@ -42,7 +42,6 @@
                             port:py${python.version}-mock
     }
 
-    # note: 5 tests fail
     test.run        yes
 
     livecheck.type  none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/ecd18748/attachment.html>


More information about the macports-changes mailing list