Commit graph

294718 commits

Author SHA1 Message Date
jaapb
aba49ca2b1 Added devel/ocaml-variantslib, variant types as first-class values 2019-03-13 10:53:40 +00:00
jaapb
9ae871cf22 Added ocaml-ppx_custom_printf to Makefile SUBDIRs 2019-03-13 10:41:12 +00:00
jaapb
0d2fc927d3 doc: Added devel/ocaml-ppx_custom_printf version 0.12.0 2019-03-13 10:40:37 +00:00
bsiegert
10c679dbc1 doc: Updated lang/go112 to 1.12nb1 2019-03-13 10:40:33 +00:00
jaapb
2bef40cf02 Added devel/ocaml-ppx_custom_printf, user-defined string conversions 2019-03-13 10:40:28 +00:00
bsiegert
85635e605b go112: paper over issues with filenames containing umlauts.
- extract using gtar (hopefully more lenient than bsdtar)
- remove the files in question in post-extract

While here, re-add a PLIST.route conditional that was accidentally removed,
breaking the build on Linux (PR pkg/54054).
2019-03-13 10:40:19 +00:00
adam
ebaa7e6d51 Updated devel/py-hypothesis, devel/py-faker, devel/py-test, devel/py-isort 2019-03-13 08:57:20 +00:00
adam
d12b26326a py-isort: updated to 4.3.15
4.3.15:
- Fixed a regression with handling streaming input from pipes
- Fixed handling of \x0c whitespace character
- Improved CLI documentation
2019-03-13 08:56:47 +00:00
adam
bb34cb0c75 py-test: updated to 4.3.1
pytest 4.3.1:

Bug Fixes
- Logging messages inside pytest_runtest_logreport() are now properly captured and displayed.
- Improve validation of contents written to captured output so it behaves the same as when capture is disabled.
- Fix AttributeError: FixtureRequest has no 'confg' attribute bug in testdir.copy_example.

Trivial/Internal Changes
- Avoid pkg_resources import at the top-level.
2019-03-13 08:54:21 +00:00
adam
8b6d83d26f py-faker: updated to 1.0.4
1.0.4:
* Fix erratic test.

1.0.3:
* Fix AttributeError in user_Agent provider.
* Update zh_TW person provider.
* Add street data & remove street_prefixes from id_ID address provider.
* Fix parsing of timedeltas in date_time provider.
* Split name formats into formats_male and formats_female for de_DE provider.
* Pin more-itertools to a version compatible with Python 2.7.
* Fix fr_FR postcodes_format.
* Fix hex code for yellowgreen color.
* Add Brazilian RG (identity card).
* Allow overriding of random generator class.
2019-03-13 08:53:03 +00:00
adam
3b6bbfa486 py-hypothesis: updated to 4.11.1
4.11.1:
This is a formatting-only patch, enabled by a new version of :pypi:isort.

4.11.0:
This release deprecates :func:~hypothesis.strategies.sampled_from with empty sequences. This returns :func:~hypothesis.strategies.nothing, which gives a clear error if used directly... but simply vanishes if combined with another strategy.

Tests that silently generate less than expected are a serious problem for anyone relying on them to find bugs, and we think reliability more important than convenience in this case.

4.10.0:
This release improves Hypothesis's to detect flaky tests, by noticing when the behaviour of the test changes between runs. In particular this will notice many new cases where data generation depends on external state (e.g. external sources of randomness) and flag those as flaky sooner and more reliably.

The basis of this feature is a considerable reengineering of how Hypothesis stores its history of test cases, so on top of this its memory usage should be considerably reduced.

4.9.0:
This release adds the strategy :func:~hypothesis.extra.numpy.valid_tuple_axes, which generates tuples of axis-indices that can be passed to the axis argument in NumPy's sequential functions (e.g. :func:numpy:numpy.sum).

4.8.0:
This release significantly tightens validation in :class:hypothesis.settings. :obj:~hypothesis.settings.max_examples, :obj:~hypothesis.settings.buffer_size, and :obj:~hypothesis.settings.stateful_step_count must be positive integers; :obj:~hypothesis.settings.deadline must be a positive number or None; and :obj:~hypothesis.settings.derandomize must be either True or False.

As usual, this replaces existing errors with a more helpful error and starts new validation checks as deprecation warnings.

4.7.19:
This release makes some micro-optimisations to certain calculations performed in the shrinker. These should particularly speed up large test cases where the shrinker makes many small changes. It will also reduce the amount allocated, but most of this is garbage that would have been immediately thrown away, so you probably won't see much effect specifically from that.

4.7.18:
This patch removes some overhead from :func:~hypothesis.extra.numpy.arrays with a constant shape and dtype. The resulting performance improvement is modest, but worthwile for small arrays.
2019-03-13 08:51:48 +00:00
wiz
f73595e349 doc/TODO: + mutt-1.11.4. 2019-03-13 06:30:39 +00:00
gutteridge
056f80e41a xplanet: revise requirement to C++11 for a build fix
On recent Linux distributions, e.g. Fedora, it was failing to build
because of function visibility changes. Tested with Fedora 29, also
with NetBSD 8.0 and Debian Jessie, no regressions with the latter two.
2019-03-13 01:10:20 +00:00
alnsn
c718d2fa90 Updated devel/py-lupa to 1.8. 2019-03-12 23:58:50 +00:00
alnsn
c41858be95 Update devel/py-lupa to version 1.8.
1.8 (2019-02-01)
----------------

* GH#107: Fix a deprecated import in Py3.

