Commit graph

356824 commits

Author SHA1 Message Date
adam
1507c7407a py-sanic: updated to 22.3.1
Version 22.3.1

Add fall back for Windows even loop fetching


Version 22.3.0

Features

* API for multi-application server
🚨 BREAKING CHANGE: The old sanic.worker.GunicornWorker has been removed. To run Sanic with gunicorn, you should use it thru uvicorn as described in their docs.
🧁 SIDE EFFECT: Named background tasks are now supported, even in Python 3.7
* Parse Authorization header as Request.credentials
* Add config option to skip Touchup step in application startup
* Updates to CLI help messaging
* Downgrade warnings to backwater debug messages
* Allow for multidict v0.6
* Upgrade CLI catching for alternative application run types
* Conditionally inject CLI arguments into factory
* Add new start and stop event listeners to reloader process
* Remove loop as required listener arg
* Better exception for bad URL parsing
sanic-routing#47 Add a new extention parameter type: <file:ext>, <file:ext=jpg>, <file:ext=jpg|png|gif|svg>, <file=int:ext>, <file=int:ext=jpg|png|gif|svg>, <file=float:ext=tar.gz>
👶 BETA FEATURE: This feature will not work with path type matching, and is being released as a beta feature only.
sanic-routing#57 Change register_pattern to accept a str or Pattern
sanic-routing#58 Default matching on non-empty strings only, and new strorempty pattern type
🚨 BREAKING CHANGE: Previously a route with a dynamic string parameter (/<foo> or /<foo:str>) would match on any string, including empty strings. It will now only match a non-empty string. To retain the old behavior, you should use the new parameter type: /<foo:strorempty>.

Bugfixes

* Remove error_logger on websockets
* Fix newly assigned None in task registry
sanic-routing#52 Add type casting to regex route matching
sanic-routing#60 Add requirements check on regex routes (this resolves, for example, multiple static directories with differing host values)

Deprecations and Removals

* 22.3 Deprecations and changes

debug=True and --debug do NOT automatically run auto_reload
Default error render is with plain text (browsers still get HTML by default because auto looks at headers)
config is required for ErrorHandler.finalize
ErrorHandler.lookup requires two positional args
Unused websocket protocol args removed
* Deprecate loading of lowercase environment variables

Developer infrastructure

* Revert code coverage back to Codecov
* Upgrade tests for sanic-routing changes
sanic-testing#35 Allow for httpx v0.22

Improved Documentation

* Fix link in README for ASGI
* Document middleware on_request and on_response
* Add missing documentation for Request.respond

Miscellaneous

* Fix typing for ListenerMixin.listener
* Clear deprecation warning in asyncio.wait
* Cleanup __slots__ implementations
* Clear deprecation warning in asyncio.get_event_loop
2022-04-26 12:36:31 +00:00
adam
b01ff7387c py-sanic-routing: updated to 22.3.0
Version 22.3.0

Fixed: change typing on register_pattern
[BREAKING] Only match non-empty string
Add casting to regex matching
Add extension parameter type
Add requirements check on regex routes
Bump version and 22.3
Update REGEX for file extensions
2022-04-26 12:35:13 +00:00
adam
9ce6a5b409 Updated devel/py-jupyter_client, net/py-minio 2022-04-26 12:22:41 +00:00
adam
c6e496f5e8 py-minio: updated to 7.1.7
7.1.7
fix converting boolean value to XML boolean
fix: listen bucket event response should use response.readline()
2022-04-26 12:21:43 +00:00
adam
00644b1575 py-jupyter_client: updated to 7.3.0
7.3.0

Bugs fixed

- Fix shutdown and cleanup behavior

Maintenance and upkeep improvements

- [pre-commit.ci] pre-commit autoupdate
- [pre-commit.ci] pre-commit autoupdate
- Improve mypy config
- Clean up pre-commit
2022-04-26 12:19:54 +00:00
adam
0425c4c3a7 Added graphics/py-wcag-contrast-ratio; Updated textproc/py-pygments 2022-04-26 10:53:46 +00:00
adam
3a93b72d19 py-pygments: updated to 2.12.0
Version 2.12.0
--------------
- Added lexers:
  * Cplint
  * Macaulay2
  * Minecraft
  * Qlik
  * ``UnixConfigLexer`` for "colon-separated" config files, like ``/etc/passwd``

