Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (4h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 23:58:49 UTC Now

2024-05-05 20:51:50 UTC MAIN commitmail json YAML

py-tifffile: updated to 2024.5.3

2024.5.3

- Pass 5080 tests.
- Fix reading incompletely written LSM.
- Fix reading Philips DP with extra rows of tiles

(adam)

2024-05-05 20:50:58 UTC MAIN commitmail json YAML

zls, ncdu2, passphrase: mark as broken while I'm working on the fix.

(nikita)

2024-05-05 20:50:38 UTC MAIN commitmail json YAML

doc: Updated multimedia/p5-xmltv to 0.5.69nb8

(wiz)

2024-05-05 20:50:29 UTC MAIN commitmail json YAML

p5-xmltv: fix PLIST

Probably needs an additional dependency before this file gets installed,
but I couldn't figure out which one.

And this package needs updating to a version from this decade anyway...

Bump PKGREVISION.

(wiz)

2024-05-05 20:49:09 UTC MAIN commitmail json YAML

py-zconfig: updated to 4.1

4.1 (2024-05-03)

- Add support for Python 3.12.

(adam)

2024-05-05 20:28:53 UTC MAIN commitmail json YAML

doc: Updated textproc/py-sphinx to 7.3.7nb1

(wiz)

2024-05-05 20:28:45 UTC MAIN commitmail json YAML

py-sphinx: add missing dependency

py-tomli is also needed for Python 3.10.

Bump PKGREVISION.

(wiz)

2024-05-05 20:26:02 UTC MAIN commitmail json YAML

doc: Updated devel/py-cparser to 2.22nb1

(wiz)

2024-05-05 20:25:53 UTC MAIN commitmail json YAML

py-cparser: convert to wheel.mk.

Bump PKGREVISION.

(wiz)

2024-05-05 20:24:06 UTC MAIN commitmail json YAML

2024-05-05 20:22:52 UTC MAIN commitmail json YAML

python: remove cffi from versioned_dependencies

Unused.

(wiz)

2024-05-05 20:21:27 UTC MAIN commitmail json YAML

doc: Updated security/py27-cryptography to 3.3.2nb6

(wiz)

2024-05-05 20:21:19 UTC MAIN commitmail json YAML

py27-cryptography: convert to wheel.mk.

Despite the name, this package is only here because it builds
without Rust. We have no Python 2 users left in pkgsrc.

Bump PKGREVISION.

(wiz)

2024-05-05 20:16:14 UTC MAIN commitmail json YAML

doc: Updated security/py27-OpenSSL to 21.0.0nb3

(wiz)

2024-05-05 20:16:04 UTC MAIN commitmail json YAML

py27-OpenSSL: convert to wheel.mk.

Despite the name, this package is only used for providing
a non-Rust version of py-OpenSSL - we have no Python 2 users
left in pkgsrc.

Bump PKGREVISION.

(wiz)

2024-05-05 20:04:06 UTC MAIN commitmail json YAML

doc: Updated www/py-http_ece to 1.0.5nb2

(wiz)

2024-05-05 20:03:56 UTC MAIN commitmail json YAML

py-http_ece: convert to wheel.mk

Bump PKGREVISION.

(wiz)

2024-05-05 19:20:30 UTC MAIN commitmail json YAML

tinyx-wscons: try fixing build

needs libtool's m4 file, so set USE_LIBTOOL

(wiz)

2024-05-05 19:12:35 UTC MAIN commitmail json YAML

emacs-jabber: restrict to emacs < 24

(This software was last updated 2013 and should probably be removed instead.)

(wiz)

2024-05-05 19:11:01 UTC MAIN commitmail json YAML

emacs/modules.mk: make versions a list like python versions

without commas, for easier copy'n'paste

(wiz)

2024-05-05 19:06:23 UTC MAIN commitmail json YAML

2024-05-05 19:02:05 UTC MAIN commitmail json YAML

py-scipy: fix build

(wiz)

2024-05-05 18:39:26 UTC MAIN commitmail json YAML

Updated devel/py-coverage, converters/py-emoji, devel/py-queuelib, www/py-cheroot

(adam)

2024-05-05 18:38:43 UTC MAIN commitmail json YAML

py-cheroot: updated to 10.0.1

v10.0.1

Bug fixes

Fixed a flaw where internally unhandled exceptions could crash the worker threads and eventually starve the server of its processing resources. It is no longer and issue and the unhandled errors are now logged and suppressed except for a few expected exceptions that are used for normal interruption requests.

Fixed compatibility with Python 3.8 in the built-in TLS adapter that relies on ssl.
Modern Python versions communicate specialized exceptions ssl.SSLEOFError and ssl.SSLZeroReturnError where the older versions errored out in a very generic way.

(adam)

2024-05-05 18:33:30 UTC MAIN commitmail json YAML

py-queuelib: updated to 1.7.0

Version 1.7.0

No functionality changes with respect to 1.6.2

* Added support for Python 3.10-3.12 and PyPy 3.10
* Removed support for Python 3.5-3.7
* Improved type annotations and added the ``py.typed`` file
* Added ``pre-commit`` configuration
* Improved linting and CI configuration

(adam)

2024-05-05 18:29:50 UTC MAIN commitmail json YAML

py-emoji: updated to 2.11.1

v2.11.1 (2024-04-21)

* Add missing stubs for purely_emoji

(adam)

2024-05-05 18:28:05 UTC MAIN commitmail json YAML

py-coverage: updated to 7.5.1

Version 7.5.1 — 2024-05-04
--------------------------

- Fix: a pragma comment on the continuation lines of a multi-line statement
  now excludes the statement and its body, the same as if the pragma is
  on the first line. This closes `issue 754`_. The fix was contributed by
  `Daniel Diniz <pull 1773_>`_.

- Fix: very complex source files like `this one <resolvent_lookup_>`_ could
  cause a maximum recursion error when creating an HTML report.  This is now
  fixed, closing `issue 1774`_.

- HTML report improvements:

  - Support files (JavaScript and CSS) referenced by the HTML report now have
    hashes added to their names to ensure updated files are used instead of
    stale cached copies.

  - Missing branch coverage explanations that said "the condition was never
    false" now read "the condition was always true" because it's easier to
    understand.

  - Column sort order is remembered better as you move between the index pages,
    fixing `issue 1766`_.  Thanks, `Daniel Diniz <pull 1768_>`_.

(adam)

2024-05-05 17:31:09 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-s3 to 1.149.0

(taca)

2024-05-05 17:30:52 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-s3: update to 1.149.0

1.149.0 (2024-04-30)

* Feature - Support S3 Access Grants authentication.  Access Grants can be
  enabled with the access_grants option, and custom options can be passed
  into the access_grants_credentials_provider option.  This feature requires
  aws-sdk-s3control to be installed.

* Feature - Add RBS signatures for customizations of S3.

1.148.0 (2024-04-25)

* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
  CHANGELOG.md for details.

1.147.0 (2024-04-16)

* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
  CHANGELOG.md for details.

* Issue - Omit ContentType plugin when generating presigned url.

(taca)

2024-05-05 17:29:34 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-kms to 1.80.0

(taca)

2024-05-05 17:29:20 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-kms: update to 1.80.0

1.80.0 (2024-04-25)

* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
  CHANGELOG.md for details.

1.79.0 (2024-04-12)

* Feature - This feature supports the ability to specify a custom rotation
  period for automatic key rotations, the ability to perform on-demand key
  rotations, and visibility into your key material rotations.

(taca)

2024-05-05 17:28:03 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-secretsmanager to 1.92.0

(taca)

2024-05-05 17:27:48 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-secretsmanager: update to 1.92.0

1.92.0 (2024-04-25)

* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
  CHANGELOG.md for details.

(taca)

2024-05-05 17:26:57 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-core to 3.194.1

(taca)

2024-05-05 17:26:35 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-core: update to 3.194.1

3.194.1 (2024-05-03)

* Issue - Update EC2 protocol to not serialize empty lists.

3.194.0 (2024-04-30)

* Feature - Add an API private cache for S3 Express and Access Grants.

3.193.0 (2024-04-25)

* Feature - Updated Aws::STS::Client with the latest API changes.

* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.

* Feature - Updated Aws::SSO::Client with the latest API changes.

* Issue - Update event stream documentation.

* Issue - Move InvocationId plugin to all clients.

* Issue - Handle event streaming content-sha256 header in the signer plugin.

* Issue - Add the event stream content type to initial requests.

* Issue - Fix standard and adaptive retry mode for event streams.

* Issue - Add authority to http2 headers.

* Issue - Do not treat single members in event stream structures as implicit
  payloads.

* Issue - Do not wait for initial response headers to start sending input
  events.

3.192.1 (2024-04-18)

* Issue - Drop key/value pair if value is nil when deserializing json maps.

3.192.0 (2024-04-16)

* Feature - Updated Aws::STS::Client with the latest API changes.

* Feature - Update serializing/deserializing for all protocols to align with
  Smithy protocol-tests.

* Issue - Allow nil values in lists and maps.

* Issue - Populate headers for XML and JSON error responses.

* Issue - Support fractional seconds when parsing DateTime timestamps.

* Issue - Correctly serialize flattened lists for Query protocol.

* Issue - Correctly serialize payload name in Rest-XML requests.

* Issue - Fix an issue where Rest-XML requests do not have a default
  Content-Type header applied.

* Issue - Apply appropriate Content-Type header for payloads in Rest
  services.

* Issue - Correctly serialize URI label bindings in Rest requests.

* Issue - Correctly serialize and parse header bindings in Rest services.

* Issue - Ensure that null and empty headers are not sent in Rest requests.

* Issue - Ensure keys in query maps do not override modeled keys in Rest
  requests.

* Issue - Ensure empty blob payloads are omitted in Rest requests.

* Issue - Support parsing of NaN, Infinity and -Infinity float values.

* Issue - Apply appropriate xmlName for flattened lists and maps in Rest-XML
  services.

* Issue - Handle serializing of different formats of xmlNamespace on shapes.

* Issue - Fix deserializing of an empty blob to produce an empty string.

* Issue - Fix deserializing an empty self-closed blob to produce an empty
  string.

* Issue - Support parsing of different formats of error data in Rest-XML
  services.

(taca)

2024-05-05 17:24:09 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-partitions to 1.924.0

(taca)

2024-05-05 17:23:48 UTC MAIN commitmail json YAML

www/ruby-aws-partitions; update to 1.924.0

1.924.0 (2024-05-03)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.923.0 (2024-05-01)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.922.0 (2024-04-29)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.921.0 (2024-04-26)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.920.0 (2024-04-25)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.919.0 (2024-04-24)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.918.0 (2024-04-23)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.917.0 (2024-04-22)

* Feature - Added support for enumerating regions for Aws::Route53Profiles.

1.916.0 (2024-04-18)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.915.0 (2024-04-17)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.914.0 (2024-04-16)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.913.0 (2024-04-11)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.912.0 (2024-04-10)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.911.0 (2024-04-09)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.910.0 (2024-04-08)

* Feature - Added support for enumerating regions for Aws::ControlCatalog.

(taca)

2024-05-05 17:06:13 UTC MAIN commitmail json YAML

doc: Updated net/ruby-dnsruby to 1.72.1

(taca)

2024-05-05 17:05:58 UTC MAIN commitmail json YAML

net/ruby-dnsruby: update to 1.72.1

1.72.1 (2024-04-16)

* Add issuemail CAA record support - thanks Ryan Doherty!

(taca)

2024-05-05 17:04:11 UTC MAIN commitmail json YAML

doc: Updated misc/ruby-method_source to 1.1.0

(taca)

2024-05-05 17:03:56 UTC MAIN commitmail json YAML

misc/ruby-method_source: update to 1.1.0

1.1.0 (2024-04-15)

* Added MethodSource.clear_cache
* Added support for RUBYOPT="--enable-frozen-string-literal"

(taca)

2024-05-05 17:02:46 UTC MAIN commitmail json YAML

doc: Updated graphics/ruby-RMagick to 6.0.0

(taca)

2024-05-05 17:02:30 UTC MAIN commitmail json YAML

graphics/ruby-RMagick: update to 6.0.0

RMagick 6.0.0 (2024-05-02)

Improvements

* Improve compatibility of Image#pixel_color value for ImageMagick 6 and 7
  (#1591)

* Add missing constants (#1580)

* Loosen ImageMagick version check between compiled and runtime (#1526)

Bug Fixes

* Transform image according to Info#colorspace (#1594)

* Sync Image::Info attributes to image object (#1593)

* Fix install error on Windows MINGW environment (#1588)

* Fix header checks in order to use aligned_malloc expectedly (#1579)

Breaking Changes

* Change method that returns a color name to return a hex string (#1592)

    o The following methods return RGBA hex string as color name. The hex
      string length is according to color depth.

Image#background_color
Image#border_color
Image#colormap
Image#matte_color
Image#transparent_color
Info#background_color
Info#border_color
Info#matte_color
Info#transparent_color

    o  Change default value of argument

        - The hex argument of Pixel#to_color has true by default.

* Drop ruby-mswin environment support on Windows (#1587)

* Drop Ruby 2.x support (#1540)

* Drop ImageMagick 6.7 support (#1539)

(taca)

2024-05-05 16:58:36 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-tins to 1.33.0

(taca)

2024-05-05 16:58:17 UTC MAIN commitmail json YAML

devel/ruby-tins: update to 1.33.0

1.33.0 (2024-04-17)

* test process convenience method
* Support ruby 3.3

(taca)

2024-05-05 16:55:24 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-term-ansicolor to 1.8.0

(taca)

2024-05-05 16:55:09 UTC MAIN commitmail json YAML

devel/ruby-term-ansicolor: update to 1.8.0

Reset MAINTAINER.

1.8.0 (2024-04-13)

* Add hyperlink support.

(taca)

2024-05-05 16:53:02 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-simpleidn to 0.2.2

(taca)

2024-05-05 16:52:47 UTC MAIN commitmail json YAML

devel/ruby-simpleidn: update to 0.2.2

0.2.2 (2024-04-26)

No release note nor change log.

* Update supporting Ruby's versions.
* No code change except VERSION.

(taca)

2024-05-05 16:46:09 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-mocha to 2.2.0

(taca)

2024-05-05 16:45:54 UTC MAIN commitmail json YAML

devel/ruby-mocha: update to 2.2.0

2.2.0 (2024-04-10)

External changes

* Support multiple methods in responds_with matcher (f086b7e4, #578) -
  thanks to @vlad-pisanov for the suggestion
* Add block syntax for sequences (93fdffd, #61)
* Improve sequence failure message (0800c6ff, #60)
* Drop support for Ruby v2.0 (85848fb0, #642)
* Include the original test name in expired stub error messages (ca3ff8eb,
  #641, #642) - thanks to @casperisfine
* Avoid rubocop directive ending up in YARD docs (2a9ee81a)
* Update docs to fix those for Mock#method_missing (cee0bad6)
* Reinstate missing CNAME for GitHub Pages site (da67bb0d)
* Use Ruby v1.9 Hash syntax in docs (6de20726, #625)
* Add missing YARD tag for API#sequence name param (343c5979)
* Add missing YARD tag for API#states name param (f798df83)

Internal changes

* Tidy up Minitest vs MiniTest references (#626, #614, #615) - thanks to
  @zenspider & @Maimer for their help
* Add Ruby v3.3 to CI build matrix (ce31b544)

(taca)

2024-05-05 16:43:18 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-curses to 1.4.5

(taca)

2024-05-05 16:43:03 UTC MAIN commitmail json YAML

devel/ruby-curses: update to 1.4.5

1.4.5 (2024-04-23)

What's Changed

* Added dependabot.yml for actions by @hsbt in #72
* Bump actions/checkout from 2 to 3 by @dependabot in #73
* Add x permission to samples by @dvarrui in #71
* Bump actions/checkout from 3 to 4 by @dependabot in #82
* Add macOS directives to install curses with menu support by @AlexB52 in
  #84
* Add documentation of TERM by @shugo in #81

New Contributors

* @dependabot made their first contribution in #73
* @AlexB52 made their first contribution in #84

(taca)

2024-05-05 16:41:47 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-async to 2.11.0

(taca)

2024-05-05 16:41:28 UTC MAIN commitmail json YAML

devel/ruby-async: update to 2.11.0

2.10.2 (2024-04-15)

What's Changed

* Update readme.md - fixing a typo by @peychinov in #313
* Add source_code_uri to published gemspec.

New Contributors

* @peychinov made their first contribution in #313

Contributors

* @peychinov

2.11.0 (2024-05-04)

What's Changed

* Update dependency on console gem and modernize usage.  by @ioquatix in
  #315

Contributors

* @ioquatix

(taca)

2024-05-05 16:35:12 UTC MAIN commitmail json YAML

doc: Updated textproc/py-rapidfuzz to 3.9.0

(wiz)

2024-05-05 16:35:03 UTC MAIN commitmail json YAML

py-rapidfuzz: update to 3.9.0.

[3.9.0] - 2024-05-02
^^^^^^^^^^^^^^^^^^^^
Changed
~~~~~~~
* significantly improve type hints for the library

Fixed
~~~~~
* fix cmake version parsing

(wiz)

2024-05-05 16:30:20 UTC MAIN commitmail json YAML

doc: Updated devel/py-pdm_backend to 2.3.0

(wiz)

2024-05-05 16:30:09 UTC MAIN commitmail json YAML

py-pdm_backend: update to 2.3.0.

�泅� Features

Remove support for python 3.7 and older  -  by @frostming in #232 (32e3a)
Add tag_filter as a way to pre-filter tags  -  by @mezuzza in #225 (9915c)

�汾� Bug Fixes

Error about dynamic project version  -  by @cntvc in #235 (146b1)
ci: CI matrix on macos latest  -  by @frostming (080b4)

�汳サ Chores

Use Literal type for valid target values  -  by @DetachHead, pre-commit-ci[bot] and Frost Ming in #227 (a210b)

(wiz)

2024-05-05 16:29:51 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sequel to 5.80.0

(taca)

2024-05-05 16:29:35 UTC MAIN commitmail json YAML

databases/ruby-sequel: update to 5.80.0

5.80.0 (2024-05-01)

* Support Dataset#skip_locked on MariaDB 10.6+ (simi) (#2150)

* Avoid allocating datasets in cases where the returned dataset would be the
  same as the receiver (jeremyevans)

* Add provenance dataset extension, which includes comments in queries
  showing how and where the dataset was built (jeremyevans)

(taca)

2024-05-05 16:27:58 UTC MAIN commitmail json YAML

doc: Updated devel/diffsitter to 0.8.3

(wiz)

2024-05-05 16:27:47 UTC MAIN commitmail json YAML

diffsitter: update to 0.8.3.

Minor updates, mostly updated dependencies.

(wiz)

2024-05-05 16:26:33 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-console to 1.25.2

(taca)

2024-05-05 16:26:14 UTC MAIN commitmail json YAML

devel/ruby-console: update to 1.25.2

1.23.7 (2024-04-20)

* The exception backtrace should be split into at most 3 pieces.

1.24.0 (2024-04-22)

* Add compatible shim for Exception#detailed_message. (#58)
* Better output formatting of options.

1.25.0 (2024-05-03)

* Separation of output formatting from log generation/schema. (#60)
* Use Console::CapturedOutput everywhere.
* Improve getting started guide.
* Remove test file.
* Add guidelines for custom events.
* Set minimum version of fiber-local gem.
* Compatibility with previous event argument.

1.25.1 (2024-05-03)

* Add tests for Console::Event::Spawn.

1.25.2 (2024-05-04)

* Apply subject/level filtering in Filter#call.

(taca)

2024-05-05 16:20:31 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-fiber-local to 1.1.0

(taca)

2024-05-05 16:20:10 UTC MAIN commitmail json YAML

devel/ruby-fiber-local: update to 1.1.0

1.1.0 (2024-05-02)

* Use Fiber storage for inheritance/dynamic scope. (#3)
* Expose fiber_local_attribute_name and add test.

(taca)

2024-05-05 16:16:21 UTC MAIN commitmail json YAML

lang/ghc98: Update instructions in files/BOOTSTRAP.md

(pho)

2024-05-05 16:11:51 UTC MAIN commitmail json YAML

doc: Added devel/ruby-fiber-storage version 0.1.0

(taca)

2024-05-05 16:10:44 UTC MAIN commitmail json YAML

devel/Makefile: add and enable ruby-fiber-storage

(taca)

2024-05-05 16:10:02 UTC MAIN commitmail json YAML

devel/ruby-fiber-storage: add package version 0.1.0

This package is required by new version of devel/ruby-fiber-local
package.

Fiber::Storage

This gem provides a shim for Fiber.[], Fiber.[]=, Fiber#storage,
Fiber#storage=, which was introduced in Ruby 3.2.

Motivation

Ruby 3.2 introduces inheritable fiber storage for per-request or
per-operation state.  This gem provides a shim for Ruby 3.1 and earlier to
make adoption easier.  It isn't able to provide the full range of features,
but it should be sufficient for most use cases.

Notably, it does not support inheritance across threads or lazy Enumerator.
This is a limitation of the shim implementation.

(taca)

2024-05-05 16:08:42 UTC MAIN commitmail json YAML

doc: Updated devel/cargo-c to 0.9.32

(pin)

2024-05-05 16:08:21 UTC MAIN commitmail json YAML

devel/cargo-c: update to 0.9.32

- Improve the android targets support
- Cargo 0.79.0

pkgsrc changes: switch to build with vendored libgit2-sys crate.
This avoids version mismatch with system libgit2. If anyone thinks this is
wrong, simply uncomment the relevant lines in the package Makefile.

(pin)

2024-05-05 15:29:20 UTC MAIN commitmail json YAML

doc: Updated shells/oh-my-posh to 19.26.1

(pin)

2024-05-05 15:29:01 UTC MAIN commitmail json YAML

shells/oh-my-posh: update to 19.26.1

v19.26.1
Bug Fixes
    nu: support starting with --no-history (1c83472), closes #4887

v19.26.0
Bug Fixes
    schema: remove nonexistent targets from URLs (baf3adb)
    schema: update max and min cols to width (b460fae)

Features
    segment: add talosctl (f03c6cb)

(pin)

2024-05-05 15:28:20 UTC MAIN commitmail json YAML

doc: Updated sysutils/broot to 1.38.0

(pin)

2024-05-05 15:28:00 UTC MAIN commitmail json YAML

sysutils/broot: update to 1.38.0

v1.38.0 - 2024-05-04
  -{flags} verb lets you change the state the same way you do it at start, eg :-sd to show sizes and dates
  calling :focus on the tree root now goes up the tree (experimental)

(pin)

2024-05-05 15:27:15 UTC MAIN commitmail json YAML

doc: Updated devel/bacon to 2.17.0

(pin)

2024-05-05 15:26:54 UTC MAIN commitmail json YAML

devel/bacon: update to 2.17.0

v2.17.0 - 2024/05/05
- default binding for 'c' in bacon.toml is now the new 'clippy-all' job which
  does what the old 'clippy' job was doing. 'clippy' job changed to not run on
  all targets. Default bacon.toml explain how to bind 'c' to clippy instead of
  'clippy-all' - Fix #167
- expand env vars in job command unless the job specifies
  expand_env_vars = false - Fix #181
- some file events filtered out from watch (feedback welcome, especially if
  you notice some failures to recompute)
- parse test results even when tests are run with -q/--quiet - Thanks @narpfel

(pin)

2024-05-05 15:15:24 UTC MAIN commitmail json YAML

go: override https_proxy in 'print-go-modules' target

Avoids the need for ALLOW_NETWORK_ACCESS when updating go packages.

(wiz)

2024-05-05 14:51:58 UTC MAIN commitmail json YAML

doc: Updated games/nudoku to 4.0.0

(ktnb)

2024-05-05 14:43:05 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-redmine51 to 5.1.2nb1

(taca)

2024-05-05 14:42:49 UTC MAIN commitmail json YAML

devel/ruby-redmine51: relax dependency

Remove upper bound version for ruby-sqlite3 dependency.

Bump PKGREVISION.

(taca)

2024-05-05 14:42:29 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-redmine50 to 5.0.8nb1

(taca)

2024-05-05 14:42:01 UTC MAIN commitmail json YAML

devel/ruby-redmine50: relax dependency

Remove upper bound version for ruby-sqlite3 dependency.

Bump PKGREVISION.

(taca)

2024-05-05 14:31:32 UTC MAIN commitmail json YAML

nudoku: update to 4.0.0

Packaging changes:
Remove FAKE_NCURSES and add ncursesw because ncursesw is now required
and leaving FAKE_NCURSES enabled causes an issue with the alternate
character set (acs_map specifically).

Upstream changes:
3.0.0 -> 4.0.0
- Add Turkish translation
- Add undo feature

2.1.0 -> 3.0.0
- Fix build failure with ncurses 6.3
- Add call to PKG_PROG_PKG_CONFIG and pkg-check ncurses libs
- Fix build with musl
- Add highlighting of user input
- Fix toggling marks removing solution

(ktnb)

2024-05-05 13:52:43 UTC MAIN commitmail json YAML

Updated security/py-cryptography_vectors, textproc/py-referencing

(adam)

2024-05-05 13:52:18 UTC MAIN commitmail json YAML

py-referencing: updated to 0.35.1

v0.35.1

* Make ``Resource.pointer`` also properly handle empty pointers (which refer to the root document).
  This fix likely only affects you if you were using that function directly, as ``Resource.lookup`` already handles empty fragments.

(adam)

2024-05-05 13:50:56 UTC MAIN commitmail json YAML

py-cryptography_vectors: updated to 42.0.6

Sync with py-cryptography

(adam)

2024-05-05 13:09:27 UTC MAIN commitmail json YAML

www/hs-http-media: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-05 13:07:11 UTC MAIN commitmail json YAML

devel/hs-newtype: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-05 13:05:54 UTC MAIN commitmail json YAML

devel/hs-th-abstraction: Update buildlink3.mk

(pho)

2024-05-05 13:05:16 UTC MAIN commitmail json YAML

net/py-cares: Revert unintended hunk while adding comments

Dropping PYCARES_CFFI=1 is likely correct, but was not explained in
the commit message and logically unrelated to the packed issue.

(gdt)

2024-05-05 12:55:16 UTC MAIN commitmail json YAML

doc: Updated sysutils/git-annex to 10.20240430

(pho)

2024-05-05 12:54:51 UTC MAIN commitmail json YAML

sysutils/git-annex: Update to 10.20240430

git-annex (10.20240430)

  * Bug fix: While redundant concurrent transfers were already
    prevented in most cases, it failed to prevent the case where
    two different repositories were sending the same content to
    the same repository.
  * addurl, importfeed: Added --verifiable option, which improves
    the safety of --fast or --relaxed by letting the content of
    annexed files be verified with a checksum that is calculated
    on a later download from the web. This will become the default later.
  * Added rclone special remote, which can be used without needing
    to install the git-annex-remote-rclone program. This needs
    a forthcoming version of rclone (1.67.0), which supports
    "rclone gitannex".
  * sync, assist, import: Allow -m option to be specified multiple
    times, to provide additional paragraphs for the commit message.
  * reregisterurl: New command that can change an url from being
    used by a special remote to being used by the web remote.
  * annex.maxextensions configuration controls how many filename
    extensions to preserve.
  * find: Fix --help for --copies.
    Thanks, Gergely Risko
  * Windows: Fix escaping output to terminal when using old
    versions of MinTTY.
  * Added dependency on unbounded-delays.

git-annex (10.20240227)

  * importfeed: Added --scrape option, which uses yt-dlp to screen scrape
    the equivilant of an RSS feed.
  * importfeed --force: Don't treat it as a failure when an already
    downloaded file exists. (Fixes a behavior change introduced in
    10.20230626.)
  * importfeed --force: Avoid creating duplicates of existing
    already downloaded files when yt-dlp or a special remote was used.
  * addurl, importfeed: Added --raw-except option.
  * stack.yaml: Update to lts-22.9 and use crypton.
  * assistant, undo: When committing, let the usual git commit
    hooks run.
  * Added annex.commitmessage-command config.
  * pre-commit: Avoid committing the git-annex branch
    (except when a commit is made in a view, which changes metadata).
  * Pass --no-warnings to yt-dlp.

git-annex (10.20240129)

  * info: Added "annex sizes of repositories" table to the overall display.
  * import: Sped up import from special remotes.
  * import: Added --message/-m option.
  * Support using commands that implement the Stateless OpenPGP command line
    interface, as an alternative to gpg.
    Currently only supported for encryption=shared special remotes,
    when annex.shared-sop-command is configured.
  * test: Test a specified Stateless OpenPGP command when
    run with eg --test-git-config annex.shared-sop-command=sqop
  * Improve disk free space checking when transferring unsized keys to
    local git remotes.
  * Added configs annex.stalldetection-download, annex.stalldetection-upload,
    annex.bwlimit-download, annex.bwlimit-upload,
    and similar per-remote configs.
  * Improve annex.stalldetection to handle remotes that update progress
    less frequently than the configured time period.
  * external: Monitor file size when getting content from external
    special remotes and use that to update the progress meter,
    in case the external special remote program does not report progress.
  * Added --expected-present file matching option.
  * webapp: Added --port option, and annex.port config.
  * assistant: When generating a gpg secret key, avoid hardcoding the
    key algorithm and size.

git-annex (10.20231227)

  * migrate: Support distributed migrations by recording each migration,
    and adding a --update option that updates the local repository
    incrementally, hard linking annex objects to their new keys.
  * pull, sync: When operating on content, automatically handle
    distributed migrations.
  * Added annex.syncmigrations config that can be set to false to prevent
    pull and sync from migrating object content.
  * migrate: Added --apply option that (re)applies all recorded
    distributed migrations to the objects in repository.
  * migrate: Support adding size to URL keys that were added with
    --relaxed, by running eg: git-annex migrate --backend=URL foo
  * When importing from a special remote, support preferred content
    expressions that use terms that match on keys (eg "present", "copies=1").
    Such terms are ignored when importing, since the key is not known yet.
    Before, such expressions caused the import to fail.
  * Support git-annex copy/move --from-anywhere --to remote.
  * Make git-annex get/copy/move --from foo override configuration of
    remote.foo.annex-ignore, as documented.
  * Lower precision of timestamps in git-annex branch, which can reduce the
    size of the branch by up to 8%.
  * sync: Fix locking problems during merge when annex.pidlock is set.
  * Avoid a problem with temp file names ending in "." on certian
    filesystems that have problems with such filenames.
  * sync, push: Avoid trying to send individual files to special remotes
    configured with importtree=yes exporttree=no, which would always fail.
  * Fix a crash opening sqlite databases when run in a non-unicode locale.
    (Needs persistent-sqlite 2.13.3.)

git-annex (10.20231129)

  * Fix bug in git-annex copy --from --to that skipped files that were
    locally present.
  * Make git-annex copy --from --to --fast actually fast.
  * Fix crash of enableremote when the special remote has embedcreds=yes.
  * Ignore directories and other unusual files in .git/annex/journal/
  * info: Added calculation of combined annex size of all repositories.
  * log: Added options --sizesof, --sizes and --totalsizes that
    display how the size of repositories changed over time.
  * log: Added options --interval, --bytes, --received, and --gnuplot
    to tune the output of the above added options.
  * findkeys: Support --largerthan and --smallerthan.
  * importfeed: Use caching database to avoid needing to list urls
    on every run, and avoid using too much memory.
  * Improve memory use of --all when using annex.private.
  * lookupkey: Sped up --batch.
  * Windows: Consistently avoid ending standard output lines with CR.
    This matches the behavior of git on Windows.
  * Windows: Fix CRLF handling in some log files.
  * Windows: When git-annex init is installing hook scripts, it will
    avoid ending lines with CR for portability. Existing hook scripts
    that do have CR line endings will not be changed.

(pho)

2024-05-05 12:39:47 UTC MAIN commitmail json YAML

2024-05-05 11:33:12 UTC MAIN commitmail json YAML

security/hashcat: Use BROKEN_ON rather than NOT_FOR

There's nothing in DESCR, include/common.h, or upstream's landing
pages that suggests "it doesn't make sense for it to work on BE
systems" (ONLY_FOR), vs "it should work but it doesn't" (BROKEN_ON).

(gdt)

2024-05-05 11:11:01 UTC MAIN commitmail json YAML

net/py-cares: Add comment explaining netbsd-9 woes

tl;dr: NetBSD's __packed, non-packed cdef, and cffi do not get along.

(gdt)

2024-05-05 11:05:57 UTC MAIN commitmail json YAML

devel/Makefile: - hs-hls-refactor-plugin

(pho)

2024-05-05 11:05:49 UTC MAIN commitmail json YAML

2024-05-05 11:05:42 UTC MAIN commitmail json YAML

doc: Removed devel/hs-hls-refactor-plugin

(pho)

2024-05-05 11:05:11 UTC MAIN commitmail json YAML

devel/Makefile: - hs-hls-rename-plugin

(pho)

2024-05-05 11:05:03 UTC MAIN commitmail json YAML

devel/hs-hls-rename-plugin: Remove

This package is now part of devel/haskell-language-server.

(pho)

2024-05-05 11:04:56 UTC MAIN commitmail json YAML

doc: Removed devel/hs-hls-rename-plugin

(pho)

2024-05-05 11:04:27 UTC MAIN commitmail json YAML

devel/Makefile: - hs-hls-retrie-plugin

(pho)

2024-05-05 11:04:19 UTC MAIN commitmail json YAML

devel/hs-hls-retrie-plugin: Remove

This package is now part of devel/haskell-language-server.

(pho)

2024-05-05 11:04:12 UTC MAIN commitmail json YAML

doc: Removed devel/hs-hls-retrie-plugin

(pho)

2024-05-05 11:03:27 UTC MAIN commitmail json YAML

devel/Makefile: - hs-hls-splice-plugin

(pho)

2024-05-05 11:03:19 UTC MAIN commitmail json YAML

devel/hs-hls-splice-plugin: Remove

This package is now part of devel/haskell-language-server.

(pho)

2024-05-05 11:03:12 UTC MAIN commitmail json YAML

doc: Removed devel/hs-hls-splice-plugin

(pho)

2024-05-05 11:01:51 UTC MAIN commitmail json YAML

devel/Makefile: + hs-hls-alternate-number-format-plugin

(pho)

2024-05-05 11:01:38 UTC MAIN commitmail json YAML

2024-05-05 11:01:30 UTC MAIN commitmail json YAML

doc: Removed devel/hs-hls-alternate-number-format-plugin

(pho)

2024-05-05 11:00:53 UTC MAIN commitmail json YAML

devel/Makefile: + hs-hls-cabal-fmt-plugin

(pho)

2024-05-05 11:00:45 UTC MAIN commitmail json YAML

2024-05-05 11:00:37 UTC MAIN commitmail json YAML

doc: Removed devel/hs-hls-cabal-fmt-plugin

(pho)

2024-05-05 11:00:08 UTC MAIN commitmail json YAML

devel/Makefile: + hs-hls-cabal-plugin

(pho)

2024-05-05 11:00:01 UTC MAIN commitmail json YAML

devel/hs-hls-cabal-plugin: Remove

This package is now part of devel/haskell-language-server.

(pho)

2024-05-05 10:59:54 UTC MAIN commitmail json YAML

doc: Removed devel/hs-hls-cabal-plugin

(pho)

2024-05-05 10:59:24 UTC MAIN commitmail json YAML

devel/Makefile: + hs-hls-call-hierarchy-plugin

(pho)

2024-05-05 10:59:15 UTC MAIN commitmail json YAML

2024-05-05 10:59:08 UTC MAIN commitmail json YAML

doc: Removed devel/hs-hls-call-hierarchy-plugin

(pho)

2024-05-05 10:58:34 UTC MAIN commitmail json YAML

devel/Makefile: + hs-hls-change-type-signature-plugin

(pho)

2024-05-05 10:58:27 UTC MAIN commitmail json YAML

2024-05-05 10:58:20 UTC MAIN commitmail json YAML

doc: Removed devel/hs-hls-change-type-signature-plugin

(pho)

2024-05-05 10:57:12 UTC MAIN commitmail json YAML

devel/Makefile: + hs-hls-class-plugin

(pho)

2024-05-05 10:57:04 UTC MAIN commitmail json YAML

devel/hs-hls-class-plugin: Remove

This package is now part of devel/haskell-language-server.

(pho)

2024-05-05 10:56:57 UTC MAIN commitmail json YAML

doc: Removed devel/hs-hls-class-plugin

(pho)

2024-05-05 10:56:19 UTC MAIN commitmail json YAML

devel/Makefile: + hs-hls-module-name-plugin

(pho)

2024-05-05 10:56:12 UTC MAIN commitmail json YAML

2024-05-05 10:56:04 UTC MAIN commitmail json YAML

doc: Removed devel/hs-hls-module-name-plugin

(pho)

2024-05-05 10:54:42 UTC MAIN commitmail json YAML

devel/Makefile: + hs-hls-ormolu-plugin

(pho)

2024-05-05 10:54:31 UTC MAIN commitmail json YAML

devel/hs-hls-ormolu-plugin: Remove

This package is now part of devel/haskell-language-server.

(pho)

2024-05-05 10:54:24 UTC MAIN commitmail json YAML

doc: Removed devel/hs-hls-ormolu-plugin

(pho)

2024-05-05 10:54:04 UTC MAIN commitmail json YAML

devel/Makefile: + hs-hls-overloaded-record-dot-plugin

(pho)

2024-05-05 10:53:54 UTC MAIN commitmail json YAML

2024-05-05 10:53:47 UTC MAIN commitmail json YAML

doc: Removed devel/hs-hls-overloaded-record-dot-plugin

(pho)

2024-05-05 10:53:11 UTC MAIN commitmail json YAML

devel/Makefile: + hs-hls-pragmas-plugin

(pho)

2024-05-05 10:52:45 UTC MAIN commitmail json YAML

2024-05-05 10:52:37 UTC MAIN commitmail json YAML

doc: Removed devel/hs-hls-pragmas-plugin

(pho)

2024-05-05 10:51:57 UTC MAIN commitmail json YAML

devel/Makefile: + hs-hls-qualify-imported-names-plugin

(pho)

2024-05-05 10:51:49 UTC MAIN commitmail json YAML

2024-05-05 10:51:41 UTC MAIN commitmail json YAML

doc: Removed devel/hs-hls-qualify-imported-names-plugin

(pho)

2024-05-05 10:51:18 UTC MAIN commitmail json YAML

devel/Makefile: + hs-hls-code-range-plugin

(pho)

2024-05-05 10:51:11 UTC MAIN commitmail json YAML

2024-05-05 10:51:04 UTC MAIN commitmail json YAML

doc: Removed devel/hs-hls-code-range-plugin

(pho)

2024-05-05 10:47:23 UTC MAIN commitmail json YAML

devel/Makefile: + hs-hls-eval-plugin

(pho)

2024-05-05 10:47:07 UTC MAIN commitmail json YAML

doc: Removed devel/hs-hls-eval-plugin

(pho)

2024-05-05 10:46:07 UTC MAIN commitmail json YAML

devel/Makefile: + hs-hls-explicit-fixity-plugin

(pho)

2024-05-05 10:45:51 UTC MAIN commitmail json YAML

2024-05-05 10:45:43 UTC MAIN commitmail json YAML

doc: Removed devel/hs-hls-explicit-fixity-plugin

(pho)

2024-05-05 10:45:08 UTC MAIN commitmail json YAML

devel/Makefile: + hs-hls-explicit-imports-plugin

(pho)

2024-05-05 10:45:01 UTC MAIN commitmail json YAML

2024-05-05 10:44:53 UTC MAIN commitmail json YAML

doc: Removed devel/hs-hls-explicit-imports-plugin

(pho)

2024-05-05 10:44:30 UTC MAIN commitmail json YAML

devel/Makefile: + hs-hls-explicit-record-fields-plugin

(pho)

2024-05-05 10:44:22 UTC MAIN commitmail json YAML

2024-05-05 10:44:14 UTC MAIN commitmail json YAML

doc: Removed devel/hs-hls-explicit-record-fields-plugin

(pho)

2024-05-05 10:42:57 UTC MAIN commitmail json YAML

devel/Makefile: + hs-hls-fourmolu-plugin

(pho)

2024-05-05 10:42:40 UTC MAIN commitmail json YAML

2024-05-05 10:42:33 UTC MAIN commitmail json YAML

doc: Removed devel/hs-hls-fourmolu-plugin

(pho)

2024-05-05 10:42:05 UTC MAIN commitmail json YAML

devel/Makefile: + hs-hls-gadt-plugin

(pho)

2024-05-05 10:41:57 UTC MAIN commitmail json YAML

devel/hs-hls-gadt-plugin: Remove

This package is now part of devel/haskell-language-server.

(pho)

2024-05-05 10:41:50 UTC MAIN commitmail json YAML

doc: Removed devel/hs-hls-gadt-plugin

(pho)

2024-05-05 10:41:19 UTC MAIN commitmail json YAML

doc: Updated print/texlab to 5.16.0

(wiz)

2024-05-05 10:41:06 UTC MAIN commitmail json YAML

texlab: update to 5.16.0.

Added

    Add texlab.experimental.labelDefinitionCommands setting to customize the list of \label-like commands
    (#1093)
    Extend list of commands treated as command definitions and environment definitions (#1087)
    Allow the server to trigger the forward search in an editor-agnostic way:
    Running texlab inverse-search --input <FILE> --line <LINE> will open the specified document in the editor if the client supports it
    (#1091)

Fixed

    Fix detection of log dir when using latexmkrc (use $aux_dir instead of $out_dir) (#1079)
    Fix extracting $aux_dir and $out_dir from latexmkrc (#1079)
    Add support for extracting $aux_dir and $out_dir from latexmk >= v4.85 ((#1079))
    Improve log file change detection under Windows
    Cleanup diagnostics of deleted files
    Let \declaretheorem accept a list of environment names instead of just a single name (#1075)
    Use configured directories if not set explicitly by latexmkrc file (#1095)

(wiz)

2024-05-05 10:40:37 UTC MAIN commitmail json YAML

devel/Makefile: + hs-hls-floskell-plugin

(pho)

2024-05-05 10:40:30 UTC MAIN commitmail json YAML

2024-05-05 10:40:23 UTC MAIN commitmail json YAML

doc: Removed devel/hs-hls-floskell-plugin

(pho)

2024-05-05 10:40:09 UTC MAIN commitmail json YAML

doc: Updated devel/py-google-api-core to 2.19.0

(wiz)

2024-05-05 10:39:34 UTC MAIN commitmail json YAML

devel/Makefile: + hs-hls-hlint-plugin

(pho)

2024-05-05 10:39:30 UTC MAIN commitmail json YAML

py-google-api-core: update to 2.19.0.

Add google.api_core.version_header (#638) (a7b53e9)

(wiz)

2024-05-05 10:39:26 UTC MAIN commitmail json YAML

2024-05-05 10:39:19 UTC MAIN commitmail json YAML

doc: Removed devel/hs-hls-hlint-plugin

(pho)

2024-05-05 10:38:31 UTC MAIN commitmail json YAML

doc: Updated textproc/tree-sitter-css to 0.21.0

(wiz)

2024-05-05 10:38:19 UTC MAIN commitmail json YAML

tree-sitter-css: update to 0.21.0.

Changes not documented.

(wiz)

2024-05-05 10:37:49 UTC MAIN commitmail json YAML

devel/Makefile: + hs-implicit-hie-cradle

(pho)

2024-05-05 10:37:48 UTC MAIN commitmail json YAML

doc: Updated devel/py-ruff to 0.4.3

(wiz)

2024-05-05 10:37:32 UTC MAIN commitmail json YAML

py-ruff: update to 0.4.3.

Enhancements

    Add support for PEP 696 syntax (#11120)

Preview features

    [refurb] Use function range for reimplemented-operator diagnostics (#11271)
    [refurb] Ignore methods in reimplemented-operator (FURB118) (#11270)
    [refurb] Implement fstring-number-format (FURB116) (#10921)
    [ruff] Implement redirected-noqa (RUF101) (#11052)
    [pyflakes] Distinguish between first-party and third-party imports for fix suggestions (#11168)

Rule changes

    [flake8-bugbear] Ignore non-abstract class attributes when enforcing B024 (#11210)
    [flake8-logging] Include inline instantiations when detecting loggers (#11154)
    [pylint] Also emit PLR0206 for properties with variadic parameters (#11200)
    [ruff] Detect duplicate codes as part of unused-noqa (RUF100) (#10850)

Formatter

    Avoid multiline expression if format specifier is present (#11123)

LSP

    Write ruff server setup guide for Helix (#11183)
    ruff server no longer hangs after shutdown (#11222)
    ruff server reads from a configuration TOML file in the user configuration directory if no local configuration exists (#11225)
    ruff server respects per-file-ignores configuration (#11224)
    ruff server: Support a custom TOML configuration file (#11140)
    ruff server: Support setting to prioritize project configuration over editor configuration (#11086)

Bug fixes

    Avoid debug assertion around NFKC renames (#11249)
    [pyflakes] Prioritize redefined-while-unused over unused-import (#11173)
    [ruff] Respect async expressions in comprehension bodies (#11219)
    [pygrep_hooks] Fix blanket-noqa panic when last line has noqa with no newline (PGH004) (#11108)
    [perflint] Ignore list-copy recommendations for async for loops (#11250)
    [pyflakes] Improve invalid-print-syntax documentation (#11171)

Performance

    Avoid allocations for isort module names (#11251)
    Build a separate ARM wheel for macOS (#11149)

(wiz)

2024-05-05 10:35:54 UTC MAIN commitmail json YAML

doc: Removed devel/hs-implicit-hie-cradle

(pho)

2024-05-05 10:34:42 UTC MAIN commitmail json YAML

doc: Updated textproc/py-pygments to 2.18.0

(wiz)

2024-05-05 10:34:33 UTC MAIN commitmail json YAML

py-pygments: update to 2.18.0.

Version 2.18.0
--------------
(released May 4th, 2024)

- New lexers:

  * Janet (#2557)
  * Lean 4 (#2618, #2626)
  * Luau (#2605)
  * Mojo (#2691, #2515)
  * org-mode (#2628, #2636)
  * Promela (#2620)
  * Soong / ``Android.bp`` (#2659)
  * Tact (#2571)
  * Typst (#2596)

- Updated lexers:

  * Awk: recognize ternary operator (#2687)
  * Bash: add ``openrc`` alias (#2599, #2371)
  * Coq: add keywords, lex more vernacular command arguments, produce
    fewer tokens on heading comments (#2678)
  * DNS zone files: Fix comment parsing (#2595)
  * Hy: Support unicode literals (#1126)
  * Inform6: Update to Inform 6.42 (#2644)
  * lean: Fix name handling (#2614)
  * Logtalk: add ``uninstantiation`` keyword and recognize
    escape sequences (#2619)
  * Macaulay2: Update to 1.23 (#2655)
  * Python: fix highlighting of soft keywords before ``None``/``True``/``False``
  * reStructuredText: use ``Token.Comment`` for comments instead of
    ``Comment.Preproc`` (#2598)
  * Rust: highlight ``:``, ``::`` and ``->`` as ``Punctuation``
    and whitespace as ``Whitespace``, instead of ``Text``
    in both cases (#2631)
  * Spice: Add keywords (#2621)
  * SQL Explain: allow negative numbers (#2610)
  * Swift: Support multiline strings (#2681)
  * ThingsDB: add constants and new functions; support template
    strings (#2624)
  * UL4: support nested ``<?doc?>`` and ``<?note?>`` tags (#2597)
  * VHDL: support multi-line comments of VHDL-2008 (#2622)
  * Wikitext: Remove ``kk-*`` in ``variant_langs`` (#2647)
  * Xtend: Add ``val`` and ``var`` (#2602)

- New styles:

  * Coffee (#2609)

- Make background colors in the image formatter work with Pillow 10.0 (#2623)
- Require Python 3.8. As a result, the ``importlib-metadata`` package
  is no longer needed for fast plugin discovery on Python 3.7.
  The ``plugins`` extra (used as, e.g., ``pip install pygments[plugins]``)
  is kept for backwards compatibility but now has no effect. (#2601)
- Require the ``url`` attribute for lexers inside Pygments, add
  it to many lexers (#2588)
- Replace Pyflakes linter with Ruff (#2592)
- Add macOS CI (#2594)
- Built-in lexers now declare the version of Pygments in which they were
  added in a required ``version_added`` lexer attribute, instead of a
  ``.. versionadded::`` directive in the docstring (#2589, #2634)
- The ``url`` attribute is now required for built-in lexers and
  has been added to all existing lexers (#2588)
- The RTF formatter supports line number and line highlighting now (#1217, #2654)
- Add ``\sa0`` keyword in the RTF formatter (#1111, #2607)
- Register ``pycon`` as an alias for the Python console lexer (#2697)
- Add MIME-Type for ``DesktopLexer`` (#2613)
- Fix native style to meet WCAG AA guidelines (#2600)
- Fix typo in documentation (#2672)
- Use format strings consistently (#2661)
- Add ``__class_getitem__`` to ``Formatter`` to improve typing support (#2665)

(wiz)

2024-05-05 10:32:54 UTC MAIN commitmail json YAML

doc: Updated sysutils/py-puremagic to 1.23

(wiz)

2024-05-05 10:32:42 UTC MAIN commitmail json YAML

py-puremagic: update to 1.23.

Version 1.23
------------

- Fixing #32 MP3 Detection improvements (thanks to Andy - NebularNerd and Sander)

(wiz)

2024-05-05 10:24:10 UTC MAIN commitmail json YAML

converters/Makefile: + hs-pandoc-base

(pho)

2024-05-05 10:23:59 UTC MAIN commitmail json YAML

2024-05-05 10:23:52 UTC MAIN commitmail json YAML

doc: Removed converters/hs-pandoc-base

(pho)

2024-05-05 10:10:48 UTC MAIN commitmail json YAML

doc: Updated security/py-pip-audit to 2.7.3

(wiz)

2024-05-05 10:10:37 UTC MAIN commitmail json YAML

py-pip-audit: update to 2.7.3.

Improved handling of temporary files on Windows
Fixed a subprocess deadlock on Windows

(wiz)

2024-05-05 10:09:44 UTC MAIN commitmail json YAML

doc: Updated devel/re2 to 20240501

(wiz)

2024-05-05 10:09:35 UTC MAIN commitmail json YAML

2024-05-05 10:07:06 UTC MAIN commitmail json YAML

doc: Updated security/py-cryptography to 42.0.6

(wiz)

2024-05-05 10:06:57 UTC MAIN commitmail json YAML

py-cryptography: update to 42.0.6.

42.0.6 - 2024-05-04
~~~~~~~~~~~~~~~~~~~

* Fixed compilation when using LibreSSL 3.9.1.

(wiz)

2024-05-05 10:05:12 UTC MAIN commitmail json YAML

doc: Updated devel/py-blinker to 1.8.1

(wiz)

2024-05-05 10:05:03 UTC MAIN commitmail json YAML

py-blinker: update to 1.8.1.

Version 1.8.1
-------------

Released 2024-04-28

-  Restore identity handling for ``str`` and ``int`` senders. :pr:`148`
-  Fix deprecated ``blinker.base.WeakNamespace`` import. :pr:`149`
-  Fix deprecated ``blinker.base.receiver_connected import``. :pr:`153`
-  Use types from ``collections.abc`` instead of ``typing``. :pr:`150`
-  Fully specify exported types as reported by pyright. :pr:`152`

(wiz)

2024-05-05 10:04:30 UTC MAIN commitmail json YAML

doc: Updated devel/jj to 0.17.0

(wiz)

2024-05-05 10:04:19 UTC MAIN commitmail json YAML

jj: update to 0.17.0.

## [0.17.0] - 2024-05-01

### Breaking changes

* The default template aliases were replaced as follows:
  * `builtin_op_log_root(op_id: OperationId)` ->
    `format_root_operation(root: Operation)`
  * `builtin_log_root(change_id: ChangeId, commit_id: CommitId)` ->
    `format_root_commit(root: Commit)`
  * `builtin_change_id_with_hidden_and_divergent_info` ->
    `format_short_change_id_with_hidden_and_divergent_info(commit: Commit)`

* The `--revision` option of `jj rebase` is renamed to `--revisions`. The short
  alias `-r` is still supported.

### New features

* The list of conflicted paths is printed whenever the working copy changes.
  This can be disabled with the `--quiet` option.

* Commit objects in templates now have a `mine() -> Boolean` method analog to
  the same function in revsets. It evaluates to true if the email of the commit
  author matches the current `user.email`.

* Commit objects in templates now have a `contained_in(revset: String) ->
  Boolean` method.

* Operation objects in templates now have a `snapshot() -> Boolean` method that
  evaluates to true if the operation was a snapshot created by a non-mutating
  command (e.g. `jj log`).

* Revsets and templates now support single-quoted raw string literals.

* A new config option `ui.always-allow-large-revsets` has been added to
  allow large revsets expressions in some commands, without the `all:` prefix.

* A new config option `ui.allow-filesets` has been added to enable ["fileset"
  expressions](docs/filesets.md). Note that filesets are currently experimental,
  but will be enabled by default in a future release.

* A new global flag `--ignore-immutable` lets you rewrite immutable commits.

* New command `jj parallelize` that rebases a set of revisions into siblings.

* `jj status` now supports filtering by paths. For example, `jj status .` will
  only list changed files that are descendants of the current directory.

* `jj prev` and `jj next` now work when the working copy revision is a merge.

* `jj squash` now accepts a `--use-destination-message/-u` option that uses the
  description of the destination for the new squashed revision and discards the
  descriptions of the source revisions.

* You can check whether Watchman fsmonitor is enabled or installed with the new
  `jj debug watchman status` command.

* `jj rebase` now accepts revsets resolving to multiple revisions with the
  `--revisions`/`-r` option.

* `jj rebase -r` now accepts `--insert-after` and `--insert-before` options to
  customize the location of the rebased revisions.

### Fixed bugs

* Revsets now support `\`-escapes in string literal.

* The builtin diff editor now allows empty files to be selected during
  `jj split`.

* Fixed a bug with `jj split` introduced in 0.16.0 that caused it to incorrectly
  rebase the children of the revision being split if they had other parents
  (i.e. if the child was a merge).

* The `snapshot.max-new-file-size` option can now handle raw integer literals,
  interpreted as a number of bytes, where previously it could only handle string
  literals. This means that `snapshot.max-new-file-size="1"` and
  `snapshot.max-new-file-size=1` are now equivalent.

* `jj squash <path>` is now a no-op if the path argument didn't match any paths
  (it used to create new commits with bumped timestamp).
  [#3334](https://github.com/martinvonz/jj/issues/3334)

(wiz)

2024-05-05 09:58:04 UTC MAIN commitmail json YAML

doc: Updated textproc/enchant2 to 2.7.3

(wiz)

2024-05-05 09:57:54 UTC MAIN commitmail json YAML

enchant2: update to 2.7.3.

2.7.3 (April 27, 2024)
----------------------

This release is made with Vala 0.56.17 (previous versions were made with
0.56.0). This works around a bug in `valac` that generates code which causes
an error in GCC >=14 and Clang >= 16.

(wiz)

2024-05-05 09:56:20 UTC MAIN commitmail json YAML

doc/TODO: + dillo-3.1.0.

(wiz)

2024-05-05 09:56:16 UTC MAIN commitmail json YAML