Commit Graph

398916 Commits

Author SHA1 Message Date
adam f811c52f5f [py-]qt6-qscintilla: added version 2.14.1; same functionality as qt5 version, but linked against qt6 2024-03-24 12:44:56 +00:00
markd e6f806c8f8 tex package updates 2024-03-24 11:39:18 +00:00
markd 59d7a2a9ad tex-latex-bin: actually make the dependency changes 2024-03-24 11:24:13 +00:00
markd a125fd3726 tex-latex-bin{,-doc}: update to 2024
mostly dependency updates
2024-03-24 11:22:05 +00:00
markd 6fa74aa9e0 tex-xetex{,-doc}: update to 2024
mostly dependency updates
2024-03-24 11:06:27 +00:00
markd 39bad9fc48 tex-uplatex{,-doc}: update to 2024
mostly dependency updates
2024-03-24 11:03:38 +00:00
markd b8a0e8b30c tex-ttfutils{,-doc}: update to 2024
tarball refresh
2024-03-24 10:59:42 +00:00
adam e098e4cdea Updated www/py-nbconvert, www/py-nbformat 2024-03-24 10:56:49 +00:00
markd 80652c909e tex-platex{,-doc}: update to 2024
mostly dependency update
2024-03-24 10:55:46 +00:00
adam 634cb5a4b3 py-nbformat: updated to 5.10.3
5.10.3

Bugs fixed

- Revert 378 (Simplify NotebookNotary.\_data_dir_default)

5.10.2

Maintenance and upkeep improvements

- Restore usage of npm token

5.10.1

No merged PRs

5.10.0

Maintenance and upkeep improvements

- Update Release Scripts
- chore: update pre-commit hooks
- chore: update pre-commit hooks
- Update ruff and typings
- update incorrect warning text
- chore: update pre-commit hooks
- Clean up lint handling
- Adopt ruff format
- Update typings for mypy 1.6
- chore: update pre-commit hooks
- Fix typing error
- Simplify NotebookNotary.\_data_dir_default
- Adopt sp-repo-review
- Bump actions/checkout from 3 to 4

Documentation improvements

- update incorrect warning text
- Improve project URLs that display on PyPI
2024-03-24 10:54:59 +00:00
markd 965d35f1b1 tex-mptopdf{,-doc}: update to 2024
mostly dependency update
2024-03-24 10:53:52 +00:00
adam c387427066 py-nbconvert: updated to 7.16.3
7.16.3

Maintenance and upkeep improvements

- Remove pytest pin
- Add Compatibility with Pandoc 2.9.2
- Pin to Pytest 7
2024-03-24 10:52:27 +00:00
markd fe6f5b29c4 tex-mltex{,-doc}: update to 2.2.70002
mostly dependency update
2024-03-24 10:51:36 +00:00
markd 8f5e203788 tex-mfware: update to 2024
tarball refresh
2024-03-24 10:49:09 +00:00
js 5ff10bc24b doc: Updated cross/ppc-morphos-sdk to 20230510 2024-03-24 10:48:20 +00:00
js 5e18005e8e Update cross/ppc-morphos-sdk to 20230510 2024-03-24 10:48:09 +00:00
markd 4d2f412b5c tex-luahbtex{,-doc}: update to 1.18.0
sync with luatex version
2024-03-24 10:47:24 +00:00
markd ea01243548 tex-jadetex{,.-doc}: update to 3.13.70002
mostly dependency updates
2024-03-24 10:44:38 +00:00
adam 22bd158078 Updated security/py-google-auth, devel/py-google-api-core 2024-03-24 10:43:33 +00:00
adam b84e84f03f py-google-api-core: updated to 2.18.0
2.18.0 (2024-03-20)

Features

Add common logic for supporting universe domain

Bug Fixes

Add _registered_method to grpc ChannelStub
deps: Require proto-plus >= 1.22.3
2024-03-24 10:42:35 +00:00
markd 3f80ce0b59 tex-hitex{,-doc}: update to 2024
mostly dependency changes
2024-03-24 10:41:56 +00:00
adam f8f8866362 py-google-auth: updated to 2.29.0
2.29.0 (2024-03-18)