- Updated lexers:
  * Agda: Update keyword list
  * C family: Fix identifiers after ``case`` statements
  * Clojure: Highlight ratios
  * Csound: Update to 6.17
  * CSS: Update the list of properties
  * Elpi:
    - Fix catastrophic backtracking
    - Fix handling of ``->``

  * Futhark: Add missing tokens
  * Gherkin: Add ``But``
  * Inform6: Update to 6.36
  * JSON: Support C comments in JSON
  * LilyPond:
    - Fix incorrect lexing of names containing a built-in
    - Fix properties containing dashes

  * PHP: Update builtin function and keyword list
  * Scheme: Various improvements
  * Spice: Update the keyword list, add new types
  * Terraform:
    - Support non-idiomatic comments
    - Fix class name lexing

- Add ``plugins`` argument to ``get_all_lexers()``.
- Bump minimal Python version to 3.6
- Fix multiple lexers marking whitespace as ``Text``
- Remove various redundant uses of ``re.UNICODE``
- Associate ``.resource`` with the Robot framework
- Associate ``.cljc`` with Clojure
- Associate ``.tpp`` with C++
- Remove traces of Python 2 from the documentation
- The ``native`` style was updated to meet the WCAG AAA contrast guidelines
- Fix various typos
- Fix ``Groff`` formatter not inheriting token styles correctly
- Various improvements to the CI
- The Ada lexer has been moved to a separate file
- When ``linenos=table`` is used, the ``<table>`` itself is now wrapped with a ``<div class="highlight">`` tag instead of placing it inside the ``<td class="code">`` cell
2022-04-26 10:53:29 +00:00
adam
6256f9e301 py-wcag-contrast-ratio: added version 0.9
A library for computing contrast ratios, as required by WCAG 2.0.
2022-04-26 10:52:16 +00:00
adam
9df192d0de Updated devel/py-test-mock, net/py-tldextract, net/py-lexicon, devel/py-pbr 2022-04-26 10:42:47 +00:00
adam
a68bfd2af1 py-pbr: updated to 5.8.1
5.8.1
-----
* Add release note about missing pbr.json fix
* Avoid recursive calls into SetupTools entrypoint
* remove explicit mock
* Don't test with setuptools local distutils
* Use context blocks for open() calls in packaging
2022-04-26 10:42:22 +00:00
adam
4efcaf088e py-lexicon: updated to 3.9.5
3.9.5 - 18/04/2022

Added

Add misaka provider

Modified

Fix yandex provider for MX/SRV records
Fix joker provider by using POST requests instead of GET
2022-04-26 10:36:22 +00:00
adam
28df1b14bd py-tldextract: updated to 3.2.1
3.2.1 (2022-04-11)

* Bugfixes
  * Fix incorrect namespace used for caching function returns
  * Remove redundant encode
  * Remove redundant lowercase
  * Remove unused `try`/`except` path
  * Add types to the private API (disallow untyped calls and defs)
  * Rely on `python_requires` instead of runtime check
* Docs
  * Fix docs with updated types
  * Fix link in Travis CI badge
  * Rewrite documentation intro
  * Remove unnecessary subheading
  * Unify case


3.2.0 (2022-02-20)

* Features
    * Add types to the public API
* Bugfixes
    * Add support for Python 3.10
    * Drop support for EOL Python 3.6
    * Remove py2 tag from wheel
    * Remove extra backtick in README
2022-04-26 10:35:44 +00:00
adam
3ff339022c py-test-mock: updated to 3.7.0
3.7.0 (2022-01-28)
------------------
* Python 3.10 now officially supported.
* Dropped support for Python 3.6.
2022-04-26 10:34:44 +00:00
adam
ec12872a6d Removed security/py-cryptopp, devel/py-darcsver, converters/py-zbase32, www/py-static 2022-04-26 08:21:24 +00:00
adam
2192a3b4ce py-static: removed 2022-04-26 08:21:00 +00:00
adam
e73cf00385 py-zbase32: removed 2022-04-26 08:20:06 +00:00
adam
2052a77702 py-darcsver: removed 2022-04-26 08:19:34 +00:00
adam
0e4acf2376 py-cryptopp: removed 2022-04-26 08:18:54 +00:00
adam
991e9b0a6f Updated audio/fluidsynth, security/gnupg2 2022-04-26 08:15:52 +00:00
adam
04713a32c8 gnupg2: updated to 2.2.35
Noteworthy changes in version 2.2.35 (2022-04-25)
-------------------------------------------------
* gpg,gpgsm: New option --require-compliance.
* gpgtar: New option --with-log.
* gpg: Threefold decryption speedup for large files.
* gpgtar: Support file names longer than MAX_PATH.
* scdaemon: Add support for GeNUA cards.
* gpg: Allow decryption of symmetric encrypted data even for
  non-compliant cipher.
