Commit graph

360431 commits

Author SHA1 Message Date
adam
27919cbca9 ansible-core: updated to 2.13.1
v2.13.1
=======

Minor Changes
-------------

- Add an 'action_plugin' field for modules in runtime.yml plugin_routing.

  This fixes module_defaults by supporting modules-as-redirected-actions
  without redirecting module_defaults entries to the common action.

  .. code: yaml

     plugin_routing:
       action:
         facts:
           redirect: ns.coll.eos
         command:
           redirect: ns.coll.eos
       modules:
         facts:
           redirect: ns.coll.eos_facts
         command:
           redirect: ns.coll.eos_command

  With the runtime.yml above for ns.coll, a task such as

  .. code: yaml

     - hosts: all
       module_defaults:
         ns.coll.eos_facts: {'valid_for_eos_facts': 'value'}
         ns.coll.eos_command: {'not_valid_for_eos_facts': 'value'}
       tasks:
         - ns.coll.facts:

  will end up with defaults for eos_facts and eos_command
  since both modules redirect to the same action.

  To select an action plugin for a module without merging
  module_defaults, define an action_plugin field for the resolved
  module in the runtime.yml.

  .. code: yaml

     plugin_routing:
       modules:
         facts:
           redirect: ns.coll.eos_facts
           action_plugin: ns.coll.eos
         command:
           redirect: ns.coll.eos_command
           action_plugin: ns.coll.eos

  The action_plugin field can be a redirected action plugin, as
  it is resolved normally.

  Using the modified runtime.yml, the example task will only use
  the ns.coll.eos_facts defaults.
- ansible-galaxy - Support resolvelib versions 0.6.x, 0.7.x, and 0.8.x. The full range of supported versions is now >= 0.5.3, < 0.9.0.
- ansible-test - Add RHEL 9.0 remote support.
- ansible-test - Add support for Ubuntu VMs using the ``--remote`` option.
- ansible-test - Add support for exporting inventory with ``ansible-test shell --export {path}``.
- ansible-test - Add support for multi-arch remotes.
- ansible-test - Add support for running non-interactive commands with ``ansible-test shell``.
- ansible-test - Avoid using the ``mock_use_standalone_module`` setting for unit tests running on Python 3.8 or later.
- ansible-test - Blocking mode is now enforced for stdin, stdout and stderr. If any of these are non-blocking then ansible-test will exit during startup with an error.
- ansible-test - Improve consistency of output messages by using stdout or stderr for most output, but not both.
- ansible-test - The ``shell`` command can be used outside a collection if no controller delegation is required.

Bugfixes
--------

