Commit graph

390811 commits

Author SHA1 Message Date
adam
c0ee6aaf1a Updated games/pysolfc 2023-11-26 16:47:28 +00:00
adam
25c79fbad8 pysolfc: updated to 2.21.0
v2.21.0

Ten new games.
Compatibility with Pillow 10.0.
Several new display options.
Bugfixes and enhancements.

v2.20.1

The release packages have been updated to use the latest version of Python, and all the dependent libraries.
New alternate release packages for Windows and Mac that include the full cardsets library (these are larger and may take longer to download/install).
Bugfixes and other enhancements.

v2.20.0

Over 40 new games, bringing the total to 1,200!
Memory games can now use any type of cardset, including new Matching type cardsets.
New options in the Solitaire Wizard.
Additional documentation for a number of PySol's features.
Bugfixes and other enhancements.
2023-11-26 16:45:02 +00:00
adam
22ca7e25ed py-kivy: set PYTHON_SELF_CONFLICT 2023-11-26 16:28:38 +00:00
pin
b93907a48d doc: Updated misc/tui-journal to 0.5.0 2023-11-26 16:11:20 +00:00
pin
2ecde7ced8 misc/tui-journal: update to 0.5.0
What's Changed
 - Added: Horizontal Scrollbar to Editor by @AmmarAbouZor in #217
 - Changed: Upgrade Crates Ratatui & Tui-Textarea with breaking changes
   by @AmmarAbouZor in #224
 - Added: Visual Mode to Built-in Editor by @AmmarAbouZor in #239
2023-11-26 16:10:59 +00:00
pin
fc97474238 doc: Updated time/saturn-cli to 0.4.4 2023-11-26 16:10:17 +00:00
pin
873c4be9c7 time/saturn-cli: update to 0.4.4
Small but critical bugfixes.
Sorry this release got so long to get to; life has happened. I'm hoping to
increase the pace of releases and fix some of the uglier bugs and performance
issues in a shorter time period from now on.

Here are the issues resolved:
 - Fix an issue where all day events would be spam notified every day.
 - Google: recurring tasks always preferred the original start time, not the
   current time.
 - Fix using certain weekdays as time specifiers.
2023-11-26 16:09:59 +00:00
pin
637e1b95ba doc: Updated sysutils/felix to 2.10.2 2023-11-26 16:09:19 +00:00
pin
35c28e5326 sysutils/felix: update to 2.10.2
v2.10.2 (2023-11-26)
Fixed
 - Added a filter to every user input to reject Keyup events. This is required
   on the windows platform.
2023-11-26 16:08:58 +00:00
pin
df01cc69d6 doc: Updated devel/difftastic to 0.53.0 2023-11-26 16:08:10 +00:00
pin
a3291a46f1 devel/difftastic: update to 0.53.1
Build
 - Fixed a dependency issue that broke aarch64 builds on older rustc versions.
2023-11-26 16:07:51 +00:00
pin
cf54f2c429 doc: Updated devel/cargo-modules to 0.11.1 2023-11-26 16:07:15 +00:00
pin
90b9850360 devel/cargo-modules: update to 0.11.1
[0.11.1] - 2023-11-25
Updated dependencies:
 - rust-analyzer from 0.0.185 to 0.0.186
2023-11-26 16:06:52 +00:00
adam
1cdf82f6e3 Updated sysutils/py-xattr, devel/py-pygit2 2023-11-26 15:55:01 +00:00
adam
9e6c0507fd py-pygit2: updated to 1.13.3
1.13.3 (2023-11-21)

- New API for filters in Python
- Shallow repositories: New ``depth`` optional argument for
  ``clone_repository(...)`` and ``Remote.fetch(...)``
- New submodule ``init(...)``, ``update(...)`` and ``reload(...)`` functions
- Release GIL in ``Walker.__next__``
- Type hints for submodule functions in ``Repository``
2023-11-26 15:54:43 +00:00
adam
b05d565e09 py-xattr: updated to 1.0.0
ersion 1.0.0 released 2023-11-19

* Update test & build matrix and use Github Actions as a Trusted Publisher.
  Drop support for Python 3.7 and earlier (including Python 2).
  Move tests out of package.
2023-11-26 15:51:56 +00:00
adam
559b1ad18a Updated audio/SDL2_sound, devel/py-pebble 2023-11-26 15:00:37 +00:00
adam
e81ddfca26 py-pebble: updated to 5.0.4
release 5.0.4

add type hints to decorator functions
2023-11-26 14:59:24 +00:00
adam
0eccec70c5 py-kivy: fix build for Darwin 2023-11-26 14:52:31 +00:00
adam
b7fa4b0415 SDL2_sound: updated to 2.0.2
SDL_sound 2.0.2

This is the release of version 2.0.2 of SDL_sound. This is an official, stable release, and everyone is encouraged to upgrade. This release remains API and ABI compatible with previous releases of SDL_sound 2.0.x.

