2015-03-01 07:17:59 by Makoto Fujiwara | Files touched by this commit (2) | |
Log message:
(pkgsrc)
- Several DEPENDS+= update
+DEPENDS+= p5-IO-Socket-SSL>=2.005:../../security/p5-IO-Socket-SSL
-DEPENDS+= p5-JSON-Any>=1.21:../../converters/p5-JSON-Any
+DEPENDS+= p5-JSON-[0-9]*:../../converters/p5-JSON
+DEPENDS+= p5-LWP-Protocol-https-[0-9]*:../../www/p5-LWP-Protocol-https
-DEPENDS+= p5-MooseX-Aliases-[0-9]*:../../devel/p5-MooseX-Aliases
+DEPENDS+= p5-Net-HTTP>=6.06:../../www/p5-Net-HTTP
- PERL5_MODULE_TYPE update ( Module::Install::Bundled -> Module::Build )
(upstream)
- Update 3.18001 to 4.01008
-------------------------
4.01008 2015-01-19
- Added REST API mithods muting, create_mute, destroy_mute (Ashley Willis)
4.01007 2015-01-07
- Added REST API method lookup_statuses (thanks SocialFlow)
- Typo fixes (thanks Zaki Mughal)
- Bumped IO::Socket::SSL requirement to 2.005; recent versions seem to fix
an issue with stalled connections.
4.01006 2014-11-17
- Default `ssl => 1`
- Added `mutes` (@pjcj on Github)
4.01005 2014-08-12
- Added upload_media for multi-image support (@ghathwar)
4.01004 2014-04-11
- PUT requires paramters in the message body, now (Samuel Kaufman)
4.01003 2014-03-12
- Net::Twitter::Error's twitter_error_text excludes stack trace line number
4.01002 2014-01-16
- Fix POD bugs
4.01001 2014-01-16
- Warn if ssl option to new is not passed (deprecation cycle)
4.01000 2013-11-19
- Add API method retweeters_ids
- Fix update_with_media with utf8 status (RT#72814)
- Expand Carp::Clan list (should resolve RT#77306)
- Remove reliance on MooseX::Aliases (issue #35)
- Use Class::Load to replace deprecated Class::Mop method (issue #35)
- Add missing dependency: LWP::Protocol::https (issue #25)
- Fix OAuth failure for UTF8 params (issue #21)
4.00007 2013-08-12
- Support for HTTP method PUT (sartak)
- example improvements (clmh)
4.00006 2013-05-30
- Spelling error fixed (spazm@github)
- Added path_suffix parameter to twitter_api_method (sartak)
- tidy + pod fix (sartak)
4.00005 2013-04-25
- Added list_ownerships (eleniS no Github)
- Removed Makefile.PL (cruft - using Module::Build, now)
4.00004
- Dependecy Net::HTTP fixed in 6.06 (30 second timeout in OAuth requests)
4.00003
- Fixed URI argument encoding (v1.1 is more stringent)
4.00002 2013-02-23
- Removed Test::NoWarnings to accommodate HTTP::Request::Common 6.03
- Added method twitter_error_code to Net::Twitter::Error
4.00001 2013-02-21
- First general release with Twitter API v1.1 support
- Twitter::Manual::MigratingToV1_1
4.00000_03 2013-02-19
- Fixed: needed skip directives for dzil's AutoPrereqs plugin
- Stripped version numbers---let dzil put them in
4.00000_02 2013-02-19
- use Dist::Zilla instead of Module::Install
4.00000_01 2013-01-28
- Added Twitter API version 1.1 support
3.18004 2012-10-15
- Allow extra parameters to get_auth*_url methods (this accommodates
Twitter's optional force_login and screen_name parameters to those
endpoints.
3.18003 2012-06-27
- Use path statuses/mentions, not statuses/replies
3.18002 2012-04-24
- added API method subscriptions; list_subscriptions is now
all_subscriptions with alias list_subscriptions
- deprecated TwitterVision API support
- added API method members_destroy_all with alias remove_list_members
- added deprecation warning for 'trends'; calls trends_location(1), instead
|
2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
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.
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
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.
|
2012-10-23 19:19:22 by Aleksej Saushev | Files touched by this commit (671) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2012-01-19 10:28:40 by Hiramatsu Yoshifumi | Files touched by this commit (1) |
Log message:
Updated DEPENDS to match with the "requires" section of META.yml.
Problem and fixes are reported in PR pkg/45821.
|
2011-11-28 14:04:54 by Hiramatsu Yoshifumi | Files touched by this commit (2) | |
Log message:
Update p5-Net-Twitter to 3.18001.
Changes from previous:
- fixed: AutoCursor:
- no behavior change when user passes "cursor" arg
- work with InflateObjects trait
- synthetic ags use (-) prefix: -authenticate, -since, -legacy_lists_api
- Replaced JSON::Any with JSON
- documented new arguments for friendship_exists
3.18000_01 2011-09-21
- added update_with_media (Allen Haim)
- added get_privacy_policy and get_tos API methods
- added get_languages and get_settings API methods
- added contributors and contributees API methods
- added geo_search, geo_search, similar_places, and add_place API methods
- friends/followers API methods deprecated
- implemented the *new* Lists API in the API::REST trait
- replaced MX:MultiInitArg::Trait with MX:Aliases (Justin Hunter)
- fixed bad whatis entry (patch from debian, closes RT #67203)
- use Digest::SHA instead of Digest::SHA1 (patch from debian, closes RT #67202)
3.17001 2011-03-31
- fixed intermittent bug in AutoCursor (result of Class::MOP anon class caching)
3.17000 2011-03-29
- production release with new AutoCursor trait
3.16000_1 2011-03-27
- Added AutoCursor trait
3.16000 2011-03-26
- Moved trends methods to API::REST; added warning to API::Search::Trends
- Added no_retweet_ids method
- modify searchapiurl for identica option
- added deprecation notice to Net::Identica with Net::Twitter examples
- replaced Test::Exception with Test::Fatal in tests
3.15000 2011-02-25
- added Lists API method members_create_all (alias add_list_members)
- added tests dependency: Test::Exception (closes RT #65786)
3.14003 2011-02-07
- Fixed: trends_location (closes RT #65506)
- Added parameters trim_user, include_entities, include_rts (frank cuny, \
closes RT #62542)
3.14002 2010-11-02
- Fixed: use File::Spec tests that failed in Win32 (turugina)
3.14001 2010-10-19
- Make Crypt::SSLeay a hard requirement (really no longer practical without it)
3.14000 2010-10-19
- Added #newtwitter API methods (account_totals, account_settings,
suggestion_categories, user_suggestions, show_direct_message,
retweeted_to_user, retweeted_by_user, lookup_friendships,
update_friendship, all_lists, related_results)
- fixed: memory leak in RateLimit trait
3.13009 2010-09-17
- use Athorization header for OAuth token requests rather than query params
- "identica => 1" sets OAuth URLs (assist from barbie)
- updated Synopsis with OAuth (closes RT#61273)
3.13008_02 2010-09-04
- fixed stack frame filter
- fixed missing dependency
- detect Twitter's errors array as an error object
3.13008_01 2010-08-31
- extract error from the various disparate error formats
|
2011-08-14 16:14:50 by OBATA Akio | Files touched by this commit (91) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2010-09-15 07:51:02 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Update net/p5-Net-Twitter from 3.11012nb1 to 3.13008
Upstream changes:
3.13008 2010-08-26
- use HTTPS for all OAuth token negotiation steps
3.13007 2010-07-06
- decode_html_entities now decodes all fields (incl source in search
results)
- Role::OAuth doc patch by Doug Bell <doug@plainblack.com>
- fixed: incompatibility between "since" and InflateObjects
3.13006 2010-06-18
- test fix: bump the skip count for a new test in t/unicode.t for
optional module
3.13005 2010-06-18
- fixed: since (synthetic arg) filtering
- fixed: don't use args for OAuth signature on multi-part mime posts
3.13004 2010-06-18
- fixed: OAuth signature error with unicode args (RT#58493)
3.13003 2010-05-21
- production release with Lists API refactor and OAuth changes
3.13002_03 2010-05-13
- fixed: generate new OAuth authorization hearder on retry
(RetryOnError trait)
3.13002_02 2010-05-12
- fixed: removed redundant alias declarations
3.13002_01 2010-05-12
- Refactored the Lists API to use Net::Twitter::API
3.13001 2010-11
- use POST with Authorization header for XAuth (per Twitter
documentation)
- replace homegrown XAuth support with Net::OAuth's native support
- accommodate 2 base URLs for API::Search (search and trends* methods
use different base URLs)
- enable SSL support for API::Search
3.13000 2010-05-09
- added support and documentation for optional timeline parameter
skip_user
- fixed tests: plan was called twice when LWP was too old
- added friends_incoming and friendships_outgoing methods
3.12000 2010-03-19
- added new API methods: retweeted_by and retweeted_by_ids
- fixed: t/51_since.t was actually connecting to twitter
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
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!
|