- Add PyYAML >= 5.1 as a dependency of ansible-core to be compatible with Python 3.8+.
- ansible-config dump - Only display plugin type headers when plugin options are changed if --only-changed is specified.
- ansible-galaxy - handle unsupported versions of resolvelib gracefully.
- ansible-test - Fix internal validation of remote completion configuration.
- ansible-test - Prevent ``--target-`` prefixed options for the ``shell`` command from being combined with legacy environment options.
- ansible-test - Sanity test output with the ``--lint`` option is no longer mixed in with bootstrapping output.
- ansible-test - Subprocesses are now isolated from the stdin, stdout and stderr of ansible-test. This avoids issues with subprocesses tampering with the file descriptors, such as SSH making them non-blocking. As a result of this change, subprocess output from unit and integration tests on stderr now go to stdout.
- ansible-test - Subprocesses no longer have access to the TTY ansible-test is connected to, if any. This maintains consistent behavior between local testing and CI systems, which typically do not provide a TTY. Tests which require a TTY should use pexpect or another mechanism to create a PTY.
- apt module now correctly handles virtual packages.
- lookup plugin - catch KeyError when lookup returns dictionary (https://github.com/ansible/ansible/pull/77789).
- pip - fix cases where resolution of pip Python module fails when importlib.util has not already been imported
- plugin loader - Sort results when fuzzy matching plugin names (https://github.com/ansible/ansible/issues/77966).
- plugin loader will now load config data for plugin by name instead of by file to avoid issues with the same file being loaded under different names (fqcn + short name).
- psrp connection now handles default to inventory_hostname correctly.
- winrm connection now handles default to inventory_hostname correctly.
2022-07-11 09:28:41 +00:00
adam
03f26301a6 Updated net/py-celery, textproc/py-black 2022-07-11 09:24:34 +00:00
wiz
19f0dabec7 doc/TODO: + py-test-django-4.5.2. 2022-07-11 08:53:16 +00:00
adam
0b65988ac8 py-black: updated to 22.6.0
22.6.0

Style

- Fix unstable formatting involving `#fmt: skip` and `# fmt:skip` comments (notice the
  lack of spaces)

Preview style

- Docstring quotes are no longer moved if it would violate the line length limit
- Parentheses around return annotations are now managed
- Remove unnecessary parentheses around awaited objects
- Remove unnecessary parentheses in `with` statements
- Remove trailing newlines after code block open

Integrations

- Add `scripts/migrate-black.py` script to ease introduction of Black to a Git project


Output

- Output Python version and implementation as part of `--version` flag

Packaging

- Use `tomli` instead of `tomllib` on Python 3.11 builds where `tomllib` is not
  available

Parser

- [PEP 654](https://peps.python.org/pep-0654/#except) syntax (for example,
  `except *ExceptionGroup:`) is now supported
- [PEP 646](https://peps.python.org/pep-0646) syntax (for example,
  `Array[Batch, *Shape]` or `def fn(*args: *T) -> None`) is now supported

Vim Plugin

- Fix `strtobool` function. It didn't parse true/on/false/off.
2022-07-11 08:52:49 +00:00
wiz
76fc12f7fc py-packaging2: simplify 2022-07-11 08:51:08 +00:00
adam
00ff579985 py-celery: updated to 5.2.7
5.2.7
=====
- Fix packaging issue which causes poetry 1.2b1 and above to fail install Celery

5.2.6
=====
- load_extension_class_names - correct module_name

5.2.5
=====
**This release was yanked due to a regression caused by the PR below**

- Use importlib instead of deprecated pkg_resources

5.2.4
=====
- Expose more debugging information when receiving unknown tasks
2022-07-11 08:50:27 +00:00
wiz
634e46f46d py-cpplint: restrict to python3
some cleanups
2022-07-11 08:48:48 +00:00
adam
1fee028c1f Updated devel/py-test-sugar, net/py-amqp, net/py-kombu, multimedia/mkvtoolnix 2022-07-11 08:47:14 +00:00
adam
3be1565c7a mkvtoolnix: updated to 69.0.0
Version 69.0.0 "Day And Age" 2022-07-09

Important notes

* all: the spelling of "colour" was changed to "color" throughout all programs
  to match the use of American English spelling in MKVToolNix. This not only
  affects documentation and user interface controls, but also program options
  for mkvmerge & mkvpropedit. Both programs will continue to accept the
  British English spelling of their respective options indefinitely. One
  breaking change is that the property names in mkvmerge's JSON identification
  mode have also been changed to American English spelling. As those
  properties have only been introduced in release v68, this seems like a small
  enough window to make such a change.

New features and enhancements

* MKVToolNix GUI: the number of recently used entries (e.g. destination
  directories) remembered by the GUI can now be configured in the
  preferences.
* MKVToolNix GUI: multiplexer: when adding files the track properties
  regarding color information & color mastering meta information will be
  parsed & set in the corresponding GUI controls.
* MKVToolNix GUI: job queue: the job queue can now be sorted by clicking on
  the column headers.
* MKVToolNix GUI: job queue: when loading jobs from the queue directory that
  weren't previously known to the program those jobs will be sorted by their
  "date added" timestamp instead of using the order the operating system
  returns them in.

Bug fixes

* build system: fixed compilation with fmt v9.
* mkvmerge: HEVC ES parser: the parser will now parse at least the first full
  access unit before reporting that it has found all the required
  headers. Otherwise parsing might stop in the middle of the access unit due
  to the source reader not providing more data in the first call, leading to
  the parser not finding the `unspec62` and `unspec63` NALUs required for
  Dolby Vision.
* MKVToolNix GUI: preferences: the default actions added to the "execute
  programs" section on new installations now default to use WebM file names
  instead of Ogg, matching the format of the included audio files.

Build system changes

* The bundled `fmt` library was updated to v9.0.0.
2022-07-11 08:46:49 +00:00
adam
9b158d6aec py-kombu: updated to 5.2.4
5.2.4
Allow getting recoverable_connection_errors without an active transport.
Prevent KeyError: ‘purelib’ by removing INSTALLED_SCHEME hack from setup.py.
Revert “try pining setuptools
Fix issue 789: Async http code not allowing for proxy config
Fix The incorrect times of retrying.
Set redelivered property for Celery with Redis
Remove use of OrderedDict in various places
Warn about missing hostname only when default one is available
All supported versions of Python define __package__.
Added global_keyprefix support for pubsub clients
try pytest 7
Add an option to not base64-encode SQS messages.
Fix SQS extract_task_name message reference.
2022-07-11 08:43:01 +00:00
adam
57002bfb8b py-amqp: updated to 5.1.1
5.1.1
=====
- Use AF_UNSPEC for name resolution


5.1.0
=====
- Improve performance of _get_free_channel_id, fix channel max bug
- Document memoryview usage, minor frame_writer.write_frame refactor
- Start dropping python 3.6
- Added experimental __slots__ to some classes
- Relaxed vine version for upcoming release.
- Upgraded topytest 7
2022-07-11 08:39:57 +00:00
adam
71c4140d45 py-test-sugar: updated to 0.9.5
0.9.5 (2022-07-10)
- Fix distutils deprecation warning
- Fix incompatibility with pytest-timeout
- Update pytest naming convention in documentation
2022-07-11 08:38:54 +00:00
adam
de65a5bb3e Updated audio/wavpack, audio/musicpd 2022-07-11 08:26:21 +00:00
adam
1ce6f2236b musicpd: updated to 0.23.8
ver 0.23.8 (2022/07/09)
* storage
  - curl: fix crash if web server does not understand WebDAV
* input
  - cdio_paranoia: fix crash if no drive was found
  - cdio_paranoia: faster cancellation
  - cdio_paranoia: don't scan for replay gain tags
  - pipewire: fix playback of very short tracks
  - pipewire: drop all buffers before manual song change
  - pipewire: fix stuttering after manual song change
  - snapcast: fix busy loop while paused
  - snapcast: fix stuttering after resuming playback
* mixer
  - better error messages
  - alsa: fix setting volume before playback starts
  - pipewire: fix crash bug
  - pipewire: fix volume change events with PipeWire 0.3.53
  - pipewire: don't force initial volume=100%
* support libfmt 9
2022-07-11 08:25:59 +00:00
wiz
a7633484b4 *: bump for spice-gtk buildlink3 API bump 2022-07-11 07:53:23 +00:00
wiz
6fe7837e09 doc: Updated sysutils/spice-gtk to 0.39 2022-07-11 07:53:08 +00:00
wiz
62f6de2820 spice-gtk: update to 0.39.
Based on the work by Dan Cîrnaț in pkgsrc-wip.

v0.39
=====

- !33 - Remove PulseAudio backend
- !34 - Remove support to CELT codec
- !42 - Drop capabilities from usb-acl-helper binary
- !45 - #123 - Install ACL helper in libexec directory
- !48 - Add support to Wayland mouse in server mode
- !49 - #126 - Read all SASL buffer
- !54 - Add Copy & Paste support over Webdav
- !58 - Improve input and display on HiDPI displays
- !64 - Add support for Physical size display
- !69 - Fix leak on Display's surface
- !74 - Fix read overflow on (not seamless) migration code
- !75 - Fix usb redirect on connect, see [rhbz#1874740]
- !77 - Fixes buffer overflow in QUIC [CVE-2020-14355]
- Require polkit >= 0.101
- Require meson >= 0.53
- Require glib-2.0 >= 2.52

[rhbz#1874740]: https://bugzilla.redhat.com/show_bug.cgi?id=1874740
[CVE-2020-14355]: https://bugzilla.redhat.com/show_bug.cgi?id=1885566

v0.38
=====

- #108 - Add CD/DVD redirection, to allow mounting ISO images from client.
- #99 - Fix display scaling with EGL and HiDPI monitors
- #19 - Fix display corruption on HiDPI
- #82 - Various clipboard fixes & improvements, related to host/guest races &
  cltipboard managers
- [rhbz#1720532] - Fix buffer overflow on sending data with shared-folders
- [rhbz#1695618] - Fix hang over failed migration
- API: add spice_display_channel_change_preferred_video_codec_types()
- Several usbredir related fixes and code improvements
- Several video stream related fixes and code improvements
- Several shared-folder related fixes and code improvements
- file-xfer: fix stuck transfer while transfering multiple big files at once
- file-xfer: fix possible crash on Windows
- Migration: Fix metadata swap of channels
- build-sys: remove autotools (transition to meson completed)
- Require spice-protocol >= 0.14.1
- Require libusb >= 1.0.21
- Translations:
 - Update Italian
 - Add Russian

[rhbz#1720532]: https://bugzilla.redhat.com/show_bug.cgi?id=1720532
[rhbz#1695618]: https://bugzilla.redhat.com/show_bug.cgi?id=1695618
2022-07-11 07:52:56 +00:00
wiz
35492b39e6 py-sphinxcontrib-log-cabinet: restrict to python3 2022-07-11 07:22:04 +00:00
adam
ee1b5e3823 wavpack: updated to 5.5.0
5.5.0:
fixed: CVE-2021-44269 (encoding crafted DSD file triggers OOB read crash)
fixed: very long filenames cause stack-overflow crash in all CLI programs
fixed: the length stored in WAV headers not always corrected when using -i
fixed: attempting to encode raw DSD audio from stdin sometimes causes crash
fixed: DSD to PCM decimation: small clicks between tracks and tiny DC offset
fixed: length update in library-generated WAV headers on big-endian machines
fixed: sanitize custom extensions read from WavPack files to be alphanumeric
added: accepting brace-delimited options in the wavpack executable filename
added: "--drop" option to Windows executables for multi-file "drag-and-drop"
added" "--raw-pcm" option to wvunpack executable (does DSD --> 24-bit PCM)
added: "--no-overwrite" option to wavpack executable (to resume sessions)
improved: build system clean-up including switch to non-recursive "make"
2022-07-11 06:30:43 +00:00
adam
63abeddf24 Updated www/py-test-httpbin, net/py-tldextract, devel/py-types-setuptools, devel/py-types-ujson 2022-07-11 06:18:18 +00:00
adam
5b8936cba8 py-types-ujson: updated to 5.4.0
5.4.0 (2022-07-08)

[stubsabot] Bump ujson to 5.4.*

5.3.1 (2022-06-25)

ujson, pyfarmhash, toposort: check for missing definitions

5.3.0 (2022-06-14)

[stubsabot] Bump ujson to 5.3.*

5.2.0 (2022-05-30)

ujson: add JSONDecodeError
2022-07-11 06:17:55 +00:00
adam
f2a65e1976 py-types-setuptools: updated to 62.6.0
62.6.0 (2022-07-08)

[stubsabot] Bump setuptools to 62.6.*

Most of setuptools.config is not included as the module is deprecated.

57.4.18 (2022-06-26)

Third-party stubs: audit `Callable[<parameters>, None]` annotations

57.4.17 (2022-05-26)

Third-party stubs: fix several fictitious type aliases

57.4.16 (2022-05-25)

pkg_resources: Fix unconstrained TypeVars

57.4.15 (2022-05-22)

More setuptools.command.easy_install definitions
2022-07-11 06:16:18 +00:00
adam
0508a6e2eb py-tldextract: updated to 3.3.1
3.3.1 (2022-07-08)

* Bugfixes
  * Fix documented types, in README and in exception message
* Misc.
  * Format source code
2022-07-11 06:15:10 +00:00
adam
324bbdbdca py-test-httpbin: updated to 1.0.2
1.0.2
Switch from travis to github actions
This will be the last release to support Python 2.6, 2.7 or 3.6
2022-07-11 06:12:03 +00:00
khorben
6cf1fbcdd7 deforaos-configure: register x11/deforaos-locker as a user 2022-07-11 01:38:20 +00:00
khorben
d7cc5c2038 doc: Updated x11/deforaos-locker to 0.4.2 2022-07-11 01:37:11 +00:00
khorben
cf68851c1f deforaos-locker: update to version 0.4.2
This update brings:
- re-licensing to the BSD license (2 clause)
- renaming of the desktop files
- documentation for plug-ins with Gtk-Doc
- re-generation of Makefiles with DeforaOS configure
2022-07-11 01:36:50 +00:00
gutteridge
9e9e830fd1 py-rst2pdf: py-yaml is also a dependency
Issue noted and patch provided by J. Dekker on pkgsrc-users@.
2022-07-11 00:32:34 +00:00
gutteridge
c7b0ed4766 doc: Updated devel/kdiff3 to 1.9.6 2022-07-11 00:13:38 +00:00
gutteridge
6b30bbb7c3 kdiff3: update to 1.9.6
A minor bug fix release.

Version 1.9.6 - 2022-6-23
===========================
*BUG:428759 -Fix horizontal scroll to be by character not pixels
*BUG:444636 - Update window when ending selection mode.
2022-07-11 00:13:19 +00:00
pin
445c247a0c net/yaydl: fix broken build 2022-07-10 23:00:33 +00:00
wiz
4088b12766 doc: Updated graphics/gimp to 2.10.32 2022-07-10 22:34:42 +00:00
wiz
ce9c8afedc gimp: update to 2.10.32.
Overview of Changes from GIMP 2.10.30 to GIMP 2.10.32
=====================================================

Core:

  - Adding support for localized glyphs ('locl') in Text tool depending
    on the value of the "Language" field in Text tool options.
  - XCF import nows drop Xmp.photoshop.DocumentAncestors tags after 1000
    of them, similarly to what libgimpbase now does. This could happen
    in XCF files which were created e.g. from a PSD import before we
    handled the issue in libgimpbase.
  - XCF import:
    * made more robust by ignoring (with a warning) invalid
      parasites and continuing to load the rest of the file (which might
      be valid). This way, we are able to salvage more cases of
      partially corrupted XCF files.
    * additional safety checks to detect broken XCF files.
  - Version check can be globally disabled through a value in the
    `gimp-release` file. This would allow to use the same build on
    repositories with an update channels (where we don't want update
    check notifications) and on standalone (where we want them).

User Interface:

  - Removed titlebar/borders from Windows Splash Screen.
  - All official themes now have on-hover indicator around eye and link
    toggles in Layer/Channel/Path Dialog tree-views.
  - Dark theme:
    * Hover-on effect on radio menu items to improve readability.
  - Color icon theme:
    * Thin contrast border for 'close' and 'detach' to improve their
      readability against dark backgrounds on mouse-hover.

Plug-ins:

  - TGA: improving indexed images with alpha channel support (both
    import and export).
  - DICOM: Fix endian conversion for photometric interpretation
    "MONOCHROME1".
  - file-raw: "RGB Save Type" confusing dialog label renamed to "Palette
    Type" as on the main dev branch.
  - screenshot: option to capture cursor in now available on Windows.
  - pygimp: new optional parameter `run_mode_param` (defaulting to True)
    to register() function of the Python binding, which allows to make
    the "run-mode" parameter optional when creating a new PDB procedure.
    This is already used to fix "file-openraster-load-thumb" without
    changing its signature.
  - BMP: new PDB procedure "file-bmp-save2" which supports all options
    available interactively.
  - BigTIFF: our TIFF plug-in now officially supports BigTIFF import and
    export.
    * Import was actually already working transparently if you had
      a recent enough libtiff. Now the recent libtiff is enforced by
      dependency requirements.
    * Export support was added with a checkbox in the interactive dialog
      and a new "bigtiff" argument in the "file-tiff-save" PDB
      procedure.
    * When an interactive export of ClassicTIFF fails for the explicit
      reason of "Maximum TIFF file size exceeded", the export dialog is
      raised again with a message proposing to try again as BigTIFF or
      trying another compression algorithm.
      This allows because discoverability and understandibility of the
      issue, while not forcing BigTIFF export (since it might not be
      supported everywhere).
    * Unlike the same change on the main dev branch, this backport comes
      without a dependency requirement bump, which means this will only
      work if GIMP is built with recent enough libtiff.
  - Raw: more robust load able to load as much as possible from the
    file, then fill the rest with white, when offset and dimensions are
    bigger than actual file size.
  - Improved support of a few plug-in code for building under UCRT
    Windows environment (more modern C runtime library than MINGW).
  - EPS: loading transparent EPS files now supported.
  - JPEG XL: import backported from the `master` (2.99) branch.
  - WebP: export has a new IPTC checkbox (saved through XMP) as well as
    a thumbnail checkbox. (backported from dev branch, since 2.99.8)
  - DDS: export has a new flip option (useful for some game engine) as
    well as a new savetype option to export all visible layers (not only
    the active one).
  - TIFF:
    * import support for 8 and 16 bit CMYK(A) TIFF files.
    * 1, 2 and 4-bit B/W images are now converted to indexed rather than
      grayscale as it seems that there is more of a use case for these
      images to be handled as indexed, even though technically they can
      be considered grayscale.
      In the future we could add an option at loading time where the
      user can choose whether they prefer it to be loaded as indexed or
      grayscale.
    * Fix loading images generated by MATLAB's blockproc function.
    * More robust loading for 8 bps grayscale MINISWHITE TIFF.

Libgimp:

  - New gimp_plug_in_error_quark() as a generic GQuark/GError domain for
    plug-ins (backported from 2.99.6).
  - gimp_drawable_brightness_contrast() now works in the [-1.0, 1.0]
    range (it's more of a fix than a change because it's what it should
    have been from the start).
  - Better management of modification time in metadata: IPTC tag
    Iptc.Application2.DateCreated is not overridden anymore as it is the
    original creation date of the image. Instead we set the XMP tag
    Xmp.xmp.ModifyDate for file modification time and
    Xmp.xmp.MetadataDate for metadata modification time.
  - Format of Xmp.tiff.DateTime is now properly set with timezone as a
    consequence of the previous improvement.

Libgimpbase:

  - Limit to 1000 ancestors when importing images with incredible amount
    of `Xmp.photoshop.DocumentAncestors` tags, which is most likely due
    to a bug in some versions of Photoshop (in some PSDs, we encountered
    over 100,000 such tags; it probably makes no sense that a document
    could have that many ancestor documents). GIMP will now stops at
    1000 such tags before dropping the rest and continue loading the
    file.

Icons:

  - Chain icons for the Color icon theme reworked from the Symbolic
    versions (with contrast borders to work on any background color) so
    that the "broken" and full variants are easily distinguishable.

Translations:

  - New Galician and Georgian translations for the Windows installer.
  - 20 translations were updated: Catalan, Chinese (China), Croatian,
    Danish, Dutch, Finnish, French, Georgian, German, Hungarian,
    Icelandic, Italian, Polish, Portuguese, Russian, Slovenian, Spanish,
    Swedish, Turkish, Ukrainian.

Build:

  - Bumping minimum GEGL to version 0.4.36.
  - The Windows installer now has an option /DISABLECHECKUPDATE=true to
    install the same build but editing the `gimp-release` file to
    disable update check as newly implemented (see above in Core
    section).
2022-07-10 22:34:30 +00:00
wiz
66785b33ae py-smb: fix PLIST for python 2.x 2022-07-10 21:12:35 +00:00
wiz
69f898b41a py-jsonschema: add build dependency setuptools_scm
The error comes from hatchling, but it depends on the build system
used, so I think the build dependency is better added here.

Correct me if I'm wrong.
2022-07-10 21:02:43 +00:00
pin
6e4d27ad0f doc: Updated audio/spotify-player to 0.9.3 2022-07-10 20:55:26 +00:00
pin
cb3f32639c audio/spotify-player: update to 0.9.3
What's Changed
    Add session configs in #60
    Add browse page in #61
2022-07-10 20:54:32 +00:00
pin
9bbf4dde51 doc: Updated textproc/fsrx to 1.0.2 2022-07-10 20:53:33 +00:00
pin
fa6180d65b textproc/fsrx: update to 1.0.2
-Bump dependencies.
2022-07-10 20:52:39 +00:00
wiz
d16d4db778 doc: Updated graphics/babl to 0.1.92 2022-07-10 20:23:47 +00:00
wiz
e005bd5a89 babl: update to 0.1.92.
patch update from martin@, thanks!

2022-02-21 babl-0.1.90
Fixes for avoiding load of wrong SIMD extensions.
2022-07-10 20:23:38 +00:00
wiz
5f7635f08d doc/TODO: add some
+ MesaLib-22.1.3, gopls-0.9.0, harfbuzz-4.4.1, libdrm-2.4.112,
  libidn-1.41, liblangtag-0.6.4, libva-2.15.0, musicpd-0.23.8,
  ncspot-0.10.0, poppler-22.07.0, py-pip-audit-2.4.1,
  rust-analyzer-0.0.20220704, zxing-cpp-1.4.0.
2022-07-10 20:15:18 +00:00
wiz
25de6c1160 doc: Updated devel/py-requests to 2.28.1 2022-07-10 20:10:05 +00:00
wiz
6b6814a8a5 py-requests: update to 2.28.1.
Fixes PR 56915.

2.28.1 (2022-06-29)
-------------------

**Improvements**

- Speed optimization in `iter_content` with transition to `yield from`. (#6170)

**Dependencies**

- Added support for chardet 5.0.0 (#6179)
- Added support for charset-normalizer 2.1.0 (#6169)

2.28.0 (2022-06-09)
-------------------

**Deprecations**

- ⚠️ Requests has officially dropped support for Python 2.7. ⚠️ (#6091)
- Requests has officially dropped support for Python 3.6 (including pypy3.6). (#6091)

**Improvements**

- Wrap JSON parsing issues in Request's JSONDecodeError for payloads without
  an encoding to make `json()` API consistent. (#6097)
- Parse header components consistently, raising an InvalidHeader error in
  all invalid cases. (#6154)
- Added provisional 3.11 support with current beta build. (#6155)
- Requests got a makeover and we decided to paint it black. (#6095)

**Bugfixes**

- Fixed bug where setting `CURL_CA_BUNDLE` to an empty string would disable
  cert verification. All Requests 2.x versions before 2.28.0 are affected. (#6074)
- Fixed urllib3 exception leak, wrapping `urllib3.exceptions.SSLError` with
  `requests.exceptions.SSLError` for `content` and `iter_content`. (#6057)
- Fixed issue where invalid Windows registry entires caused proxy resolution
  to raise an exception rather than ignoring the entry. (#6149)
- Fixed issue where entire payload could be included in the error message for
  JSONDecodeError. (#6036)
2022-07-10 20:09:56 +00:00
wiz
59c5b4e113 doc: Updated www/py-test-httpbin to 1.0.1 2022-07-10 20:02:02 +00:00
wiz
fd11988767 py-test-httpbin: update to 1.0.1.
* fix redirect Location to have "https://" scheme (thanks @immerrr)
* Include regression tests in PyPI tarball by (thanks @kmosiejczuk)
2022-07-10 20:01:53 +00:00
wiz
45330a89db doc: Updated www/py-httpbin to 0.7.0nb2 2022-07-10 19:52:13 +00:00
wiz
0534facf75 py-httpbin: add patch for compatibility with py-werkzeug 2.1
Bump PKGREVISION.
2022-07-10 19:52:03 +00:00
wiz
158cf163ff doc: note successor for py-sphinx1 2022-07-10 19:27:10 +00:00
wiz
7006d29b2c py-sphinx1: remove 2022-07-10 19:26:47 +00:00