2008-07-31 08:19:43 by OBATA Akio | Files touched by this commit (3) | |
Log message:
p5-Net-Amazon was imported as net/p5-Net-Amazon.
|
2008-07-31 08:09:42 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update p5-Net-Amazon to 0.50.
0.50 (07/29/2008)
(cb) Michael Hendricks submitted a patch to guarantee that error
messages are stored as an arrayref.
|
2008-07-21 01:34:43 by abs | Files touched by this commit (54) | |
Log message:
The following have versions in main pkgsrc. Remove from wip and
update any depending packages appropriately
p5-Class-C3-Componentised
p5-Class-Data-Accessor
p5-Class-ISA
p5-Config-Any
p5-DBIx-Class
p5-DBIx-Class-Loader
p5-DBIx-Class-Schema-Loader
p5-Data-Page
p5-Data-Visitor
p5-Log-Log4perl
p5-Module-Find
p5-Object-Signature
p5-Scope-Guard
|
2008-06-05 16:00:19 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update p5-Net-Amazon to 0.49.
0.49 (04/24/2008)
(cb) Make an effort to return the price of an item. Check for the
price of an item in the following order: Amazon's price, third
party new, and then third party used. This issue was reported
by a least two different people via Mike Schilli.
|
2008-02-05 12:22:06 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update p5-Net-Amazon to 0.48.
0.48 (01/13/2008)
(cb) Fix from MATSUU Takuto for ReleaseDate, and Title. These methods
have been moved to the base class. The theatrical release date
is now separate from the release date function.
|
2008-01-13 13:14:56 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update p5-Net-Amazon to 0.47
0.47 (12/16/2007)
(cb) Fix an issue on Darwin with Perl 5.10. Yet another issue found
by CPAN testers - thanks!
(cb) Aethon ?? (aethon@gmail.com) pointed out that OurPrice() was not
returning the correct price information. This has been an issue
since the cutover to AWS4, and is a great catch.
|
2007-12-05 06:36:32 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update p5-Net-Amazon to 0.46.
0.46 (11/16/2007)
(cb) Serge Dubrouski <sergeyfd@gmail.com> submitted a patch for returning
the width and height of the small, medium, and large images.
0.45 (11/11/2007)
(cb) Gregor Hermann <gregor+debian@comodo.priv.at> submitted a patch to
prevent canned tests from contacting the Amazon.com.
(cb) Jochen Cichon <joschi@vfnet.de> reported a bug when specifying
multiple ResponseGroups.
(cb) Update to the latest WSDL, version 2007-10-29.
0.44 (11/03/2007)
(cb) Patch by Carl Franks <fireartist@gmail.com> to add support for
returning the currency code, and unformatted price.
(cb) Patch by Carl Franks <fireartist@gmail.com> to address the confusion
between release date, and publication date. Prior to version 0.44
release date was the publication date. Now release date is the
release date, and a function to return the publication date has been
added.
|
2007-08-04 04:48:04 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update p5-Net-Amazon to 0.43.
0.43 (06/20/2007)
(cb) Simon Wistow <simon@thegestalt.org> found an bug with wishlist
processing, which would cause Net::Amazon to give up prematurely.
(cb) Be more graceful when dealing with Small ResponseGroups by trying
to avoid Perl warnings.
(cb) Added a gross hack to deal with Amazon's wishlist handling to ensure
the wishlist test can actually pass.
0.42 (06/18/2007)
(cb) Add scripts to automatically generate the canned test data.
(cb) Serge Dubrouski <sergeyfd@gmail.com> noted an inconsistency in the
documentation for ImageUrl{Small,Medium,Large}. When I converted to
AWS4 I renamed these functions accidently. Add back the old function
names, and keep the new functions around.
0.41 (04/10/2007)
(cb) Tumer Garip <tgarip@neu.edu.tr> found a long standing bug for the
Music properties whereby track data were not correctly captured, and
returned.
(cb) Fix the Artist test to account for this lapse in the future, and add
more tests as well.
|
2007-03-25 07:21:48 by OBATA Akio | Files touched by this commit (2) | |
Log message:
Update p5-Net-Amazon to 1.40, and fixed dependency about Time::HiRes module.
0.40 (03/12/2007)
(cb) UPC accepts a search index, so process it.
(cb) Fix the documentation for ProductName.
(cb) Make ProductName an alias for [Tt]itle, both ProductName suggestions
were from Frank Tobia <frank.tobia@gmail.com>.
(cb) Add searches for director and title, contributed by Carl Franks
<fireartist@gmail.com>.
0.39 (02/18/2007)
(cb) Update documentation, 10-digit vs. 13-digit ISBN was incorrect.
(cb) Add support for searching by EAN. This is only valid for
non-US locations. Suggested by Nick Faarvang.
(cb) Remove UPC ItemSearch'es for non-US locales, it is invalid.
(cb) Fix a long standing bug when validating search against non-US
locales.
0.38 (01/24/2007)
(cb) Update documentation, dewey_decimal_number is for non-fiction
only.
(cb) Add support for searching by ISBN.
(cb) UPC is an ItemLookup, not an ItemSearch.
0.37 (01/23/2007)
(cb) Update to WSDL 01-17-2007.
(cb) Update index.html to indicate a differences between AWS3 and
AWS4 releases.
(cb) Add POD for all types of item searches.
(cb) Add actor, and author to the SEARCH_TYPE_CLASS_MAP.
(cb) README is generated from Amazon.pm, update Amazon.pm with the
changes made to README, and regenerate README.
(cb) Mike Schilli found a bug with non-US locales for Reviews where
TotalVotes was always zero. This caused a bogus warning.
0.36 (01/09/2007)
(cb) Christopher Boumenot is taking over has maintainer of Net::Amazon.
(cb) Update the library to use AWS4 from AWS3. The changes involved
are quite deep. While I have strived to keep interfaces the same
that was not always possible. I am sure there are still bugs
to be had that need to be fixed.
(cb) Add searching by Author, Actor, MusicLabel, and Publisher.
(cb) Add the property functions numpages(), dewey_decimal(), and
SuperSaverShipping().
(cb) Add new property classes for CE (consumer electronics), Software,
and VideoGames.
(cb) Restrucure the fetch code to reduce the need to directly poke
the XML where applicable. There is still cleanup that needs to
be done.
(cb) Remove to need explicitly specify mode parameters.
(cb) Autogenerate libraries based on data from Amazon's ECS specs to
determine a default mode for the user.
(cb) Autogenerate libraries based on data form Amazon's ECS specs to
determine the search types available for a given. This
information is also locale specific.
(cb) Cleanup locale support, and add support for France, and Canada.
Locale support needs more testing.
(cb) Add support for the different search response types in AWS4:
small, medium, large, similarities, reviews, etc. The search
response type is automatically determined based on search mode.
0.35 (02/04/2006)
(ms) Took starring() out of eg/asin_dvd, looks like it is no longer
supported by amzn (reported by Joseph Ronie).
|
2006-04-13 21:41:46 by Roman Kulik | Files touched by this commit (1) |
Log message:
Removed WWW: line from DESCR file.
|