* gpg: Avoid possible race condition in --edit-card/factory-reset.
* gpg: Emit an ERROR status as hint for a bad passphrase.
* gpg: Avoid NULL-ptr access due to corrupted packets.
* gpgsm: Fix parsing of certain PKCS#12 files.
* gpgtar: Use a pipe for decryption and thus avoid memory
  exhaustion.
* scdaemon: Use extended mode for pkcs#15 already for rsa2048.
* dirmngr: Make WKD lookups work for resolvers not handling SRV
  records.
* dirmngr: Escape more characters in WKD requests.
* gpgconf: Silence warnings from parsing the option files.
* Improve removing of stale lockfiles under Unix.
2022-04-26 08:15:35 +00:00
adam
7bdfe4757a fluidsynth: updated to 2.2.7
fluidsynth 2.2.7

Fix file driver not working correctly on Windows
Add a function to create a sequencer event from a midi event
Precompiled x86 binaries are now x87-FPU compatible
Fix fluidsynth not responding to SIGINT and SIGTERM when using recent SDL2
2022-04-26 08:14:22 +00:00
fcambus
f3ea066e7f doc: Updated graphics/libansilove to 1.3.1 2022-04-26 07:54:42 +00:00
fcambus
7af438db4a libansilove: update to 1.3.1.
libansilove 1.3.1 (2022-04-26)

- Increment pcboard_buffer by more than one element at a time
- Fix XBin font memory leaks
2022-04-26 07:54:29 +00:00
pin
0a25873920 doc: Updated graphics/kvantum to 1.0.1 2022-04-26 06:56:08 +00:00
pin
aa4b09e229 graphics/kvantum: update to 1.0.1
The main reason for this release was that KF5 had a backward incompatible
change. The minimum required version of Qt is bumped to 5.15.0 and that of
KF5 to 5.82.0. As a result, old distros can't be supported anymore.

Other changes:
- A workaround is added for the wrong style code of KisDoubleSliderSpinBox in
  Krita ≥ 5.0.0.
- Options are added (to Kvantum Manager) for setting corner radii when blurring
  translucent menus and tooltips with rounded corners. Usually, a value of 2 is
  enough for preventing blur artifacts.
- 16px is given to the width of vertical spinbox buttons.
- Small fixes.
2022-04-26 06:55:43 +00:00
gutteridge
21c8e8f319 doc: Updated x11/xfce4-panel to 4.16.4 2022-04-26 00:26:08 +00:00
gutteridge
86681d79dc xfce4-panel: update to 4.16.4
Change log:

4.16.4 (2022-04-16)
======
- Update copyright year and standardize formatting
- Update and sort author list by name
- panel: Fix regression "intellihide does not hide when leaving slowly" (#388)
- panel: Fix regression "'Span Monitor' has no effect" (#405)
- panel: Keep a reference on item during drag and drop
- Fix `core.UndefinedBinaryOperatorResult` warning from `scan-build` (#142)
- panel: Fix broken drag and drop between panels (#561)
- panel: Disconnect from screen signals when window is destroyed
- systray: Do not connect to proxy signal if async method failed
- panel: Mitigate a memory leak when removing items (!46)
- windowmenu: Emit "deactivate" signal when hiding the menu (#22, !68)
- systray: Fix wrong sanity check
- systray: Properly initialize systray item
- systray: Trust the status to update the attention icon (#392, !64)
- Fixed some window buttons not appearing in the panel (#188, !66)
- launcher: Only activate under mouse (Fixes #519)
- libxfce4panel: Review memory management for context menu (#452, !46)
- actions: Block panel autohide (Fixes #431, !62)
- launcher: Clear action menu when destroyed (Fixes #540, !61)
- Translation Updates:
  Arabic, Armenian (Armenia), Catalan, Malay, Occitan (post 1500),
  Polish, Romanian, Russian, Slovenian, Spanish, Swedish, Thai
2022-04-26 00:25:40 +00:00
mef
099259a549 doc: Updated math/R-gstat to 2.0.9 2022-04-25 23:49:06 +00:00
mef
18972c1683 (math/R-gstat) Updated 2.0.7 to 2.0.9, fix build against R-4.2.0 2022-04-25 23:48:53 +00:00
gdt
0681b71d00 net/unison: Update HOMEPAGE 2022-04-25 23:40:42 +00:00
tnn
53133d0bf4 webkit-gtk: add CHECK_PORTABILITY_SKIP 2022-04-25 23:28:51 +00:00
tnn
c78e690782 libstemmer: no -Wl,--version-script on SunOS 2022-04-25 23:22:58 +00:00
tnn
c0b383147a uchardet: no -Wl,--version-script on SunOS 2022-04-25 23:16:50 +00:00
tnn
df4f121126 libfm-qt: no -Wl,-Bsymbolic-functions on SunOS 2022-04-25 22:53:52 +00:00
tnn
97f53d671c liblxqt: no -Wl,-Bsymbolic-functions on SunOS 2022-04-25 22:38:39 +00:00
tnn
41196c2eea librime: install pkg-config file on SunOS too 2022-04-25 22:29:15 +00:00
tnn
c178ccc27a libgphoto2: #include <limits.h> for UINT_MAX 2022-04-25 22:23:00 +00:00
tnn
05db339278 opencv: add CHECK_PORTABILITY_SKIP 2022-04-25 22:12:56 +00:00
tnn
2f6d7e0daf txt2man: shell portability 2022-04-25 21:56:59 +00:00
tnn
65d6ffeb04 py-uvloop: kludge-fix the build on SunOS: work around missing SO_REUSEPORT 2022-04-25 21:46:49 +00:00
pin
729db6b918 doc: Updated editors/ced to 0.1.5 2022-04-25 19:32:52 +00:00
pin
9eead63369 editors/ced: update to 0.1.5
-Disabled loop variant in non cli feature build
-Order insensitive arguments
-Nolog option
-re-organization + re-located files for better module structure
-More performant edit row + new command print-row
-New edit row for more preformant editing
-Made add_row also check limiter's condition
2022-04-25 19:32:32 +00:00
pin
55e0ef3f83 doc: Updated wm/leftwm to 0.3.0 2022-04-25 19:06:12 +00:00
pin
d279a254a2 wm/leftwm: update to 0.3.0
-fix RightWiderLeftStack and LeftWiderRightStack
-feature: implement FocusWindowTop command (#605)
-Rotate grid horizontal (#620)
-Fix build errors on architectures with u8 (#623)
-Refactor: remove disable_current_tag_swap from Config trait (#617)
-Implement layouts per workspace (#636)
-fix order of setting XDG Autostart env (#646)
-fix: include display id in command pipe name (#643)
-leftwm(leftwm-check): Add note about commands.pipe deprecation, closes …
-Make workspace layouts an option (#671)
-Allow array for mousekey and single value for modifiers (#675)
-Avoid heap allocation in keyboard::grab_keys (#686)
-Avoid heap allocation in missing_expected_file (#687)
-fix: dialogue windows getting cut-off (#668) (#683)
-fix(641): focus the last window in the workspace (#642)
-fix(416): focus empty workspace on click (#693)
-Reduce xlib calls and other optimisations (#690)
-Fixes cursor jumping on things like steam and brave (#703)
-FocusWindow command (#694)
-fix: workspace id validation (#711)
-Fix spacing and else statements on liquid templates (#728)
-Allow disabling swap for MoveWindowTop (#713)
-Fixed basic_polybar theme for multi-monitor setup (#714)
-Attempt to fix #275, #575; if accepted, supersedes #697 (#723)
-Configurable new window behavior (#710)
-update edition to 2021, update dependencies (#594)
-Layout CenterMainFluid (leftwm-core) (#638)
-Dirty clickto fix (#696)
-use correct border-color for previous window in window_take_focus. pa…
-fix parsing issues in command_pipe.rs (#734)
-Add ReturnToLastTag feature to unconditionally go to last visited tag (…
-CloseAllOtherWindows command (#737)
2022-04-25 19:05:34 +00:00
wiz
f1e622597c feed2exec: fix path in DEPENDS 2022-04-25 18:21:52 +00:00
tnn
254cc2322f kirigami2: regen patch 2022-04-25 17:58:29 +00:00
schmonz
3171eff16b Python 3.10 works fine for wiz@. 2022-04-25 17:39:51 +00:00
christos
ea7ee4618b new mantis 2022-04-25 17:25:56 +00:00
christos
523f9a8a30 Update from 2.24.5 to 2.25.3 because older one does not work with php7.4.27
See: https://www.mantisbt.org/bugs/changelog_page.php
2022-04-25 17:24:50 +00:00
jperkin
07860cdf48 salt: Skip more files with legitimate hardcoded paths. 2022-04-25 16:34:39 +00:00