Commit graph

307526 commits

Author SHA1 Message Date
adam
7ca2f3e836 py-mypy: updated to 0.750
Mypy 0.750 was released. This release has better support for self-types, improved stub generator, experimental static inference of annotations, and other improvements and bug fixes. Read the blog post for more details.
2019-12-11 19:06:55 +00:00
adam
9df7164644 py-colored: updated to 1.4.2
version 1.4.2:
- Python 3 compatibility
- setup.py file

Version 1.4.1:
- UnsupportedOperation: fileno when detecting TTY
2019-12-11 19:04:15 +00:00
adam
ca940c457b py-colorama: updated to 0.4.3
0.4.3:
tweak Makefile build/upload instructions.
Fix README's link to enterprise docs
2019-12-11 19:01:00 +00:00
adam
f311dcfa25 py-geojson: updated to 2.5.0
2.5.0:
- Add "precision" parameter to GeoJSON Object classes with default precision of 6 (0.1m)
- Fix bug where `map_geometries()` util was not preserving Feature IDs
- Remove `crs` module and features to conform to official WGS84-only GeoJSON spec
- Set up semi-automatic PyPi releases via Travis/Jazzband
2019-12-11 18:58:58 +00:00
adam
4f2ec02df9 Updated textproc/fmtlib, devel/yarn, archivers/unrar, textproc/oniguruma 2019-12-11 18:51:10 +00:00
adam
e09c9f54dd oniguruma: updated to 6.9.4
Release 6.9.4
(Almost same as Release Candidate 3)
NEW API: RegSet (set of regexes)
Fixed CVE-2019-19012
Fixed CVE-2019-19203 (Does not affect UTF-8, UTF-16 and UTF-32 encodings)
Fixed CVE-2019-19204 (Affects only PosixBasic, Emacs and Grep syntaxes)
Fixed CVE-2019-19246
Fixed some problems (found by libFuzzer test)
2019-12-11 18:50:46 +00:00
adam
684ecd644a unrar: updated to 5.8.5
5.8.5
Unknown changes
2019-12-11 18:49:08 +00:00
adam
16bf38a8e7 yarn: updated to 1.21.1
1.21.1:
No release notes
2019-12-11 18:47:49 +00:00
adam
90db0a434e fmtlib: updated to 6.1.2
6.1.2:
Fixed ABI compatibility with libfmt.so.6.0.0.
Fixed handling types convertible to std::string_view.
Made CUDA test an opt-in enabled via the FMT_CUDA_TEST CMake option.
Fixed sign conversion warnings.
2019-12-11 18:43:34 +00:00
jperkin
8795d1d225 qemu: Various SunOS fixes. 2019-12-11 16:44:22 +00:00
ng0
450fdb1ec6 doc: Updated www/nsm to 1.24 2019-12-11 15:56:39 +00:00
ng0
ebe58bb70d www/nsm: Update to version 1.24
Changelog picked from https://github.com/nifty-site-manager/nsm/releases:

Nift (aka nsm) v1.24
Release Notes:
    * fixed bugs with content/page/script extensions and mv/cp/rm
      aka move/copy/del
    * updated/moved removePath to remove_path and remove_file and
      now removes now-empty directories
    * added in ^ option for @script syntax in template language
      for not making a backup copy
    * added in backupScripts to config files
    * added Nift commands track-dir, untrack-dir, rm-dir,
      track-from-file, untrack-from-file, rm-from-file (note when
      removing large volumes of pages using rm-from-file can cause
      significant machine lags while running and not long after)
    * added Nift commands watch, unwatch, info-watching
    * got rid of pre/post build-all and build-updated scripts,
      costs too much time and not really needed
    * added pre/post build scripts to page dependencies
2019-12-11 15:56:05 +00:00
mef
87f90f2c26 doc: Updated audio/pavucontrol to 4.0 2019-12-11 15:10:48 +00:00
mef
b82974d4e8 (audio/pavucontrol) Updated 3.0 to 4.0
Tue Mar 5 2019:
   [11]Version 4.0 released. Changes:
     * There can now be only one pavucontrol window open at a time. Trying
       to start pavucontrol for a second time brings the first window to
       foreground.
     * Added a "Show volume meters" checkbox to the Configuration tab.
       Disabling the volume meters reduces CPU use.
     * Improve the use of space (remove useless margins and paddings).
     * Use a more appropriate icon for the channel lock button.
     * Better channel label layout, prevents volume sliders from getting
       unaligned.
     * Maximum latency offset increased from 2 to 5 seconds to accommodate
       AirPlay devices that often have higher latency than 2 seconds (this
       is not that useful on newer PulseAudio versions, though, because
       the latency is reported much more accurately than before).
     * New --version command line option.
     * New translations: Chinese (Taiwan), Croatian, Korean, Norwegian
       Nynorsk, Lithuanian, Valencian.
     * Updated translations: Finnish, French, German, Italian, Japanese,
       Polish, Swedish.
     * Dropped support for Gtk+ 2.
     * Bumped the minimum supported libpulse version to 5.0.
     * Improved compatibility with newer Glade versions.
