Bug 171660 - [MAINTAINER] devel/py-pygithub: update to 1.7
Summary: [MAINTAINER] devel/py-pygithub: update to 1.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-15 10:10 UTC by koobs
Modified: 2012-09-15 12:50 UTC (History)
0 users

See Also:


Attachments
py27-pygithub-1.7.patch (2.82 KB, patch)
2012-09-15 10:10 UTC, koobs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description koobs 2012-09-15 10:10:10 UTC
- Update to 1.7
- Update pkg-plist
- Whitespace
- Update Full Name in Makefile header

Changes: https://github.com/jacquev6/PyGithub/blob/v1.7/doc/ChangeLog.md

==[QA]==

portlint: looks fine.
redports: https://redports.org/buildarchive/20120915085218-5916/
unittest: Ran 272 tests in 1.863s - OK

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-15 10:10:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2012-09-15 10:17:29 UTC
Responsible Changed
From-To: freebsd-python->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-09-15 12:45:18 UTC
Author: culot
Date: Sat Sep 15 11:45:01 2012
New Revision: 304314
URL: http://svn.freebsd.org/changeset/ports/304314

Log:
  - Update to 1.7
  - Update Makefile's header to display creator's full name
  
  Changes:	https://github.com/jacquev6/PyGithub/blob/v1.7/doc/ChangeLog.md
  PR:		ports/171660
  Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)

Modified:
  head/devel/py-pygithub/Makefile
  head/devel/py-pygithub/distinfo
  head/devel/py-pygithub/pkg-plist

Modified: head/devel/py-pygithub/Makefile
==============================================================================
--- head/devel/py-pygithub/Makefile	Sat Sep 15 10:19:19 2012	(r304313)
+++ head/devel/py-pygithub/Makefile	Sat Sep 15 11:45:01 2012	(r304314)
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	py-github
 # Date created:		2012-06-04
-# Whom:			koobs <koobs.freebsd@gmail.com>
+# Whom:			Kubilay Kocak <koobs.freebsd@gmail.com>
 #
 # $FreeBSD$
 #
 
 PORTNAME=	pygithub
-PORTVERSION=	1.3
+PORTVERSION=	1.7
 CATEGORIES=	devel www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-pygithub/distinfo
==============================================================================
--- head/devel/py-pygithub/distinfo	Sat Sep 15 10:19:19 2012	(r304313)
+++ head/devel/py-pygithub/distinfo	Sat Sep 15 11:45:01 2012	(r304314)
@@ -1,2 +1,2 @@
-SHA256 (PyGithub-1.3.zip) = a4953433fdec4ae81692d88323f353067a74d38419ea8cd4836392b8231d015c
-SIZE (PyGithub-1.3.zip) = 102285
+SHA256 (PyGithub-1.7.zip) = add63699beac96f23995b05d856a025b02d170217c02d04a9c386a172dd52a70
+SIZE (PyGithub-1.7.zip) = 106824

Modified: head/devel/py-pygithub/pkg-plist
==============================================================================
--- head/devel/py-pygithub/pkg-plist	Sat Sep 15 10:19:19 2012	(r304313)
+++ head/devel/py-pygithub/pkg-plist	Sat Sep 15 11:45:01 2012	(r304314)
@@ -23,9 +23,15 @@
 %%PYTHON_SITELIBDIR%%/github/CommitStats.py
 %%PYTHON_SITELIBDIR%%/github/CommitStats.pyc
 %%PYTHON_SITELIBDIR%%/github/CommitStats.pyo
+%%PYTHON_SITELIBDIR%%/github/CommitStatus.py
+%%PYTHON_SITELIBDIR%%/github/CommitStatus.pyc
+%%PYTHON_SITELIBDIR%%/github/CommitStatus.pyo
 %%PYTHON_SITELIBDIR%%/github/Comparison.py
 %%PYTHON_SITELIBDIR%%/github/Comparison.pyc
 %%PYTHON_SITELIBDIR%%/github/Comparison.pyo
+%%PYTHON_SITELIBDIR%%/github/ContentFile.py
+%%PYTHON_SITELIBDIR%%/github/ContentFile.pyc
+%%PYTHON_SITELIBDIR%%/github/ContentFile.pyo
 %%PYTHON_SITELIBDIR%%/github/Download.py
 %%PYTHON_SITELIBDIR%%/github/Download.pyc
 %%PYTHON_SITELIBDIR%%/github/Download.pyo
@@ -83,6 +89,9 @@
 %%PYTHON_SITELIBDIR%%/github/Hook.py
 %%PYTHON_SITELIBDIR%%/github/Hook.pyc
 %%PYTHON_SITELIBDIR%%/github/Hook.pyo
+%%PYTHON_SITELIBDIR%%/github/HookDescription.py
+%%PYTHON_SITELIBDIR%%/github/HookDescription.pyc
+%%PYTHON_SITELIBDIR%%/github/HookDescription.pyo
 %%PYTHON_SITELIBDIR%%/github/HookResponse.py
 %%PYTHON_SITELIBDIR%%/github/HookResponse.pyc
 %%PYTHON_SITELIBDIR%%/github/HookResponse.pyo
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2012-09-15 12:45:50 UTC
State Changed
From-To: open->closed

Committed. Thanks!