summaryrefslogtreecommitdiff
path: root/net/p5-Net-GitHub
AgeCommit message (Collapse)AuthorFilesLines
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-03-07Update to 0.73mef2-7/+7
-------------- 0.73 2015-03-06 - use JSON::MaybeXS instead of deprecated JSON::Any (Tim Vroom)
2015-02-21Update 0.68 to 0.72mef2-6/+6
------------------- 0.72 2015-02-08 - fix update_ref in gitdata (Mike Schilli) 0.71 2015-01-20 - When a query fails, include any additional error messages returned by the API, in the croak message. (Neil Bowers) - Make User-Agent header conform to RFCs (Zak Wilcox) 0.70 2014-10-08 add per_page in GET no matter it supports or not 0.69 2014-09-11 pass ua as the args so we can set up proxies for all
2014-09-11Update to 0.68wen2-13/+8
Upstream changes: 0.68 2014-08-30 Fixed URI encoding issue #52 (sillymoose) 0.67_01 2014-08-22 rewrite Net::GitHub::V3::Search (legacy methods is removed) 0.66 2014-07-31 "Unrecognized LWP::UserAgent options" warning (RT #97639) 0.65 2014-06-29 fix glob ref issue for perl < 5.14 (Alex Vandiver) 0.64 2014-06-27 use decoded_content on res in upload_asset (Alex Vandiver) 0.63 2014-05-30 fix pulls (RT 96068) 0.62 2014-05-27 formal release, no code changes 0.61_01 2014-05-20 from Any::Moose to Moo (github haarg (Graham Knop)) 0.60 2014-05-16 filters in commits, delete repos etc. 0.59 2014-03-30 - upload_asset 0.58 2014-03-30 - Release API 0.57 2014-03-07 - POD fix (jotamjr) 0.56 2014-02-07 - Add Subscription methods. (Kevin Falcone) 0.55 2013-12-19 - remove JSON::XS requirements in Makefile.PL (no code changes) 0.54 2013-09-25 - $user->contributions (mikegrb)(Rev Michael Greb) 0.53 2013.09.01 - listing all public repos (kimmel) 0.52 2013.03.28 - Fix argument handling for pulls (dagolden) 0.51 2013.03.14 - move pod.t to xt and fix POD (RT 83926)
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-1/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-02-17Update to 0.50, 0.49 wasn't fetchable for me.wiz2-6/+6
0.50 2012.11.28 - repos merging and statuses - fix gist comments changes - # TODO. Repos Contents, Activity Notifications
2012-11-29Update to 0.49wen2-7/+6
Upstream changes: 0.49 2012.11.28 - remove V2 - add search api 0.48 2012.11.15 - repackage 0.47 2012.11.07 - Documentation to demonstrate enterprise use (nebulous) - Fix @_ vs shift bug for milestones (nebulous) 0.46 2012.05.07 - fix user emails (hdragolov (Hristo Dragolov)) 0.45 2012.05.03 - pagination (ioanrogers (Ioan Rogers)) 0.44 2012.04.12 - bump up version 0.43_02 2012.03.31 - Fixed small typo that breaks is_following, follow and unfollow (worr) - tree functions to Net::GitHub::V3::GitData (worr) 0.43_01 2012.03.30 - NOTE: We will terminate API v1 and API v2 in 1 month on May 1st, 2012 (From https://github.com/blog/1090-github-api-moving-on) - so V3 is default on now - access_token can be created with Net::GitHub::V3::OAuth create_authorization - OAuth API - Events API 0.42 2012.03.23 - Fixed typo in Net::GitHub::V2::NoRepo.pm that crippled App::GitHub (worr) 0.41 2012.03.22 - still let V2 as default to make ppl using token happy - api_throttle work with unauthenticated requests 0.40_04 2011.10.20 - fix Content-Type check by regex (V3) 0.40_03 2011.10.14 - Use utf8 => 1 for JSON::Any by default. (jamesronan (James Ronan)) - if you still want to use V2, pass version => 2 0.40_02 2011.09.29 - Orgs, Git Data and Gists - code cleanup and built on-fly 0.40_01 2011.09.28 - access_token patch on V2 (c9s) - V3 API by default (no backwards with V2, if you still want to stick with V2, pass version => 2) - Note: Missing Orgs, Gists, Git Data (will be added in next version soon)
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2011-12-15Update p5-Net-GitHub to 0.30.hiramatsu2-7/+6
Changes from previous: ---------------------- 0.30 2011.08.27 - Default to GET method if we've no data to POST (Lubomir Rintel) - repository update (Lubomir Rintel) - Slow down with requests if we're approaching the rate limit (Lubomir Rintel) - Make it possible to turn API errors into exceptions (Lubomir Rintel) 0.29 2011.05.07 always_Authorization for private respo 0.28 2011.03.06 use official GitHub API request instead of screen-scraping for 'comments' issues by spang (Christine Spang) 0.27 2011.02.17 requires HTTP::Request::Common; (RT 65787 by JQUELIN) 0.26 2011.01.20 fix Makefile.PL 0.25 2011.01.19 partial implementation of Pull Request API (doy) 0.24 2011.01.01 Organizations API (fayland) update Auth to 'Basic Auth' (fayland) 0.23 2010.11.04 Moose has deprected 'excludes', '-excludes' is preferred (datamuc)
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-07-30Add devel CATEGORYseb1-2/+2
2010-07-30Initial import of p5-Net-GitHub version 0.22 in the NetBSD Packagesseb3-0/+38
Collection. The Perl 5 module Net::GitHub provides an interface to the popular git host http://github.com.