Features

Adds support for custom suppliers in AWS and Identity Pool credentials

Bug Fixes

Refactor tech debt in aws and identity pool credentials
2024-03-24 10:38:55 +00:00
adam 741b952b54 speech-dispatcher: fix build on Darwin 2024-03-24 10:28:14 +00:00
wiz f6bc4782ea doc/TODO: add some
+ cmake-3.29.0, csvlens-0.8.0, enchant2-2.6.8, fish-3.7.1, geeqie-2.4,
  grafana-10.4.1, gstreamer1-1.24.1, harfbuzz-8.3.1, libdeflate-1.20,
  libgit2-1.8.0, libpciaccess-0.18.1, libxkbcommon-1.7.0, llvm-18.1.2,
  mupdf-1.24.0, neomutt-20240323, prometheus-2.51.0, py-Glances-3.4.0.5,
  py-autopep8-2.1.0, py-cyclonedx-python-lib-6.4.4, py-glad2-2.0.6,
  py-google-api-core-2.18.0, py-google-api-python-client-2.123.0,
  py-google-auth-2.29.0, py-icalendar-5.0.12, py-keyring-25.0.0,
  py-mercurial-6.7.1, py-requests-oauthlib-2.0.0, scons4-4.7.0,
  vulkan-headers-1.3.280.0.
2024-03-24 08:35:55 +00:00
adam c6431451c7 Updated devel/py-hatchling, textproc/py-validators, devel/py-typeguard, devel/py-test-xprocess 2024-03-24 07:37:38 +00:00
adam b5fd424fe8 py-test-xprocess: updated to 1.0.0
1.0.0

ProcessStarter.pattern is now optional. Users may provide either ProcessStarter.pattern or ProcessStarter.callback or both.
2024-03-24 07:37:16 +00:00
adam b39287540d py-typeguard: updated to 4.2.0
4.2.0

Added support for specifying options for the pytest plugin via pytest config files
Avoid creating reference cycles when type checking unions (PR by Shantanu)
Fixed Optional[...] being removed from the AST if it was located within a subscript
Fixed TypedDict from typing_extensions not being recognized as one
Fixed typing types (dict[str, int], List[str], etc.) not passing checks against type or Type
Fixed detection of optional fields (NotRequired[...]) in TypedDict when using forward references
Fixed mapping checks against Django's MultiValueDict
2024-03-24 07:28:27 +00:00
adam 32103afa82 py-validators: updated to 0.24.0
0.24.0 (2024-03-24)

_**Breaking**_

> No breaking changes were introduced in this version.

_**Features**_

- feat: conditionally raises `ValidationError`; bump version

_**Maintenance**_

- patch: `domain` & `url` modules
- fix: domain name not confirming to rfc_2782
- maint: update dev dependencies; adds favicon to docs
2024-03-24 07:26:34 +00:00
adam 9ab0ec3f90 py-hatchling: updated to 1.22.4
1.22.4 - 2024-03-23

Fixed:

Only read source distribution metadata for fields that are explicitly defined as dynamic
2024-03-24 07:24:47 +00:00
gdt 2533c0c705 databases/redis: Caution about license change
Caution that (probably, absent discussion) this should not be updated
to a proprietary license version.   Add link to Free fork pointed out
by Vitaly Shevtsov on pkgsrc-users@.
2024-03-24 00:32:41 +00:00
bsiegert 981d55618d doc: Updated chat/anope to 2.0.15 2024-03-23 20:29:19 +00:00
bsiegert d9d38ca32d anope: update to 2.0.15
Multiple bugfixes and security fixes.
2024-03-23 20:29:04 +00:00
pin 5f77012d79 doc: Updated sysutils/lsd to 1.1.1 2024-03-23 19:12:20 +00:00
pin ee20e0e89c sysutils/lsd: update to 1.1.1
What's Changed
 - fix version has not been updated in v1.1.0
