FreeBSD Bugzilla – Attachment 174816 Details for
Bug 212713
devel/dulwich: update to 0.14.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
update devel/dulwich to 0.14.1
devel_dulwich.patch (text/plain), 4.62 KB, created by
Matthew Rezny
on 2016-09-15 23:26:34 UTC
(
hide
)
Description:
update devel/dulwich to 0.14.1
Filename:
MIME Type:
Creator:
Matthew Rezny
Created:
2016-09-15 23:26:34 UTC
Size:
4.62 KB
patch
obsolete
>Index: devel/dulwich/Makefile >=================================================================== >--- devel/dulwich/Makefile (revision 422186) >+++ devel/dulwich/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= dulwich >-PORTVERSION= 0.10.1a >+PORTVERSION= 0.14.1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -10,12 +10,13 @@ > MAINTAINER= marco.broeder@posteo.eu > COMMENT= Python implementation of the Git file formats and protocols > >-LICENSE= GPLv2 GPLv3 >+LICENSE= APACHE20 GPLv2+ > LICENSE_COMB= dual >+LICENSE_FILE= COPYING relicensing-apachev2.txt > >-PORTDOCS= AUTHORS HACKING NEWS README.md file-format.txt \ >- introduction.txt object-store.txt protocol.txt remote.txt \ >- repo.txt tag.txt >+PORTDOCS= AUTHORS CONTRIBUTING 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 > > USES= cpe python:2 >Index: devel/dulwich/distinfo >=================================================================== >--- devel/dulwich/distinfo (revision 422186) >+++ devel/dulwich/distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (dulwich-0.10.1a.tar.gz) = 666600ab5eb0b6d531879ee0f65dfefd71bce2e21ab3910c28f7789e15b6330b >-SIZE (dulwich-0.10.1a.tar.gz) = 272688 >+TIMESTAMP = 1473979673 >+SHA256 (dulwich-0.14.1.tar.gz) = 7c1f49e6e72fa8635328d32bfeb7103e86e175d87fa80a9cefdd63a360f7ba93 >+SIZE (dulwich-0.14.1.tar.gz) = 292827 >Index: devel/dulwich/files/patch-MANIFEST.in >=================================================================== >--- devel/dulwich/files/patch-MANIFEST.in (revision 422186) >+++ devel/dulwich/files/patch-MANIFEST.in (working copy) >@@ -1,7 +1,10 @@ >---- MANIFEST.in.orig 2015-03-25 01:53:21 UTC >+--- MANIFEST.in.orig 2016-07-03 19:17:14 UTC > +++ MANIFEST.in >-@@ -8,4 +8,3 @@ include setup.cfg >+@@ -11,7 +11,6 @@ include setup.cfg > include dulwich/stdint.h > recursive-include docs conf.py *.txt Makefile make.bat > recursive-include examples *.py > -graft dulwich/tests/data >+ include tox.ini >+ include dulwich.cfg >+ include appveyor.yml >Index: devel/dulwich/files/patch-dulwich.egg-info_SOURCES.txt >=================================================================== >--- devel/dulwich/files/patch-dulwich.egg-info_SOURCES.txt (revision 422186) >+++ devel/dulwich/files/patch-dulwich.egg-info_SOURCES.txt (working copy) >@@ -1,10 +1,11 @@ >---- dulwich.egg-info/SOURCES.txt.orig 2015-03-25 01:54:03 UTC >+--- dulwich.egg-info/SOURCES.txt.orig 2016-07-05 22:58:54 UTC > +++ dulwich.egg-info/SOURCES.txt >-@@ -61,118 +61,6 @@ dulwich/contrib/__init__.py >+@@ -73,123 +73,6 @@ dulwich/contrib/paramiko_vendor.py > dulwich/contrib/swift.py > dulwich/contrib/test_swift.py > dulwich/contrib/test_swift_smoke.py > -dulwich/tests/__init__.py >+-dulwich/tests/test_archive.py > -dulwich/tests/test_blackbox.py > -dulwich/tests/test_client.py > -dulwich/tests/test_config.py >@@ -24,6 +25,7 @@ > -dulwich/tests/test_patch.py > -dulwich/tests/test_porcelain.py > -dulwich/tests/test_protocol.py >+-dulwich/tests/test_reflog.py > -dulwich/tests/test_refs.py > -dulwich/tests/test_repository.py > -dulwich/tests/test_server.py >@@ -51,6 +53,9 @@ > -dulwich/tests/data/packs/pack-bc63ddad95e7321ee734ea11a7a62d314e0d7481.idx > -dulwich/tests/data/packs/pack-bc63ddad95e7321ee734ea11a7a62d314e0d7481.pack > -dulwich/tests/data/repos/.gitattributes >+-dulwich/tests/data/repos/issue88_expect_ack_nak_client.export >+-dulwich/tests/data/repos/issue88_expect_ack_nak_other.export >+-dulwich/tests/data/repos/issue88_expect_ack_nak_server.export > -dulwich/tests/data/repos/server_new.export > -dulwich/tests/data/repos/server_old.export > -dulwich/tests/data/repos/a.git/HEAD >Index: devel/dulwich/files/patch-setup.py >=================================================================== >--- devel/dulwich/files/patch-setup.py (revision 422186) >+++ devel/dulwich/files/patch-setup.py (working copy) >@@ -1,6 +1,6 @@ >---- setup.py.orig 2015-03-25 01:54:01 UTC >+--- setup.py.orig 2016-07-05 22:58:08 UTC > +++ setup.py >-@@ -75,7 +75,7 @@ setup(name='dulwich', >+@@ -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. > """, >Index: devel/dulwich/pkg-descr >=================================================================== >--- devel/dulwich/pkg-descr (revision 422186) >+++ devel/dulwich/pkg-descr (working copy) >@@ -6,4 +6,4 @@ > functionality is available in pure Python. Optional C extensions can be > built for improved performance. > >-WWW: https://www.samba.org/~jelmer/dulwich/ >+WWW: https://www.dulwich.io/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 212713
: 174816