Commit graph

216279 commits

Author SHA1 Message Date
fhajny
f9877a676c 2014.05.01, Version 0.10.28 (Stable)
* npm: upgrade to v1.4.9
2014-05-03 15:57:17 +00:00
rodent
44035a3251 +py-cjson - packaged originally in pkgsrc-wip by kamelderouiche@yahoo.com 2014-05-03 15:35:25 +00:00
rodent
a34a88275d Added textproc/py-cjson version 1.0.5 2014-05-03 15:34:33 +00:00
rodent
4bfd800376 Import py27-cjson-1.0.5 as textproc/py-cjson.
Fast JSON encoder/decoder for Python.
2014-05-03 15:34:22 +00:00
rodent
f77f127a48 +py-eventlib 2014-05-03 15:21:03 +00:00
rodent
9dc3257675 Added net/py-eventlib version 0.1.5 2014-05-03 15:20:24 +00:00
rodent
fcf4faa477 Import py27-eventlib-0.1.5 as net/py-eventlib.
Eventlib is an asynchronous event tracking app for Django. This library was
built upon the following values:

 * It must be deadly simple to log an event;
 * It must be possible to track each event in different ways;
 * Each different "event handler" must be completely separate and fail
   gracefully;
 * The event system must be asynchronous, so let's use celery;
 * The library must be extensible;
 * 100% of test coverage is enough.
