Commit graph

366103 commits

Author SHA1 Message Date
he
68f0ea8118 databases/libzdb: make this build on 32-bit NetBSD hosts.
Add two patches:
 * Avoid c++ overload conflict between `time_t` and `long long`
 * Fix a print of `time_t` in tests/unit.c.

It seems evaldo@gardenali.biz was swallowed by Google 10+ years
ago (domain gardenali.biz no longer exists), so I took the liberty
of reverting that to pkgsrc-users@NetBSD.org.

Bump PKGREVISION.
2022-10-28 17:58:03 +00:00
gdt
9f54ce66ff chat/bitlbee: Drop rc.d suggestion from MESSAGE
Packages having rc.d scripts is a normal condition, and the general
case is documented in the guide.
2022-10-28 13:25:18 +00:00
gdt
dd0640fbf9 chat/matrix-synapse: MESSAGE exorcism (actually commmit files/*) 2022-10-28 13:10:30 +00:00
gdt
6f788e3683 chat/matrix-synapse: MESSAGE exorcism
This had MESSAGE to given an example config generation command (which
probably follows upstream docs), and to warn about the deficient
sqlite in NetBSD base.  Move them to files/ and install as
documentation.  Add a caution to the Makefile near the sqlite include.

(It remains to actually fix the sqlite issue.)
2022-10-28 13:07:21 +00:00
adam
8e25d481b3 Updated textproc/py-tomlkit, net/py-lexicon 2022-10-28 10:37:21 +00:00
adam
a69883ac5c py-lexicon: updated to 3.11.7
3.11.7 - 26/10/2022

Modified
Fix easyname provider (update action)
2022-10-28 10:37:00 +00:00
adam
b4f5e3957d py-tomlkit: updated to 0.11.6
0.11.6

Fixed
- Allow broader type for toml file path value
- Auto-determine if a table is a super table if not specified explicitly.
2022-10-28 10:34:31 +00:00
pin
50ec957685 sysutils/onefetch: fix broken build 2022-10-28 10:15:37 +00:00
adam
af337f4c71 Updated sysutils/py-xattr, devel/py-virtualenv 2022-10-28 09:53:08 +00:00
adam
596079d1d2 py-virtualenv: updated to 20.16.6
v20.16.6 (2022-10-25)
---------------------

Features - 20.16.6
- Drop unneeded shims for PyPy3 directory structure

Bugfixes - 20.16.6
- Fix selected scheme on debian derivatives for python 3.10 when ``python3-distutils`` is not installed or the ``venv`` scheme is not avaiable
- Allow the test suite to pass even with the original C shell (rather than ``tcsh``)
- Fix fallback handling of downloading wheels for bundled packages
- Upgrade embedded setuptools to ``65.5.0`` from ``65.3.0`` and pip to ``22.3`` from ``22.2.2``
2022-10-28 09:52:46 +00:00
adam
9b73d17763 py-xattr: updated to 0.10.0
Version 0.10.0 released 2022-10-24

* Remove exec flag from tool.py
  https://github.com/xattr/xattr/pull/106
* Update the documentation to mention
  the attr package and its getfattr and
  setfattr tools
  https://github.com/xattr/xattr/pull/103
2022-10-28 09:49:33 +00:00
adam
c80c388e50 Updated devel/py-build, devel/py-ipykernel 2022-10-28 09:47:24 +00:00
adam
8f597d970c py-ipykernel: updated to 6.16.2
6.16.2

Maintenance and upkeep improvements
- Fix failing test and update matrix
2022-10-28 09:47:06 +00:00
adam
3a0530df12 py-build: updated to 0.9.0
0.9.0 (2022-10-27)

Hide a Python 3.11.0 unavoidable warning with venv
Fix infinite recursion error in check_dependency with circular dependencies
Only import colorama on Windows
Flush output more often to reduce interleaved output
Small API cleanup, like better __all__ and srcdir being read only.
Only use importlib_metadata when needed
Clarify in printout when build dependencies are being installed
2022-10-28 09:46:23 +00:00
adam
39f19131e9 Updated textproc/py-openapi3, textproc/py-openapi-core 2022-10-28 09:43:42 +00:00
adam
47a5eac042 py-openapi-core: updated to 0.16.1
0.16.1
lists as additional properties fix
x-model extension optional

0.16.0
Switch to jsonschema-spec
Use auto-detect validator proxy
OpenAPI 3.1 support + Auto-detect proxies and request / response validator protocols
Add py.typed to mark package as supporting typing
Refuse to cast str or bytes to array
x-model extension import model class
Add deepObject support
Add anyOf support
Separate werkzeug support
Starlette support

0.15.0
Parameter deserialize complex scenario support
Response headers support
Response headers support for contrib
Drop python 2.7 support
Drop python 3.5 support
Drop python 3.6 support
Add python 3.10 support
Falcon2 support drop
Django2 support drop
Support basic re_path for Django integration
unused NoValue type removed
attrs remove and use dataclasses backport for python 3.6
Request validation parameters dataclass
Handle missing MIME type in MediaTypeFinder
Limit openapi dependencies upper bounds
switch to pathable
Get rid of create_spec shortcut
Request and Response protocols
validator factories removed from validation shortcuts
Predefined openapi validators
Customization refactor
Static types with mypy
2022-10-28 09:43:22 +00:00
adam
32e284d6b7 py-openapi3: updated to 1.6.6
1.6.6
Various minor bug fixes
2022-10-28 09:34:16 +00:00
wiz
96018eca39 neon: fix PLIST for previous 2022-10-28 09:25:26 +00:00
adam
be4c46fd6f Updated net/grpc, net/py-grpcio, net/py-grpcio-testing, net/py-grpcio-tools 2022-10-28 09:21:44 +00:00
adam
b859f70a9b grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.50.[01]
Release v1.50.1

All

Fix Bazel 4 support and objc bazel tests on python3.9


Release v1.50.0

Core

Derive EventEngine from std::enable_shared_from_this.
Revert "Revert "[chttp2] fix stream leak with queued flow control update and absence of writes
[chttp2] fix stream leak with queued flow control update and absence of writes.
Remove gpr_codegen.
client_channel: allow LB policy to communicate update errors to resolver.
FaultInjection: Fix random number generation.

C++

OpenCensus Plugin: Add measure and views for started RPCs.

C#

Grpc.Tools: Parse warnings from libprotobuf.
Grpc.Tools add support for env variable GRPC_PROTOC_PLUGIN.
Grpc.Tools document AdditionalImportDirs.
Fix OutputOptions and GrpcOutputOptions.

Python

Support Python 3.11.
2022-10-28 09:21:00 +00:00
adam
fdeba1e6ea Updated devel/py-exceptiongroup, devel/py-test 2022-10-28 08:58:34 +00:00
adam
ccf926e05c py-test: updated to 7.2.0
pytest 7.2.0 (2022-10-23)

Deprecations
* Update pytest.PytestUnhandledCoroutineWarning to a deprecation; it will raise an error in pytest 8.

* pytest no longer depends on the py library. pytest provides a vendored copy of py.error and py.path modules but will use the py library if it is installed. If you need other py.* modules, continue to install the deprecated py library separately, otherwise it can usually be removed as a dependency.

* Deprecate configuring hook specs/impls using attributes/marks.

Instead use pytest.hookimpl() and pytest.hookspec(). For more details, see the docs.

* The functionality for running tests written for nose has been officially deprecated.

This includes:

Plain setup and teardown functions and methods: this might catch users by surprise, as setup() and teardown() are not pytest idioms, but part of the nose support.
Setup/teardown using the @with_setup decorator.
For more details, consult the deprecation docs.

* A deprecation warning is now emitted if a test function returns something other than None. This prevents a common mistake among beginners that expect that returning a bool (for example return foo(a, b) == result) would cause a test to pass or fail, instead of using assert. The plan is to make returning non-None from tests an error in the future.
Features
* Added shell-style wildcard support to testpaths.

Improvements
* @pytest.mark.parametrize() (and similar functions) now accepts any Sequence[str] for the argument names, instead of just list[str] and tuple[str, ...].

(Note that str, which is itself a Sequence[str], is still treated as a comma-delimited name list, as before).

* The --no-showlocals flag has been added. This can be passed directly to tests to override --showlocals declared through addopts.

* Assertion failures with strings in NFC and NFD forms that normalize to the same string now have a dedicated error message detailing the issue, and their utf-8 representation is expressed instead.

* Introduce multiline display for warning matching via pytest.warns() and enhance match comparison for _pytest._code.ExceptionInfo.match() as returned by pytest.raises().

* Improve pytest.raises(). Previously passing an empty tuple would give a confusing error. We now raise immediately with a more helpful message.

* On Python 3.11, use the standard library’s tomllib to parse TOML.

tomli is no longer a dependency on Python 3.11.

* Display assertion message without escaped newline characters with -vv.

* Improved error message that is shown when no collector is found for a given file.

* Some coloring has been added to the short test summary.

* Normalize the help description of all command-line options.

* Display full crash messages in short test summary info, when running in a CI environment.

* Added support for hidden configuration file by allowing .pytest.ini as an alternative to pytest.ini.

Bug Fixes
* sys.stdin now contains all expected methods of a file-like object when capture is enabled.

* Do not break into pdb when raise unittest.SkipTest() appears top-level in a file.

* Marks are now inherited according to the full MRO in test classes. Previously, if a test class inherited from two or more classes, only marks from the first super-class would apply.

When inheriting marks from super-classes, marks from the sub-classes are now ordered before marks from the super-classes, in MRO order. Previously it was the reverse.

When inheriting marks from super-classes, the pytestmark attribute of the sub-class now only contains the marks directly applied to it. Previously, it also contained marks from its super-classes. Please note that this attribute should not normally be accessed directly; use pytest.Node.iter_markers() instead.

* Showing inner exceptions by forcing native display in ExceptionGroups even when using display options other than --tb=native. A temporary step before full implementation of pytest-native display for inner exceptions in ExceptionGroups.

* Ensure caplog.get_records(when) returns current/correct data after invoking caplog.clear().

Improved Documentation
* Update information on writing plugins to use pyproject.toml instead of setup.py.
* The documentation is now built using Sphinx 5.x (up from 3.x previously).
* Update documentation on how pytest.warns() affects DeprecationWarning.
Trivial/Internal Changes
* Made _pytest.doctest.DoctestItem export pytest.DoctestItem for type check and runtime purposes. Made _pytest.doctest use internal APIs to avoid circular imports.
* Made _pytest.compat re-export importlib_metadata in the eyes of type checkers.
* Fix default encoding warning (EncodingWarning) in cacheprovider
* Improve the error message when we attempt to access a fixture that has been torn down. Add an additional sentence to the docstring explaining when it’s not a good idea to call getfixturevalue.
2022-10-28 08:58:12 +00:00
adam
a336283a22 py-exceptiongroup: updated to 1.0.0
1.0.0

Fixed AttributeError: 'PatchedTracebackException' object has no attribute '__cause__' on Python 3.10 (only) when a traceback is printed from an exception where an exception group is set as the cause
Fixed a loop in exception groups being rendered incorrectly
Fixed the patched formatting functions (format_exception()``etc.) not passing the ``compact=True flag on Python 3.10 like the original functions do
2022-10-28 08:44:04 +00:00
adam
973468e464 Updated devel/protobuf, devel/py-protobuf 2022-10-28 08:36:39 +00:00
adam
7cb1b1b7b2 protobuf py-protobuf: updated to [34.]24.9
Protocol Buffers v21.9

C++

Update zlib to 1.2.13 (#10819)

Python

Target MacOS 10.9
2022-10-28 08:36:05 +00:00
pin
470cdd17aa doc: Updated misc/wthrr to 0.4.1 2022-10-28 07:50:55 +00:00
pin
1136f7f850 misc/wthrr: update to 0.4.1
- represent updated readme structure in toc
 - move helper fn to adjust witdh into utils file
 - fix forecast row widths based on language (#19)
 - require delimiter to pass multiple unit args
 - unhide forecast day option
 - globalize arg options
 - update external dependencies
2022-10-28 07:50:35 +00:00
pin
5e3633ed7a doc: Updated editors/tp-note to 1.18.1 2022-10-28 07:48:54 +00:00
pin
a1fa165a2b editors/tp-note: update to 1.18.1
- Bump 'tpnote-lib' version to v0.8.0
 - Apply newtype pattern for FrontMatter
 - 'TmplFromTextFile': always move to free filename
 - Relax 'is_empty()' condition
2022-10-28 07:48:25 +00:00
pin
9fe45618cd doc: Updated graphics/oculante to 0.6.19 2022-10-28 07:47:25 +00:00
pin
d6977638f7 graphics/oculante: update to 0.6.19
0.6.19 (2022-10-25)
Bug Fixes
 - Prevent thread crashing when opening corrupt images (3360dc7f)
2022-10-28 07:47:03 +00:00
manu
c304be8f33 Move the information of CA bundle path to installed documentation 2022-10-28 00:19:25 +00:00
tnn
f6da7e0ce0 Darwin.mk: add macOS Ventura 2022-10-27 15:56:14 +00:00
nikita
7d57496029 changes: add removed markdown2social. 2022-10-27 15:23:11 +00:00
nikita
d7bd493239 textproc: remove markdown2social. 2022-10-27 15:20:24 +00:00
nikita
c24ba48234 markdown2social: remove, no updates since 2016 and only the defunct Google+ is supported. 2022-10-27 15:19:44 +00:00
jun
7532ed364a Updated emulators/nono to 0.4.4 [jun 2022-10-27] 2022-10-27 14:49:46 +00:00
jun
5d29c3b69d nono: update to 0.4.4.
0.4.4 (2022-10-27)

Changes in 0.4.4:

vm(New):  "Support 8bpp board on LUNA provisionally."
vm(Fix):  "Change configuration item name from xxx-new-sci-ignore to xxx-new-sic-ignore."
vm(Fix): "Fix a problem that RAM is not placed correctly."
vm(Fix): "Fix an access to X68030 palette registers."
m88k(Update):  "Improve m88k core performance about 3%."
debugger(Fix):  "Memory break point now works even on address 0."
host(Fix): "Fix a queue overflow when many characters are pasted to the host serial console at a time."
GUI(New): "Implement x1.5 and x2.0 scale on the main window."
GUI(New): "Add fontsize 24."
GUI(New): "Link the front LCD window size and LCD charactor monitor size to font size."
GUI(New): "Split the Bt454/458 monitor from video monitor."
GUI(New): "Implement a palette monitor."
GUI(New): "Implement DIPSW setting window."
GUI(New):  "Implement memory edit."
GUI(New): "Implement disassemble monitor."
GUI(Update): "Implement output format selector on the memory dump monitor, and support MMU descriptor."
GUI(Update): "Implement one line up/down button on the memory dump monitor."
GUI(Update): "Support mouse wheel on the memory dump monitor."
GUI(Update): "Place a GTK control on the GTK panel correctly."
GUI(Update): "Don't load the default catalog. Because it contains unintended translation."
build(New): "Support wxWidgets 3.2 series."
2022-10-27 14:48:25 +00:00
gdt
175e40dc25 mk/pkgconfig-builtin.mk: Adjust introductory comment 2022-10-27 13:01:44 +00:00
gdt
75e4099587 sysutils/rdiff-backup: Adjust HOMEPAGE
Upstream says they have left savannah.nongnu for github.
2022-10-27 12:52:36 +00:00
nros
eef86c6e10 pulseaudio: fix alsa PLIST, behringer-umc22.conf was renamed 2022-10-27 08:07:13 +00:00
jnemeth
7f8e7e343b add and enable evince3 2022-10-27 06:05:10 +00:00
gdt
99efd232a0 sysutils/rdiff-backup: Add comments about upstream
New HOMEPAGE, MASTER_SITES, VERSION.
2022-10-26 22:31:44 +00:00
gutteridge
e7837d9a20 TODO: update libxml2 entry 2022-10-26 21:27:36 +00:00
pin
aeace02595 doc: Updated audio/termusic to 0.7.5 2022-10-26 20:27:25 +00:00
pin
8e566892f5 audio/termusic: update to 0.7.5
[v0.7.5] Released on: October 26, 2022.
 - Fix: Change album cover tmp file to ~/.cache/termusic/termusic_cover.jpg
   and fall back to $TMP/termusic/termusic_cover.jpg .

'cpal' now has support for NetBSD, as a consequence we need alsa-libs.
2022-10-26 20:26:44 +00:00
pin
ad67d1d288 doc: Updated graphics/kvantum to 1.0.6 2022-10-26 20:23:45 +00:00
pin
e76007b554 graphics/kvantum: update to 1.0.6
1.0.6
---------
 - Added a workaround for Kate's new status-bar and side-pane buttons, which
   still have wrong style codes.
 - Added some Qt6 parameters.
 - Silenced the compilation warnings with Qt 6.4.
2022-10-26 20:23:18 +00:00
triaxx
21fea328ed doc: Updated www/grafana to 9.2.2 2022-10-26 20:17:14 +00:00
triaxx
d59dfebe7e grafana: Update to 9.2.2
upstream changes:
-----------------
9.2.2 (2022-10-25)
Features and enhancements
  o Alerting: Add support for wecom apiapp
  o Canvas: Improve resource picker initialization
  o Canvas: Improve text element readability
  o CloudWatch: Make sure adoption tracking is done on valid, migrated queries
  o Dashboard: Alerts user to incorrect tag format for JSON import
  o MSSQL: Support tables from all schemas
  o Opentsdb: Allow template variables for filter keys
  o Prometheus: Provide label values match parameter API when supported
    prometheus instance is configured
  o QueryEditor: Revert components from grafana-ui
  o TeamSync: Allow team sync when external organization mapping returns no
    organization role
Bug fixes
  o Browse: Fix General folder not showing in FolderPicker
  o Elasticsearch: Fix calculation of trimEdges in alert mode
  o Elasticsearch: Fix trimEdges delete logic in alert mode
  o GoogleOAuth: Unlock User Admin UI
  o LogContext: Fix wrong color of show context icon in light theme
  o Loki: Fix adding of adhoc filters to stream selector when query with empty
    stream selector
  o Loki: Fix double stringified log-lines when copied via Copy button
  o Loki: Fix explain section about $__interval variable
  o Loki: Remove already selected options from next label filter options in
    builder
  o NodeGraph: Fix rendering issues when values of arc are over 1
  o PublicDashboards: Fix hidden queries execution
  o Tempo: Fix Node Graph visualization type in dashboard
  o TimeSeries: Fix stacking when first value is negative zero
  o TimeseriesPanel: Fix variables in data links
  o User: Fix externalUserId not being populated
2022-10-26 20:16:36 +00:00