Commit graph

7233 commits

Author SHA1 Message Date
adam
f847603ea0 stellarium: updated to 0.20.3
The major changes of this version:
* Fixed nutation and, with it, season beginning times
* Many changes in AstroCalc tool and core of Stellarium
* Many changes in Oculars and Satellites plugins
* Updated DSO catalog
2020-09-28 19:23:34 +00:00
markd
bd66331ee2 marble: fix build with gpsd >=3.21 2020-09-23 22:18:28 +00:00
mrg
8a4d13f802 add two packages from cpan:
- devel/p5-File-Valet 1.0.7
- misc/p5-Weather-PurpleAir-API 0.04

File::Valet has utilities for file slurping, locking, and finding.
Weather::PurpleAir::API provides access to the PurpleAir API
interfaces, and a small program to inspect particular sensors.
2020-09-22 01:50:23 +00:00
taca
ca64f5581e misc/ruby-license-acceptance: update to 2.1.2
Update ruby-license-acceptance package to 2.1.2.


2.1.2 (2020-09-09)

* Case insensitively check acceptance #88 (phiggins)

2.1.1 (2020-09-09)

* Update chefstyle requirement from 1.2.1 to 1.3.2 in /components/ruby #85
  (dependabot-preview[bot])

2.1.0 (2020-09-09)

* Update mixlib-cli requirement from ~> 1.7 to ~> 2.1 in /components/ruby
  #80 (dependabot-preview[bot])
* Fix product reader tests. #81 (phiggins)
* Fail license acceptance if the user provides an unrecognized value #86
  (phiggins)
* improve initial load perf with autoloading expensive gems #87 (mwrock)

2.0.0 (2020-08-12)

* Fix minor spelling mistakes #78 (tas50)
* Remove support for Ruby 2.3 and bump tty deps #79 (tas50)
2020-09-14 16:31:12 +00:00
taca
ef61db3dac misc/ruby-sprockets-rails: update to 3.2.2
Update ruby-sprockets-rails package to 3.2.2.


3.2.2 (2020-09-12)

* Fix extending ActionView::Base instances with Sprockets::Rails::Helper on
  Rails 6.1
