Commit graph

298674 commits

Author SHA1 Message Date
tsutsui
091f24ce3a ruby-pluggaloid: update to 1.2.0.
No upstream changelog.
2019-06-16 16:12:12 +00:00
tsutsui
eb0958bde2 doc: Updated devel/ruby-diva to 1.0.0 2019-06-16 16:10:51 +00:00
tsutsui
67cba93ec8 ruby-diva: update to 1.0.0.
No upstream changelog.
2019-06-16 16:10:13 +00:00
tsutsui
e52d3d2758 doc: Updated devel/ruby-delayer-deferred to 2.1.0 2019-06-16 16:07:30 +00:00
tsutsui
476501d44c ruby-delayer-deferred: update to 2.1.0.
No upstream changelog.
2019-06-16 16:07:14 +00:00
tsutsui
08a660a94c doc: Updated devel/ruby-delayer to 1.0.0 2019-06-16 16:05:36 +00:00
tsutsui
86653ee2ff ruby-delayer: update to 1.0.0.
No upstream changelog.
2019-06-16 16:05:21 +00:00
tsutsui
31793b0231 doc: Updated net/ruby-addressable to 2.6.0 2019-06-16 16:01:46 +00:00
tsutsui
2dd5d2f76f ruby-addressable: update to 2.6.0.
Upstream changes (from CHANGELOG.md):

