[libapp-nopaste-perl] annotated tag upstream/1.004 created (now fb5e7b4)

Salvatore Bonaccorso carnil at debian.org
Wed May 6 14:36:41 UTC 2015


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

carnil pushed a change to annotated tag upstream/1.004
in repository libapp-nopaste-perl.

        at  fb5e7b4   (tag)
   tagging  b5349f3bab4bd4fd7d5cbbf242559ee5534f8dbc (commit)
  replaces  upstream/0.96
 tagged by  Salvatore Bonaccorso
        on  Wed May 6 16:24:53 2015 +0200

- Log -----------------------------------------------------------------
Upstream version 1.004

Arthur Axel 'fREW' Schmidt (1):
      remove dep on Moose

Darian Anthony Patrick (1):
      Use https scheme

David Bremner (1):
      add a command line option to list services [rt.cpan.org #55562]

David Golden (2):
      Report HTTP errors from Gist service
      Suppress warning location on failure messages

Dean Hamstead (2):
      fix for RT100731
      create Mojopaste service plugin

François Gannaz (6):
      Implement the option "private" in several services
      Suppress a warning for services that have no "private" option.
      Implement the option "private" in several services
      Suppress a warning for services that have no "private" option.
      Document 2 Command parameters: list and private
      Service::Pastie now respects the language requested

Graham Knop (1):
      fix and update debian and ubuntu language mappings

Jason Mills (1):
      Respun patch A:N::Command subclasses from github

Jesse Luehrs (1):
      assume incoming text is utf8, not latin1

John Goulah (1):
      ability to pass --private for private pastings and gist support

Justin Hunter (5):
      add Codepeek service
      added AUTHOR
      test all services
      remove rafb mentions
      change copyright year

Karen Etheridge (58):
      canonicalized dates in changelog
      move strictures ahead of package statement for perlcritic, and leave blank line for [PkgVersion]
      initial dzil conversion: fixes hangling of optional features
      add missing prereqs
      App-Nopaste-0.93
      Merge pull request #1 from haarg/fix-mappings
      changelog for PR#1
      App-Nopaste-0.94
      Merge pull request #2 from zoffixznet/fix/PasteCom/Version
      changelog for prereq bump
      App-Nopaste-0.95
      minor pod cleanup
      add =head1 VERSION to all pod
      use Autoprereqs to pick up the prereqs that were missed
      fix plugin ordering so README.md is created after all munging is done
      App-Nopaste-0.96
      Merge pull request #4 from zoffixznet/fix/Test/PodSpell
      Merge pull request #5 from zoffixznet/fix/Test/TestUnusedVars
      capitalize abstract
      Merge pull request #6 from sergeyromanov/patch-1
      now using [Git::Contributors]
      new [OptionalFeatures] uses dynamic_config = 1, so MBT is contraindicated
      keep our namespaces clean
      fix spelling test
      more consistent formatting in Changes
      switch from JSON.pm to JSON::MaybeXS
      App-Nopaste-0.97
      these prereqs are in core, so there is no point in prompting for them
      make feature names/descriptions more consistent
      App-Nopaste-0.98
      remap my github email address which should not ever have been visible
      canonicalize other addresses too
      Merge pull request #7 from dap/master
      changelog for PR #7
      ignore common dotfiles
      App-Nopaste-0.99
      ensure that the next release, being 1.00, moves us to three sig figs
      changelog for plugin fix
      test that plugins() works
      bind to the imported sub so it can be cleaned and we are left with our true method
      remove hardcoded version before release
      App-Nopaste-1.000
      do not fail tests if additional plugins are installed
      App-Nopaste-1.001
      changelog for new Mojopaste plugin
      App-Nopaste-1.002
      fix unparsable $VERSION declaration (RT#101095)
      App-Nopaste-1.003
      Merge pull request #11 from miyagawa/nopaste-json
      changelog for PR #11
      fix file permissions (RT#102361)
      start weaving pod
      split out ABSTRACT for podweaver
      [Test::CleanNamespaces] is now provided by my plugin bundle
      codepeek.com is now offline (RT#101095)
      it is time to start committing a TODO file
      use new load_prereqs feature to not prompt if the feature prereqs are already installed
      App-Nopaste-1.004

Kevin Falcone (4):
      first pass at an ssh tempfile/nopaste service
      add the two modules I used in the ssh backend
      With 9453220, Command.pm stopped building %args explicitly
      Proper constraint declaration

Maximilian Gass (1):
      Add support for $GITHUB_USER/$GITHUB_TOKEN to Gist service

Rafael Kitover (2):
      basic auth support for gists
      rename gist filename: 'nopaste.txt' to 'nopaste'

Ricardo Signes (5):
      use the API for gisting
      update changelog
      gist must use https to authenticate
      If LWP is producing errors, *report them*
      do not barf when we try to nopaste STDIN to gist

Salvatore Bonaccorso (1):
      Imported Upstream version 1.004

Sebastian Paaske Tørholm (1):
      Correct path to Pastie

Sergey Romanov (2):
      Throw Moose out from tests
      Fix A::N::S::Ubuntu lang mapping

Shawn M Moore (217):
      Initial import of App::Nopaste
      Sketch out how the program look
      Sketch out the App::Nopaste code, which selects a pastebin to use
      Documentation for App::Nopaste
      Most of App::Nopaste::Service
      paste.husk.org support
      shadowcat paste support
      rafb.net support
      pastebin.com support
      Dependencies
      Give each service module a bit of doc
      Some semicolon funniness
      Take nick, service, and services from environment variables
      Use an error_handler so errors can be reported immediately
      Rewrite a little bit of code
      Need some silliness because some things don't ignore arguments they don't handle
      App::Nopaste::Service doesn't import croak :)
      Mech spells it url, not uri
      Deal better with fragments of package names
      Document the methods of App::Nopaste::Service
      Remove trailing / in Shadowcat for consistency
      Add Snitch - http://nopaste.snit.ch/
      We can inline _require
      We really don't need to support one service explicitly
      Document the CLI in the main module's POD for now
      Remove the t/001-basic tests for now :(
      Test the loading of all the specific services
      Rafb and PastebinCom are now optional
      We want to install the nopaste script
      We need to have the bin/ in install_script
      Cut down some POD in App::Nopaste::Service
      Releasing today :)
      Bump to 0.02
      Module::Install (or somebody) will replace #!/usr/bin/perl with the real perl path, but not env perl
      Fix PastebinCom
      Fix RafbNet
      Prepare for release
      Bump to 0.03
      Optional dependencies use recommends not reqires
      Split off printing $url and \n to eventually allow -n
      Default nick to $USER
      Doc $USER using
      Move more logic into App::Nopaste
      Changes
      Default error handler now includes service name
      Some refactoring and doc updates
      More doc
      Remove auto_install, it's no good for installing through CPAN
      Prepare for release
      No need for autoinstall Module::Install stuff
      Bump to 0.04
      Make fix_eqns a method in case anyone wants to subclass this
      Some token doc
      Check the availability of nopaste services (mostly for dependencies)
      We can now load Rafb and PastebinCom successfully
      Also check mathbin
      Update Changes
      Update optional dep declarations
      Use auto_install, because it is an app
      Use the correct shebang
      Update Module::Install to 0.75
      New dependencies. MOOSE.
      Add App::Nopaste::Command for the CLI
      Use App::Nopaste::Command in bin/nopaste
      Begin updating Service to better handle the various arguments
      Use the Getopt trait so that cmd_aliases are registered
      Add a warn_handler
      Implement --quiet, small refactor
      Changes
      Don't default user/services multiple times, just use a better check
      Allow overriding of services
      Remove CLI doc from App::Nopaste for now
      Just refer to App::Nopaste::Command's doc
      Add some token doc to nopaste
      Declare Clipboard as an optional dep
      Need to import Clipboard so it can set up its crap
      Documentation
      Add a -p/--paste option
      Changes
      Add -c alias for --chan
      Cosmetic changes to Changes
      Begin relenging
      Die earlier if a service fails to GET
      Validate and canonicalize (if possible) the channel name
      Finish translation of $chan
      Missing ;
      Update Changes
      Bump to 0.05
      Set dependency versions on Moose and MX::Getopt because we need the traits
      Remove Mathbin from the default list
      doc update
      Make the doc come after an __END__
      Dist updates
      Bump to 0.06
      Squelch the "exiting eval via next" warning
      Update Changes
      Bump to 0.07
      Support for pastie.org
      Tweaks
      Gist support by rjbs++
      Changes
      Oh yeah, pastie :)
      Minor tweaks
      0.08
      Improvements by RJBS
      Stub doc for Pastie
      Bump to 0.09
      login -> user
      Bump to 0.10
      s/login/user/
      0.11
      Typo fix by rafl
      Remove inc/
      Set repository to github
      gitignore
      githubmeta
      Update gitignore
      Don't set repository
      Don't require builtin modules
      Update copyright
      Indentation
      shebang
      Remove POD boilerplate
      author tweak
      Depend on latest MooseX::Getopt for Moose compat
      Depend on more modern Moose (dep warnings)
      Changes
      Bump to 0.12
      Depending on Git.pm is a lose
      0.12 Changes
      Bump to 0.13
      Add Debian pastebin service, courtesy of ryan52
      0.13 changes
      0.14 changes
      Bump to 0.15
      Update Changes
      Bump to 0.16
      Patch from ckuskie at sterling.net to fix gist support [rt.cpan.org #50500]
      Add --lang support to Debian (gregoa at debian.org) [rt.cpan.org #47911]
      Changes entries
      Bump to 0.17
      0.17 date
      Improve --lang support for Debian (gregoa at debian.org) [rt.cpan.org #47911]
      0.18 changes
      Bump to 0.18
      Don't rely on the shell for the scp command
      Add some documentation
      Remove rafb.net support
      Bump to 0.19
      Perl version
      Update Changes
      Bump to 0.20
      doc fix [rt.cpan.org #53249]
      Another doc fix
      Mention nopaste script [rt.cpan.org #51065]
      Cleanup
      Changes
      Bump to 0.21
      0.22 changes
      Merge branch 'master' of https://github.com/tsibley/app-nopaste
      ssh service tidy
      More consistency with 1; then __END__ then POD
      Give Tom credit for all his ssh work
      Remove Husk service
      Fix test count
      A bunch of Changes
      Doesn't actually preserve the name, just the extension
      Remove weird bitchfest from Changes
      changes are 0.23 changes
      Use GithubMeta explicitly
      0.24 Changes
      Bump to 0.24
      0.25 and Changes
      Merge remote branch 'trs/open-in-browser'
      0.26 and its change
      Throw an error if you -p and specify files
      Remove fold markers
      Remove Mathbin; I asked doy to move it to a separate dist
      0.27 and its Changes
      0.28 and its Changes
      Merge pull request #4 from jmmills/master
      More idiomatic (=Sartakomatic) test code
      Use Class::Load instead of reinventing it poorly
      Merge pull request #12 from tsibley/ssh-apache-conf-example
      Merge pull request #11 from tsibley/ssh-use-description
      Dist improvements
      gitignore
      0.29 and its Changes
      Merge pull request #14 from jibsheet/master
      0.30 and its Changes
      Merge pull request #15 from tsibley/ssh-special-characters
      0.31 and its Change
      Fix some attribution errors
      0.32 and its Changes
      Support for --desc in Gist
      Link to the advent article
      0.33
      Merge pull request #17 from vti/master
      Add a Gist->create_token method
      Die without file:line junk
      0.34 Changes
      Don't need -Ilib :)
      Merge pull request #18 from rjbs/master
      0.35
      Fix dep version number
      Merge branch 'no-moose'
      Bump to 0.90
      Remove no-longer-used dep on Config::GitLike
      Merge pull request #20 from doy/master
      Merge pull request #21 from rkitover/master
      0.91 and Changes
      Use JSON to decode the response from GitHub (wtf?)
      More 0.91 Changes
      Give a hint to perldoc on 401
      Merge pull request #22 from sergeyromanov/master
      0.92 and its Changes
      Merge pull request #23 from tsibley/extension-extraction

Tatsuhiko Miyagawa (1):
      Strictify JSON boolean and content-type in Gist post

Thomas Sibley (20):
      Add a mode setting option for ssh file perms
      Doc fixes.  SSH -> ssh for case-sensitive systems.
      Add a mode setting option for ssh file perms
      Doc fixes.  SSH -> ssh for case-sensitive systems.
      Merge remote branch 'sartak'
      Switch to using Config::GitLike as it has better support
      The -p option to scp is needed for mode preservation to actually work
      Pass services the source filename if available
      Preserve the source file's extension for the ssh service
      CLEANUP is for temp dirs, UNLINK is for temp files
      Add support for automatically opening the URL of the paste in a browser
      Use xdg-open by default for --open
      Use Browser::Open instead of environment || xdg-open
      SSH: optionally use the supplied description in the paste filename
      Add a small suggested Apache conf that's useful for paste directories
      Make sure to strip volume and directories from the source filename
      URI escape filenames in the constructed URL
      Change spaces to pluses in filenames and unescape them for readability
      Use a temp dir for our temp files and ensure we have absolute paths
      Filename extensions do not contain slashes

Yuval Kogman (1):
      Service::Gist: use file_ext instead of file_name

Zoffix Znet (3):
      Bump WWW::Pastebin::PastebinCom::Create version, since previous versions are broken
      Enables passing Test::PodSpelling test
      Enables a passing Test::UnusedVars test

gregor herrmann (1):
      Add Ubuntu service

jluehrs2 (1):
      add a nopaste service for http://www.mathbin.net/

vti (1):
      Fixed GitHub API v3 gist code

Ævar Arnfjörð Bjarmason (1):
      Fix warnings in pastie.org's driver. There's now just one <form> on http://pastie.org

Сергей Романов (1):
      remove useless -Ilib

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libapp-nopaste-perl.git



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