* Fix deprecation warning on Ruby 2.7 [#454]
* action_view/base is no longer required when rake tasks are loaded [#455]
* Asset not precompiled error exception renamed to AssetNotPrecompiledError
  [#414]
2020-09-14 13:26:15 +00:00
taca
612e6cac85 misc/ruby-slop: update to 4.8.2
Update ruby-slop package to 4.8.2.


4.8.2 (2020-07-10)

Bug fixes:

* Fix bug where separator position was messed up if using help: false #253
2020-09-14 13:21:09 +00:00
taca
fc4ae748a4 misc/ruby-bundler1: apply security fix
Apply patch for CVE-2019-3881.

Bump PKGREVISION.
2020-09-13 14:57:04 +00:00
gutteridge
03a1900d90 libreoffice: requires libnumbertext>=1.0.6 to build 2020-09-12 20:43:58 +00:00
gutteridge
9b500b9c6a libreoffice: fix typo in comment 2020-09-12 03:49:46 +00:00
nia
0eb8de3c13 libreoffice: Only enable Java on openjdk11 archs 2020-09-09 10:48:25 +00:00
wiz
551f5745c9 p5-Locale-Codes: update to 3.65.
3.65  2020-09-01  sbeck
  -  NEW CODE(s)

3.64  2020-06-02  sbeck
  -  NEW CODE(s)
  -  Fixed bug deleting retired codes
         The delete_code function failed if you tried to delete a retired
         code. This is now fixed. GitHub #12

3.63  2020-03-01  sbeck
  -  NEW CODE(s)
         NOTE: no code changes on 2019-12-01 so no release made at that
         time.

  -  Fixed a retired code

3.62  2019-08-29  sbeck
  -  NEW CODE(s)
  -  Fixed tests
        Tests were not working correctly since the previous version. This is
        now fixed.

  -  Fixed error messages
        Many of the error messages were inconsistent or completely wrong
        (due to cut-and-paste errors). They have been fixed.

  -  Fixed some return codes
        The name2code and code2name functions returned 1 in the case of an
        error in some situations instead of undef (which was the documented
        value).

  -  Removed unnecessary dependencies
        A number of modules were included as test dependencies that are only
        used by the author when preparing releases. These have been removed
        as dependencies. Petr Pisar on GitHub #11

3.61  2019-06-01  sbeck
  -  NEW CODE(s)
  -  Converted tests to use Test::Inter
        Now uses the same module to do tests as all my other modules.

3.60  2019-03-01  sbeck
  -  NEW CODE(s)

3.59  2018-12-03  sbeck
  -  NEW CODE(s)
  -  Removed travis file from the tarball
        The tarball had a .travis.yml file in it that wasn't in the MANIFEST
        file. Since the MANIFEST file is automatically generated by the perl
        mkmanifest tool, since it didn't see the .travis.yml file, I have
        excluded it from the tarball. Reported by Mohammad S Anwar on GitHub
        (#10)
2020-09-07 12:03:06 +00:00
wiz
30a201db63 p5-Business-ISSN: update to 1.004.
1.004 2020-03-20T03:32:51Z
	* This went missing from CPAN because I deleted it
2020-09-07 12:02:01 +00:00
wiz
dfcb906255 p5-Business-ISBN: update to 3.005.
3.005 2019-12-11T20:27:13Z
	* Peter Williams fixed a big problem with ISBN-13 (GitHub #12)
	* You'll need to update Business::ISBN::Data too because Peter
	adjusted the structure of the underlying data structure.
2020-09-07 12:01:25 +00:00
wiz
87492899c7 p5-Business-ISBN-Data: update to 20191107.
20191107 2019-12-11T20:04:42Z
	* Peter Williams fixed the 978/979 distinction (GitHub #5)
2020-09-07 12:00:25 +00:00
wiz
e3d0aeff8e gaupol: fix PLIST again for setuptools-52 2020-09-06 22:39:24 +00:00
ryoon
2aaca877d2 libreoffice: Update to 7.0.1.2
Changelog:
7.0.1.2
List of fixed bugs

Bugs fixed compared to 7.0.1 rc1:

    ofz#25169 insertion into set might find a duplicate [Caolán McNamara]
    tdf#109409 TEXTJOIN and CONCAT handle array/matrix column-wise instead of row-wise [Eike Rathke]
    tdf#132892 Drag and drop to the left removes formatting [Caolán McNamara]
    tdf#134968 Anti-aliasing off renders gradient fill with same colors and transparency wrong [Mike Kaganski]
    tdf#135133 Buildid is neither displayed in nor copyable from the about dialog [Mike Kaganski]
    tdf#135144 Saving DOCX to ODT with hiding tracking changes trashes all images [Miklos Vajna]
    tdf#135526 EDITING - Unable to change height or Y position of objects in Base reports [Caolán McNamara]
    tdf#135779 LO Writer: Find Bar search locks up GTK3 [Caolán McNamara]


7.0.2.1
List of fixed bugs

Bugs fixed compared to 7.0.0 RC3

    rhbz#1861794 LibreOffice Calc Fixed Width Import no longer shows handles [Caolán McNamara]
    tdf#77962 FILEOPEN: WPS DOC - incorrect font colours imported (16 palette colours = use comment 11's doc) [Justin Luth]
    tdf#81522 FILESAVE: can't save .docx after deleting header or footer [Justin Luth]
    tdf#121191 View PDF after export doesn't work if to perform File -> Export... [Pierre MARTY]
    tdf#124470 Table settings and borders are not saved if checked "Embed fonts" and "Only embed fonts that are used" [Mike Kaganski]
    tdf#128198 FILEOPEN: DOCX: Incorrect text wrapping of fly frame [Michael Stahl]
    tdf#128345 FILESAVE: PPTX: transparency gradient on solid fill is not considered in export [Regina Henschel]
    tdf#128838 AUTO-REDACT: Uneditable target [Julien Nabet]
    tdf#130559 LibreOffice crashes when opening a document in print preview [Mike Kaganski]
    tdf#130707 FILEOPEN: Writer document "Read Error. Format error discovered in the file in sub-document content.xml at 2,68950(row,col)." [Miklos Vajna]
    tdf#130862 AUTO-REDACT: enhance GUI and term [Adolfo Jayme Barrientos]
    tdf#130863 AUTO-REDACT: Disable 'Case Sensitive' checkbox + 'Whole word' checkbox when the 'Regular expression' option is selected [Julien Nabet]
    tdf#131047 UI: Find All search result frame cannot resized (gen) [Xisco Fauli]
    tdf#131175 FILEOPEN DOCX: chart labels black instead of white in grey rectangle [Miklos Vajna, Gülşah Köse]
    tdf#131288 FILESAVE DOCX Saving chart document twice results in broken DOCX file in Word16 [Balazs Varga]
    tdf#132022 Remove Tango Icon Completely and Make It As Extension [Rizal Muttaqin]
    tdf#132066 UI: Don't translate the vulkan/raster specifier in about window [Heiko Tietze]
    tdf#132438 Very Slow scrolling or no scrolling at with Skia Raster or Vulkan very high resolution image (reasonable speed with OpenGL) [Luboš Luňák]
    tdf#132787 Duplicate gnome icon theme installed [Chris Mayo, Christian Lohmaier]
    tdf#132944 Table is multiplying with dummy's after undo [Xisco Fauli, Michael Stahl]
    tdf#133016 SVG in presentation mode not as crispy in Skia raster/vulkan compared to GDI [Luboš Luňák]
    tdf#133070 FILEOPEN DOCX Shape with relative height gets huge height [Regényi Balázs]
    tdf#133687 FILEOPEN PPTX: text box shifts over other text box (and adopts its style) [Gülşah Köse]
    tdf#133747 When sorting Japanese Kanji, "時" is the last [Tomoyuki Kubota]
    tdf#133766 Update Catalan dictionary bundled data [Joan Montané]
    tdf#133863 FILEOPEN DOCX Shape size grows with Relative width to outer margin [Regényi Balázs]
    tdf#133864 FILEOPEN DOCX Shape size grows with Relative width to inner margin [Regényi Balázs]
    tdf#133958 Check Spelling (F7): cursor unexpectedly jumps backwards when correcting text [Caolán McNamara]
    tdf#133967 Crash swlo!SwDoc::GotoOutline+0x59c [Xisco Fauli, Michael Stahl]
    tdf#134043 DOCX import: use DropDown text field instead of ComboBox form control [Thorsten Behrens]
    tdf#134183 FILEOPEN PPTX: gradient angle off by 180° (and position off, too) [Miklos Vajna]
    tdf#134250 CRASH: undoing table paste [Michael Stahl]
    tdf#134252 CRASH: undoing section paste [Michael Stahl]
    tdf#134332 Error when saving bigger odt/ods with password [Xisco Fauli]
    tdf#134346 SVG graphics in LO Draw lose fidelity when using SKIA [Luboš Luňák]
    tdf#134400 FILEOPEN RTF (in Writer): Image missing/empty frame [Miklos Vajna]
    tdf#134436 Crash specific undo/redo dance [Michael Stahl]
    tdf#134522 Remove --with-build-version flag [Rene Engelhard]
    tdf#134572 FILEOPEN: DOCX: Incorrect default value in dropdown text fields [Serge Krot]
    tdf#134610 FILEOPEN: DOCX: Incorrect position of math object [Miklos Vajna]
    tdf#134646 Wrong paper size in print dialog [Samuel Mehrbrodt]
    tdf#134648 FILEOPEN: DOCX: Incorrect margin in first item in sublist [László Németh]
    tdf#134660 Listbox not bounded with initial toggle active Tools -> Options -> View 'Show Preview of Fonts' [Caolán McNamara]
    tdf#134796 FILESAVE: big document with password can't be open afterwards [Xisco Fauli]
    tdf#134817 FILESAVE XLSX Header text with different fonts is lost [Attila Szűcs]
    tdf#134847 Crash:select masterslide on inserted presentation from Writer [Jim Raykowski]
    tdf#134887 New toolbar button doesn't update the icon after theme change and missing support for extra large icons [Maxim Monastirsky]
    tdf#134931 Table does paste but not visible [Michael Stahl]
    tdf#134959 Navigator doesn't scroll to page entered if the cursor is at that page already [Caolán McNamara]
    tdf#134965 Crash in: swlo.dll [Michael Stahl]
    tdf#134971 Insert from file overwrites default style [Thorsten Behrens]
    tdf#135093 Not assign wording error dialog on Add Submissions dialog by blank input. [Julien Nabet]
    tdf#135098 Writer crashes when merging horizontally cells in a table (GTK3) [Caolán McNamara]
    tdf#135121 UI: Font color toolbar icon looks off after setting it to automatic [Caolán McNamara]
    tdf#135144 Saving DOCX to ODT with hiding tracking changes trashes all images [Michael Stahl]
    tdf#135211 Crash: Run Swam Non Linear Solver with blank input [Julien Nabet]
    tdf#135249 Allow duration inputs >59 [Eike Rathke]
    tdf#135264 FILEOPEN DOCX Glow effects transparency should be prioritized over area transparency [Mike Kaganski]
    tdf#135321 CRASH: Right click on empty Command list (gen) [Julien Nabet]
    tdf#135325 UI: Thumbnails in start cente#135368 Some accelerator keys ineffective in "Page Style" dialog [Caolán McNamara]
    tdf#135427 eps import with text has completely bogus inter-letter spacing [Samuel Thibault]
    tdf#135438 Paragraph styles preview in sidebar are clipped [Caolán McNport: text:anchor-type="page" + style:horizontal-rel="paragraph" etc. invalid combinations [Michael Stahl]
    tdf#135470 LibreOffice 7.0.0.3: Error in For...Next Statement [Mike Kaganski]
    tdf#135488 Crash double clicking Fonts in the Design sidebar (495 Crash when switching UI to Notebookbar variant [Caolán McNamara]
    tdf#135567 Chart Wizard not allowing to choose data range with mouse (gtk3) [Caolán McNamara]
    tdf#135568 Crash when opening the 3D View option for a chart. [Caolán McNamara]
    tdf#135639 Crash inspecting an array after Redim Statement with option VBASupport 1 [Mike Kaganski]
2020-09-05 11:26:34 +00:00
wiz
0abc984b17 p5-Locale-Maketext-Simple: remove, part of perl since 2008 2020-09-04 12:01:53 +00:00
wiz
08d48839ed p5-Locale-Maketext: remove, part of perl since 2003 2020-09-04 12:00:48 +00:00
bsiegert
43f54ecac5 Revbump all Go packages after default Go version was changed to 1.15.1 2020-09-03 07:29:32 +00:00
wiz
b61d83f0e9 *: fix some packages for py-setuptools 50.0.1 2020-09-02 21:42:47 +00:00
wiz
00da7815c0 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
tnn
5b2759ae47 revbump for qwt6-qt5 2020-08-30 08:06:57 +00:00
wiz
680b041e39 libcdio-paranoia: update to 2.0.1.
10.2+2.0.1
---------
2019-09-16

- cdda toc routines now included (fixes #21)
- "make distcheck" broken in 2.0.0 works properly again
- Remove some gcc/clang warnings
2020-08-25 14:40:19 +00:00
schmonz
ef5088059e Avoid choosing aligned_alloc() when it's not present. Fixes build on
CentOS 6 with lang/gcc7. Verified noop for CentOS 7 with gcc7, Ubuntu
16/18/19, macOS Catalina, NetBSD 9, FreeBSD 12.1, OpenBSD 6.7,
Tribblix m22.
2020-08-24 12:58:52 +00:00
wiz
a6f5c53480 khard: update to 0.17.0.
v0.17.0: 2020-08-13
- Do not modify (clean up) search query to find more matches (4583efd)
- Remove special search handling for phone numbers (a570a85)
- Remove extra pruning from email, phone and postaddress subcommand (3f315f9, 1b9ce98, c704ce1)
- Add query syntax for search terms (#131)
- Add newline at the end of "show --format=pretty" (#256)
- Add -H to select header from which add-email should read (#258)
- Expand environment variables in paths in the config file (#269)
- Deprecate --strict-search (the new query syntax can be used instead)
2020-08-24 08:08:59 +00:00
gutteridge
4221beb477 mate*: remove unintentional linkage against pkgsrc gettext-libs
As of 1.24, MATE requires GNU-specific msgfmt features. meta-pkgs/mate/
Makefile.common r. 1.10 expressed this tool dependency using
USE_BUILTIN.gettext=no, but this exposed pkgsrc gettext-libs in the
build environment as well, which some MATE packages then linked
against, but gettext-libs didn't end up being declared as a run-time
dependency, so binary package installations were broken (with the
workaround of manually installing the undeclared gettext-libs
dependency). Express this dependency differently, so GNU msgfmt is
used as a tool without exposing pkgsrc gettext-libs.

(The pkgsrc tooling infrastruture could be altered to provide a
distinct "gmsgfmt" tool, same with "gxgettext", and perhaps others.
Here I'm just immediately concerned with fixing this packaging issue.)

Addresses PR pkg/55503 by Jay Patel.
2020-08-24 04:41:39 +00:00
gson
5e9dd85eb5 misc/py-anita: update to 2.5
Changes from 2.4:

Reset the test timeout once per test case, not just once per test
program, and reduce the default timeout to 1 hour.
2020-08-22 11:24:04 +00:00
bouyer
63d40c0bbb include <QPainterPath> to fix build with current version of Qt. 2020-08-21 11:31:28 +00:00
leot
b13a568190 *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
tnn
3806d5175f sd-mux-ctrl: needs pkg-config 2020-08-18 05:29:46 +00:00
leot
953ab724e1 *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
leot
0e49372c4e *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
tnn
a5c04d1360 go-genproto: BROKEN message should be in quotes to avoid linebreaks 2020-08-16 23:14:11 +00:00
bsiegert
9fad3613b8 Revbump all Go packages after go114 update 2020-08-14 20:01:19 +00:00
joerg
454f2daab1 asyncio is not supported by Python 2. 2020-08-11 18:44:53 +00:00
ryoon
d5e7aaeb18 libreoffice: Update to 7.0.0.3
* Support Python 3.8.

Changelog:
Summary of Other New Features

GENERAL

- New icon theme, the default on macOS: Sukapura
- New shapes galleries: arrows, diagrams, icons and more...
- Glow and soft edge effects for objects

WRITER

- Navigator is easier to use, with more context menus
- Semi-transparent text is now supported
- Bookmarks can now be displayed in-line in text
- Padded numbering in lists, for consistency
- Better handling of quotation marks and apostrophes

CALC

- New functions for non-volatile random number generation
- Keyboard shortcut added for autosum

IMPRESS & DRAW

- Semi-transparent text is supported here too
- Subscripts now return to the default of 8%
- PDFs larger than 500 cm can now be generated
2020-08-11 16:07:38 +00:00
adam
bc47d2d253 py-stdnum: updated to 1.14
changes from 1.13 to 1.14
-------------------------

* Add modules for the following number formats:

  - УНП, UNP (Учетный номер плательщика, the Belarus VAT number)
  - AIC (Italian code for identification of drugs) (thanks Fabrizio Montanari)
  - Company Number (מספר חברה, or short ח.פ. Israeli company number)
    (thanks Leandro Regueiro)
  - NIT (Número de Identificación Tributaria, El Salvador tax number)
    (thanks Leandro Regueiro)
  - USCC (Unified Social Credit Code, 统一社会信用代码, China tax number)
    (thanks Leandro Regueiro)
  - UEN (Singapore's Unique Entity Number) (thanks Leandro Regueiro)
  - BRN (사업자 등록 번호, South Korea Business Registration Number)
    (thanks Leandro Regueiro)
  - MST (Mã số thuế, Vietnam tax number) (thanks Leandro Regueiro)
  - NPWP (Nomor Pokok Wajib Pajak, Indonesian VAT Number)
    (thanks Leandro Regueiro)
  - UBN (Unified Business Number, 統一編號, Taiwanese tax number)
    (thanks Leandro Regueiro)
  - UTR (United Kingdom Unique Taxpayer Reference) (thanks Mohammed Salman)
  - ONRC (Ordine din Registrul Comerţului, Romanian Trade Register identifier)
    (thanks dotbit1)
  - GS1-128 (Standard to encode product information in Code 128 barcodes)
    (thanks Sergi Almacellas Abellana)
  - VATIN (International value added tax identification number)
    (thanks Leandro Regueiro)

* Fix missing Dominican Republic NCF document types (thanks Gustavo Valverde)
* Fix issue with extra plus or minus in Swedish Personnummer
  (thanks balderman)
* Update Dominican Republic DGII endpoint (thanks Gustavo Valverde)
* Support validating temporary Finnish personal identity codes
  (thanks Aleksi Hoffman)
* Fix misleading docstring in se.personnummer.get_birth_date()
  (thanks Leon Sandøy)
* Improve birth date validation in Danish CPR (thanks Leon Sandøy)
* Add birth date validating in Norwegian Fødselsnummer (thanks Leon Sandøy)
* Add missing vat aliases for a number of countries (thanks Leandro Regueiro)
* Use HTTPS instead of HTTP fox VIES lookups (thanks grzekru)
* Switch to HTTPS URLs where possible
* Support 6 as third digit in Ecuadorian CI (thanks Christopher Ormaza)
* Add an online check for South Korean BRN
* Fix unescaping in Dominican Republic RNC online check (thanks evaldez89)
* Support foreign residents for Romanian CNP (thanks dotbit1)
2020-08-10 06:55:46 +00:00
adam
9c96310e12 py-tqdm: updated to 4.48.2
tqdm v4.48.2 stable
fix notebook formatting
2020-08-05 06:48:17 +00:00
jmcneill
1d2003a5c5 + sd-mux-ctrl 2020-08-03 18:28:07 +00:00
jmcneill
326e7ec924 sd-mux-ctrl: import snapshot from git dated 2020-02-17
sd-mux stands for Secure Digital Multiplexer.

This is SD card switcher (multiplexer) designed to help automatic testing.

This project is sd-mux controller - binary for controlling sd-mux device.
2020-08-03 18:27:49 +00:00
kim
cc3ec6fd86 Simplify the IPv6 address handling patch
Also fix the completely incorrect code that was inteded to look for
the closing bracket (but clearly wouldn't work and wasn't hit in my
previous testing).
2020-08-02 10:59:13 +00:00
kim
2c8bb00440 Stop chopping off most of an IPv6 address. 2020-08-01 14:10:23 +00:00
gutteridge
92d250177d xfce4-time-out-plugin: update to 1.1.1
1.1.1
======
- Do not enable countdown when configuration changes (Bug #16118)
- Add lock button to break dialog (Bug #16317)
- Update URLs from goodies.x.o to docs.x.o (Bug #16179)
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), Esperanto, Finnish,
  French, Galician, German, Greek, Hebrew, Hungarian, Icelandic,
  Indonesian, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian,
  Malay, Norwegian Bokml, Occitan (post 1500), Polish, Portuguese,
  Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish,
  Swedish, Turkish, Uighur, Ukrainian, Urdu, Urdu (Pakistan)
2020-07-20 23:40:42 +00:00
wiz
3582bed9fe todoman: update to 3.8.0.
v3.8.0
----------
* Don't display list if there's only one list (of one list has been specified).
* Fixed several issues when using dates with no times.
* Dropped support for Python 3.4.
2020-07-17 23:20:19 +00:00
bsiegert
20b9b74c5f Revbump all Go packages after go114 update. 2020-07-17 18:04:11 +00:00
hauke
318704d571 Un-break tmux build on MacOS X 10.4. 2020-07-17 13:21:46 +00:00
adam
9b84312358 rhash: updated to 1.4.0
RHash v1.4.0
librhash: supported rhash_get_version() - get library version
Bugfix: fix broken output on Win 7
Bugfix: fix broken 'configure --localedir=' option
Bugfix: fix broken makefile install-so-link target
Bugfix: restore behavior of 'rhash -rc' to be the same as in v1.3.8
Bugfix: fix a segfault and memory errors
2020-07-15 07:15:39 +00:00
adam
abc7957d6a py-tqdm: updated to 4.47.0
tqdm v4.47.0 stable

add contrib.discord (similar to contrib.telegram)
add contrib.bells to auto-enable all extras
add contrib.utils_worker for common slow tasks (e.g. web I/O)
fix lazy large memory usage & discard unsent messages (unprocessed tasks)
fix slow notebook imports
fix gui TypeError on unknown len()
misc documentation/error message updates
more succinct ImportError on missing ipywidgets
fix broken/deprecated link
add inline usage for contrib.discord and contrib.telegram
misc framework updates
add official py3.8 support
fix snap builds
2020-07-14 12:39:03 +00:00
ryoon
966da70b63 bvttest: Update to 20200610
changelog:
20200610
        + modify DECSCA test to show whether EL/ED and ECH/ICH/DCH ignore
          DECSCA.

        + modify DECERA test to assume that the terminal uses bce, and prompt
          for an additional color-change/erase to demonstrate this.

20200420
        + improve test-coverage for REP/SD/SL/SR/SU, exercising default params.

        + improve DA/DA2 reports for VT125, VT240, VT382, VT510 used in xterm.
2020-07-12 02:09:23 +00:00
bsiegert
fef764bf17 Update usbids to 20200622.
12.5 years later, I think it is time for an update :)
2020-07-06 18:21:24 +00:00