Commit graph

32778 commits

Author SHA1 Message Date
adam
c189403a7a py-xdis: updated to 3.8.10
3.8.10:
- 3.8 opcode support
- Add Python 2.7.16
2019-03-10 13:52:36 +00:00
adam
d752cd4735 py-isort: updated to 4.3.14
4.3.14:
- Fixed a regression with */directory/*.py style patterns

4.3.13:
- Fixed the inability to accurately determine import section when a mix of conda and virtual environments are used.
- Fixed some output being printed even when --quiet mode is enabled.
- Fixed issue 890 interoperability with PyCharm by allowing case sensitive non type grouped sorting.
- Fixed issue 889 under some circumstances isort will incorrectly add a new line at the beginning of a file.
- Fixed issue 885 many files not being skipped according to set skip settings.
- Fixed issue 842 streaming encoding improvements.
2019-03-10 13:38:32 +00:00
tsutsui
2a28a2c4e8 ruby-gnome2: update to 3.3.5.
Upstream changes:

== Ruby-GNOME2 3.3.5: 2019-03-10

This is a follow-up release of 3.3.4.

=== Changes

==== Ruby/GObjectIntrospection

  * Improvements

    * Ignored no (({GType})) interface.
2019-03-10 01:12:00 +00:00
tsutsui
1c7ef74ff1 ruby-gnome2: update to 3.3.4.
Upstream changes:

== Ruby-GNOME2 3.3.4: 2019-03-09

This is a real release to support GLib 2.60.

=== Changes

==== Ruby/GObjectIntrospection

  * Improvements

    * Ignored no (({GType})) interface.

== Ruby-GNOME2 3.3.3: 2019-03-09

This is a release to support GLib 2.60.

=== Changes

==== Ruby/GLib2

  * Improvements

    * Made tests more robust.
      [GitHub#1272][Reported by Jeremy Bicha]

    * Required pkg-config 1.3.5 or later.

    * Added support for GLib 2.60.

    * Windows: Removed support for static compilation.

  * Fixes

    * (({GLib::PollFD#fd=})): Fixed wrong conversion.

==== Ruby/GObjectIntrospection

  * Improvements

    * Improved auto (({#==}))/(({#!=})) implementations.
      They returns (({true}))/(({false})) for invalid argument instead
      of raising an error.

==== Ruby/GTK2

  * Improvements

    * Made tests more robust.
      [GitHub#1275][Reported by Jeremy Bicha]

==== Ruby/RSVG2

  * Improvements

    * Made tests more robust.
      [GitHub#1273][Reported by Mamoru TASAKA]

==== Ruby/Poppler

  * Improvements

    * (({Poppler::Document.new(data:)})):
      Added support for (({Encoding.default_internal})).

    * (({Poppler::Document.new})):
      Added support for (({#to_path})) objects as path.

=== Thanks

  * Jeremy Bicha

  * Mamoru TASAKA
2019-03-09 14:08:43 +00:00
tsutsui
9d3bfde065 ruby-pkg-config: update to 1.3.6.
Upstream changes (from NEWS):

== 1.3.6 - 2019-03-09

=== Improvements

  * Added support for Homebrew environment without pkg-config formula.

== 1.3.5 - 2019-03-08

=== Fixes

  * Fixed MSYS2 detection installed at non standard folder.
    [GitHub:ruby-gnome2/ruby-gnome2#1271][Reported by Simon Arnaud]

=== Thanks

* Simon Arnaud
2019-03-09 13:13:01 +00:00
bsiegert
eda66c8d6f Update go-sys to 20190308.
There has been a fix for netbsd-arm, among many other commits.
2019-03-09 11:20:06 +00:00
bsiegert
7455fa5a88 all: revbump Go packages, now that they use go112 to build 2019-03-09 10:05:01 +00:00
wen
37f1932664 Update to 0.34
Upstream changes:
 Changes for version 0.34 - 2019-02-10

    Added SEE ALSO section to documentation. RT#100575
    Unreachable code cleanup (https://github.com/jib/cpanplus-devel/pull/15)
2019-03-08 15:10:33 +00:00
wen
67d27ce11b Update to 5.20190220
Upstream changes:
 Changes for version 5.20190220

    Updated for v5.29.8
2019-03-08 14:58:16 +00:00
prlw1
5c6168a7cf Attempt at fixing SunOS support after further breakage report from jperkin. 2019-03-08 11:34:49 +00:00
wiz
7892aef5d9 stooop: remove, included in devel/tcllib.
Suggested by Moritz Wilhelmy in
https://mail-index.netbsd.org/pkgsrc-users/2013/11/16/msg018898.html
2019-03-08 08:44:02 +00:00
prlw1
7cfd8ff063 Fix typo in last update, which will hopefully fix the sun-solaris2 breakage
reported by jperkin.
2019-03-07 13:48:17 +00:00
jnemeth
8acce170c4 delete file missed yesterday 2019-03-07 03:42:35 +00:00
adam
6cf3396130 py-astroid: updated to 2.2.4
What's New in astroid 2.2.4?
* Latest typed_ast gets installed for all CPython versions.
2019-03-06 18:39:43 +00:00
adam
6644a36baa py-isort: updated to 4.3.12
4.3.12:
- Fix error caused when virtual environment not detected

4.3.11:
- Fixed issue: confused by symlinks pointing to virtualenv gives FIRSTPARTY not THIRDPARTY
- Fixed issue: current version skips every file on travis
- Additional caching to reduce performance regression introduced in 4.3.5
- Improved handling of pex files and other binary Python files
2019-03-06 18:37:58 +00:00
wiz
d325abb29a py-hg-evolve: update to 8.4.0nb1.
Switch to distutils.mk.
2019-03-06 14:09:10 +00:00
joerg
2f176c798e Update hg-evolve to 8.4.0:
8.4.0 -- 2019-12-22
-------------------

  * compat: add compatibility with Mercurial 4.9
  * compat: drop compatibility with Mercurial 4.3
  * evolve: avoid potential crash when stabilizing orphan merges
  * evolve: pick right destination in split+prune cases issue5686 (hg-4.9 only)
  * evolve: prioritize --rev/--any/--all option over obsolete working directory
  * fold: concatenate commit message in revision order
  * next: evolve aspiring children by default (use --no-evolve to skip)
  * next: pick lower part of a split as destination
  * push: have `--publish` overrule the `auto-publish` config
  * split: accept file patterns
  * split: improve and update the user prompt (BC)
  * split: make it possible to drop change during a split
  * split: no longer accept revision without --rev (BC)
  * split: support for non interactive splits

topic 0.13.0

  * stack: introduce a --children flag (see help for details)
  * stack: support for '#stack[idx]' absolute indexing in revset (hg-4.9+ only)
  * topic: support for '#topic[idx]' relative indexing in revset (hg-4.9+ only)
  * topic: make --age compatible with the usual other display for `hg topic`
  * topics: improve the message around topic changes

8.3.3 -- 2018-12-24
-------------------

  * evolve: properly detect unresolved merge conflict (issue-5966)
  * evolve: fix possible crash when the repo changes during evolve (issue-6028)
  * test: avoid leaking `hg serve` process
  * topic: fix error message for the `ngtip` revset

8.3.2 -- 2018-11-27
-------------------

  * evolve: not longer attempt to translate revision's descriptions (issue6016)
  * evolve: fix compatibility with mercurial 4.8's narrow extension.
  * pick: fix summary help text
  * topic: only use pager when it make senses

8.3.1 -- 2018-10-25
-------------------

  * evolve+topic: fix possible crash during content-divergence evolution
  * use "new" unstabilities vocabulary in help
  * compat: compatibility with Mercurial 4.8rc0

8.3.0 -- 2018-10-12
-------------------

  * evolve: avoid redundant output when handling linear orphans
  * evolve: use stack alias s# in `hg evolve` messages
  * next, prev: use stack alias s# when relevant
  * rewind: add an undo alias
  * caches: skip warming the stablerange cache on strip in "auto" mode
  * topic: properly register the '{topicidx}' for mercurial <= 4.5

  * pullbundle: experimental extension to slice pull in multiple slices whose
                associated bundle can be cached. The extensions is shipped
                alongside evolve only for convenience. It it requires data
                structures that currently live in the evolve extensions.

8.2.1 -- 2018-09-14
-------------------

  * obshashrange: issue the "long stable cache" update message only once
  * obshashrange: reduce impact of cache invalidation from many new obsmarkers
  * caches: properly silence permission error related to caches

8.2.0 -- 2018-09-03
-------------------

  * prune: rename `--biject` flag to `--pair` (old flag is kept as an alias)
  * pick: rename the "grab" command to "pick" to avoid ambiguity with graft
  * discovery: enable obshashrange based discovery by default

topic

  * revset: `topic("patterns")` now handle standard patterns ("re:", etc)
  * revset: `topic(REVS)` matches revisions with same topic as REVS
  * topic: using `s#` alias instead of `t#` and `b#` alias
           (compat with old form is preserved)

8.1.2 -- 2018-08-28
-------------------

  * obshashrange: improved robusness of the cache under heavy load
  * obshashrange: force recomputation of the final obshash related cache
                  (to make sure people benefit from the 8.1.1 fixes)

8.1.1 -- 2018-08-21
-------------------

  * clone: fix possible crash when using clone bundle and forcing cache warming
  * evolve: properly set second parent during conflict (issue5927)
  * next: delete the evolvestate after aborting interrupted `next --evolve`
  * next: fix topic restriction when passing --evolve
  * obshashrange: fix speed and consistency issues during cache invalidation
  * obshashrange: properly persist all caches involved in obshashrange discovery
  * prune: improve documentation

8.1.0 -- 2018-08-03
-------------------

  * compatibility with mercurial 4.7
  * evolve: improve multiple aspect of content-divergence resolution
            * branch changes handling,
            * parent changes handling,
            * description changes handling,
            * divergent stack handling,
            * improved resume, stop and abort of divergent resolution
  * evolve: improved automatic resolution of phase-divergence

  * evolve: add a --update and --no-update flag to evolve to control final
            working copy parent
  * evolve: show `hg help evolve.interrupted-evolve` in error when conflicts
  * evolve: show unfinished state information in `hg status -v` (issue5886)
  * evolve: move bookmarks also when updating to successors (issue5923)
  * evolve: improve orphan resolution when combined with divergence (issue5946)
  * amend: abort `--patch` by saving an empty file (issue5925)
  *
  * evolve: add a new `--no-update` flag to keep working copy on the initial
            revision.
  * evolve: new help section dedicated to resuming operation interrupted by
            merge conflit, `hg help evolve.interrupted`.
  * obslog: --filternonlocal

  * rewind: first limited version of `rewind` command to restore stack of commit to a
            precusors state (check command help for detail and limitation)

topic (0.10.0)

  * display a hint when a topic becomes empty
2019-03-06 13:11:56 +00:00
jaapb
7826c9af77 Added patches to devel/ocaml-ppx_base 2019-03-06 09:37:23 +00:00
jaapb
1714be424b Updated devel/ocaml-base to version 0.12.0.
The package is now compatible with dune 1.7.

There are other improvements (the CHANGES file is not up to date); they
are minor, though.
2019-03-06 09:36:49 +00:00
gutteridge
c511221103 mate-common: update to 1.22
### mate-common 1.22.0

  * initial Travis-CI
2019-03-06 06:57:05 +00:00
adam
36c8f896c9 scons: updated to 3.0.4
RELEASE 3.0.4:
- Improve finding of Microsoft compiler: add a 'products' wildcard
  in case 2017 Build Tools only is installed as it is considered a separate
  product from the default Visual Studio
- Add TEMPFILESUFFIX to allow a customizable filename extension.
- Improved support for VC14.1 and Visual Studio 2017, as well as arm and arm64 targets.
- Initial support for ARM targets with Visual Studio 2017
- Update TempFileMunge class to use PRINT_CMD_LINE_FUNC
- Enhance cpp scanner regex logic to detect if/elif expressions without whitespaces but
  parenthesis like "#if(defined FOO)" or "#elif!(BAR)" correctly.

RELEASE 3.0.3:
NOTE: 3.0.2 release was dropped because there was a packaging bug. Please consider all 3.0.2
    content.
- Fixes to packaging logic.  Ensuring the SCons.Tool.clangCommon module is added
  to the release packages.
- Modify scons.bat script to check for scons python script without .py extension if no file
  scons.py exists. This enables an all platform wheel to work.
- Update doc examples to work with Python 3.5+:  map() now returns an iterable instead of a list.
2019-03-05 19:30:01 +00:00
jaapb
005aa8642b Updated devel/ocaml-extlib to version 1.7.6.
Minor fixes; see the CHANGES file for details.
2019-03-05 18:30:38 +00:00
jaapb
0155e7943a Updated devel/pcre-ocaml to version 7.4.1.
Package is now compatible with dune 1.7.

Main upstream changes are support for DFAs.
2019-03-05 18:23:31 +00:00
jaapb
f80fa5e7f9 Updated devel/ocaml-yojson to version 1.7.0.
Package is now compatible with dune 1.7.

Main change is that json types are now replaced by their t aliases;
there are some other minor bugfixes and changes as well. Full details in
the CHANGES.md file.
2019-03-05 18:21:04 +00:00
jaapb
0c969686f9 Updated devel/ocaml-sexplib to version 0.12.0.
Package is now compatible with dune 1.7.

The CHANGES.md file is not up to date; upstream changes are minor only.
2019-03-05 18:17:19 +00:00
jaapb
b9643a6f26 Updated devel/ocaml-ppx_optcomp to version 0.12.0.
Package is now compatible with dune 1.7.

The CHANGES.md file is not up to date; upstream changes are minor only.
2019-03-05 18:09:51 +00:00
jaapb
3cee112dae Updated devel/ocaml-hash to version 0.12.0.
Package is now compatible with dune 1.7.

The CHANGES.md file is not up to date; upstream changes are minor only.
2019-03-05 18:08:00 +00:00
jaapb
596b6883c5 Updated devel/ocaml-ppx_sexp_conv to version 0.12.0.
Package is now compatible with dune 1.7.

The CHANGES.md file is not up to date; upstream changes are minor only.
2019-03-05 18:06:23 +00:00
jaapb
738b16daad Updated devel/ocaml-ppx_enumerate to version 0.12.0.
Package is now compatible with dune 1.7.

The CHANGES.md file is not up to date, but other changes are minor.
2019-03-05 18:03:41 +00:00
jaapb
9c91157c9f Updated devel/ocaml-ppx_compare to version 0.12.0.
Package is now compatible with dune 1.7.

The CHANGES.md file is not up to date, but other changes are minor.
2019-03-05 17:59:40 +00:00
jaapb
7107eb2062 Updated devel/ocaml-ppxlib to version 0.5.0.
Package is now compatible with dune 1.7.

Other minor changes, bugfixes and additions, see CHANGES.md in the
distfile.
2019-03-05 17:57:36 +00:00
jaapb
ee9e0c469d Updated devel/ocaml-parsexp to verison 0.12.0.
Package is now compatible with dune 1.7.

The CHANGES.md file is not up to date, but changes are minor.
2019-03-05 17:51:42 +00:00
jaapb
0801b3ab59 Updated devel/ocaml-lwt_ssl for dune compatiblity.
Package compatible with dune 1.7; revbump.
Also put Makefile variables in canonical order.
2019-03-05 17:48:09 +00:00
jaapb
8ee9c85142 Updated devel/ocaml-lwt_react for dune compatibility.
Package now compatible with dune 1.7; revbump.
2019-03-05 17:43:19 +00:00
jaapb
ecccd93216 Updated devel/ocaml-lwt_ppx for dune compatibility.
Package is now compatible with dune 1.7; revbump.
2019-03-05 17:42:36 +00:00
jaapb
b320d18e59 Updated package devel/ocaml-lwt_camlp4 for dune compatibility.
Package now compatible with dune 1.7; revbump.
2019-03-05 17:41:04 +00:00
jaapb
70e7dfd007 Updated devel/ocaml-compiler-libs for dune compatibility.
Package now compatible with dune 1.7; revbump.
2019-03-05 17:38:30 +00:00
jaapb
b09dc22c3f Updated devel/ocaml-biniou for dune compatibility.
Pacakge now compatible with dune 1.7; revbump.
2019-03-05 17:37:10 +00:00
jaapb
406533f8ce Updated devel/ocaml-base64 to version 3.1.0.
The package is now compatible with dune 1.7.

Several API-breaking changes in version 3.0.0: module renames and
changes in function signatures.

Other, more minor bugfixes and additions.
2019-03-05 17:34:16 +00:00
jaapb
6c0f79f93b Updated devel/js_of_ocaml for dune compatibility.
Package now compatible with dune 1.7; revbump.
2019-03-05 17:31:04 +00:00
jaapb
d43f0b60e5 Updated package Makefile for devel/ocaml-ppx_deriving
Replaced a DEPENDS=	by a buildlink3.mk include. No upstream changes.
2019-03-05 17:27:22 +00:00
jaapb
02058369b3 Updated devel/ocaml-lwt_log for dune compatibility.
Package is now compatible with dune 1.7; revbump.
2019-03-05 17:16:32 +00:00
jaapb
f0bdfc6b0f Updated package devel/ocaml-reactiveData to version 0.2.2.
Minor bugfixes and additions.
2019-03-05 17:14:52 +00:00
jaapb
fc9a25ccdc Updated devel/ocaml-lwt for dune compatibility.
Package now compatible with dune 1.7; revbump..
2019-03-05 16:56:16 +00:00
jaapb
1701554a75 Updated package devel/ocaml-cppo for dune compatibility.
Package now compatible with dune 1.7; revbump.
2019-03-05 16:53:49 +00:00
jaapb
a6e17e8fa4 Updated devel/ocaml-re for dune compatibility.
Package now compatible with dune 1.7; revbump.
2019-03-05 16:50:45 +00:00
jaapb
dfea86194a Updated devel/ocaml-ppx_tools_versioned for dune compatibility.
Package is now compatible with dune 1.7; revbump.
2019-03-05 16:35:29 +00:00
jaapb
ccc2677706 Updated devel/ocaml-migrate-parsetree to version 1.2.0.
The package is now compatible with dune 1.7.

Upstream changes are minor.
2019-03-05 16:33:41 +00:00
jaapb
3da0bd93d0 Updated package devel/ocaml-ppx_derivers for dune compatibility.
Package now compatible with dune 1.7; revbump.
2019-03-05 16:30:39 +00:00
prlw1
ebcf8dedaf Update py-meson to 0.49.2
No release notes provided.

In brief:
- meson still strips rpath on install
- glib2 requires meson >= 0.48.0
2019-03-05 16:30:18 +00:00