summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-07-01Update gh to 1.12.1.bsiegert3-169/+228
GitHub CLI 1.12.1 ----------------- * Fix bug where branchProtectionRule doesn't exist in enterprise 2.22 * fix repo create in org with license/ignore GitHub CLI 1.12.0 ----------------- HELLO and welcome back to GitHub on the command line. This is a pretty cool release. gh browse Taking inspiration from hub, we've added gh browse. This is a multipurpose command for getting from your terminal to your browser. My favorite use is to open up lines of code for sharing with others: gh browse pkg/cmd/repo/garden/garden.go:520 You can also get directly to a repo's settings: gh browse --settings The command can do much more, check out gh browse -h! We're also excited to shout out the contributors who made this new feature possible, a group of students in the MinT program. Add .gitignore and LICENSE when creating repositories When creating a repository from scratch (gh repo create mycoolrepo), you can now select from GitHub's .gitignore and LICENSE templates to include with the new repository. Connect via a unix socket A new config value http_unix_socket can be configured to a local path to push all of gh's traffic over a socket. GitHub CLI 1.11.0 ----------------- * Add support for environment secrets * run list: add "age" column and columns headers in output * Add support for XDG Base Directory specification Additionally, the default configuration location on Windows is now changed from ~/.config/gh/ to %AppData%. * Include number alongside the title in issue/pr view GitHub CLI 1.10.0 ----------------- Improvements to JSON exporting * Add gh repo list/view --json support * Add gh release view --json support * Fixes numerous issues with gh pr list/view --json support + fetching closed field + fetching date fields like createdAt or mergedAt + fetching files field * Fix exporting milestone field for issues and PRs * Add commits field to JSON export for PRs * Show more than 100 comments in gh issue view --json comments * Add shell completion for valid --json flag values New Features * Add gh repo fork --org option * Allow passinggh alias set value via standard input * Prompt for value in gh secret set * Update gh api placeholder syntax to {owner}, {repo} to match GitHub API documentation * Extend our package repository to support Ubuntu Hirsute and Kali linux
2021-07-01doc: Removed go packagesnia2-3/+8
2021-07-01py-numpy: set PYTHON_VERSIONS_INCOMPATIBLE in bl3.mknia1-1/+3
2021-07-01go-fs: removenia6-54/+1
deprecated go-package; no users in pkgsrc
2021-07-01go-locker: removenia6-53/+1
deprecated go-package; no users in pkgsrc
2021-07-01go-immutable-radix: removenia6-71/+1
depecated go-package; no users in pkgsrc
2021-07-01go-inflect: removenia6-53/+1
deprecated go-package; no users in pkgsrc
2021-07-01go-sftp: removenia6-110/+1
deprecated go-package; no users in pkgsrc
2021-07-01go-framestream: removenia6-76/+1
deprecated go-package; no users in pkgsrc
2021-07-01security/Makefile: + libuecc.wiz1-1/+2
2021-07-01net/Makefile: + fastd.wiz1-1/+2
2021-07-01math/Makefile: + smath-studiowiz1-1/+2
2021-07-01alsa-lib: remove unused patchwiz1-36/+0
2021-07-01gnucash: remove unused patchwiz1-28/+0
2021-06-30(net/freeradius) Fix package, adding REPLACE_PERLmef1-1/+5
2021-06-30doc: Updated audio/alsa-plugins-{oss|pulse} to 1.2.5ryoon1-1/+3
2021-06-30alsa-plugins-{oss|pulse}: Update to 1.2.5ryoon4-14/+14
Changelog: Core Release v1.2.5 A52 Output plugin pcm_a52: Don't move bytes within the outbuf pcm_a52: Don't pass EAGAIN errors from the slave to the caller pcm_a52: Determine virtual hardware pointer upon slave pointer Automatic upmix / downmix plugins upmix: complete generalizing format Jack PCM plugin jack: add option to allow non-jack-aligned period size OSS Mixer -> ALSA Control plugin oss: fix the config (port -> device) PulseAudio -> ALSA plugin pulse: pcm - handle reading pulse stream hole USB stream plugin usb_stream: use snd_config_get_card() to decode the card number
2021-06-30doc: Updated audio/alsa-utils to 1.2.5.1ryoon1-1/+2
2021-06-30alsa-utils: Update to 1.2.5.1ryoon2-7/+7
Changelog: Core Release v1.2.5.1 ALSA Control (alsactl) utils.c: Include limits.h explicitly to fix build on musl alsactl: load_state: Only delete config if one was loaded alsactl: load_state() - initialize config variable for the open_failed case alsactl: fix lock_fd unlock in load_configuration() - error path alsactl: state - fix ‘item’ may be used uninitialized gcc warning alsactl: check for error values from snd_config_get...() alsactl: init() - return error value from snd_card_iterator_sinit() call alsactl: return error value in dump_config_tree() alsactl: fix the nested iteration Audio Transfer utility axfer: fix wrong calloc() item size in allocate_containers() alsatplg (topology) topology: fix few coverity detected defects topology: fix potential null pointer from strchr aplay/arecord arecord: Inform users when 8-bit sampling is used on tty Revert "aplay: try to use 16-bit format to increase capture quality" aseqnet added an option to aseqnet to optionally set the midi process name
2021-06-30doc: Updated chat/weechat to 3.2ryoon1-1/+2
2021-06-30weechat: Update to 3.2ryoon2-8/+7
Changelog: == Version 3.2 (2021-06-13) New features:: * core: use XDG directories by default (config, data, cache, runtime) (issue 1285) * core: add option weechat.network.gnutls_ca_system, rename option weechat.network.gnutls_ca_file to weechat.network.gnutls_ca_user (now evaluated), delete and reload certificates when options are changed (issue 972) * core: evaluate option weechat.plugin.path, change default value to "${weechat_data_dir}/plugins" * core: add options to customize commands executed on system signals received (SIGHUP, SIGQUIT, SIGTERM, SIGUSR1, SIGUSR2) (issue 1595) * core: quit WeeChat by default when signal SIGHUP is received in normal run, reload configuration in weechat-headless (issue 1595) * core: add signals "cursor_start" and "cursor_end" * api: add function crypto_hmac (issue 1628) * api: add translated string in evaluation of expressions with "translate:xxx" * api: add evaluation of WeeChat directories with "${weechat_xxx_dir}" in evaluated strings * api: add optional key "directory" in hashtable options of function/modifier string_eval_path_home * api: add supported prefixes "${weechat_xxx_dir}" in function mkdir_home * api: add infos "weechat_config_dir", "weechat_data_dir", "weechat_cache_dir" and "weechat_runtime_dir" * api: add support of pointer names in function string_eval_expression (direct and in hdata) * api: add info "weechat_daemon" * buflist: add option buflist.format.tls_version * fifo: change default value of option fifo.file.path to "${weechat_runtime_dir}/weechat_fifo_${info:pid}" * irc: add support of SASL mechanisms SCRAM-SHA-1, SCRAM-SHA-256 and SCRAM-SHA-512 (issue 1628) * irc: add variable "${target}" (target nick) in commands /kick and /kickban * irc: add bar item "tls_version", add options irc.color.item_tls_version_ok, irc.color.item_tls_version_deprecated and irc.color.item_tls_version_insecure (issue 1622) * irc: evaluate server options "sasl_key" and "ssl_cert" * logger: change default value of option logger.file.path to "${weechat_data_dir}/logs" * python: add stub for WeeChat API (issue 1377) * relay: evaluate option relay.network.ssl_cert_key, change default value to "${weechat_config_dir}/ssl/relay.pem" * script: change default value of option script.scripts.path to "${weechat_cache_dir}/script" * trigger: add variables "${tg_shell_argc}" and "${tg_shell_argvN}" in command trigger evaluated strings (issue 1624) * xfer: change default value of option xfer.file.download_path to "${weechat_data_dir}/xfer" Bug fixes:: * core: split startup commands before evaluating them (issue 1643) * core: set server name when connecting to server with TLS (SNI extension) only if it's not an IPV4/IPv6 (issue 1635) * core: use function mallinfo2 instead of mallinfo when available (issue 1636) * core: display a warning when the file with certificate authorities is not found (option weechat.network.gnutls_ca_file) * core: evaluate left/right part of comparison after split on the comparison operator in ${if:xxx} (issue 1627) * core: prevent switching to start of visited buffers when jumping to next (issue 1591, issue 1592) * core: recreate buflist and fset bars on /reload when WeeChat is started without configuration files (issue 1618) * buflist: fix comparison of hotlists in option buflist.look.sort (issue 1621) * irc: split server command before evaluating it (issue 1643) * xfer: make file transfer fail when option xfer.file.auto_rename is off and file already exists (issue 1633) Tests:: * core: switch from Ubuntu 18.04 to 20.04 in CI * trigger: add tests on main trigger functions Build:: * core: remove build option CA_FILE * core: set WeeChat home to empty string by default in CMake and autotools
2021-06-30doc: Updated www/firefox-l10n to 89.0.2ryoon1-1/+2
2021-06-30firefox-l10n: Update to 89.0.2ryoon2-388/+387
* Sync with www/firefox-89.0.2.
2021-06-30doc: Updated www/firefox to 89.0.2ryoon1-1/+2
2021-06-30firefox: Update to 89.0.2ryoon7-147/+154
Changelog: 89.0.2 Fixed * Fix occasional hangs with Software WebRender on Linux (bug 1708224) 89.0.1 Fixed * Windows: Resolved an issue causing some screen readers to not interact correctly with Firefox anymore (bug 1714212) * Updated translations, including full Spanish (Mexico) localization and other improvements (bug 1714946) * Fix various font related regressions (bug 1694174) * Linux: Fix performance and stability regressions with WebRender (bug 1715895, bug 1715902) * macOS: Fix screen flickering when scrolling a page on an external monitor ( bug 1715452) * Enterprise: Fix for the DisableDeveloperTools policy not having effect anymore (bug 1715777) * Linux: Fix broken scrollbars on some GTK themes (bug 1714103) * Various stability and security fixes. Security fixes: #CVE-2021-29968: Out of bounds read when drawing text characters onto a Canvas 89.0 New * Say hello to a fresh new Firefox, designed to get you where you want to go even faster. We??ve redesigned and modernized the core experience to be cleaner, more inviting, and easier to use. Beginning in 89, you??ll notice a number of changes, including: Simplified browser chrome and toolbar: Less frequently used items removed to focus on the most important navigation items. Simplified browser chrome and toolbar screenshot Clear, streamlined menus: Re-organized and prioritized menu content according to usage. Updated labels and removed iconography. Clear, streamlined menus screenshot Updated prompts: Infobars, panels, and modals have a cleaner design and clearer language. Updated prompts screenshot Inspired tab design: Floating tabs neatly contain information and surface cues when you need them, like visual indicators for audio controls. The rounded design of the active tab supports focus and signals the ability to easily move the tab as needed. Inspired tab design screenshot Fewer interruptions: Reduced number of alerts and messages, so you can browse with fewer distractions. Cohesive, calmer visuals: Lighter iconography, a refined color palette, and more consistent styling throughout. This release also includes enhancements to our privacy offerings: + We??ve enhanced the privacy of the Firefox Browser??s Private Browsing mode with Total Cookie Protection, which confines cookies to the site where they were created, preventing companies from using cookies to track your browsing across sites. This feature was originally launched in Firefox??s ETP Strict mode. * For macOS users, we're introducing the elastic overscroll effect known from many other applications. A gentle bouncing animation will indicate that you reached the end of the page. In addition, we added support for smart zoom. Double-tap with two fingers on your trackpad, or with a single finger on your Magic Mouse, to zoom the content below your cursor into focus. * Native context menus: Context menus on macOS are now native and support Dark Mode. macOS native context menus screenshot * WebRender is now enabled on Linux with the NVIDIA binary driver and on all desktop environments # Fixed * Colors in Firefox on macOS will no longer be saturated on wide gamut displays, untagged images are properly treated as sRGB, and colors in images tagged as sRGB will now match CSS colors. * In full screen mode on macOS, moving your mouse to the top of the screen will no longer hide your tabs behind the system menu bar. * Also in full screen mode on macOS, it is now possible to hide the browser toolbars for a fully immersive full screen experience. This brings macOS in line with Windows and Linux. * Various stability and security fixes. # Changed * Introducing a non-native implementation of web form controls, which delivers a new modern design and some improvements to page load performance. Watch for layout bugs in web pages that make assumptions about the dimensions or styling of form controls. * The screenshots feature is available in the right-click context menu. You can also add a screenshots shortcut to your toolbar. Learn more. Security fixes: #CVE-2021-29965: Password Manager on Firefox for Android susceptible to domain spoofing #CVE-2021-29960: Filenames printed from private browsing mode incorrectly retained in preferences #CVE-2021-29961: Firefox UI spoof using `<select>` elements and CSS scaling #CVE-2021-29963: Shared cookies for search suggestions in private browsing mode #CVE-2021-29964: Out of bounds-read when parsing a `WM_COPYDATA` message #CVE-2021-29959: Devices could be re-enabled without additional permission prompt #CVE-2021-29962: No rate-limiting for popups on Firefox for Android #CVE-2021-29967: Memory safety bugs fixed in Firefox 89 and Firefox ESR 78.11 #CVE-2021-29966: Memory safety bugs fixed in Firefox 89
2021-06-30Updated misc/stellarium, databases/mongo-toolsadam2-3/+4
2021-06-30mongo-tools: updated to 4.2.14adam2-7/+8
4.2.14: Unknown changes
2021-06-30Re-add patches I wrote in October 2018:prlw14-2/+69
glib2's gobject subsystem is essentially a wrapper for dlopen. In view of comments in PR lib/49791 which can be summarised as "RTLD_GLOBAL is a bug", make gobject use RTLD_DEFAULT instead. This should fix PR pkg/56212 The upstream merge request https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2171 has been updated - feel free to add a description of the problems you experienced without this patch to it.
2021-06-30stellarium: updated to 0.21.1adam3-9/+18
0.21.1 [2021-06-24] The major changes of this version: - Updated designations of stars and handling of list of designations and common names those stars - Updated Almagest and al-Sufi skycultures - Many changes in plugins - Many fixes in core and plugins for support HiDPI devices - Enhancements in visualization of markings and in scripting engine
2021-06-30doc: Updated www/so to 0.4.5pin1-1/+2
2021-06-30www/so: update to 0.4.5pin3-768/+678
[v0.4.5] Added: - NetBSD installation option. Thanks voidpin. Fixed: - Google parser went out of date. - Panic from termimad. [v0.4.4] -Reduce crate size considerably using 'include' directive in manifest. -add whole 'themes' folder, it's required during compilation. -Fix packaging issue due to benchmarks not found.
2021-06-30doc: Updated x11/gnome-desktop3 to 40.2cirnatdan1-1/+2
2021-06-30gnome-desktop: Update x11/gnome-desktop3 to 40.2cirnatdan4-11/+11
============ Version 40.2 ============ - Fix crash loading keyboard settings panel (#190, Peter Hutterer) - Translation updates
2021-06-30doc: Updated devel/cvsgraph to 1.7.2fcambus1-1/+2
2021-06-30cvsgraph: update to 1.7.2.fcambus2-7/+7
ChangeLog: - Make config option rev_hidenumber function properly for branch boxes - Also apply rev_hidenumber to folded branch boxes
2021-06-30doc: Updated fonts/Inter-UI to 3.19fcambus2-3/+3
2021-06-30Inter-UI: update to 3.19.fcambus3-12/+26
Changes since v3.18: - Fixes a variable-font interpolation bug with Roman numeral eight. #382 - Fixes spacing of the latin epsilon glyph thanks to @hcsch. #377 - Adds new glyph U+25AA "blackSmallSquare" including calt mappings for case sensitivity. #373 - Removes U+20E3 "uni20E3" COMBINING ENCLOSING KEYCAP which triggers a bug in chromium, causing certain emoji to not render properly. #371 - Improvements to Roman numerals Changes since v3.17: - Adjusts vertical metrics metadata to that of v3.15 and older. This should fix any vertical alignment issues that might have occurred with v3.17. #361 - Fixes several issues with italics introduced by Glyphs 3 upgrade: - Fixes an issue with backslash in Italic masters. #362 - Fixes issues with afii10026 and uni0376 in italic masters - Fixes issue with italic q U+0071 by inlining the shape instead of using components. #360 - Fixes issue with U+035E COMBINING DOUBLE MACRON and U+20F0 COMBINING ASTERISK ABOVE in Thin Italic. #363 - Fixes positioning issue with U+0358 COMBINING DOT ABOVE RIGHT - Improvements to U+20DC COMBINING FOUR DOTS ABOVE and U+20DB COMBINING THREE DOTS ABOVE - Improvements to U+204E LOW ASTERISK - Improved positioning via mark anchors of combining glyphs U+20F0, U+035E and U+035F. #363 - Changes glyph shape of Latin upper-case iota. #359 - Improved glyph composition via ccmp for enclosed glyphs like U+0041,U+20DD. #335 Changes since v3.15: - Fixes issues with appearance in Microsoft Word. #352 (note that #156 is still unresolved although we have made some progress in v3.16 toward developing workarounds for certain printers.) - Fixes double grave interpolation issue. #317 - Fixes design issue with glyphs acutedblnosp, dblgravecmb, uni02F6 and uni02F5. #339 - Fixes missing or incorrect mark anchors in several turn* glyphs. #336 - Adds Baht currency glyph U+0E3F. #323 - Improvement to Latin iota (lower and upper case) glyphs. #340 - Improvement to some numerical fraction glyphs - Adds a dummy DSIG table to address issues with Microsoft Office 2003 and older - Improvements when using Inter with certain older Microsoft products by decomposing any nested components which some of that software has issues with - Addresses a major regression in v3.16 where several italic glyphs got messed up due to a Glyphs 3 version upgrade of the source file. This only affected users of v3.16 which was only released for about 12 hours before being replaced with this release v3.17. #360 Changes since v3.14: - Fixes an issue with the variable font, where some software would not list the various weights correctly. #308 - Fixes an issue with rendering on Windows with ClearType where some glyphs using advanced OpenType features (component transformations) would render incorrectly, with a slight vertical offset. #251 - Improvements to Elfdalian, improving the /yogonek and /eth glyphs #285 - Improvements to /eth U+00F0 glyph f7924a2#commitcomment-41610142 Changes since v3.13: - Fixes position of ring at bottom of /Aringbelow U+1E00. #266 - Fixes interpolation issues with /omegatitlocyrillic /omega and /pisymbolgreek. #272 - Fixes an issue with /dotmacroncomb.cn used by glyphs like /Adotmacron. #298 - Adds /bitcoin glyph U+20BF. #284 - Adds /insertionsymbol U+2380. #290 - Adds specialized glyphs /Aringogonek, /aringogonek, /Yogonek and /yogonek to fully support Elfdalian script. #285 - Adds U+EE01, a vertically-centered colon used by Android on the lock screen #212 - Improves kerning of /quotedblright,/quoteright and /period,/comma. #299 - Improves design of "Theta" U+03F4, U+0398 and "Fita" U+0472, U+0473. #263, #264 - Improves design of /yhook and use /ucyrillic in /Ukcyrillic /ukcyrillic. #273 - Improves design of /dzaltone and /dzcurl. #268 - Improves design of /percent, /perthousand and /pertenthousand glyphs. #237 - Improves variable-font metadata (STAT table). #265 - Improves (tunes) calt case substitutions, e.g. "x -X". #251 - Changes codepoint mapping of /q.sups from U+146B to private-area U+E163. #275 Changes since v3.12: - Improvements to Greek and Cyrillic glyphs #240 - New stylistic set ss04 which is almost identical to ss02 with the exception of no slashed zero #252 - Fixes interpolation issues with several diacritics in the light weights #257 - Removes codepoint mappings for some math-related enclosed glyphs that would be too large when using the circle-enclosed glyphs #250 - Various improvements and adjustments to glyph shapes, spacing and kerning - Improves OpenType feature name metadata Changes since v3.11: - This release includes major improvements Thin, Light and ExtraLight styles (including italic counterparts) incorporating months of work by @KatjaSchimmel
2021-06-30doc: Updated devel/py-codespell to 2.1.0fcambus1-1/+2
2021-06-30py-codespell: update to 2.1.0.fcambus2-7/+7
Changes not documented.
2021-06-30Updated devel/py-astroid, devel/py-pylintadam1-1/+3
2021-06-30py-pylint: updated to 2.9.0adam3-10/+15
What's New in Pylint 2.9.0? =========================== Release date: 2021-06-29 * Python 3.10 is now supported. * Add type annotations to pyreverse dot files * Fix missing support for detecting deprecated aliases to existing functions/methods. * astroid has been upgraded to 2.6.1 * Added various deprecated functions/methods for python 3.10, 3.7, 3.6 and 3.3 * Fix false positive ``useless-type-doc`` on ignored argument using ``pylint.extensions.docparams`` when a function was typed using pep484 but not inside the docstring. * ``setuptools_scm`` has been removed and replaced by ``tbump`` in order to not have hidden runtime dependencies to setuptools * Fix a crash when a test function is decorated with ``@pytest.fixture`` and astroid can't infer the name of the decorator when using ``open`` without ``with``. * Added ``deprecated-decorator``: Emitted when deprecated decorator is used. * Added ``ignore-paths`` behaviour. Defined regex patterns are matched against full file path. * Fix false negative for ``consider-using-with`` if calls like ``open()`` were used outside of assignment expressions. * The warning for ``arguments-differ`` now signals explicitly the difference it detected by naming the argument or arguments that changed and the type of change that occurred. * Suppress ``consider-using-with`` inside context managers. * Added ``--fail-on`` option to return non-zero exit codes regardless of ``--fail-under`` value. * numversion tuple contains integers again to fix multiple pylint's plugins that relied on it * Fix false-positive ``too-many-ancestors`` when inheriting from builtin classes, especially from the ``collections.abc`` module * Stdlib deprecated modules check is moved to stdlib checker. New deprecated modules are added. * Fix raising false-positive ``no-member`` on abstract properties * Created new error message called ``arguments-renamed`` which identifies any changes at the parameter names of overridden functions. * New checker ``consider-using-dict-items``. Emitted when iterating over dictionary keys and then indexing the same dictionary with the key within loop body. * Don't emit ``import-error`` if import guarded behind ``if sys.version_info >= (x, x)`` * Fix incompatibility with Python 3.6.0 caused by ``typing.Counter`` and ``typing.NoReturn`` usage * New checker ``use-maxsplit-arg``. Emitted either when accessing only the first or last element of ``str.split()``. * Add ignore_signatures to duplicate code checker * Fix documentation errors in "Block disables" paragraph of User Guide. * New checker ``unnecessary-dict-index-lookup``. Emitted when iterating over dictionary items (key-value pairs) and accessing the value by index lookup. * New checker``consider-using-from-import``. Emitted when a submodule/member of a package is imported and aliased with the same name. * Allow comma-separated list in ``output-format`` and separate output files for each specified format. * Make ``using-constant-test`` detect constant tests consisting of list literals like ``[]`` and ``[1, 2, 3]``. * Improved error message of ``unnecessary-comprehension`` checker by providing code suggestion. * New checker ``unused-private-member``. Emitted when a private member (i.e., starts with ``__``) of a class is defined but not used. * Fix false negative of ``consider-using-enumerate`` when iterating over an attribute. * New checker ``invalid-class-object``. Emitted when a non-class is assigned to a ``__class__`` attribute. * Fix a crash when a plugin from the configuration could not be loaded and raise an error 'bad-plugin-value' instead * Added handling of floating point values when parsing configuration from pyproject.toml * ``invalid-length-returned``, now also works when nothing at all is returned following an upgrade in astroid. * ``logging-format-interpolation`` and ``logging-not-lazy``, now works on logger class created from renamed logging import following an upgrade in astroid. * Fix false-positive ``no-member`` with generic base class * Fix ``assigning-non-slot`` false-positive with base that inherits from ``typing.Generic`` * New checker ``invalid-all-format``. Emitted when ``__all__`` has an invalid format, i.e. isn't a ``tuple`` or ``list``. * Fix false positive ``unused-variable`` and ``undefined-variable`` with Pattern Matching in Python 3.10 * New checker ``await-outside-async``. Emitted when await is used outside an async function. * Clarify documentation for ``typing`` extension. * Add new extension ``CodeStyleChecker``. It includes checkers that can improve code consistency. As such they don't necessarily provide a performance benefit and are often times opinionated. * New checker ``consider-using-tuple``. Emitted when an in-place defined list or set can be replaced by a tuple. * New checker ``consider-using-namedtuple-or-dataclass``. Emitted when dictionary values can be replaced by namedtuples or dataclass instances. * Fix error that occurred when using ``slice`` as subscript for dict. * Reduce false-positives around inference of ``.value`` and ``.name`` properties on ``Enum`` subclasses, following an upgrade in astroid * Fix issue with ``cached_property`` that caused ``invalid-overridden-method`` error when overriding a ``property``. * Fix ``unused-import`` false positive for imported modules referenced in attribute lookups in type comments. What's New in Pylint 2.8.3? =========================== Release date: 2021-05-31 * Astroid has been pinned to 2.5.6 for the 2.8 branch.
2021-06-30py-astroid: updated to 2.6.1adam3-9/+20
What's New in astroid 2.6.1? ============================ Release date: 2021-06-29 * Fix issue with ``TypedDict`` for Python 3.9+ What's New in astroid 2.6.0? ============================ Release date: 2021-06-22 * Appveyor and travis are no longer used in the continuous integration * ``setuptools_scm`` has been removed and replaced by ``tbump`` in order to not have hidden runtime dependencies to setuptools * ``NodeNg``, the base node class, is now accessible from ``astroid`` or ``astroid.nodes`` as it can be used for typing. * Update enum brain to improve inference of .name and .value dynamic class attributes * Removed ``Repr``, ``Exec``, and ``Print`` nodes as the ``ast`` nodes they represented have been removed with the change to Python 3 * Deprecate ``Ellipsis`` node. It will be removed with the next minor release. Checkers that already support Python 3.8+ work without issues. It's only necessary to remove all references to the ``astroid.Ellipsis`` node. This changes will make development of checkers easier as the resulting tree for Ellipsis will no longer depend on the python version. **Background**: With Python 3.8 the ``ast.Ellipsis`` node, along with ``ast.Str``, ``ast.Bytes``, ``ast.Num``, and ``ast.NamedConstant`` were merged into ``ast.Constant``. * Deprecated ``Index`` and ``ExtSlice`` nodes. They will be removed with the next minor release. Both are now part of the ``Subscript`` node. Checkers that already support Python 3.9+ work without issues. It's only necessary to remove all references to the ``astroid.Index`` and ``astroid.ExtSlice`` nodes. This change will make development of checkers easier as the resulting tree for ``ast.Subscript`` nodes will no longer depend on the python version. **Background**: With Python 3.9 ``ast.Index`` and ``ast.ExtSlice`` were merged into the ``ast.Subscript`` node. * Updated all Match nodes to be internally consistent. * Add ``Pattern`` base class. What's New in astroid 2.5.8? ============================ Release date: 2021-06-07 * Improve support for Pattern Matching * Add lineno and col_offset for ``Keyword`` nodes and Python 3.9+ * Add global inference cache to speed up inference of long statement blocks * Add a limit to the total number of nodes inferred indirectly as a result of inferring some node
2021-06-29openjdk8: backport kqueue fix from openjdk11tnn1-1/+12
Although 8 doesn't seem to use kqueue by default the class is still compiled so it's a good idea to have the correct values. Bump PKGREVISION for this and recent changes.
2021-06-29doc: Updated www/links-gui to 2.23fcambus1-1/+2
2021-06-29links-gui: update to 2.23.fcambus1-2/+1
=== RELEASE 2.23 === Tue May 18 20:35:55 CEST 2021 mikulas: Fix a bug that the user could set floating-point parameters to nan via command-line argument or config file option Tue May 18 20:22:35 CEST 2021 mikulas: Fix broken display if the user uses custom font and non-default aspect ratio Wed May 12 20:08:48 CEST 2021 mikulas: Fix a bug that the code incorrectly assumed that mktime returns UTC Sat May 1 17:56:50 CEST 2021 mikulas: Add an option that enables cookie saving
2021-06-29doc: Updated www/links to 2.23fcambus1-1/+2
2021-06-29links: update to 2.23.fcambus4-18/+20
=== RELEASE 2.23 === Tue May 18 20:35:55 CEST 2021 mikulas: Fix a bug that the user could set floating-point parameters to nan via command-line argument or config file option Tue May 18 20:22:35 CEST 2021 mikulas: Fix broken display if the user uses custom font and non-default aspect ratio Wed May 12 20:08:48 CEST 2021 mikulas: Fix a bug that the code incorrectly assumed that mktime returns UTC Sat May 1 17:56:50 CEST 2021 mikulas: Add an option that enables cookie saving
2021-06-29doc: Added math/smath-studio version 0.99.7822hauke1-1/+2
2021-06-29Add SMath Studio as math/smath-studio.hauke6-0/+265
While the license allows to re-distribute the source tarball unchanged, an automatic download fails, so it will have to be downloaded in a browser. From the upstream description: SMath Studio is a tiny, powerful, free mathematical program with WYSIWYG editor and complete units of measurements support. It provides numerous computing features and rich user interface translated into about 40 different languages. The application also contains an integrated mathematical reference book. It can be easily extended based on your needs. A built-in Extensions Manager tool allows to get access to hundreds official and third-party resources of the following types: usage examples, plug-ins, SMath Viewer based applications, snippets, interface translations, interactive books, handbooks and tutorials.
2021-06-29Updated net/py-grpcio, net/py-grpcio-testing, net/py-grpcio-tools, ↵adam1-1/+5
security/py-asyncssh