# Addressable 2.6.0
- added `tld=` method to allow assignment to the public suffix
- most `heuristic_parse` patterns are now case-insensitive
- `heuristic_parse` handles more `file://` URI variations
- fixes bug in `heuristic_parse` when uri starts with digit
- fixes bug in `request_uri=` with query strings
- fixes template issues with `nil` and `?` operator
- `frozen_string_literal` pragmas added
- minor performance improvements in regexps
- fixes to eliminate warnings
2019-06-16 16:01:30 +00:00
leot
fd110682fe glib2: Use PKGCONFIG_OVERRIDE instead of patching meson.build-s
meson `pkgconfig' module generate pkg-config files during the configure
phase and PKGCONFIG_OVERRIDE can be used in post-configure stage to
avoid directly patching meson.build files.

Discussed with <ryoon>, thanks!
2019-06-16 15:28:11 +00:00
adam
c211d709c0 Updated time/py-arrow, devel/py-h5py 2019-06-16 14:12:15 +00:00
adam
2be9f35d75 py-h5py: updated to 2.9.0
What's new in h5py 2.9

New features
* A convenient high-level API for creating virtual datasets, HDF5 objects which
  act as a view over one or more real datasets.
  See :ref:vds for details.
* :class:File can now be constructed with a Python file-like object,
  making it easy to create an HDF5 file in memory using :class:io.BytesIO
  See :ref:file_fileobj for details.
* :class:File now accepts parameters to control the chunk cache.
  See :ref:file_cache for details.
* New options to record the order of insertion for attributes and group entries.
  Iterating over these collections now follows insertion order if it was
  recorded, or name order if not.
* A new method :meth:Group.create_dataset_like to create a new dataset with
  similar properties to an existing one.
* Datasets can now be created with storage backed by external non-HDF5 files
* Lists or tuples of unicode strings can now be stored as HDF5 attributes
* Inspecting the view returned by .keys() now shows the key names, for
  convenient interactive use.

Exposing HDF5 functions
* H5LTopen_file_image as :func:h5py.h5f.open_file_image.
* External dataset storage functions H5Pset_external, H5Pget_external
  and H5Pget_external_count as methods on :class:h5py.h5p.PropDCID

Bugfixes
* Fix reading/writing of float128 data.
* Converting data to float16 when creating a dataset.

Support for old Python
Support for Python 3.3 has been dropped.
Support for Python 2.6 has been dropped.
2019-06-16 14:11:49 +00:00
adam
26ec534a1b py-arrow: updated to 0.14.2
0.14.2
- [CHANGE] Travis CI builds now use tox to lint and run tests.
- [FIX] Fixed UnicodeDecodeError on certain locales.

0.14.1
- [FIX] Fixed "ImportError: No module named 'dateutil'".

0.14.0
- [NEW] Added provisional support for Python 3.8.
- [CHANGE] Removed support for EOL Python 3.4.
- [FIX] Updated setup.py with modern Python standards.
- [FIX] Upgraded dependencies to latest versions.
- [FIX] Enabled flake8 and black on travis builds.
- [FIX] Formatted code using black and isort.
2019-06-16 14:08:03 +00:00
adam
32da84d539 Updated graphics/py-matplotlib; Removed graphics/py-matplotlib-{gtk2,tk} 2019-06-16 13:19:17 +00:00
adam
7a1e9459ed py-matplotlib: updated to 3.1.0
REL: v3.1.0
The first release of the v3.1 series
This version of Matplotlib support Python 3.6+
Highlights of this release include:
 - A helper method for scatter legends
 - Secondary axis support (ex, degrees and radians)
 - A concise date formatter
 - No longer requires a framework build of Python to use OSX backend
 - Major and minor ticks will no longer collide by default
 - A progress callback for animations
 - mplot3D is always registered
 - deprecated mlab functions have been removed
 - Many function calls have become stricter about invalid or ignored input

REL: v3.0.3
The third and last planned bug-fix release of the 3.0 series
* fix several possible memory leaks
* documentation fixes

jquery-ui is no longer bundled in git repo and is downloaded during
the install or sdist process. If you are installing from pypi the
files will be included, but if you are installing from git you will
need internet access the first time you run `pip install .`. The
install process tries to cache the files and will not need internet
access on future installations.

REL: v3.0.2
This is the second bug-fix release for the v3.0 series.
 - Un-breaks basemap which was broken by partially restoring
   private APIs for cartopy.
 - Fixes bug in warning code when used in an embedded context.
 - Fixes crash when using Tk and closing the first open window before showing it
 - Many documentation improvements.
 - Restore a corner case on ColorBar tick usage.
 - Change the default behavior of `matplotlib.use` to silently allow
   more 'safe' switching after auto-discovery, but before starting an event loop.
 - Improvements to bounding box calculations.
 - Provide the correct length for RcParams instances.

REL: v3.0.1
This is the first bug fix release for the 3.0 series which fixes
several
 - Fix failure to import bug when used with backend-fallback on Python
   3.6.7 and 3.7.1
 - Fixed a number of failure to import bugs around finding fonts
 - Fix Qt4 backend
 - Fix bug on OSX that recursively searched current directory for fonts
 - Fix bouncing-rocket on OSX when doing backend fallback and not
   selecting OSX
 - Temporarily restore several private APIs to unbreak cartopy
 - Make pyplot more tolerant of varying signatures in 3rd-party
   sub-classe
 - Improve datetime64 unit handling
 - Fixed several poor interactions with tight_layout

REL: v3.0.0
The first release of the Matplotlib 3.0 series
This is the first version of Matplotlib to only support Python 3.
Highlights of this release include:
 - GUI backend is selected at run-time based on what toolkits are
   installed.  A GUI toolkit will not be selected on a headless
   server.
 - New cyclic color map *twilight*
 - Improvements to automatic layout of titles, ticks, and GridSpec
 - Many bug fixes!
2019-06-16 13:11:34 +00:00
tm
1cafe31332 phpmyadmin: provide correct shell script for replace_sh (pkg/54296) 2019-06-16 09:13:11 +00:00
wiz
a11696b064 doc/TODO: add some
+ GraphicsMagick-1.3.32, MesaLib-19.1.0, gimp-2.10.12, mpc-0.32.
2019-06-16 08:50:54 +00:00
ryoon
be36dddb68 Updated devel/glib2 to 2.60.4nb1 2019-06-16 01:55:15 +00:00
ryoon
7c5147a402 Include rpath flags to ldflags, Bump PKGREVISION
This is workaround and should be fixed with more generic approach.
Outside pkgsrc, this may not work properly.
2019-06-16 01:54:40 +00:00
adam
f3c13b2173 Updated math/py-kiwisolver, textproc/py-guessit 2019-06-15 19:05:09 +00:00
adam
037983cf97 py-guessit: updated to 3.0.4
3.0.4:
- screen_size property 540p was added.
- Fix audio_channel detection for 6.0
- Fix common words being detected as language
- streaming_service is now configurable in advanced options
- Add DC Universe to streaming_service
- Improve detection when release name in between brackets
- Improve language detection
- Fix wrong 3D detection
- Fix to keep separators for single characters. E.g.: S.W.A.T.
- Fix Show Name/Season SS/Ep. EE - Title
- Added This is Us to default expected titles
- Added suggested_expected to the api to support apps that uses guessit as a library
- Added Extras detection as other property
- Add more streaming sites
2019-06-15 19:04:24 +00:00
adam
8a079ae904 py-kiwisolver: updated to 1.1.0
Wrappers 1.1.0 | Solver 1.1.0
- prevent attempting a dual optimize on a dummy row
- add dump and dumps methods to inspect the internal state of the
  solver
- test on Python 3.7
- improvemnts to setup.py and tests
2019-06-15 18:54:41 +00:00
wiz
c0a42a6db5 doc/TODO: + mutt-1.12.1, ucon64-2.2.0. 2019-06-15 18:42:56 +00:00
adam
c2367d627e py-Theano: use pytest for testing 2019-06-15 18:13:14 +00:00
adam
db38be5b91 py-obspy: Python 2.7 is not supported any more because of py-scipy 2019-06-15 18:06:04 +00:00
adam
039ab0796a py-Theano: updated to 1.0.4
Theano 1.0.4:
This is a maintenance release of Theano, version 1.0.4, with no new features, but some important bug fixes.
2019-06-15 18:01:47 +00:00
adam
47eda6f434 gnuradio-core: py-scipy -> py-scipy12; bump revision 2019-06-15 17:54:22 +00:00
adam
8afab1f816 Added math/py-scipy12 2019-06-15 17:52:07 +00:00
adam
bf1c90069a py-scipy12: added version 1.2.2
This is the last version that supports Python 2.7.
Apparently, some packages still require Scipy with Python 2.7.
2019-06-15 17:51:13 +00:00
leot
e057ed155d doc: Updated net/hub to 2.12.0 2019-06-15 15:28:24 +00:00
leot
d01b466f28 hub: Update to 2.12.0
Changes:
2.12.0
------
## Features
* Add `hub pr show [<number>]` command to open a pull request in the browser
* Add `hub api --paginate` option to automatically fetch all pages of results
* Add `hub pull-request --no-maintainer-edits` flag to disallow project
  maintainers being able to push to your branch
* `hub issue -M` can now accept milestone names instead of just numbers
* Abort `hub pull-request` with a helpful error message if the current branch
  wasn't pushed to a git remote
* Drop support for legacy `hub.http-clone` git config value

## Fixes
* Fix querying git configuration when GIT_TRACE is used
* Support detached HEAD if `hub pull-request --head` was passed
* Fix newline in `hub create` error message
* Ensure HTTP connection reuse across API calls
2019-06-15 15:28:11 +00:00
christos
b79b8b1eba make this work again 2019-06-15 15:18:22 +00:00
christos
4ad5b1b443 add user agent 2019-06-15 15:16:30 +00:00
nia
1e1d948bfc dunst: Uses pod2man. 2019-06-15 15:02:13 +00:00
christos
1e3b408e86 handle SO_LINGER portably. 2019-06-15 15:01:02 +00:00
fox
122c936c21 doc: Updated www/cliqz to version 1.27.2 2019-06-15 12:52:39 +00:00
fox
c1592b6309 cliqz: update to 1.27.2
Changes since 1.27.1:

Merge with Firefox 67.0.2
2019-06-15 12:49:25 +00:00
nia
1c7ca976e4 libtorrent: Pass -Wl,-R to the linker instead of -W,-lR.
The latter smells like a typo and makes OpenSSL 1.1 detection fail.
2019-06-15 12:30:47 +00:00
leot
c32f65023c doc: Updated misc/less to 551 2019-06-15 10:03:52 +00:00
leot
6003c8204f less: Update to 551
pkgsrc changes:
 - Adjust regexp options to better match the underlaying configure semantic
   by introducing a `regex' group and having `pcre' and `regexp' as possible
   options.
 - Update LICENSE to reflect the licenses really used
 - Take MAINTAINERship

Changes:
Major changes between "less" versions 530 and 551
 * Add --mouse option.
 * Add --wheel-lines option.
 * Add --no-histdups option.
 * Add --save-marks option.
 * Support PCRE2 regular expression library.
 * Redraw screen on SIGWINCH even if screen size doesn't change.
 * Shell-escape filenames in history so they can be used again.
 * Ring bell if user enters invalid long option name.
 * Use PCRE_UTF8 flag for pcre regular expressions when in UTF-8 mode.
 * Windows: use wide-char string to set console title.
 * Don't count lines in initial screen if using -X with -F.
 * Support mingw build system.
 * Fix bug in v command on empty file.
 * Fix bug in v command when filename contains shell metacharacters.
2019-06-15 10:03:38 +00:00
leot
a6016216d6 doc: Updated misc/tmux to 2.9anb1 2019-06-15 09:43:09 +00:00
leot
f274db9b48 tmux: Add KERN_PROC_CWD support on NetBSD
If KERN_PROC_CWD is available use it instead of using procfs.

PKGREVISION++
2019-06-15 09:42:52 +00:00
adam
17a31fa54b Removed www/py-pendrell, www/py-flask-cache 2019-06-15 09:39:53 +00:00
adam
4cd99df00e py-flask-cache: removed; successor py-flask-caching 2019-06-15 09:38:03 +00:00
adam
c5877dd3be py-pendrell: removed 2019-06-15 09:37:17 +00:00
adam
0b3315f221 Updated audio/jack, audio/gsm 2019-06-15 08:41:59 +00:00
adam
208a26d2d5 gsm: updated to 1.0.18
1.0.18:
Remove the MacOS "quarantine" files that I didn't know I'd shipped.
Remove some trailing spaces.
Bump up the patchlevel in inc/gsm.h (I'd forgotten that in release 17.)

1.0.17:
New email addresses in the README.
Avoid left-shifting signed integers.
Don't print longwords using %d or %ld, cast them to (long) first.
Don't compare longwords as longs in addtest, we only care for the
        lower 32 bits. (The math works, but the test failed.)

1.0.16:
New email addresses in the manual pages (patch 16)
Removed a stray .orig file (in patch 15)
2019-06-15 08:41:30 +00:00
adam
3c82fe997c jack: updated to 0.125.0
0.125.0:
Bug fixes
2019-06-15 08:21:32 +00:00
adam
3de1cf6c23 Added math/py-uncertainties; Updated math/py-lmfit 2019-06-15 07:21:43 +00:00
adam
3635b94be0 py-lmfit: updated to 0.9.13
Version 0.9.13 Release Notes

New features:
Clearer warning message in fit reports when uncertainties should but cannot be estimated, including guesses of which Parameters to examine
SplitLorenztianModel and split_lorentzian function
HTML representations for Parameter, MinimizerResult, and Model so that they can be printed better with Jupyter
support parallelization for differential evolution

Bug fixes:
delay import of matplotlib (and so, the selection of its backend) as late as possible
fix for saving, loading, and reloading ModelResults
fix to leastsq to report the best-fit values, not the values tried last
fix synchronization of all parameter values on Model.guess()
improve deprecation warnings for outdated nan_policy keywords
fix for edge case in gformat()

Project managements:
using pre-commit framework to improve and enforce coding style
added code coverage report to github main page
updated docs, github templates, added several tests.
dropped support and testing for Python 3.4.
2019-06-15 07:21:21 +00:00