2024-03-23 19:12:02 +00:00
pin 4303c4274a doc: Updated math/kalker to 2.1.0 2024-03-23 19:11:12 +00:00
pin 6acd91731f math/kalker: update to 2.1.0
- Minor stability improvements
 - E-notation, eg. 1.23E3
 - Engineering mode (--eng as a command line argument, or mode eng within the program)
 - Fix multi-character parameters not working
 - Increase default precision
2024-03-23 19:10:49 +00:00
pin 711bcdf171 doc: Updated devel/garden to 1.4.1 2024-03-23 19:09:58 +00:00
pin d0bfeb54f6 devel/garden: update to 1.4.1
Released 2024-03-22
Features:
 - The empty directory detection in garden grow was improved.

Development:
 - The internal APIs were updated to use AsRef<Path> wherever possible.
2024-03-23 19:09:39 +00:00
pin 22f8130d53 doc: Updated devel/cargo-outdated to 0.15.0 2024-03-23 19:08:58 +00:00
pin 82d553fc90 devel/cargo-outdated: update to 0.15.0
v0.15.0 (2024-02-26)
Changes
 - MSRV is now as 1.73.0

Maintenance
 - Upgrade cargo to v0.73 (#379) (Thanks to @cuviper)
2024-03-23 19:08:38 +00:00
schmonz b76fe01dee doc: Updated devel/mise to 2024.3.8 2024-03-23 19:01:40 +00:00
schmonz e4f49ad5d0 mise: update to 2024.3.8. Changes:
### Features

* use http2 for reqwest

### Bug Fixes

* (nu) Gracefully handle missing `$env.config`

### Testing

* fix warnings

### Miscellaneous Tasks

* automatically bump minor version if month/year changes
* updated cargo-deny config
2024-03-23 19:01:36 +00:00
gdt e1f4cedb42 www/nghttp2-tools: Clarify comment about C/C++ split 2024-03-23 18:26:42 +00:00
tsutsui cba1d5f14c xv: fix build errors on NetBSD/vax. 2024-03-23 18:07:38 +00:00
pgoyette 34fc3e2f7c Original has moved on to r70721 2024-03-23 18:04:02 +00:00
gdt 0898e839cd www/nhttp2: Clarify c-only comment
The actual situation, a tarball mainly having a C library with an
example program in C++, was not explained clearly enough.
2024-03-23 17:57:13 +00:00
wiz e41b4912d4 raine: comment out options.mk, not committed 2024-03-23 17:40:08 +00:00
adam 1a08987711 Updated graphics/py-graphviz, graphics/py-objgraph 2024-03-23 16:36:38 +00:00
adam 34e06c4ad3 py-objgraph: updated to 3.6.1
3.6.1 (2024-02-26)

- Add support for Python 3.12.
2024-03-23 16:36:15 +00:00
adam b83c5cd665 py-graphviz: updated to 0.20.3
Version 0.20.3
--------------

Revert improvements to the internal ``tools.deprecate_positional_args()``
decorator that caused false positive
``PendingDeprecationWarning: The signature of ... will be reduced``
warnings that have been misinterpreted in the 0.20.2 release process.


Version 0.20.2
--------------

Drop Python 3.7 support (end of life 27 Jun 2023).

Tag Python 3.11 and 3.12 support.

Add caveat about ``labe`` escaping/quoting to ``.node()`` and ``.render()``
API docs.

Document that ``doctest_skip_exe()`` lines in doctest should be ignored.

Improve internal ``tools.deprecate_positional_args()`` decorator
and fix incorect test assertion.

Update GitHub actions.

Pin ``pytest`` test dependency to ``<8.1`` as a workaround
for ``import file mismatch error`` related to ``conftest.py`` files,
in ``pytest 8.1.1``, see https://github.com/pytest-dev/pytest/issues/12123.
2024-03-23 16:34:07 +00:00