Significant changes

Tons of work on build fixes and improvements to the CMake project.
Sound_Sample::buffer is now guaranteed to be aligned and padded for SIMD access.
Audio conversion is now done via SDL_AudioStream, instead of SDL_AudioCVT, for better results.
Added MP3 duration support.
Fixes for WAV, Ogg Vorbis, and Midi decoding.
WAV decoder now supports 24-bit int PCM data.
Updated dr_mp3 and dr_flac.
Release tarball is manually built with a name/directory structure that matches other SDL2 satellite libraries.
Other bug fixes and improvements.
2023-11-26 14:47:09 +00:00
wiz
ce6fc32b6a doc: reverted py-pexpect 2023-11-26 14:45:52 +00:00
wiz
fbb232327f py-pexpect: revert wheelification for now 2023-11-26 14:45:28 +00:00
adam
2778521493 py-pysol_cards: add ALTERNATIVES 2023-11-26 14:38:12 +00:00
adam
0789b636fa Updated devel/py-kivy-garden, games/py-pysol_cards 2023-11-26 14:37:24 +00:00
adam
4e476111c6 py-pysol_cards: updated to 0.14.3
0.14.3

* Try to fix getstate() / setstate() ; with tests
2023-11-26 14:37:02 +00:00
adam
0f2329f3a9 py-kivy-garden: updated to 0.1.5
Release v0.1.5

Prevent crash when options has no 'kivy' attribute
Fix for paths containing whitespace
Add garden gallery
Force lowercase for packages
Update garden
Add --no-download-progress install flag.
2023-11-26 14:34:00 +00:00
adam
b2d7636af5 Updated devel/py-cython, devel/py-makefun 2023-11-26 14:22:24 +00:00
adam
cc02f35332 py-makefun: updated to 1.15.2
1.15.2 - bugfix

- Fixed `SyntaxError` happening when the name of a native coroutine function to create contains `'return'`.
2023-11-26 14:22:06 +00:00
adam
5ae5f4dbd4 py-cython: updated to 3.0.6
3.0.6 (2023-11-26)
==================

Features added
--------------

* Fused def function dispatch is a bit faster.
* Declarations for the ``wchar`` PyUnicode API were added.
* The Python "nogil" fork is now also detected with the new ``Py_GIL_DISABLED`` macro.

Bugs fixed
----------

* Comparing dataclasses could give different results than Python.
* ``float(std::string)`` generated invalid C code.
* Using ``cpdef`` functions with ``cimport_from_pyx`` failed.
* A crash was fixed when string-formatting a Python value fails.
* On item access, Cython could try the sequence protocol before the mapping protocol
  in some cases if an object supports both.
* A C compiler warning was resolved.
* Complex numbers failed to compile in MSVC with C11.
* Some issues with the Limited API and with PyPy were resolved.
* A C++ issue in Python 3.13 was resolved.
* Several directives are now also available (as no-ops) in Python code.
* An error message was corrected.
2023-11-26 14:16:48 +00:00
bacon
6bf0690221 doc: Updated biology/vsearch to 2.26.1 2023-11-26 12:36:03 +00:00
bacon
e31d850566 biology/vsearch: Update to 2.26.1
A few minor enhancements
Changes: https://github.com/torognes/vsearch/releases
2023-11-26 12:35:56 +00:00
wiz
6d179a45f8 doc: Updated devel/py-pexpect to 4.9.0nb1 2023-11-26 12:30:58 +00:00
wiz
6f180eb4a9 py-pexpect: convert to wheel.mk
Mark as not for Python 2.

Add a missing test dependency, but tests hangs for me.

Bump PKGREVISION.
2023-11-26 12:30:46 +00:00
tnn
6b96fe0898 openjdk17: fix mis-merge 2023-11-26 10:48:46 +00:00
adam
cc695fd4ef py-SDL2: allow Python 3.12 2023-11-26 10:43:41 +00:00
adam
499089cf5f Updated emulators/qemu, devel/py-test-rerunfailures 2023-11-26 10:36:21 +00:00
adam
34828e1013 py-test-rerunfailures: updated to 13.0
13.0 (2023-11-22)

Breaking changes

- Drop support for pytest < 7.0.

Features

- Add support for Python 3.12.

Bug fixes

- Fix crashitem names mismatch between client and server.
- Fix crash when setup fails with --rerun-except flag.
2023-11-26 10:36:03 +00:00
adam
ab0eb07367 qemu: updated to 8.1.3
8.1.3
Bug fixes
2023-11-26 10:34:23 +00:00
adam
b2e98c1b08 Updated devel/py-anyio, misc/py-trove-classifiers 2023-11-26 10:27:29 +00:00
adam
5e697bd830 py-trove-classifiers: updated to 2023.11.22
2023.11.22

Add "Framework :: Sphinx :: Domain" classifier
2023-11-26 10:27:11 +00:00
adam
65b5d5ecfc py-anyio: updated to 4.1.0
4.1.0

