[libhttp-oai-perl] branch master updated (b438e5e -> f23863a)

gregor herrmann gregoa at debian.org
Sat Jul 15 13:59:41 UTC 2017


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

gregoa pushed a change to branch master
in repository libhttp-oai-perl.

      from  b438e5e   releasing package libhttp-oai-perl version 4.04-2
      adds  86945cf    * Better naming
      adds  d755289    * Missing mets test file  * Missing files from MANIFEST
      adds  90fe54c    * Still missed test file from manifest  * More manifest skips
      adds  4f95cef    - use strict UTF-8 (suggested by Dennis Vierkant)
      adds  b17a4d1    * Increased XML::LibXML requirement to 1.60
      adds  ab424ce   	- added test case for bad characters 	- fix bad chars as they arrive, to avoid buffering an entire response if it 	  contains bad chars 	- some code cleanup 	- added Encode dependency
      adds  c0a1ef1   	- added debug class HTTP::OAI::Debug 	- added check in 01parse test case for file open 	- added 000xml_sax.pl test case for basic XML::SAX function 	- added "trace" and "saxtrace" options to oai_browser.pl
      adds  238d007    * Missing files
      adds  8d1b24f   	- use XML::SAX::Parser rather than ParserFactory 	- test the namespace on NamespaceURI rather than the XMLNS attribute, which is reported differently between XML::LibXML::SAX and XML::LibXML::SAX::Parser
      adds  536b185   	- Changed license to BSD 	- Added dependency for XML::SAX rt #43287 	- Fixed some POD issues rt #51853
      adds  ed45db4    * Fixed CPAN bugs #60760 and #60856
      adds  591c568    * 3.24
      adds  53c3d75    * Metadata::OAI_DC now parses dc when passed as a DOM to ->metadata
      adds  403abc5    * Added unit test for OAI_DC metadata() parsing
      adds  6e87af2    * 3.25
      adds  e727acf    * Updated CHANGELOG
      adds  b64d604    * Added 'delay' option
      adds  6db20ae    * s/CODEREF/CODE/g
      adds  bfd609e    * Supply a last-request-completed time to delay() - allows adaptive delays
      adds  c65eba8    * Stop parsing static files when we've completed the Identify/ListMetadataFormats  * Tweaked tracing/debugging
      adds  61ef759    * Don't attempt to finish LWP callback-parsing if the response wasn't successful
      adds  692a705    * Fixed undef warning in MetadataFormat
      adds  7fa7ebd    * Show the record identifier missing a datestamp
      adds  2e5d945    * 3.28  * Pass $self through to onRecord  * Allow setNames to be undefined (although it's invalid PMH)
      adds  e931bfb    * Added skip-identify option to oai_browser
      adds  a0df55d   3.26 	- Added 'delay' option to delay between requests 	- Added --skip-identify option to oai_browser.pl 	- Fixed POD for RT #64077 	- Hopefully fixes #69337 (no test case given) 	- Bumped XML::SAX::Base to 1.04 which should fix #68907
      adds  e151284    * 3.27 because I uploaded 3.26 too soon
      adds  346a5a9    * Set the request on the response object
      adds  8e1bf26    * Capture errors generated in lwp_endparse as HTTP responses
      adds  2fe0524    * Added note about github source repository
      adds  a6cb7db    * Fixed <description> elements that contain multiple children breaking parsing
      adds  25f8de3    * Large reworking to support static repository incremental parsing  * Harvester now returns HTTP::OAI::Response which represents the top-level "OAI-PMH" (or static) repository
      adds  a8ae8b2    * Changes to pass all t/ tests
      adds  fe299d1    * Fixed <resumptionToken/> causing the harvest to continue
      adds  731959a   Allow ->Identify->granularity to be called on bad responses (fixes bug in celestial).
      adds  beae416   Added oai_pmh.pl CLI tool
      adds  4f7c172   Fixed Attributes missing in end_element
      adds  17aaa26   4.01
      adds  b996796   Strip whitespace around leaf nodes
      adds  a833b96   Removed stale reference to Headers
      adds  5f744c9   Install oai_pmh.pl
      adds  8bd8542   Update ResumptionToken.pm
      adds  a042f3e   Merge pull request #1 from sebastfr/master
      adds  6afd5a8   4.02
      adds  cb3d32d   Fixing MANIFEST file for buildin to CPAN
      adds  f839b31   Merge pull request #2 from phochste/master
      adds  9bddfc7   4.03
      adds  c17f0b3   don't die if onRecord is undef
      adds  a501727   Merge pull request #4 from nichtich/master
      adds  21dc053   Fixed test t/getrecord.t bug #9
      adds  d029d16   Merge pull request #10 from phochste/master
      adds  00f6425   Moving to Dist::Milla fixing Test t/getrecord.t fails #9
      adds  a758395   Adding travis
      adds  98d3b29   Adding Build.PL to the repository
      adds  dccdfec   Adding travis badge
      adds  096060a   4.04
      adds  3c96057   Add missing prereq XML::NamespaceSupport
      adds  dd69ee3   Merge pull request #1 from manwar/add-missing-prereq
      adds  a867b80   'use encoding' is gone in perl 5.26
      adds  d674c71   Merge branch 'pkg-perl-tools-pkg-perl-1500070600'
      adds  e1f7162   Moving the command line tools to the script directory
      adds  7325d28   Update changes
      adds  832be34   Adding more travis tests
      adds  5dcc3e6   Fixing POD
      adds  bdeb3f8   4.05
      adds  01f8962   New upstream version 4.05
       new  bf6c548   Updated version 4.05 from 'upstream/4.05'
       new  97daab9   Update debian/changelog
       new  646133f   Drop use-encoding.patch, merged upstream.
       new  78f418d   fix-pod-errors.patch: remove a hunk which was applied upstream.
       new  3d6b927   Remove workaround to rename directory for commandline scripts.
       new  00054d7   Explicitly (build) depend on libxml-namespacesupport-perl
       new  f23863a   releasing package libhttp-oai-perl version 4.05-1

The 7 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:
 Changes                                 |  4 ++++
 MANIFEST                                |  4 ++--
 META.json                               |  5 ++++-
 META.yml                                |  5 ++++-
 cpanfile                                |  1 +
 debian/changelog                        | 14 ++++++++++++++
 debian/control                          |  2 ++
 debian/libhttp-oai-perl.examples        |  3 +--
 debian/patches/fix-pod-errors.patch     | 13 +------------
 debian/patches/series                   |  1 -
 debian/patches/use-encoding.patch       | 20 --------------------
 debian/rules                            | 13 -------------
 lib/HTTP/OAI.pm                         |  2 +-
 lib/HTTP/OAI/Debug.pm                   |  2 +-
 lib/HTTP/OAI/Encapsulation.pm           |  2 +-
 lib/HTTP/OAI/Error.pm                   |  2 +-
 lib/HTTP/OAI/GetRecord.pm               |  2 +-
 lib/HTTP/OAI/Harvester.pm               |  2 +-
 lib/HTTP/OAI/Header.pm                  |  2 +-
 lib/HTTP/OAI/Identify.pm                |  2 +-
 lib/HTTP/OAI/ListIdentifiers.pm         |  2 +-
 lib/HTTP/OAI/ListMetadataFormats.pm     |  2 +-
 lib/HTTP/OAI/ListRecords.pm             |  2 +-
 lib/HTTP/OAI/ListSets.pm                |  2 +-
 lib/HTTP/OAI/MemberMixin.pm             |  2 +-
 lib/HTTP/OAI/Metadata.pm                |  2 +-
 lib/HTTP/OAI/Metadata/METS.pm           |  2 +-
 lib/HTTP/OAI/Metadata/OAI_DC.pm         |  2 +-
 lib/HTTP/OAI/Metadata/OAI_Eprints.pm    |  2 +-
 lib/HTTP/OAI/Metadata/OAI_Identifier.pm |  2 +-
 lib/HTTP/OAI/MetadataFormat.pm          |  2 +-
 lib/HTTP/OAI/PartialList.pm             |  2 +-
 lib/HTTP/OAI/Record.pm                  |  2 +-
 lib/HTTP/OAI/Repository.pm              |  2 +-
 lib/HTTP/OAI/Response.pm                |  2 +-
 lib/HTTP/OAI/ResumptionToken.pm         |  2 +-
 lib/HTTP/OAI/SAX/Base.pm                |  2 +-
 lib/HTTP/OAI/SAX/Driver.pm              |  2 +-
 lib/HTTP/OAI/SAX/Text.pm                |  2 +-
 lib/HTTP/OAI/SAX/Trace.pm               |  2 +-
 lib/HTTP/OAI/SAXHandler.pm              |  2 +-
 lib/HTTP/OAI/Set.pm                     |  2 +-
 lib/HTTP/OAI/UserAgent.pm               |  2 +-
 lib/HTTP/OAI/Verb.pm                    |  2 +-
 {bin => script}/oai_browser.pl          |  4 +++-
 {bin => script}/oai_pmh.pl              |  2 --
 46 files changed, 68 insertions(+), 87 deletions(-)
 delete mode 100644 debian/patches/use-encoding.patch
 rename {bin => script}/oai_browser.pl (99%)
 rename {bin => script}/oai_pmh.pl (99%)

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



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