<pre style='margin:0'>
Andrew Stromnov (stromnov) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/292e7cc7baaf59d8773362b1e7630200ef7c50cc">https://github.com/macports/macports-ports/commit/292e7cc7baaf59d8773362b1e7630200ef7c50cc</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 292e7cc7baaf59d8773362b1e7630200ef7c50cc
</span>Author: Andrey Stromnov <stromnov@macports.org>
AuthorDate: Tue Jun 9 01:07:02 2020 +0300

<span style='display:block; white-space:pre;color:#404040;'>    py-sortedcollections: update to 1.2.1
</span>---
 python/py-sortedcollections/Portfile | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-sortedcollections/Portfile b/python/py-sortedcollections/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e7fc3d7..a89f366 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-sortedcollections/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-sortedcollections/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,14 +5,14 @@ PortGroup           python 1.0
</span> PortGroup           select 1.0
 
 name                py-sortedcollections
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version             1.1.2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version             1.2.1
</span> revision            0
 categories-append   devel
 platforms           darwin
 license             Apache-2
 supported_archs     noarch
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     27 35 36 37
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     27 35 36 37 38
</span> 
 maintainers         {stromnov @stromnov} openmaintainer
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,13 +20,10 @@ description         Python sorted collections.
</span> long_description    ${description}
 
 homepage            http://www.grantjenks.com/docs/sortedcollections/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-distname            ${python.rootname}-${version}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  c75196ab2712627b4dc584b1ad55a0fc8f5482fe \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  b93e0decbd7f8f19e40c320709e70e4845b6c8b3a0e96c3c4f707b4b93e1d38a \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    7333
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  bdaf4f4d2133f597752b37fda18846c1b510a54a \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  58c31f35e3d052ada6a1fbfc235a408e9ec5e2cfc64a02731cf97cac4afd306a \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    8380
</span> 
 if {${name} ne ${subport}} {
     depends_build-append \
</pre><pre style='margin:0'>

</pre>