* Built with Cython 0.29.3 for better Py3.7 compatibility.
2019-03-12 23:57:50 +00:00
leot
9011aa747e doc: Updated misc/pick to 3.0.1 2019-03-12 19:03:00 +00:00
leot
9a3feda9e8 pick: Update to 3.0.1
Patch provided by Jenz Guenther with minor adjustments by me.

Changes:
# v3.0.1 - 2019-03-10
## Bug fixes
- Honor `PREFIX` during configure.
  (adcba3c) (Anton Lindqvist)
- Honor `MANDIR` during configure and install.
  (8c56f54) (Aggelos Avgerinos)
- Honor `INSTALL_MAN` during configure and install.
  (869536f) (Leonardo Taccari)
- Honor `BINDIR` during configure and install.
  (434c496) (Anton Lindqvist)
2019-03-12 19:02:45 +00:00
jaapb
159522bdfe Added ocaml-base_quickcheck to Makefile SUBDIRs 2019-03-12 18:59:52 +00:00
jaapb
9590c1a7f2 doc: Added devel/ocaml-base_quickcheck version 0.12.0 2019-03-12 18:59:25 +00:00
jaapb
f72af7dd5f Added devel/ocaml-base_quickcheck, a randomised testing framework. 2019-03-12 18:59:16 +00:00
jaapb
89544b4094 Added ocaml-splittable_random to Makefile SUBDIRs 2019-03-12 18:56:29 +00:00
jaapb
2baad80787 doc: Added devel/ocaml-splittable_random version 0.12.0 2019-03-12 18:55:31 +00:00
jaapb
99030dbb41 Added devel/ocaml-splittable_random, a splittable RNG for OCaml 2019-03-12 18:55:23 +00:00
jaapb
2b943dac83 Added ocaml-ppx_bench to Makefile SUBDIRs 2019-03-12 18:52:35 +00:00
jaapb
d8eacc16f0 doc: Added devel/ocaml-ppx_bench version 0.12.0 2019-03-12 18:52:12 +00:00
jaapb
30a0295d23 Added devel/ocaml-ppx_bench, a ppx rewriter for in-line benchmarks. 2019-03-12 18:52:03 +00:00
jaapb
9fb20486bf Added ocaml-ppx_inline_test to Makefile SUBDIRs 2019-03-12 18:50:13 +00:00
jaapb
58adfa3c8e doc: Added devel/ocaml-ppx_inline_test version 0.12.0 2019-03-12 18:44:42 +00:00
jaapb
494da6ce7f Added devel/ocaml-ppx_inline_test, a ppx rewriter for in-line tests 2019-03-12 18:44:33 +00:00
jaapb
77bfc18567 Added ppx_assert to Makefile SUBDIRs 2019-03-12 18:42:47 +00:00
jaapb
491c0e47f2 doc: Added devel/ocaml-ppx_assert version 0.12.0 2019-03-12 18:42:19 +00:00
jaapb
7b31fe8c00 Added devel/ocaml-ppx_assert, a ppx rewriter for assertions 2019-03-12 18:42:12 +00:00
jaapb
bd943d63b2 Added ocaml-ppx_sexp_message to Makefile SUBDIRs 2019-03-12 18:39:43 +00:00
jaapb
dcb502af9a doc: Added devel/ocaml-ppx_sexp_message version 0.12.0 2019-03-12 18:39:25 +00:00
jaapb
0c85ceb196 Added devel/ocaml-ppx_sexp_message, a ppx rewriter for s-expressions 2019-03-12 18:38:53 +00:00
jaapb
0a3774d5c0 Added ocaml-ppx_here to Makefile SUBDIRs 2019-03-12 18:34:52 +00:00
jaapb
cb92aa949e doc: Added devel/ocaml-ppx_here version 0.12.0 2019-03-12 18:34:21 +00:00
jaapb
81796946fc Added devel/ocaml-ppx_here, a ppx rewriter for source position 2019-03-12 18:34:12 +00:00
jaapb
539c9c4e2b Added ocaml-ppx_let to Makefile SUBDIRs 2019-03-12 18:23:11 +00:00
jaapb
9f6dfd1ce5 doc: Added devel/ocaml-ppx_let version 0.12.0 2019-03-12 18:22:46 +00:00
jaapb
7ae7dd2809 Added devel/ocaml-ppx_let, monadic and applicative let bindings. 2019-03-12 18:22:34 +00:00
jaapb
8a1b68df7e Added ocaml_ppx_fields_conv to Makefile SUBDIRs 2019-03-12 18:19:31 +00:00
jaapb
feb7e38382 doc: Added devel/ocaml-ppx_fields_conv version 0.12.0 2019-03-12 18:18:53 +00:00
jaapb
c880185f70 Added devel/ocaml-ppx_fields_conv, a function generator for OCaml records 2019-03-12 18:18:40 +00:00
jaapb
709865fc8b Added ocaml-fieldslib to Makefile SUBDIRs 2019-03-12 18:16:51 +00:00
jaapb
ddacb8cf50 doc: Added devel/ocaml-fieldslib version 0.12.0 2019-03-12 18:16:27 +00:00
jaapb
29dc7c531c Added devel/ocaml-fieldslib, for OCaml records as first class values 2019-03-12 18:16:18 +00:00
jaapb
7b7a9bdd80 Added ocaml-bigstringaf to Makefile SUBDIRs 2019-03-12 18:10:04 +00:00
jaapb
6c7ef8bda4 doc: Added devel/ocaml-bigstringaf version 0.4.0 2019-03-12 18:09:37 +00:00
jaapb
91222760a3 Added devel/ocaml-bigstringaf, bigstring intrinsics and fast blits 2019-03-12 18:09:29 +00:00