Commit graph

35791 commits

Author SHA1 Message Date
adam
80a53128af py-xdis: updated to 4.5.1
4.5.1:
Stack-effect redux

Fix bug in marshal for 3.8+ (include posonlyargcount)
Go over stack effects from 2.5 to 3.4 using and idea from Maynard
Expand stack-effect testing
2020-04-28 11:01:17 +00:00
adam
182a1db997 py-click: updated to 7.1.2
Version 7.1.2
- Revert applying shell quoting to commands for ``echo_with_pager``
  and ``edit``. This was intended to allows spaces in commands, but
  caused issues if the string was actually a command and arguments, or
  on Windows. Instead, the string must be quoted manually as it should
  appear on the command line.
2020-04-28 10:59:03 +00:00
adam
9fe070e65d py-pybind11: added version 2.5.0
pybind11 is a lightweight header-only library that exposes C++ types in Python
and vice versa, mainly to create Python bindings of existing C++ code. Its
goals and syntax are similar to the excellent Boost.Python by David Abrahams:
to minimize boilerplate code in traditional extension modules by inferring type
information using compile-time introspection.
2020-04-28 09:42:47 +00:00
nikita
e2e3a489be Add devel/go-cmp Version 0.4.0
go-cmp is a package for equality of Go values.

This package is intended to be a more powerful and safer alternative
to reflect.DeepEqual for comparing whether two values are semantically
equal.

The primary features of cmp are:

- When the default behavior of equality does not suit the needs of the
  test, custom equality functions can override the equality
  operation. For example, an equality function may report floats as
  equal so long as they are within some tolerance of each other.

- Types that have an Equal method may use that method to determine
  equality. This allows package authors to determine the equality
  operation for the types that they define.

- If no custom equality functions are used and no Equal method is
  defined, equality is determined by recursively comparing the
  primitive kinds on both values, much like reflect.DeepEqual. Unlike
  reflect.DeepEqual, unexported fields are not compared by default;
  they result in panics unless suppressed by using an Ignore option
  (see cmpopts.IgnoreUnexported) or explicitly compared using the
  AllowUnexported option.
2020-04-27 17:15:22 +00:00
nikita
3588982817 revbump for devel/go-pflag update 2020-04-27 17:02:24 +00:00
nikita
db996c8d59 devel/go-pflag: Update to version 1.0.5
Changelog picked from https://github.com/spf13/pflag/releases:


1.0.5
	Merge pull request #219 from cfromknecht/fix-mod
	Remove require pflag v1.0.3


v1.0.5-rc1
	This hopefully fixes #218, and will be promoted
	when the fix has been verified.

1.0.4
	Fix typo in go.mod

