1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-18 11:10:32 -04:00
Commit graph

4 commits

Author SHA1 Message Date
Sofian Brabez
6068720593 - Update to 1.8.0
- Add regression-test target

PR:		ports/172383
Submitted by:	Kubilay Kocak <koobs.freebsd at gmail.com>
Feature safe:	yes
2012-10-18 11:07:45 +00:00
Sunpoet Po-Chuan Hsieh
26ad573425 - Update to 1.3
- Remove LICENSE_FILE

Changes:

1.3: (2012-07-13)
- Implement markdown rendering
- GitAuthor.date is now a datetime, thank you bilderbuchi
- Fix documentation of Github.get_gist: id is a string, not an integer

1.2: (2012-06-29)
- Implement legacy search APIs, thank you kukuts for telling me Github had
  released them
- Fix a bug with issue labels containing spaces, thank you philipkimmey for
  detecting the bug and fixing it
- Clarify how collections of objects are returned by get_* methods, thank you
  bilderbuchi for asking

PR:		ports/169848
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
2012-07-18 12:38:45 +00:00
Sofian Brabez
4c65b52519 - Update to 1.1
PR:		ports/169537
Submitted by:	koobs <koobs.freebsd at gmail.com> (maintainer)
2012-07-05 08:51:42 +00:00
Martin Wilke
787fa8e884 This is a Python library to access the Github API v3.
With it, you can manage your Github resources (repositories, user profiles,
organizations, etc.) from Python scripts.

It covers the full API, and all methods are tested against the real Github site.

WWW:	http://vincent-jacques.net/PyGithub

PR:		ports/168660
Submitted by:	koobs <koobs.freebsd@gmail.com>
2012-06-10 09:47:55 +00:00