Date: Thu, 12 Apr 2018 16:21:27 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467162 - in head/devel/dulwich: . files Message-ID: <201804121621.w3CGLRbR006212@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Thu Apr 12 16:21:27 2018 New Revision: 467162 URL: https://svnweb.freebsd.org/changeset/ports/467162 Log: devel/dulwich: update to 0.18.6 Approved by: maintainer timeout (email and last couple PRs) Modified: head/devel/dulwich/Makefile head/devel/dulwich/distinfo head/devel/dulwich/files/patch-dulwich.egg-info_SOURCES.txt head/devel/dulwich/files/patch-setup.py Modified: head/devel/dulwich/Makefile ============================================================================== --- head/devel/dulwich/Makefile Thu Apr 12 16:12:42 2018 (r467161) +++ head/devel/dulwich/Makefile Thu Apr 12 16:21:27 2018 (r467162) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dulwich -PORTVERSION= 0.15.0 +PORTVERSION= 0.18.6 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE= APACHE20 GPLv2+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/COPYING -PORTDOCS= AUTHORS CONTRIBUTING NEWS README.md TODO conclusion.txt \ +PORTDOCS= AUTHORS NEWS README.md TODO conclusion.txt \ file-format.txt index.txt introduction.txt object-store.txt \ performance.txt porcelain.txt protocol.txt remote.txt repo.txt tag.txt PORTEXAMPLES= clone.py config.py diff.py latest_change.py Modified: head/devel/dulwich/distinfo ============================================================================== --- head/devel/dulwich/distinfo Thu Apr 12 16:12:42 2018 (r467161) +++ head/devel/dulwich/distinfo Thu Apr 12 16:21:27 2018 (r467162) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481271050 -SHA256 (dulwich-0.15.0.tar.gz) = 6f0a09d93f01caf1ba054b3f751d5cc1f0e6afc5c97fd23d67d7acf92f0d0b16 -SIZE (dulwich-0.15.0.tar.gz) = 297106 +TIMESTAMP = 1516829918 +SHA256 (dulwich-0.18.6.tar.gz) = 38a04406bc68315794c3bab37c7d4ed137fb8a839482d8894e72b0d9b3eb41a9 +SIZE (dulwich-0.18.6.tar.gz) = 331325 Modified: head/devel/dulwich/files/patch-dulwich.egg-info_SOURCES.txt ============================================================================== --- head/devel/dulwich/files/patch-dulwich.egg-info_SOURCES.txt Thu Apr 12 16:12:42 2018 (r467161) +++ head/devel/dulwich/files/patch-dulwich.egg-info_SOURCES.txt Thu Apr 12 16:21:27 2018 (r467162) @@ -1,7 +1,7 @@ ---- dulwich.egg-info/SOURCES.txt.orig 2016-07-05 22:58:54 UTC +--- dulwich.egg-info/SOURCES.txt.orig 2018-01-24 22:39:28 UTC +++ dulwich.egg-info/SOURCES.txt -@@ -73,123 +73,6 @@ dulwich/contrib/paramiko_vendor.py - dulwich/contrib/swift.py +@@ -76,125 +76,7 @@ dulwich/contrib/swift.py + dulwich/contrib/test_release_robot.py dulwich/contrib/test_swift.py dulwich/contrib/test_swift_smoke.py -dulwich/tests/__init__.py @@ -15,6 +15,7 @@ -dulwich/tests/test_grafts.py -dulwich/tests/test_greenthreads.py -dulwich/tests/test_hooks.py +-dulwich/tests/test_ignore.py -dulwich/tests/test_index.py -dulwich/tests/test_lru_cache.py -dulwich/tests/test_missing_obj_finder.py @@ -124,3 +125,6 @@ examples/clone.py examples/config.py examples/diff.py +-examples/latest_change.py +\ No newline at end of file ++examples/latest_change.py Modified: head/devel/dulwich/files/patch-setup.py ============================================================================== --- head/devel/dulwich/files/patch-setup.py Thu Apr 12 16:12:42 2018 (r467161) +++ head/devel/dulwich/files/patch-setup.py Thu Apr 12 16:21:27 2018 (r467162) @@ -1,10 +1,11 @@ ---- setup.py.orig 2016-07-05 22:58:08 UTC -+++ setup.py -@@ -83,7 +83,7 @@ setup(name='dulwich', - The project is named after the part of London that Mr. and Mrs. Git live in - in the particular Monty Python sketch. +--- setup.py.orig 2018-01-24 16:10:15.448366000 -0600 ++++ setup.py 2018-01-24 16:10:49.157689000 -0600 +@@ -91,8 +91,7 @@ + The project is named after the part of London that Mr. and Mrs. Git live + in in the particular Monty Python sketch. """, -- packages=['dulwich', 'dulwich.tests', 'dulwich.tests.compat', 'dulwich.contrib'], +- packages=['dulwich', 'dulwich.tests', 'dulwich.tests.compat', +- 'dulwich.contrib'], + packages=['dulwich', 'dulwich.contrib'], package_data={'': ['../docs/tutorial/*.txt']}, scripts=['bin/dulwich', 'bin/dul-receive-pack', 'bin/dul-upload-pack'],
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804121621.w3CGLRbR006212>