- Adapted to API changes made in Trio v0.23:

  - Call ``trio.to_thread.run_sync()`` using the ``abandon_on_cancel`` keyword argument
    instead of ``cancellable``
  - Removed a checkpoint when exiting a task group
  - Renamed the ``cancellable`` argument in ``anyio.to_thread.run_sync()`` to
    ``abandon_on_cancel`` (and deprecated the old parameter name)
  - Bumped minimum version of Trio to v0.23
- Added support for voluntary thread cancellation via
  ``anyio.from_thread.check_cancelled()``
- Bumped minimum version of trio to v0.23
- Exposed the ``ResourceGuard`` class in the public API
- Fixed ``RuntimeError: Runner is closed`` when running higher-scoped async generator
  fixtures in some cases
- Fixed discrepancy between ``asyncio`` and ``trio`` where reraising a cancellation
  exception in an ``except*`` block would incorrectly bubble out of its cancel scope
2023-11-26 10:25:50 +00:00
adam
616131049c py-coverage: fix PLIST 2023-11-26 10:21:37 +00:00
adam
f1836e2e8e Updated www/py-idna, devel/py-limits, textproc/py-parse, devel/py-pexpect, devel/py-ipython 2023-11-26 10:06:06 +00:00
adam
a4eb7c77e7 py-ipython: updated to 8.18.0
IPython 8.18
------------

Small release of IPython that fixes a small number of inconveniences.

 - :ghpull:`14251` Fix a memory leak in qt event loop integration by setting
   the Loop parent to None.
 - :ghpull:`14252` Pickleshare was made an optional dependency in 8.17, this
   leads to warnings in some installations when using modules completions. The
   warning has been silenced.
 - :ghpull:`14241` Update event loop code for compatibility with more recent
   ``prompt_toolkit`` due to deprecations in Python 3.12.
 - :ghpull:`14245` Fix doc example on Pygments styles
 - :ghpull:`14238` Remove dependency on app_nope, this is actually only a
   dependency of IPykernel.
2023-11-26 10:05:41 +00:00
adam
027df6573f py-pexpect: updated to 4.9.0
4.9.0

Add support for Python 3.12
Clean up temporary files after UnicodeTests
Add Python 3.5, 3.6 and 3.12.0-rc.1 to test matrix
Set prompt correctly for zsh
Add zsh convenience function to replwrap module
Rework async unittests to rely on unittest.IsolatedAsyncioTestCase
Make test_expect.py work on POSIX systems that are not Linux based
Add support for socket, which allows sockets to be used crossplatform
Update async to work on newer versions of python
Remove deprecated RSAAuthentication option (SSHv1)
Multiple CI fixes
Use Github Actions for CI
Remove pytest-capturelog from testing requirements
Fix usage for Solaris
Fix threading for new versions of python
Fix documentation builds for use with Sphinx 3
Use sys.executable for tests and wrapper, allowing the calling python executable to be used instead
Update documentation about Wexpect
Added project urls to setup.py
Provide examples for how to use Pexpect and Pyte
Coerce compiled regex patterns type according to spawn encoding
Several doc updates
2023-11-26 10:04:16 +00:00
adam
6f9ac414ad py-parse: updated to 1.20.0
1.20.0

Optimize _expand_named_fields
Add functionality to parse datetimes according C standard format codes.
2023-11-26 09:57:04 +00:00
adam
333d92e63d py-limits: updated to 3.7.0
v3.7.0

* Features

  * Ensure rate limit keys in redis use are prefixed
    with a `LIMITS` prefix. This allows for resetting
    all keys generated by the library without implicit
    knowledge of the key structure.
2023-11-26 09:55:40 +00:00
adam
8b71d57649 py-idna: updated to 3.6
3.6 (2023-11-25)

Fix regression to include tests in source distribution.

3.5 (2023-11-24)

Update to Unicode 15.1.0
String codec name is now "idna2008" as overriding the system codec "idna" was not working.
Fix typing error for codec encoding
"setup.cfg" has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.
Removed reliance on a symlink for the "idna-data" tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.
Added security reporting protocol for project
2023-11-26 09:53:22 +00:00
adam
f28ca62ea9 Updated lang/nodejs20, textproc/ugrep 2023-11-26 07:59:32 +00:00
adam
b1025456f3 ugrep: updated to 4.3.4
ugrep v4.3.4

the ug command no longer quits with an error message when no default .ugrep config file was found
bzip3 is supported but not required to build ugrep; to use bzip3 with ugrep, execute ./build.sh --with-bzip3.
fix the output of + separators by no longer using them for GNU grep compatibility
fix option -v with -ABC context
fix configuration file option arguments that may got lost and causes option argument errors in some cases after parsing a config file, such as colors=
allow config file importing in config files using config=FILE (but does not permit recursive imports)
add Dockerfile-minimized
minor usability improvements
2023-11-26 07:59:16 +00:00