1.0.3
	Fix panic when parsing unknown flag followed by
	empty argument (#173)

1.0.2
	Add base64 encoded flag type
2020-04-27 16:54:25 +00:00
nikita
ae1583c823 Add devel/go-levenshtein version 1.2.3
go-levenshtein is a Go package for calculating the Levenshtein
distance between two strings.

This package implements distance and similarity metrics for strings,
based on the Levenshtein measure.
2020-04-27 16:31:22 +00:00
nikita
d9f2b11ad6 Add devel/go-textseg version 12.0.0
go-textseg s an implementation of the Unicode Text Segmentation
specification for Go. Specifically, it currently includes only the
"grapheme cluster" segmentation algorithm.

Each major version of Unicode includes a set of tables that define how
each codepoint participates in the segmentation algorithms. Therefore
any caller of this library must select a specific version of Unicode
to support.

To allow for each caller to make that decision separately even though
multiple callers may coexist in the same program, there is a separate
major release of this module for each supported major Unicode
version. Therefore you can select the specific version you want by
module path.
2020-04-27 15:42:20 +00:00
nikita
7379c23239 Add devel/go-wordwrap version 1.0.0
go-wordwrap is a package for Go that automatically wraps words into
multiple lines. The primary use case for this is in formatting CLI
output, but of course word wrapping is a generally useful thing to do.
2020-04-27 15:15:08 +00:00
taca
6900e10d8f devel/ruby-native-package-installer: update to 1.0.9
Update ruby-native-package-installer to 1.0.9.


## 1.0.9 - 2019-12-10

### Improvements

  * Added support for Ubuntu specific package.
    [GitHub#9][Patch by İsmail Arılık]

### Thanks

  * İsmail Arılık

## 1.0.8 - 2019-10-10

### Improvements

  * Enabled PowerTools repository on CentOS 8.
2020-04-27 14:11:35 +00:00
adam
49f24c5209 py-faker: updated to 4.0.3
4.0.3:
* Fixed ``MSISDN`` for ``pt_BR``  to return only mobile numbers.
* Added Domain Generator Algorithm by date.
* Fixed issue where ``pydict`` provider was not returning the correct number of elements.
* Added support for Indian Aadhaar numbers.
* Added ``company_vat`` for ``it_IT``.
* Improved autodocumentation of providers.
* Added provider for ``es_ES`` license plates.
* Implemented ``__dir__`` method to Faker proxy for better autocompletion.
* Uppercased HEX colors for all localized color providers.
* Added bank provider for ``es_ES`` locale.
* Added support for UK counties.
* Added color provider for ``no_NO`` license plates.
* Made ``value_types`` a keyword argument in ``python`` provider.
2020-04-27 10:19:46 +00:00
adam
11afd1772b py-dulwich: updated to 0.19.16
0.19.16:
* Don't send "deepen None" to server if graph walker
  supports shallow.

* Support tweaking the compression level for
  loose objects through the "core.looseCompression" and
  "core.compression" settings.

* Support tweaking the compression level for
  pack objects through the "core.packCompression" and
  "core.compression" settings.

* Add a "dulwich.contrib.diffstat" module.
2020-04-27 10:18:53 +00:00
adam
99790d84e2 py-test-sugar: updated to 0.9.3
0.9.3:
- Fix incompatibility with pytest 5.4.0
2020-04-27 08:18:04 +00:00
adam
f4df840ed7 py-cython: updated to 0.29.17
0.29.17:
Features added
std::move() is now available from libcpp.utility. Patch by Omer Ozarslan.
The @cython.binding decorator is available in Python code.

Bugs fixed
Creating an empty unicode slice with large bounds could crash. Patch by Sam Sneddon.
Decoding an empty bytes/char* slice with large bounds could crash. Patch by Sam Sneddon.
Re-importing a Cython extension no longer raises the error "__reduce_cython__ not found".
Unused C-tuples could generate incorrect code in 0.29.16. Patch by Kirk Meyer.
Creating a fused function attached it to the garbage collector before it was fully initialised, thus risking crashes in rare failure cases. Original patch by achernomorov.
Temporary buffer indexing variables were not released and could show up in C compiler warnings, e.g. in generators. Patch by David Woods.
The compilation cache in cython.inline("…") failed to take the language level into account. Patch by will-ca.
The deprecated PyUnicode_GET_SIZE() function is no longer used in Py3.
2020-04-27 07:22:17 +00:00
taca
9a5441d68b devel/ruby-rugged: update to 1.0.0
Update ruby-rugged to 1.0.0.

No release note nor changes is available.
2020-04-27 07:04:14 +00:00
taca
fb0a428c3c devel/ruby-rspec-rails: update to 4.0.0
Update ruby-rspec-rails to 4.0.0.


### 4.0.0.rc1 / 2020-03-13
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.0.beta4...v4.0.0.rc1)

Enhancements:

* Allow `ActiveJob` matchers `#on_queue` modifier to take symbolic queue names. (Nils Sommer, #2283)
* The scaffold generator now generates request specs in preference to controller specs.
  (Luka Lüdicke, #2288)
* Add configuration option to disable ActiveRecord. (Jon Rowe, Phil Pirozhkov, Hermann Mayer, #2266)
*  Set `ActionDispatch::SystemTesting::Server.silence_puma = true` when running system specs.
  (ta1kt0me, Benoit Tigeot, #2289)

Bug Fixes:

* Restore previous conditional check for setting `default_url_options` in feature
  specs, prevents a `NoMethodError` in some scenarios. (Eugene Kenny, #2277)
* Allow changing `ActiveJob::Base.queue_adapter` inside a system spec.
  (Jonathan Rochkind, #2242)
* `rails generate generator` command now creates related spec file (Joel Azemar, #2217)
* Relax upper `capybara` version constraint to allow for Capybara 3.x (Phil Pirozhkov, #2281)
* Clear ActionMailer test mailbox after each example (Benoit Tigeot, #2293)

### 4.0.0.beta4
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.0.beta3...v4.0.0.beta4)

Enhancements:

* Add argument matcher support to `have_enqueued_*` matchers. (Phil Pirozhkov, #2206)
* Switch generated templates to use ruby 1.9 hash keys. (Tanbir Hasan, #2224)
* Add `have_been_performed`/`have_performed_job`/`perform_job` ActiveJob
  matchers (Isaac Seymour, #1785)
* Default to generating request specs rather than controller specs when
  generating a controller (Luka Lüdicke, #2222)

Bug Fixes:

* Prevent `driven_by(:selenium)` being called due to hook precedence.
  (Takumi Shotoku, #2188)
* Prevent a `WrongScopeError` being thrown during loading fixtures on Rails
  6.1 development version. (Edouard Chin, #2215)
* Fix Mocha mocking support with `should`. (Phil Pirozhkov, #2256)

### 4.0.0.beta3
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.0.beta2...v4.0.0.beta3)

Enhancements:

* Adds support for JRuby on Rails 5.2 and 6
* Add support for parameterised mailers (Ignatius Reza, #2125)
* Add ActionMailbox spec helpers and test type (James Dabbs, #2119)
* Add ActionCable spec helpers and test type (Vladimir Dementyev, #2113)
* Add support for partial args when using `have_enqueued_mail`
  (Ignatius Reza, #2118, #2125)
* Add support for time arguments for `have_enqueued_job` (@alpaca-tc, #2157)
* Improve path parsing in view specs render options. (John Hawthorn, #2115)
* Add routing spec template as an option for generating controller specs.
  (David Revelo, #2134)

Bug Fixes:

* Replace `before_teardown` as well as `after_teardown` to ensure screenshots
  are generated correctly. (Jon Rowe, #2164)
* `ActionView::FixtureResolver#hash` has been renamed to `ActionView::FixtureResolver#data`.
  (Penelope Phippen, #2076)
* Add missing require for `have_enqueued_mail` matcher.  (Ignatius Reza, #2117)

### 4.0.0.beta2
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.0.beta1...v4.0.0.beta2)

Bug Fixes:

* Fix version dependencies in gemspec.

### 4.0.0.beta1
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v3.9.0...v4.0.0.beta1)

Enhancements:

* Adds support for Rails 6. (Penelope Phippen, Benoit Tigeot, Jon Rowe, #2071)

Bug Fixes:

* `EmptyTemplateHandler.call` now needs to support an additional argument in
  Rails 6. (Pavel Rosický, #2089)
* Suppress warning from `SQLite3Adapter.represent_boolean_as_integer` which is
  deprecated. (Pavel Rosický, #2092)
* `ActionView::Template#formats` has been deprecated and replaced by
  `ActionView::Template#format`(Seb Jacobs, #2100)

Breaking Changes:

* Drops support for Rails below 5.0
* Drops support for Ruby below 2.3
2020-04-27 06:58:35 +00:00
taca
a6813e28f0 devel/ruby-racc: update to 1.5.0
Update ruby-racc to 1.5.0.

No changes/release note is available.

* y2racc and racc2y are removed.
2020-04-27 06:53:18 +00:00
taca
450a35a9af devel/ruby-power_assert: update to 1.2.0
Update ruby-power_assert to 1.2.0.

* pkgsrc change: update HOMEPAGE.


1.2.0 (2020-4-18)

* The repository was transferred and no other change.
2020-04-27 06:25:19 +00:00
taca
d00a741320 devel/ruby-octokit: update to 4.18.0
Update ruby-octokit to 4.18.0.


4.18.0 (2020-03-25)

Documentation

* #1200 Fix an API link in the Search client @NickLaMuro

Preview Header Support

* #1183 Enable issue events API to return project events @gammons
* #1203 Update deprecated application API to new preview @oreoshake

Bug Fixes

* #1201 Fix random test failures @MSP-Greg
* #1218 Fix incorrect URLs for the Authorizations client @tarebyte
2020-04-27 06:12:54 +00:00
taca
6ae1ad59f4 devel/ruby-mustache: update to 1.1.1
Update ruby-mustache to 1.1.1.


1.1.1 (2019-12-03)

* [improvement] Improve yardoc documentation (#247)
* [bug] Fix warnings about instance variables (#246)
2020-04-27 06:03:16 +00:00
taca
b5af29694e devel/ruby-mixlib-cli: update to 2.1.6
Update ruby-mixlib-cli to 2.1.6.


2.1.6 (2020-04-07)

Merged Pull Requests

* Substitute require for require_relative #76 (tas50)
2020-04-27 05:50:48 +00:00
taca
9d0e62e38b devel/ruby-getopt: update to 1.5.1
Update ruby-getopt to 1.5.1.


== 1.5.1 - 23-Mar-2020
* Properly add a LICENSE file since the Apache-2.0 license requires it.
* Added explicit .rdoc extensions to the README, CHANGES and MANIFEST files,
  mostly so they look nicer on github.
2020-04-27 05:22:43 +00:00
taca
66dbe3e5c0 devel/ruby-cucumber-wire: update to 3.0.0
Update ruby-cucumber-wire to 3.0.0.


3.0.0 (2020-04-24)

Changed

* Use cucumber-ruby-core 7.0.0

* Updated monorepo libraries:

	- cucumber-cucumber-expressions ~> 10
	- cucumber-messages ~> 12
2020-04-27 05:09:02 +00:00
taca
c820775779 devel/ruby-cucumber-expressions: update to 10.1.0
Update ruby-cucumber-expressions to 10.1.0.

* PKGNAME changed from ruby-cucumber-expressions to
  ruby-cucumber-cucumber-expressions.

No release notes available.
2020-04-27 05:00:17 +00:00
taca
c19273fe0d devel/ruby-cucumber-core: update to 7.0.0
Update ruby-cucumber-core to 7.0.0.

No release notes available.
2020-04-27 04:58:30 +00:00
taca
5478be130f devel/ruby-cucumber-messages: update to 12.1.1
No release notes available.
2020-04-27 04:55:32 +00:00
taca
07ffba258e devel/ruby-byebug: update to 11.1.3
Update ruby-byebug to 11.1.3.


## [11.1.3] - 2020-04-23

### Fixed

* [#674](https://github.com/deivid-rodriguez/byebug/pull/674): crash when using byebug on ruby 2.7.0 on Windows.

## [11.1.2] - 2020-04-17

### Fixed

* [#657](https://github.com/deivid-rodriguez/byebug/pull/657): crash when hitting \<TAB\> due to IRB completion mechanism included in the default ruby 2.7 version of the `irb` gem ([@terceiro]).
2020-04-27 04:05:56 +00:00
taca
4f2acde548 devel/ruby-bindata: update to 2.4.7
Update ruby-bindata to 2.4.7.


== Version 2.4.7 (2020-03-31)

* Fix choice assignment inside arrays.  Reported by Spencer McIntyre.
2020-04-27 04:01:10 +00:00
markd
2d814da893 tex-*: update to texlive 2020 versions
tex-doclicense{,-doc} to 1.10.1
tex-etoolbox{,-doc} to 2.5h
tex-l3backend{,-doc} to 2020
tex-l3experimental to 2020
tex-l3kernel{,-doc} to 2020
tex-l3packages{,-doc} to 2020
tex-latexbug{,-doc} to 1.0g
tex-lualibs{,-doc} to 2.70
tex-tlshell{,-doc} to 2020
2020-04-27 03:26:38 +00:00
tnn
ad0cfd79df nss: fix wrong value of CPU_ARCH on NetBSD/evbarm-earmv7hf
Fixes PR pkg/53353 and maybe also PR pkg/55158
2020-04-26 21:43:43 +00:00
wiz
073bc42fa9 meld: remove sentence from DESCR
There is no other version, so it doesn't make sense to emphasize that
this version is based on GTK3.
2020-04-26 16:47:51 +00:00
wiz
0112f4e4ea meld: update to 3.21.0nb2.
Update to 3.21.0 again now that the bug in gtksourceview4 is fixed.
2020-04-26 16:17:47 +00:00
mef
7de056d8ae (devel/p5-Struct-Dumb) Updated to 0.12
0.12    2020-04-21
        [BUGFIXES]
        * Better ways to detect late-loading of Data::Dump.
	+ Avoid touching its $VERSION
        + Check it is loaded when the destroywatch is invoked before
        actually applying filter
2020-04-26 13:59:43 +00:00
mef
3ca9f7c7a3 (devel/p5-Future) Updated to 0.45
0.45    2020-04-22
        [CHANGES]
         * API changes to make duck-typing closer to Promises/A+ et.al:
            + Allow sequencing methods to yield non-Future results; upgrade
              them to being Future-wrapped
            + Add ->resolve and ->reject as aliases of ->done and ->fail
         * Recognise PERL_FUTURE_STRICT environment variable to restore
           previous sequencing method behaviour

        [BUGFIXES]
         * ->without_cancel still needs to cancel result if caller is
           cancelled
         * Ensure all Future::AsyncAwait interop methods properly respect
           subclassing
2020-04-26 13:56:06 +00:00
mef
6ead73b6bf (devel/p5-Exporter-Tiny) Updated to 1.002002
1.002002        2020-04-24

 [ Bug Fixes ]
 - Bug in handling regexps in import lists; Exporter::Tiny allowed regexps
   like /foo/i but not /foo/. Having trailing flags is now optional!
   Tomohiro Hosaka++
   <https://github.com/tobyink/p5-exporter-tiny/issues/6>
 - Tests would fail if `PERL5OPT=-Mfeature=:5.18` environment variable was
   set. This is because bareword `-default` was being interpreted as the
   Perl `default` keyword.
   zhumengu++
   <https://github.com/tobyink/p5-exporter-tiny/issues/5>
2020-04-26 13:54:14 +00:00
mef
6dd944cffe (devel/p5-B-COW) 0.004 Added, (devel/p5-Clone) updated to 0.45
Added devel/p5-B-COW version 0.004
Updated devel/p5-Clone to 0.45
2020-04-26 13:39:55 +00:00
mef
64d21d95ba (devel/p5-Clone) Updated to 0.45. (pkgsrc) p5-B-COW added for TEST_DEPENDS
0.45 2020-04-23 14:46:00 atoomic
  - bump B::COW requirement to fix big-endian issue

0.44 2020-04-20 11:30:00 atoomic
  - support Perls with COW disabled (plicease)
  - bump B::COW requirement for testing
2020-04-26 13:37:07 +00:00
mef
f5dc09f497 (devel/p5-B-COW) import p5-B-COW-0.004
B::COW provides some naive additional B helpers to check the COW
status of one SvPV.  COW or Copy On Write introduction

A COWed SvPV is sharing its string (the PV) with other SvPVs. It's a
(kind of) Read Only C string, that would be Copied On Write (COW).

More than one SV can share the same PV, but when one PV need to alter
it, it would perform a copy of it, decrease the COWREFCNT counter.

One SV can then drop the COW flag when it's the only one holding a
pointer to the PV.

The COWREFCNT is stored at the end of the PV, after the the "\0".

That value is limited to 255, when we reach 255, a new PV would be
created,
2020-04-26 13:31:28 +00:00
rillig
bff1a7e1df devel/py-jupyter_client: disable tests for py27 2020-04-26 10:01:38 +00:00
rillig
dde4abe1f3 devel/py-py2app: disable tests for py27 2020-04-26 10:00:41 +00:00
rillig
5344d81463 devel/py-requests: disable tests for py27 2020-04-26 09:59:51 +00:00
rillig
cc43bfd1a1 devel/libthrift: suppress warning about unnecessary USE_TOOLS+=perl 2020-04-26 09:57:24 +00:00
rillig
24635f52be devel/libdaemon: fix path to pkg-config file 2020-04-26 09:55:09 +00:00
taca
c2900c228b devel/php-xdebug: update to 2.9.5
Update php-xdebug to 2.9.5.


php-xdebug 2.9.5 (2020-04-25)

Fixed bugs:

- Fixed issue #1772: Crash with exception thrown inside a destructor
- Fixed issue #1775: Segfault when another extension compiles a PHP file
  during RINIT
- Fixed issue #1779: Nested multi-line built-in function in namespace are
  not covered
2020-04-26 09:40:56 +00:00
taca
e95d9375a6 devel/ruby-backports: update to 3.17.1
Update ruby-backports to 3.17.1.


## [3.17.1](https://github.com/marcandre/backports/compare/v3.17.0...v3.17.1) - 2020-04-09

### Fixed

Fix Range#size (Ruby 2.0) on Ruby 1.8.7 [#144]
2020-04-26 08:42:36 +00:00
nikita
8ccb73d94c Add devel/go-tmc version 0.5.1
tmc provides round-trip serialization of typed Go maps.
2020-04-26 00:17:02 +00:00
rillig
6248c55d4c devel/lemon: fix typo in SUBST_FILES 2020-04-25 17:34:37 +00:00
rillig
61a11bca9f devel/imake: the SUBST block may be a no-op in some cases 2020-04-25 17:21:38 +00:00
rillig
4969fba0bd devel/gnustep-base: remove no-op base.make.in from SUBST_FILES
That file has -lpthread hard-coded.
2020-04-25 17:08:34 +00:00
nia
11d520bd1b libatomic_ops: Include bsd.prefs.mk so MACHINE_PLATFORM gets defined
Fixes build on sparc. From Tobias Ulmer via pkgsrc-users@
2020-04-24 12:33:26 +00:00