Commit graph

15 commits

Author SHA1 Message Date
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
mef
4e0e9a230e Update to 0.73
--------------
0.73    2015-03-06
        - use JSON::MaybeXS instead of deprecated JSON::Any (Tim Vroom)
2015-03-07 06:41:15 +00:00
mef
798ecc3364 Update 0.68 to 0.72
-------------------
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
2015-02-21 11:37:52 +00:00
wen
bda8fbfa59 Update to 0.68
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-09-11 07:26:41 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
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.
2014-05-29 23:35:13 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
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-05-31 12:39:57 +00:00
wiz
be49eca69f Update to 0.50, 0.49 wasn't fetchable for me.
0.50    2012.11.28
        - repos merging and statuses
        - fix gist comments changes
        - # TODO. Repos Contents, Activity Notifications
2013-02-17 10:21:21 +00:00
wen
19f096e665 Update to 0.49
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-11-29 06:23:18 +00:00
asau
e059e7e469 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 17:18:07 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
hiramatsu
36925d6b0f Update p5-Net-GitHub to 0.30.
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-12-15 05:54:08 +00:00
obache
3b0f2f4d0e Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
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-08-21 16:32:42 +00:00
seb
3f52504d42 Add devel CATEGORY 2010-07-30 13:01:24 +00:00
seb
c5e6e706ee Initial import of p5-Net-GitHub version 0.22 in the NetBSD Packages
Collection.

The Perl 5 module Net::GitHub provides an interface to the popular
git host http://github.com.
2010-07-30 08:26:10 +00:00