2019-12-11 15:10:23 +00:00
mef
75f42cf6af doc: Updated fonts/fntsample to 5.3 2019-12-11 14:58:10 +00:00
mef
6c71a374f7 (fonts/fntsample) Updated to 5.3
Changes in version 5.3
        * Support reproducible builds with PDF output (Khaled Hosny)
2019-12-11 14:57:43 +00:00
leot
65614edd6e git-base: Use bash to run tests
At least with NetBSD (9.99.17) sh(1) the `streaming support for --stdin'
test of t0008-ignores.sh hangs.  Force to use bash for tests and add it as a
test dependency. (This needs to be investigate further.)

The entire test suite is now runs but at least on NetBSD 9.99.17
t0301-credential-cache.sh test 29 `use user socket if user directory
exists' and test 30 `use user socket if user directory is a symlink to
a directory' fail.
2019-12-11 14:54:25 +00:00
tsutsui
a5ff555dd6 doc: Updated textproc/ruby-nokogiri to 1.10.7 2019-12-11 14:52:35 +00:00
tsutsui
810b9444de ruby-nokogiri: update to 1.10.7.
Upstream changes (from CHANGELOG.md):

## 1.10.7 / 2019-12-03

### Bug

* [MRI] Ensure the patch applied in v1.10.6 works with GNU `patch`. [#1954]


## 1.10.6 / 2019-12-03

### Bug

* [MRI] Fix FreeBSD installation of vendored libxml2. [#1941, #1953] (Thanks, @nurse!)


## 1.10.5 / 2019-10-31

### Security

[MRI] Vendored libxslt upgraded to v1.1.34 which addresses three CVEs for libxslt:

* CVE-2019-13117
* CVE-2019-13118
* CVE-2019-18197

More details are available at #1943.


### Dependencies

* [MRI] vendored libxml2 is updated from 2.9.9 to 2.9.10
* [MRI] vendored libxslt is updated from 1.1.33 to 1.1.34
2019-12-11 14:52:21 +00:00
tsutsui
36b6f12308 doc: Updated devel/ruby-memoist to 0.16.2 2019-12-11 14:51:53 +00:00
tsutsui
014ba5f061 ruby-memoist: update to 0.16.2.
Upstream changes (from CHANGELOG.md):

v0.16.2 (2019-12-04)

Merged pull requests:

* Fix regression introduced by frozen symbol fix #86 (sebjacobs)

v0.16.1 (2019-11-08)

Merged pull requests:

* Remove ruby 1.9.2 from travis build matrix #84 (unasuke)
* Make Memoist.escape_punctuation compatible with MRI 2.7 #82 (casperisfine)
* add 2.5.1 to travis #77 (matthewrudy)
* Remove ghit.me #74 (matthewrudy)
* Place sample code for execution in README.md #73 (3nan3)
* Require Ruby >=1.9.2 #69 (matthewrudy)
2019-12-11 14:51:36 +00:00
adam
ce475e1036 Updated devel/py-Pyro, net/py-Socks 2019-12-11 14:49:52 +00:00
adam
447409c1c1 py-Socks: updated to 1.7.1
1.7.1:
Unknown changes
2019-12-11 14:49:15 +00:00
adam
0129391bc5 py-Pyro: updated to 4.77
Pyro 4.77
- dropped support for Python 3.4 (which has reached end-of-life status). Supported Python versions are now 2.7, and 3.5 or newer.
  (the life cycle status of the Python versions can be seen here https://devguide.python.org/#status-of-python-branches)
- URIs now allow spaces in the location part. Useful for unix domain sockets.
2019-12-11 14:45:17 +00:00
adam
406ce2c113 Updated devel/py-dulwich, net/py-kombu 2019-12-11 14:42:17 +00:00
adam
99ccbbc88c py-kombu: updated to 4.6.7
4.6.7:
Use importlib.metadata from the standard library on Python 3.8+.
Add peek lock settings to be changed using transport options.
Fix redis health checks.
Reset ready before execute callback.
Add missing parameter queue_args in kombu.connection.SimpleBuffer.
2019-12-11 14:42:01 +00:00
adam
d8c848233c py-dulwich: updated to 0.19.14
0.19.14:
* Strip superfluous <> around email.
* Stop checking for ref validity client-side. Users can
  still call check_wants manually.
* Switch over to Google-style docstrings.
* Add a ``dulwich.porcelain.active_branch`` function.
* Cleanup new directory if clone fails.
* Expand "~" in global exclude path.
2019-12-11 14:37:50 +00:00
adam
fe78d01317 Updated devel/py-jupyter_core, security/py-certifi 2019-12-11 14:28:25 +00:00
adam
4b8204dfd6 py-certifi: updated to 2019.11.28
2019.11.28:
Unknown changes
2019-12-11 14:27:54 +00:00
adam
75deba0733 py-jupyter_core: updated to 4.6.1
4.6.1
- Tolerate execute bit in owner permissions when validating secure writes
- Fix project name typo in copyright
2019-12-11 14:24:50 +00:00
adam
dfea8810e6 Updated textproc/py-tabulate, devel/py-setuptools 2019-12-11 14:19:55 +00:00
adam
c030abf854 py-setuptools: updated to 42.0.2
v42.0.2
Fix support for easy_install's find-links option in setup.cfg.
Build dependencies (setup_requires and tests_require) now install transitive dependencies indicated by extras.
2019-12-11 14:19:35 +00:00
adam
3e227196b9 py-tabulate: updated to 0.8.6
0.8.6: Bug fixes. Stop supporting Python 3.3, 3.4.
2019-12-11 14:17:49 +00:00
adam
d99144d665 Updated devel/libebml, devel/protobuf, devel/py-protobuf 2019-12-11 14:13:29 +00:00
adam
c347d3c2b3 protobuf: updated to 3.11.1
3.11.1:
PHP
Extern declare protobuf_globals
2019-12-11 14:12:27 +00:00
tsutsui
d79fd5fa88 doc: Updated multimedia/adobe-flash-player to 32.0.0.303 2019-12-11 14:09:17 +00:00
tsutsui
02071a4fad adobe-flash-player: update to 32.0.0.303.
Upstream announcement:

https://helpx.adobe.com/flash-player/release-note/fp_32_air_32_release_notes.html

December 10, 2019
* Assorted functional fixes
2019-12-11 14:09:00 +00:00
adam
399930e48b libebml: updated to 1.3.10
v1.3.10:
* When reading binary elements with a size of 0, the element was
  skipped by libebml instead of returned to the calling function.
2019-12-11 14:05:28 +00:00
mef
d96cb30387 doc: Updated fonts/FiraCode to 2 2019-12-11 13:52:34 +00:00
mef
8896ca1f18 (fonts/FireCode) Updated from 1.204 to 2 (thanks leot@ for advice)
### Changelog

All notable changes to this project will be documented in this file.

#### 2.0 (September 9, 2019)

- Characters U+25DE `◟` and U+25DF `◞` were swapped [#761]
- Added Box Drawing Light Arcs U+256D `╭` U+256E `╮` U+256F `╯` U+2570 `╰` [#702] [#714] [#725]
- Added Mathematical Angle Brackets U+27E8 `⟨` U+27E9 `⟩` [#763]
- Added Light and heavy dashed lines U+2504..U+250B `┄┅┆┇┈┉┊┋` [#702]
- Adjusted Box drawings double dashes U+254C..U+254F `╌╍╎╏`
- Fixed outlines of U+04FA `Ӻ` and U+04FB `ӻ` [#806]
- Added Not identical to U+2262 `≢` [#396]
- Added Latin Capital Letter Sharp S U+1E9E `ẞ` [#587]
- Tuned position and width of U+2044 Fraction Slash ` ⁄ ` [#588] and U+2215 Division Slash `∕` [#805]
- Added U+1405 Canadian Syllabics O `ᐅ` and U+140A Canadian Syllabics A `ᐊ` [#666]
- Added U+2234 Therefore `∴` and U+2235 Because `∵` [#669]
- Added U+239B..U+23AD multi-line brackets [#675]

```
⎛ 1 ⎞ ⎡ a ⎤ ⎧ x ⎫
⎜ 2 ⎟ ⎢ b ⎥ ⎪ y ⎪
⎜ 3 ⎟ ⎢ c ⎥ ⎨ z ⎬
⎜ 4 ⎟ ⎢ d ⎥ ⎪ y ⎪
⎝ 5 ⎠ ⎣ e ⎦ ⎩ x ⎭
```

- Added U+27F0..U+27FF Supplemental Arrows-A `⟲⟳⟰⟱⟴⟵⟶⟷⟸⟹⟺⟻⟼⟽⟾⟿` [#677]
- Added U+2400..U+2426 Control Pictures `␆␈␇␣␢␘␍␐␡␥␔␑␓␒␙␃␄␗␅␛␜␌␝␉␊␕␤␀␞␏␎␠␁␂␚␦␖␟␋` [#764]
- Added U+2388 Helm Symbol `⎈` [#766]
- Added U+2016 Double Vertical Line `‖` [#780]
- Tuned metrics (1870,-530 -> 1800,-600, upm 2000 -> 1950, hopefully fix [#552] [#798])
- Box characters to not overflow line height, taller `|` [#449]
- Added few technical symbols [#799]:
  - U+21A9 Leftwards arrow with hook (Return) `↩`
  - U+21DE Upwards arrow with double stroke (Page Up) `⇞`
  - U+21DF Downwards arrow with double stroke (Page down) `⇟`
  - U+21E4 Left Tab Arrow `⇤`
  - U+21E5 Right Tab Arrow `⇥`
  - U+2300 Diameter sign `⌀`
  - U+2303 Up Arrowhead (Control) `⌃`
  - U+2304 Down Arrowhead `⌄`
  - U+2305 Projective `⌅`
  - U+2306 Perspective `⌆`
  - U+2318 Place of interest sign (Command) `⌘`
  - U+2324 Up Arrowhead between two horizontal bars `⌤`
  - U+2325 Option Key `⌥`
  - U+2387 Alternative Key Symbol `⎇`
  - U+238B Broken Circle with Northwest Arrow (Escape) `⎋`
  - U+23CF Eject symbol `⏏`
- Added Coq logical and ` /\ ` and logical or ` \/ ` ligatures, U+2227 `∧` and U+2228 `∨` [#191] [#488] [#738] [#810]
- Added SystemVerilog `|->` `|=>` and `<-|` `<=|` for symmetry [#695]
- Added Forces `||-` ligature and U+22A2..U+22AF `⊢ ⊣ ⊤ ⊥ ⊦ ⊧ ⊨ ⊩ ⊪ ⊫ ⊬ ⊭ ⊮ ⊯` [#709]
- Added `fl` `Fl` `Tl` ligatures, adjusted `fi` `fj` pairs [#795]
- Disabled ligatures after regexp lookahead/lookbehinds `(?<=<` `(?<=>` `(?<==>` `(?<=|` `(?<==` `(?=:=` `(?=!=` `(?==` `(?===` `(?==>` `(?=>` `(?=>>` `(?=<<` `(?=/=` `(?!!` `(?!!.` `(?!=` `(?!==` `(?<!!` `(?<!!.` `(?<!=` `(?<!==` `(?<!--` [#578]
- Removed `..=` [#757]
- Alternatives (stylistic sets):
  - Lowercase `r` (ss01) [#601]
  - Less than/greater than `<=` `>=` (ss02) [#263] [#617]
  - Ampersand `&` (ss03) [#617]
  - Dollar sign `$` (ss04) [#617]
  - At sign `@` (ss05) [#617] [#748] [#817]
  - Thin backslash (ss06) [#577 #720 #825]
  - Dotted zero `0` (zero, ss19)
  - Old-style figures (onum, ss20) [#561] [#715]
- Old-style figures no longer prevent ligatures [#561] [#715]

#### 1.207 (April 6, 2019)

- Variable TTF, cleaned up [many small Light weight errors](https://github.com/thundernixon/FiraCode/blob/qa/googlefonts-qa/notes/outline-checks.md) (done by @thundernixon, PR #735)
- Dropped EOF which were only useful for IE 6-11
- Fixed different vertical position of `<=` `>=` in Light and Bold caused during [#483]

#### 1.206 (September 30, 2018)

- Added `<==>` ([#392]), `#:` ([#642]), `!!.` ([#618]), `>:` `:<` ([#605]), U+0305 Combining overline ([#608]), U+2610 Ballot box, U+2611 Ballot box with check, U+2612 Ballot box with x ([#384])
- Fixed incorrect width of `[` `**` ([#607])
- Redrew `{|` `|}` `[|` `|]` ([#643])
- Removed `{.` `.}` ([#635]), thin backslash ([#577])
- Disabled ligatures in `(?=` `(?<=` `(?:` ([#624]), `>=<` ([#548]), `{|}` `[|]` ([#593])
- Fixed ligatures precedence in `<||>` ([#621]), `:>=` ([#574]), `<<*>>` `<<<*>>>` `<<+>>` <<<+>>>` `<<$>>` `<<<$>>>` ([#410]), `!=<` ([#276])
- Fixed incorrectly swapped box drawing characters `╵` and `╷` ([#595])
- Adjusted vertical position of `<=` `>=` to align with `<` `>` ([#483])

#### 1.205 (February 27, 2018)

- Slashed zero by default ([#481] [#342])
- Adjusted vertical position of colon `:` near `{[()]}` ([#486])
- Thin backslash except when in `\\`, removed `\\\` ([#536])
- Added `:>` ([#547]) and `<:` ([#525])
- Removed `=<` ([#479] [#468] [#424] [#406] [#355] [#305])
- Added `::=` ([#539])
- Added `[|` `|]` ([#516]) `{|` `|}` ([#330])
- Added `✓` (U+2713)
- Added `..=` ([#433])
- Added `=!=` ([#338])
- Added `|-` `-|` `_|_` and adjusted `|=` `||=` ([#494])
- Added `#=` ([#208])
2019-12-11 13:52:07 +00:00
adam
63f57d46b6 Updated www/py-meld3, archivers/py-libarchive-c 2019-12-11 13:47:04 +00:00
adam
44f56bece0 py-libarchive-c: updated to 2.9
2.9:
Changes to the library:
optimized the ArchiveEntry class
added support for the zstd format
fixed the top-level __all__ list (7b97d8b)
updated the code to support Python 3.8
improved the add_file_from_memory method
lowered the level of log messages from warning to info

Tests:
dropped testing with Python 3.4, added 3.7 and 3.8
fixed unicode handling in entry tests
2019-12-11 13:46:46 +00:00
adam
355cdb58c6 py-meld3: updated to 2.0.0
2.0.0:
- Removed support for older Python versions.  On Python 2, meld3 now
  requires Python 2.7.  On Python 3, meld3 now requires Python 3.4 or later.
- Added Python 3.7 classifier to ``setup.py``.  No code changes were
  needed for Python 3.7 compatibility.
2019-12-11 13:43:31 +00:00
adam
688351d0ca Updated devel/py-xdis, lang/py-uncompyle6 2019-12-11 13:20:20 +00:00
adam
f4bfdb4cca py-uncompyle6: updated to 3.6.0
3.6.0:
The main focus in this release was more accurate decompilation especially for 3.7 and 3.8. However there are some improvments to Python 2.x as well, including one of the long-standing problems of detecting the difference between try ... and try else ....

With this release we now rebase Python 3.7 on off of a 3.7 base; This is also as it is (now) in decompyle3. This facilitates removing some of the cruft in control-flow detection in the 2.7 uncompyle2 base.

Alas, decompilation speed for 3.7 on is greatly increased. Hopefull this is temporary (cough, cough) until we can do a static control flow pass.

Finally, runing in 3.9-dev is tolerated. We can disassemble, but no parse tables yet.
2019-12-11 13:19:20 +00:00
mef
5e31d65c19 doc: Updated fonts/Hack-ttf to 3.003 2019-12-11 13:18:47 +00:00
adam
cf67d1e3ef py-xdis: updated to 4.2.0
4.2.0:
Add preliminary 3.9(dev) support
Handle 3.8-3.9 bytecode from 3.7ish
2019-12-11 13:18:25 +00:00
mef
f98e84f668 (fonts/Hack-ttf) Updated 2.020 to 3.003, overs 160 lines ChangeLog ommitted (CHANGELOG.md) 2019-12-11 13:18:19 +00:00
adam
bc9732beb3 Updated devel/meson, multimedia/py-m3u8 2019-12-11 12:52:42 +00:00
adam
b993616902 py-m3u8: updated to 0.5.3
0.5.3:
Allow individual EXT-X-MAP tag for segment
2019-12-11 12:52:21 +00:00