2014-05-03 15:20:12 +00:00
wen
6905ad1ca4 Updated textproc/p5-Text-Xslate to 3.2.4 2014-05-03 14:27:18 +00:00
wen
1e865ba4f9 Update to 3.2.4
Upstream changes:
3.2.4 2014-04-27 17:18:15+0900
    [TEST FIXES]
        - Fix #122, #120 testing issue on windows (syohex)
    [FEATURES]
        - Add $array.first() and $array.last() methods (#116, #118 / shyohex)

3.2.3 2014-04-23 07:32:39+0900
    - Made a mistake in the release engineering, re-packaged on the correct
      status.

3.2.2 2014-04-23 07:29:42+0900
    [BUG FIXES]
    - Fix #105 SEGV on blead (reported by tokuhirom, fixed by syohex in #117)

3.2.1 2014-04-17 07:55:38+0900
    [BUG FIXES]
    - Fix #111 (by syohex in #113) inputting "0" made a wrong result
2014-05-03 14:25:38 +00:00
wen
faa73950d7 Updated textproc/p5-XML-Rabbit to 0.4.0 2014-05-03 14:14:11 +00:00
wen
dbfb0485bf Update to 0.4.0
Upstream changes:
0.4.0     2013-11-29 11:18:57 Europe/Oslo
        Fixed RT#90975 (reported by Upasana Shukla)
            Replaced deprecated Class::MOP::load_class() with
            Class::Load::load_class(). Module::Runtime::require_module()
            couldn't be used because of tests with package definitions in
            BEGIN blocks.
2014-05-03 14:13:06 +00:00
alnsn
53571f1f9e Add alternatives for Lua packages.
XXX It's not clear to me whether liblua5.x.so and liblua5.x.so.5.0.x
should be in the list too. I wish alternatives framework was documented ...
2014-05-03 13:57:33 +00:00
wen
331cb93fb1 Updated textproc/p5-XML-LibXSLT to 1.92 2014-05-03 13:51:11 +00:00
wen
448714ea24 Update to 1.92
Upstream changes:
1.92    2014-04-12
    - Add scripts/tag-release.pl .

1.91    2014-04-12
    - t/cpan-changes.t : minimum version of Test::CPAN::Changes.
        - This is to avoid test failures such as:
            - http://www.cpantesters.org/cpan/report/5af7d5eb-6bfa-1014-b84e-eb85912f2992

1.90    2014-04-10
    - Handle $Config{dlext} correctly on Windows.
        - https://rt.cpan.org/Ticket/Display.html?id=94516
        - Thanks to kmx for the report and fix.
    - Add t/pod.t .
        - Fix some POD problems.
    - Add t/cpan-changes.t and convert Changes to CPAN::Changes format.
    - Add t/style-trailing-space.t.
        - Remove trailing whitespace.

1.89    2014-03-05
    - Fix memory management of node-sets returned from extension functions.
      Without calling xsltExtensionInstructionResultRegister, node-sets
      could be freed too early, leading to strange errors or segfaults.
        - https://bugzilla.gnome.org/show_bug.cgi?id=562302
        - https://rt.cpan.org/Ticket/Display.html?id=93349
        - Thanks to Alexander Schepanovski for the report.
    - Document input_callbacks methods
    - Don't register libxml2 input callbacks twice
        - https://rt.cpan.org/Public/Bug/Display.html?id=60313
    - Fix memory leak with extension functions returning node lists
        - https://rt.cpan.org/Public/Bug/Display.html?id=55623
        - https://rt.cpan.org/Public/Bug/Display.html?id=76596
        - Thanks to Jozef Kutej and Slaven Rezic for the reports.
    - Thanks to Nick Wellnhofer for the pull requests and fixes.

1.88    2014-02-17
    - Fix t/xml-grammar-failures.t based on the xml:space commentary here:
        - https://mail.gnome.org/archives/xml/2014-February/msg00000.html
        - Caused some failures which were ultimately our fault.

1.87    2014-02-03
    - Decrease the minimum libxslt version again.
        - Setting it as 1.1.28 did not fix the failures, and now we have
        some more tests to test against it.
        - https://rt.cpan.org/Ticket/Display.html?id=92659
        - Thanks to Slaven Rezic for the report.

1.86    2014-02-02
    - Add t/xml-grammar-failures.t to catch test failures in dependent modules.
        - Add some data files for it under t/data/*.
        - This fails on FreeBSD 9.2 currently.

1.85    2014-02-01
    - Add "use strict;" and "use warnings;" globally (CPANTS).
    - Add LICENSE to the MANIFEST.

1.84    2013-12-26
    - Hopefully fix a segmentation fault on Win32 introduced in the last ver.
        - https://rt.cpan.org/Ticket/Display.html?id=91652
        - Thanks to Alexandr Ciornii for the report, and to Nikolay Sivov
        for providing help.

1.83    2013-12-22
    - Get rid of compiler warnings when compiling using CLANG.
        - https://rt.cpan.org/Public/Bug/Display.html?id=91118
        - Thanks to Daniel Macks for the report.
2014-05-03 13:49:47 +00:00
alnsn
bb3d26b27d Lua multiversion support should be in the NEWS. 2014-05-03 13:48:57 +00:00
rodent
b7c4bd96ff Updated time/py-trytond-calendar to 3.2.0 2014-05-03 13:45:14 +00:00
rodent
b5071e349a Updated to latest version, 3.2.0. From CHANGELOG:
Version 3.2.0 - 2014-04-21
* Bug fixes (see mercurial logs for details)
2014-05-03 13:44:53 +00:00
rodent
a76ca9d64d Updated misc/py-trytond-stock-lot to 3.2.0 2014-05-03 13:43:53 +00:00
rodent
b191c9c03e Updated to latest version, 3.2.0. From CHANGELOG:
Version 3.2.0 - 2014-04-21
* Bug fixes (see mercurial logs for details)
* Add relate from lot to moves
2014-05-03 13:43:41 +00:00
rodent
44ea1f052f Updated misc/py-trytond-stock to 3.2.0 2014-05-03 13:42:33 +00:00
rodent
0f4f7cde24 Updated to latest version, 3.2.0. From CHANGELOG:
Version 3.2.0 - 2014-04-21
* Bug fixes (see mercurial logs for details)
* Add warning for moves without origin
* Allow to define the effective date of shipments
* Prevent changing product type if stock moves exist
* Use new methods to compute quantities in StockMixin._search_quantity()
* Split products_by_location into two methods on Move:
  compute_quantities_query and compute_quantities
* Use origin for inventory moves
* Allow partial assignation on Supplier Shipment Return
2014-05-03 13:42:19 +00:00
rodent
b905efea9c Updated finance/py-trytond-account-product to 3.2.0 2014-05-03 13:40:05 +00:00
rodent
e4c1bc9a74 Updated to latest version, 3.2.0. From CHANGELOG:
Version 3.2.0 - 2014-04-21
* Bug fixes (see mercurial logs for details)
2014-05-03 13:39:53 +00:00
rodent
672ce8903b Updated misc/py-trytond-product to 3.2.0 2014-05-03 13:38:11 +00:00
rodent
e1aab270ad Updated to latest stable version, 3.2.0. From CHANGELOG:
Version 3.2.0 - 2014-04-21
* Bug fixes (see mercurial logs for details)
2014-05-03 13:37:57 +00:00
rodent
bf1e351ed9 Updated finance/py-trytond-account to 3.2.0 2014-05-03 13:36:17 +00:00
rodent
b52e2984f4 Updated to latest stable version, 3.2.0. From CHANGELOG:
Version 3.2.0 - 2014-04-21
* Bug fixes (see mercurial logs for details)
* Add start/end date to tax
* Use account of write-off journal as default
* Add write-off journal type
* Add description on write-off move
2014-05-03 13:36:01 +00:00
obache
4694e60ec0 Add ALTERNATIVES for moved bin/tryton to bin/tryton${PYVERSSUFFIX} 2014-05-03 13:34:52 +00:00
rodent
3b87b69067 Updated misc/py-trytond-company to 3.2.0 2014-05-03 13:34:19 +00:00
rodent
5a02f545b3 Updated to latest version 3.2.0. From CHANGELOG:
Version 3.2.0 - 2014-04-21
* Bug fixes (see mercurial logs for details)
* Read employee according to the context
* Add timezone on company to compute today
2014-05-03 13:34:07 +00:00
obache
af20d87364 Add ALTERNATIVES for moved bin/tryton to bin/tryton${PYVERSSUFFIX} 2014-05-03 13:33:14 +00:00
rodent
2a68e4d722 Updated misc/py-trytond-party to 3.2.0 2014-05-03 13:32:54 +00:00
rodent
6d029ab2b8 Updated to latest release, 3.2.0. From CHANGELOG:
* Bug fixes (see mercurial logs for detail
2014-05-03 13:32:42 +00:00
rodent
404031e46d Updated geography/py-trytond-country to 3.2.0 2014-05-03 13:31:28 +00:00
rodent
b3d3578fb0 Updated to latest release, 3.2.0. From CHANGELOG:
* Bug fixes (see mercurial logs for detail
2014-05-03 13:31:06 +00:00
alnsn
3e3e09f30a Adapt to Lua multiversion support. 2014-05-03 13:27:33 +00:00
rodent
f946ad1bca Updated finance/py-trytond-currency to 3.2.0 2014-05-03 13:27:05 +00:00
rodent
a73ef8532d Updated to latest release, 3.2.0. From CHANGELOG:
* Bug fixes (see mercurial logs for details)
2014-05-03 13:26:52 +00:00
rodent
8ad0f57943 Updated finance/py-stripe to 1.14.0 2014-05-03 13:24:05 +00:00
rodent
3d7a468e6a Updated to latest version 1.14.0. No changelog, but there's a certificate
blacklist feature and testing thereof now.
2014-05-03 13:23:52 +00:00
alnsn
9cedf359d8 Mention Lua multiversion support and devel/lua-BitOp. 2014-05-03 13:22:37 +00:00
alnsn
e3cc9b6b04 Add lua-BitOp. 2014-05-03 13:20:56 +00:00
rodent
6184387be9 Updated devel/py-trytond to 3.2.0 2014-05-03 13:18:20 +00:00
rodent
0435b07906 Update to latest release, 3.2.0. Move bin/trytond to
bin/trytond${PYVERSUFFIX} in post-install to support concurrently installed
versions of python. Upstream dropped support for py26. From CHANGELOG:

* Bug fixes (see mercurial logs for details)
* Add restore_history to ModelSQL
* Add history revisions
* Add the multi selection widget
* Add index to one2many's on_change
* Remove auto-refresh on Action Window
* Add support of domain for non-relation field
* Manage microseconds in JSON-RPC and XML-RPC
* Remove Sha field
* Add password widget
* Add Len to PYSON
* Use bcrypt to hash password if possible
* Use a sequence of ids, values to set fields
* Client side actions on button and wizard
* Add depends attribute to data tag
* Add tree_invisible attribute to button in tree view
* Drop support of Python 2.6
* Deprecate on_change, on_change_with, selection_change_with and autocomplete
  field arguments
* Add fields.depends decorator
* Add run-tests
* Validate only modified and dependant fields on model write
* Improve error messages by showing the failing value
* Remove relation field actions:
    - delete_all
    - unlink_all
    - set
* Rename relation field action unlink into remove
* Use a sequence of records, values in write
* set_context of Transaction.set_user is restricted to root
* Add a "copy" action to One2Many and Many2Many's set method
* Force UTC as timezone (migration script available on tryton-tools)
* Add relation_field for many2one
2014-05-03 13:17:58 +00:00
alnsn
aedfc77e1e Revbump for Lua multiversion support. 2014-05-03 13:14:36 +00:00
rodent
d745597b7c Updated devel/py-tryton to 3.2.0 2014-05-03 13:10:09 +00:00
rodent
3724cd3058 Update to latest release, 3.2.0. Move bin/tryton to bin/tryton${PYVERSSUFFIX}
in post-install to support concurrent installed python versions. From CHANGELOG:

* Bug fixes (see mercurial logs for details)
* Add option to show revisions
* Add a multi selection widget for many2many
* Remove auto-refresh
* Add support of domain for non-relation field
* Allow drag & drop on the attachment button
* Replace sha widget by password
* Add Len to PYSON
* Use a pool of connection
* Manage client actions from button and wizard
* Add tree_invisible attribute to button in tree view
* Add buttons of the view in actions menu
* Don't evaluate anymore relate action with the record
* Paste on editable list create new records if needed
* Drop support of Python 2.6
* Allow to search on rec_name of Reference fields
* Use local timezone
* Sanitize report file extension
2014-05-03 13:09:55 +00:00
alnsn
3599ff66b4 Trivial change to fix compilation. Revbump for Lua multiversion support. 2014-05-03 13:05:13 +00:00
alnsn
5b8d64f3cb Remove lua-stdlib-doc. It has been merged to lua-stdlib. 2014-05-03 13:04:10 +00:00
alnsn
41ccd669f4 Add Lua BitOp module from LuaJIT project. 2014-05-03 13:02:38 +00:00