[libnet-twitter-lite-perl] branch master updated (f0e3ebc -> 6259a27)

gregor herrmann gregoa at debian.org
Sun Dec 25 21:17:58 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libnet-twitter-lite-perl.

      from  f0e3ebc   releasing package libnet-twitter-lite-perl version 0.12007-1
      adds  2824046   Initial version
      adds  253b43a   Added documentation for migration from Net::Twitter 2.x; release
      adds  54cdb05   Fixed: accept extra args as a hashref (search behaved this way in 2.12)
      adds  93a3138   Doc patch: s/Net::Twitter/Net::Twitter::Lite/ mostly
      adds  e8e558f   Fixed typo in NAME
      adds  a2971aa   Added saved_searches API methods
      adds  43cd795   Reverted the 'forceauth' feature; requires too recent LWP::UserAgent
      adds  819cd0d   Call lwp:ua's credentials since we aren't doing forceauth, now.
      adds  89d289e   Tests depend upon a recent version of LWP::UserAgent
      adds  db11ef6   Initial dev OAuth support
      adds  a6df235   Added OAuth 1.0a support
      adds  4153e63   Merge branch 'oauth'
      adds  4635e49   Fixed Basic Auth regression error.
      adds  e87349e   Added "authenticate" argument handling and Twitter API updates
      adds  b7302ab   Fixed: duplicate plan when LWP:UA is too old
      adds  eb48a70   Pulled in OAuth changes from Net::Twitter (doc update; nonce algorithim)
      adds  42dcb31   CPAN Release 0.04001; Makefile.PL updated like Net::Twitter's
      adds  46dcad2   Updated Changes
      adds  42a2a33   Added ssl and netrc arguments to new
      adds  269e44d   Added a simple load test to avoid cpantesters UNKNOWN status
      adds  0f01a6d   Fixed: typo resulting in abbreviated error messages
      adds  4c39ad2   Add optional features to Makefile.PL
      adds  17c4d59   Bug fix: OAuth signatures on POST requests
      adds  ae27749   Unicode fixes.
      adds  81ff910   CPAN release 0.06000
      adds  5683d52   Fixed spurious OAuth signature failures (ported from Net::Twitter)
      adds  abaaabc   Ported Net::Twitter 3.05000 changes
      adds  89d094f   Ported get_authentication_url from Net::Twitter
      adds  c4e5002   Work around perl bug requiring encoded hash keys when client uses "use utf8"
      adds  79df730   Removed deprecated is_authorized from examples in pod (thanks to Nigel Metheringham)
      adds  b783f8c   URI 1.35 breaks unicode; require 1.40
      adds  d6044fd   Oops. Forgot to update Changes
      adds  811876b   Doc patch: created_at, not time (thanks to Blair Christensen, RT#50313)
      adds  cfd20f6   Changed nonce generation to eliminate dependency on Digest::SHA
      adds  5823eae   Improved error message when Net::OAuth is not install or version is inadequate
      adds  6e99005   Ported multi-part form support for image uploads from Net::Twitter
      adds  0d179a8   Added new API method: report_spam
      adds  6ccf0c0   Better runtime error reporting when SSL support is missing
      adds  9430292   Twitter account name change: @net_twitter => @perl_api
      adds  4c5913b   Fixed: cached request_token resulted in stale authentication/autorization urls
      adds  4341415   Return user_id and screen_name from request_access_token (ported from Net::Twiter)
      adds  2a29b75   Fixed retweet_{of,to}_me methods; ported recent changes from Net::Twitter
      adds  e563826   Ported unicode test from Net::Twitter
      adds  3f4bbfd   Fixed: utf8 encoding error for latin1 using Basic Authentication (ported from Net::Twitter)
      adds  2352986   Added fallback => 1 to Error.pm
      adds  7e882c8   Added XAuth support
      adds  b72901d   CPAN Release 0.09000
      adds  d9e6b3f   Fix test t/unicode.t
      adds  115c21e   Fixed unicode test to avoid additional dependencies
      adds  49b8e33   Added Lists API support (ported from Net::Twitter 3.13002_02)
      adds  4069cf6   fixed: handle http method DELETE and fix lists tests to actually use ::Lite!
      adds  b00fc20   CPAN developer release 0.09002_03
      adds  d82d4eb   CPAN release 1.00000
      adds  4bb10d9   fixed "plan twice" error in unicode test
      adds  992fab9   CPAN release 0.10001
      adds  9a69da7   Fixed: set correct Search API URL to https when ssl option is specified
      adds  81504fa   Added RT# to Changes for recent bug fix
      adds  1c4881c   Fixed ssl test: skip_all if Crypt::SSLeay in unavailable
      adds  dcbb858   Use SSL for token exchange
      adds  518d34c   fixed: methods using HTTP DELETE failed when using OAuth
      adds  c71ce86   Support for new lists API endpoinds and semantics with backwards compat
      adds  90d02c6   Replaced JSON::Any with JSON
      adds  1e81ca3   Rebuilt from Net::Twitter 3.18002
      adds  e699b42   Dev release 0.11000_01
      adds  48b96f3   CPAN release 0.11001
      adds  0341316   Rebuilt from Net::Twitter 3.18003 to fix replies, mentions path
      adds  d503925   Added upload url
      adds  22c1d7c   dzilify - use a static lib/Net/Twitter/Lite.pm
      adds  06454bf   Initial support for Twitter API v1.1 via Net::Twitter::Lite::WithAPIv1_1
      adds  cb9f9e5   URI encode content to match Twitter's requirements
      adds  6d8994c   Minor formatting change
      adds  2c4991d   Added static POD for both v1 and v1.1 APIs
      adds  7bdfb8a   Removed legacy list support from v1.1 code (not supported by Twitter)
      adds  1ea0ee1   base_url no longer used
      adds  6fa21d1   Minor doc patch
      adds  43649d5   Build methods in derived class, not __PACKAGE__
      adds  699d58c   POD changes to accomodate Dist::Zilla builds
      adds  f3af6ec   Added rudimentary tests (based on a copy of t/01_basic.t
      adds  ac8389c   Release 0.12000
      adds  6da1def   Updated examples to use Twitter API v1.1
      adds  ac64e51   Net::OAuth is optional; ensure tests pass without it
      adds  ed1ef38   Merge pull request #7 from semifor/issue-7
      adds  d25591e   Updated dist.ini to recommend Net::HTTPS
      adds  fa6fbb0   credit where credit is due
      adds  27b448d   Release 0.12001
      adds  291e407   Release 0.12002
      adds  6416d62   Added list_ownerships; released 0.12003
      adds  4a345a5   Restored list_subscriptions and released 0.12004
      adds  a5f8e8f   Declared missing dependency on parent (RT#86183)
      adds  7878f51   No longer built from Net::Twitter :(
      adds  f6cccd1   Twitter now requires SSL connections
      adds  a905516   Add blank lines for dzil's VERSION insertions
      adds  419da58   Remove Makefile.PL (Module::Install no longer used)
      adds  13a2169   Add WrapResult for returning HTTP::Response
      adds  3597b71   Tests for the wrap_result functionality.
      adds  807aa4a   Merge pull request #15 from TheWatcher/wrap-result
      adds  b7f3001   Add accessors manually to avoid a new dependency
      adds  11f8e4a   Prepare for release
      adds  243e44f   Contributor update for wrap-result tests.
      adds  b77464d   Merge pull request #16 from TheWatcher/wrap-result
      adds  2de1ea6   Fix typo
      adds  7534161   Some trivial changes in the doc, including RT #93027.
      adds  68fedcc   Merge pull request #19 from zhouzhen1/zhouzhen1/doc_patches
      adds  fc33e6d   Release 0.12007
      adds  010be14   Minor documentation updates
      adds  223f3ea   Add upload_media; deprecate update_with_media
      adds  8fa21a8   Update web app OAuth example
      adds  6936ef4   Update build/release process
      adds  0ebe4b9   Release 0.12008
      adds  5e4e4a4   New upstream version 0.12008
       new  a55372e   Merge tag 'upstream/0.12008'
       new  f2c564e   Update debian/changelog
       new  88d8da8   Update debian/upstream/metadata.
       new  e32de8e   Update build dependencies.
       new  bba86ae   Update years of upstream copyright.
       new  6259a27   releasing package libnet-twitter-lite-perl version 0.12008-1

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Build.PL                             |   83 +-
 Changes                              |    6 +
 LICENSE                              |    6 +-
 MANIFEST                             |    4 +-
 META.json                            |   99 ++
 META.yml                             |   23 +-
 README                               | 2436 +++++++++++++++++++---------------
 debian/changelog                     |    9 +
 debian/control                       |    4 +-
 debian/copyright                     |    8 +-
 debian/upstream/metadata             |    3 +-
 dist.ini                             |  119 ++
 examples/oauth_webapp.pl             |  114 +-
 lib/Net/Twitter/Lite.pm              |   46 +-
 lib/Net/Twitter/Lite.pod             |    2 +-
 lib/Net/Twitter/Lite/API/V1.pm       |    4 +-
 lib/Net/Twitter/Lite/API/V1_1.pm     |   19 +-
 lib/Net/Twitter/Lite/Error.pm        |    4 +-
 lib/Net/Twitter/Lite/WithAPIv1_1.pm  |   10 +-
 lib/Net/Twitter/Lite/WithAPIv1_1.pod |   41 +-
 lib/Net/Twitter/Lite/WrapResult.pm   |    4 +-
 t/author-pod-coverage.t              |    4 +-
 t/author-pod-syntax.t                |    4 +-
 23 files changed, 1776 insertions(+), 1276 deletions(-)
 create mode 100644 META.json
 create mode 100644 dist.ini

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-twitter-lite-perl.git



More information about the Pkg-perl-cvs-commits mailing list