Ticket #49201: botocore-1.3.10.patch

File botocore-1.3.10.patch, 1.2 KB (added by larryv (Lawrence Velázquez), 8 years ago)

update from 0.103.0 to 1.3.10

  • dports/python/py-botocore/Portfile

    commit 5af5bcdc7b22e268b88fa398de481ae04e3a0d4c
    Author: Lawrence Velázquez <larryv@macports.org>
    Date:   3 minutes ago
    
        py-botocore: Update to 1.3.10
    
    diff --git a/dports/python/py-botocore/Portfile b/dports/python/py-botocore/Portfile
    index 8bcd39b..2b8c5dc 100644
    a b PortSystem 1.0 
    55PortGroup           python 1.0
    66
    77name                py-botocore
    8 version             0.103.0
     8version             1.3.10
    99platforms           darwin
    1010license             Apache-2
    1111maintainers         pixilla openmaintainer
    long_description ${description} 
    1515
    1616homepage            https://github.com/boto/botocore
    1717master_sites        https://pypi.python.org/packages/source/b/botocore
    18 distname            botocore-0.103.0
     18distname            ${python.rootname}-${version}
    1919
    20 checksums           rmd160  248bf0ed149e8d5db62c444a6c698382167f6f74 \
    21                     sha256  ac0391865bf538b40b89ec29b81532eab3f2f5d45187eee95e9b5e2eca51bb81
     20checksums           rmd160  6a62c47ed1adb8c4fd911d191d29c1198d2f240d \
     21                    sha256  b52d72cfe4084788f44284abfc42597aef76c00b192433399429ef1be6f22e6c
    2222
    2323python.versions     27 34
    2424