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 (13m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 15:07:24 UTC Now

2024-01-11 12:31:30 UTC MAIN commitmail json YAML

Updated devel/py-test-check, devel/py-minidump

(adam)

2024-01-11 12:31:13 UTC MAIN commitmail json YAML

py-minidump: updated to 0.0.23

0.0.23
Hopefully closing the inrange issue for good.

(adam)

2024-01-11 12:29:02 UTC MAIN commitmail json YAML

py-test-check: updated to 2.2.4

2.2.4

- Summaries from 2.2.3 are cool, but don't work for pytest < 7.3
- Remove them for earlier pytest
- Add tox test run for pytest 7.0.0
- Change dependencies to require 7.0.0 pytest

(adam)

2024-01-11 12:07:58 UTC MAIN commitmail json YAML

add missing and upcoming sendmail options

(jnemeth)

2024-01-11 11:54:10 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-Compile to 3.3.1

(mef)

2024-01-11 11:53:59 UTC MAIN commitmail json YAML

(devel/p5-Test-Compile) Updated 3.2.2 to 3.3.1

v3.3.1   2023-07-17
    - Fix 'silent, no taint' mode (which doesn't cause the compile to fail)

v3.3.0   2023-07-12
    - Tests should pass, even if Taint mode is not compiled into perl
    - Improve the documentation (@dirs was a terrible name)
    - Internal: improve error handling
    - Internal: remove redundant constants
    - Internal: simplify complex conditional (for better testing)
    - Internal: more tests for better coverage

(mef)

2024-01-11 11:49:14 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-HTTP-LocalServer to 0.75

(mef)

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

(devel/p5-Test-HTTP-LocalServer) Updated 0.74 to 0.75

0.75 2023-07-21
    * Various build and test upgrades, no code changes, no need to upgrade

(mef)

2024-01-11 11:36:31 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-Inter to 1.10

(mef)

2024-01-11 11:36:22 UTC MAIN commitmail json YAML

(devel/p5-Test-Inter) Updated 1.09 to 1.10

- pkgsrc changes
  convert HOME PAGE (may not be necessary)

- upstream change (by previous commit, sorry)
Written by:
  Sullivan Beck (sbeck@cpan.org)
Any suggestions, bug reports, or donations :-) should be sent to me.

1.10  2023-03-07
  - A number of modules were included as test dependencies that are only used
    by the author when preparing releases.  These have been removed as
    dependencies.  Petr Pisar on GitHub #3
  - Added github tags for all releases.  Tomasz Kloczko on GitHub #4
  - Fixed a bug where feature wasn't working correctly.

(mef)

2024-01-11 11:31:08 UTC MAIN commitmail json YAML

mozjs78: Add direct include of iconv.

Previously it was coming in via the clang build dependency, and thus falling
foul of indirect library checks.

(jperkin)

2024-01-11 11:29:47 UTC MAIN commitmail json YAML

udunits: Add expat to bl3.

Fixes indirect library checks in various dependencies.

(jperkin)

2024-01-11 11:28:36 UTC MAIN commitmail json YAML

2024-01-11 11:25:59 UTC MAIN commitmail json YAML

*: Remove BUILDLINK_DEPMETHOD.qt5-qttools=build.

This appears to just be cargo-culted around various packages.  Fixes indirect
library dependencies.

(jperkin)

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

2024-01-11 10:18:21 UTC MAIN commitmail json YAML

Updated textproc/py-referencing, devel/py-packageurl

(adam)

2024-01-11 10:18:03 UTC MAIN commitmail json YAML

py-packageurl: updated to 0.13.4

0.13.4 (2024-01-08)

- Improve support for SourceForge URLs in `url2purl`.

(adam)

2024-01-11 10:17:14 UTC MAIN commitmail json YAML

py-referencing: updated to 0.32.1

v0.32.1

* Make ``Specification.detect`` raise a ``CannotDetermineSpecification`` error even if passed a mapping with a ``$schema`` key that doesn't match JSON Schema dialect semantics (e.g. a non-string).

(adam)

2024-01-11 10:15:40 UTC MAIN commitmail json YAML

Updated finance/py-eth-rlp, finance/py-eth-keys, finance/py-eth-keyfile, finance/py-eth-abi

(adam)

2024-01-11 10:15:18 UTC MAIN commitmail json YAML

py-eth-abi: updated to 5.0.0

eth-abi v5.0.0 (2024-01-09)

Breaking Changes

Drop python 3.7 support

Internal Changes - for eth-abi Contributors

Merge updates from the project template, notably, use pre-commit for linting and change the name of the master branch to main
Corrected format of booleans in pyproject.toml and added a test for the presence of the eth_abi.__version__ attribute

(adam)

2024-01-11 10:13:03 UTC MAIN commitmail json YAML

py-eth-keyfile: updated to 0.7.0

eth-keyfile v0.7.0 (2023-12-06)

Breaking Changes

Use correct default parameters for scrypt
Drop python 3.7 support

Features

Checksum address when creating a keyfile

Internal Changes - for eth-keyfile Contributors

Merge project template updates, including using pre-commit for linting. Add typing.

(adam)

2024-01-11 10:11:09 UTC MAIN commitmail json YAML

py-eth-keys: updated to 0.5.0

eth-keys v0.5.0 (2024-01-10)

Breaking Changes

Drop python 3.6 and 3.7 support

Features

Add python 3.11 support

Internal Changes - for eth-keys Contributors

Merge template updates, notably using pre-commit for linting and change the name of the master branch to main

(adam)

2024-01-11 10:09:16 UTC MAIN commitmail json YAML

py-eth-rlp: updated to 1.0.0

eth-rlp v1.0.0 (2023-12-06)

Breaking Changes

Drop python 3.7 support

Features

Add python 3.11 support

Internal Changes - for eth-rlp Contributors

Merge updates from template, including use pre-commit for linting, and changing the name of the master branch to main

(adam)

2024-01-11 10:07:11 UTC MAIN commitmail json YAML

Updated finance/py-eth-hash, finance/py-eth-typing, finance/py-eth-utils, devel/py-rlp

(adam)

2024-01-11 10:06:43 UTC MAIN commitmail json YAML

py-rlp: updated to 4.0.0

pyrlp v4.0.0 (2023-11-29)

Features

repr() now returns an evaluatable string, like MyRLPObj(my_int_field=1, my_str_field="a_str")

Internal Changes - for pyrlp Contributors

Convert .format strings to f-strings
Add autoflake linting and move config to pyproject.toml

(adam)

2024-01-11 10:04:32 UTC MAIN commitmail json YAML

py-eth-utils: updated to 3.0.0

eth-utils v3.0.0 (2024-01-10)

Breaking Changes

Drop python 3.7 support

Internal Changes - for eth-utils Contributors

Merge updates from the project template, notably: use pre-commit for linting and change the name of the master branch to main
Correct booleans in pyproject.toml and add test for the presence of the eth_utils.__version__ attribute

(adam)

2024-01-11 10:02:56 UTC MAIN commitmail json YAML

py-eth-typing: updated to 4.0.0

eth-typing v4.0.0 (2024-01-09)

Breaking changes

Drop python 3.7 support

Internal Changes - for eth-typing Contributors

Merge updates from the project template, notably: use pre-commit for linting and change the name of the master branch to main
Fixed booleans in pyproject.toml and added a test for the presence of the eth_typing.__version__ attribute

(adam)

2024-01-11 10:01:54 UTC MAIN commitmail json YAML

py-eth-hash: updated to 0.6.0

eth-hash v0.6.0 (2024-01-10)

Breaking Changes

Drop python 3.7 support

Internal Changes - for eth-hash Contributors

Merge project template updates, notably use pre-commit for linting and change the name of master branch to main
Correct booleans in pyproject.toml and add test for presence of eth_hash.__version__ attribute

(adam)

2024-01-11 09:57:31 UTC MAIN commitmail json YAML

Updated sysutils/py-ansible-compat, devel/py-jaraco.develop

(adam)

2024-01-11 09:57:14 UTC MAIN commitmail json YAML

py-jaraco.develop: updated to 8.6.0

v8.6.0

Features

- In merge, ensure that an uncommented RTD badge isn't lost when resolving placeholders.

v8.5.0

Features

- Update merge resolver to re-substitute placeholders to honor upstream changes.

v8.4.0

Features

- Add 'projects-run' script for running a command across all of the projects.

(adam)

2024-01-11 09:53:53 UTC MAIN commitmail json YAML

py-ansible-compat: updated to 4.1.11

v4.1.11

Bugfixes

Allow more control over verbosity when calling ansible-galaxy
Fix collection installation with custom project_dir
Fix collection installation bug when having custom config
Add support for python 3.12
Remove isolated option while adding sys.path

(adam)

2024-01-11 09:43:04 UTC MAIN commitmail json YAML

Updated lang/nodejs20, lang/nodejs18

(adam)

2024-01-11 09:42:46 UTC MAIN commitmail json YAML

nodejs18: updated to 18.19.0

Version 18.19.0 'Hydrogen' (LTS)

Notable Changes

npm updated to v10

After two months of baking time in Node.js 20, npm 10 is backported, so that all release lines include a supported version of npm. This release includes npm v10.2.3.

ESM and customization hook changes

Leverage loaders when resolving subsequent loaders

Loaders now apply to subsequent loaders, for example: --experimental-loader ts-node --experimental-loader loader-written-in-typescript.

New node:module API register for module customization hooks; new initialize hook

There is a new API register available on node:module to specify a file that exports module customization hooks, and pass data to the hooks, and establish communication channels with them. The ���define the file with the hooks��� part was previously handled by a flag --experimental-loader, but when the hooks moved into a dedicated thread in 20.0.0 there was a need to provide a way to communicate between the main (application) thread and the hooks thread. This can now be done by calling register from the main thread and passing data, including MessageChannel instances.

We encourage users to migrate to an approach that uses --import with register, such as:

node --import ./file-that-calls-register.js ./app.js
Using --import ensures that the customization hooks are registered before any application code runs, even the entry point.

import.meta.resolve unflagged

In ES modules, import.meta.resolve(specifier) can be used to get an absolute URL string to which specifier resolves, similar to require.resolve in CommonJS. This aligns Node.js with browsers and other server-side runtimes.

--experimental-default-type flag to flip module defaults

The new flag --experimental-default-type can be used to flip the default module system used by Node.js. Input that is already explicitly defined as ES modules or CommonJS, such as by a package.json "type" field or .mjs/.cjs file extension or the --input-type flag, is unaffected. What is currently implicitly CommonJS would instead be interpreted as ES modules under --experimental-default-type=module:

String input provided via --eval or STDIN, if --input-type is unspecified.

Files ending in .js or with no extension, if there is no package.json file present in the same folder or any parent folder.

Files ending in .js or with no extension, if the nearest parent package.json field lacks a type field; unless the folder is inside a node_modules folder.

In addition, extensionless files are interpreted as Wasm if --experimental-wasm-modules is passed and the file contains the "magic bytes" Wasm header.

(adam)

2024-01-11 09:33:42 UTC MAIN commitmail json YAML

nodejs20: updated to 20.11.0

Version 20.11.0 'Iron' (LTS)

Notable Changes

- crypto: update root certificates to NSS 3.95 (Node.js GitHub Bot)
- doc: add MrJithil to collaborators (Jithil P Ponnan)
- doc: add Ethan-Arrowood as a collaborator (Ethan Arrowood)
- (SEMVER-MINOR) esm: add import.meta.dirname and import.meta.filename (James Sumners)
- fs: add c++ fast path for writeFileSync utf8 (CanadaHonk)
- (SEMVER-MINOR) module: remove useCustomLoadersIfPresent flag (Chengzhong Wu)
- (SEMVER-MINOR) module: bootstrap module loaders in shadow realm (Chengzhong Wu)
- (SEMVER-MINOR) src: add --disable-warning option (Ethan Arrowood)
- (SEMVER-MINOR) src: create per isolate proxy env template (Chengzhong Wu)
- (SEMVER-MINOR) src: make process binding data weak (Chengzhong Wu)
- stream: use Array for Readable buffer (Robert Nagy)
- stream: optimize creation (Robert Nagy)
- (SEMVER-MINOR) test_runner: adds built in lcov reporter (Phil Nash)
- (SEMVER-MINOR) test_runner: add Date to the supported mock APIs (Lucas Santos)
- (SEMVER-MINOR) test_runner, cli: add --test-timeout flag (Shubham Pandey)

(adam)

2024-01-11 09:07:55 UTC MAIN commitmail json YAML

Updated net/py-botocore, net/py-s3transfer, net/py-boto3, net/py-awscli

(adam)

2024-01-11 09:06:47 UTC MAIN commitmail json YAML

py-awscli: updated to 1.32.16

1.32.16
=======

* api-change:``connectcampaigns``: Minor pattern updates for Campaign and Dial Request API fields.
* api-change:``location``: This release adds API support for custom layers for the maps service APIs: CreateMap, UpdateMap, DescribeMap.
* api-change:``logs``: Add support for account level subscription filter policies to PutAccountPolicy, DescribeAccountPolicies, and DeleteAccountPolicy APIs. Additionally, PutAccountPolicy has been modified with new optional "selectionCriteria" parameter for resource selection.
* api-change:``qconnect``: QueryAssistant and GetRecommendations will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.
* api-change:``redshift-serverless``: Updates to ConfigParameter for RSS workgroup, removal of use_fips_ssl
* api-change:``route53``: Route53 now supports geoproximity routing in AWS regions
* api-change:``wisdom``: QueryAssistant and GetRecommendations will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.

1.32.15
=======

* api-change:``codebuild``: Aws CodeBuild now supports new compute type BUILD_GENERAL1_XLARGE
* api-change:``ec2``: Amazon EC2 R7iz bare metal instances are powered by custom 4th generation Intel Xeon Scalable processors.
* api-change:``route53resolver``: This release adds support for query type configuration on firewall rules that enables customers for granular action (ALLOW, ALERT, BLOCK) by DNS query type.

1.32.14
=======

* api-change:``connect``: Minor trait updates for User APIs
* api-change:``kms``: Documentation updates for AWS Key Management Service (KMS).
* api-change:``redshift-serverless``: use_fips_ssl and require_ssl parameter support for Workgroup, UpdateWorkgroup, and CreateWorkgroup

1.32.13
=======

* api-change:``config``: Updated ResourceType enum with new resource types onboarded by AWS Config in November and December 2023.
* api-change:``docdb``: Adding PerformanceInsightsEnabled and PerformanceInsightsKMSKeyId fields to DescribeDBInstances Response.
* api-change:``ecs``: This release adds support for managed instance draining which facilitates graceful termination of Amazon ECS instances.
* api-change:``es``: This release adds support for new or existing Amazon OpenSearch domains to enable TLS 1.3 or TLS 1.2 with perfect forward secrecy cipher suites for domain endpoints.
* api-change:``lightsail``: This release adds support to set up an HTTPS endpoint on an instance.
* api-change:``opensearch``: This release adds support for new or existing Amazon OpenSearch domains to enable TLS 1.3 or TLS 1.2 with perfect forward secrecy cipher suites for domain endpoints.
* api-change:``sagemaker``: Adding support for provisioned throughput mode for SageMaker Feature Groups
* api-change:``servicecatalog``: Added Idempotency token support to Service Catalog  AssociateServiceActionWithProvisioningArtifact, DisassociateServiceActionFromProvisioningArtifact, DeleteServiceAction API
* api-change:``endpoint-rules``: Update endpoint-rules command to latest version

1.32.12
=======

* api-change:``connect``: Amazon Connect, Contact Lens Evaluation API increase evaluation notes max length to 3072.
* api-change:``mediaconvert``: This release includes video engine updates including HEVC improvements, support for ingesting VP9 encoded video in MP4 containers, and support for user-specified 3D LUTs.

1.32.11
=======

* api-change:``apprunner``: AWS App Runner adds Python 3.11 and Node.js 18 runtimes.
* api-change:``location``: This release introduces a new parameter to bypasses an API key's expiry conditions and delete the key.
* api-change:``quicksight``: Add LinkEntityArn support for different partitions; Add UnsupportedUserEditionException in UpdateDashboardLinks API; Add support for New Reader Experience Topics

1.32.10
=======

* api-change:``codestar-connections``: New integration with the GitLab self-managed provider type.
* api-change:``kinesis-video-archived-media``: NoDataRetentionException thrown when GetImages requested for a Stream that does not retain data (that is, has a DataRetentionInHours of 0).
* api-change:``sagemaker``: Amazon SageMaker Studio now supports Docker access from within app container

1.32.9
======

* api-change:``emr``: Update emr command to latest version

1.32.8
======

* api-change:``iam``: Documentation updates for AWS Identity and Access Management (IAM).
* api-change:``endpoint-rules``: Update endpoint-rules command to latest version

1.32.7
======

* api-change:``bedrock-agent``: Adding Claude 2.1 support to Bedrock Agents
* api-change:``endpoint-rules``: Update endpoint-rules command to latest version
* api-change:``glue``: This release adds additional configurations for Query Session Context on the following APIs: GetUnfilteredTableMetadata, GetUnfilteredPartitionMetadata, GetUnfilteredPartitionsMetadata.
* api-change:``lakeformation``: This release adds additional configurations on GetTemporaryGlueTableCredentials for Query Session Context.
* api-change:``mediaconnect``: This release adds the DescribeSourceMetadata API. This API can be used to view the stream information of the flow's source.
* api-change:``networkmonitor``: CloudWatch Network Monitor is a new service within CloudWatch that will help network administrators and operators continuously monitor network performance metrics such as round-trip-time and packet loss between their AWS-hosted applications and their on-premises locations.
* api-change:``omics``: Provides minor corrections and an updated description of APIs.
* api-change:``secretsmanager``: Update endpoint rules and examples.

1.32.6
======

* api-change:``amp``: This release updates Amazon Managed Service for Prometheus APIs to support customer managed KMS keys.
* api-change:``appintegrations``: The Amazon AppIntegrations service adds DeleteApplication API for deleting applications, and updates APIs to support third party applications reacting to workspace events and make data requests to Amazon Connect for agent and contact events.
* api-change:``bedrock-agent``: This release introduces Amazon Aurora as a vector store on Knowledge Bases for Amazon Bedrock
* api-change:``codecommit``: AWS CodeCommit now supports customer managed keys from AWS Key Management Service. UpdateRepositoryEncryptionKey is added for updating the key configuration. CreateRepository, GetRepository, BatchGetRepositories are updated with new input or output parameters.
* api-change:``connect``: Adds APIs to manage User Proficiencies and Predefined Attributes. Enhances StartOutboundVoiceContact API input. Introduces SearchContacts API. Enhances DescribeContact API. Adds an API to update Routing Attributes in QueuePriority and QueueTimeAdjustmentSeconds.
* api-change:``medialive``: MediaLive now supports the ability to configure the audio that an AWS Elemental Link UHD device produces, when the device is configured as the source for a flow in AWS Elemental MediaConnect.
* api-change:``neptune-graph``: Adds Waiters for successful creation and deletion of Graph, Graph Snapshot, Import Task and Private Endpoints for Neptune Analytics
* api-change:``rds-data``: This release adds support for using RDS Data API with Aurora PostgreSQL Serverless v2 and provisioned DB clusters.
* api-change:``rds``: This release adds support for using RDS Data API with Aurora PostgreSQL Serverless v2 and provisioned DB clusters.
* api-change:``sagemaker``: Amazon SageMaker Training now provides model training container access for debugging purposes. Amazon SageMaker Search now provides the ability to use visibility conditions to limit resource access to a single domain or multiple domains.

1.32.5
======

* api-change:``appstream``: This release introduces configurable clipboard, allowing admins to specify the maximum length of text that can be copied by the users from their device to the remote session and vice-versa.
* api-change:``eks``: Add support for cluster insights, new EKS capability that surfaces potentially upgrade impacting issues.
* api-change:``guardduty``: This release 1) introduces a new API: GetOrganizationStatistics , and 2) adds a new UsageStatisticType TOP_ACCOUNTS_BY_FEATURE for GetUsageStatistics API
* api-change:``managedblockchain-query``: Adding Confirmation Status and Execution Status to GetTransaction Response.
* api-change:``mediatailor``: Adds the ability to configure time shifting on MediaTailor channels using the TimeShiftConfiguration field
* api-change:``route53``: Amazon Route 53 now supports the Canada West (Calgary) Region (ca-west-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
* api-change:``endpoint-rules``: Update endpoint-rules command to latest version

1.32.4
======

* api-change:``appsync``: This release adds additional configurations on GraphQL APIs for limits on query depth, resolver count, and introspection
* api-change:``chime-sdk-meetings``: Add meeting features to specify a maximum camera resolution, a maximum content sharing resolution, and a maximum number of attendees for a given meeting.
* api-change:``ec2``: Provision BYOIPv4 address ranges and advertise them by specifying the network border groups option in Los Angeles, Phoenix and Dallas AWS Local Zones.
* api-change:``fsx``: Added support for FSx for OpenZFS on-demand data replication across AWS accounts and/or regions.Added the IncludeShared attribute for DescribeSnapshots.Added the CopyStrategy attribute for OpenZFSVolumeConfiguration.
* api-change:``marketplace-catalog``: AWS Marketplace now supports a new API, BatchDescribeEntities, which returns metadata and content for multiple entities.
* api-change:``rds``: RDS - The release adds two new APIs: DescribeDBRecommendations and ModifyDBRecommendation

1.32.3
======

* api-change:``cognito-idp``: Amazon Cognito now supports trigger versions that define the fields in the request sent to pre token generation Lambda triggers.
* api-change:``eks``: Add support for EKS Cluster Access Management.
* api-change:``quicksight``: A docs-only release to add missing entities to the API reference.
* api-change:``route53resolver``: Add DOH protocols in resolver endpoints.

1.32.2
======

* enhancement:``cloudformation package``: Add support for intrinsic Fn:ForEach
* api-change:``cloud9``: Updated Cloud9 API documentation for AL2023 release
* api-change:``connect``: Adds relatedContactId field to StartOutboundVoiceContact API input. Introduces PauseContact API and ResumeContact API for Task contacts. Adds pause duration, number of pauses, timestamps for last paused and resumed events to DescribeContact API response. Adds new Rule type and new Rule action.
* api-change:``connectcases``: Increase number of fields that can be included in CaseEventIncludedData from 50 to 200
* api-change:``kms``: Documentation updates for AWS Key Management Service
* api-change:``rds``: Updates Amazon RDS documentation by adding code examples
* api-change:``sagemaker``: This release 1) introduces a new API: DeleteCompilationJob , and 2) adds InfraCheckConfig for Create/Describe training job API

1.32.1
======

* api-change:``appstream``: This release includes support for images of Windows Server 2022 platform.
* api-change:``b2bi``: Documentation updates for AWS B2B Data Interchange
* api-change:``billingconductor``: Billing Conductor is releasing a new API, GetBillingGroupCostReport, which provides the ability to retrieve/view the Billing Group Cost Report broken down by attributes for a specific billing group.
* api-change:``connect``: This release adds support for more granular billing using tags (key:value pairs)
* api-change:``controltower``: Documentation updates for AWS Control Tower.
* api-change:``firehose``: This release, 1) adds configurable buffering hints for the Splunk destination, and 2) reduces the minimum configurable buffering interval for supported destinations
* api-change:``gamelift``: Amazon GameLift adds the ability to add and update the game properties of active game sessions.
* api-change:``iot``: This release adds the ability to self-manage certificate signing in AWS IoT Core fleet provisioning using the new certificate provider resource.
* api-change:``neptune-graph``: This is the initial SDK release for Amazon Neptune Analytics
* api-change:``opensearch``: Updating documentation for Amazon OpenSearch Service support for new zero-ETL integration with Amazon S3.
* api-change:``quicksight``: Update Dashboard Links support; SingleAxisOptions support; Scatterplot Query limit support.
* api-change:``workspaces``: Updated note to ensure customers understand running modes.
* api-change:``endpoint-rules``: Update endpoint-rules command to latest version

1.32.0
======

* feature:Python: End of support for Python 3.7
* api-change:``drs``: Adding AgentVersion to SourceServer and RecoveryInstance structures
* feature:Python: End of support for Python 3.7

(adam)

2024-01-11 09:03:54 UTC MAIN commitmail json YAML

py-boto3: updated to 1.34.16

1.34.16
=======

* api-change:``connectcampaigns``: [``botocore``] Minor pattern updates for Campaign and Dial Request API fields.
* api-change:``location``: [``botocore``] This release adds API support for custom layers for the maps service APIs: CreateMap, UpdateMap, DescribeMap.
* api-change:``logs``: [``botocore``] Add support for account level subscription filter policies to PutAccountPolicy, DescribeAccountPolicies, and DeleteAccountPolicy APIs. Additionally, PutAccountPolicy has been modified with new optional "selectionCriteria" parameter for resource selection.
* api-change:``qconnect``: [``botocore``] QueryAssistant and GetRecommendations will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.
* api-change:``redshift-serverless``: [``botocore``] Updates to ConfigParameter for RSS workgroup, removal of use_fips_ssl
* api-change:``route53``: [``botocore``] Route53 now supports geoproximity routing in AWS regions
* api-change:``wisdom``: [``botocore``] QueryAssistant and GetRecommendations will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.

1.34.15
=======

* api-change:``codebuild``: [``botocore``] Aws CodeBuild now supports new compute type BUILD_GENERAL1_XLARGE
* api-change:``ec2``: [``botocore``] Amazon EC2 R7iz bare metal instances are powered by custom 4th generation Intel Xeon Scalable processors.
* api-change:``route53resolver``: [``botocore``] This release adds support for query type configuration on firewall rules that enables customers for granular action (ALLOW, ALERT, BLOCK) by DNS query type.

1.34.14
=======

* api-change:``connect``: [``botocore``] Minor trait updates for User APIs
* api-change:``kms``: [``botocore``] Documentation updates for AWS Key Management Service (KMS).
* api-change:``redshift-serverless``: [``botocore``] use_fips_ssl and require_ssl parameter support for Workgroup, UpdateWorkgroup, and CreateWorkgroup

1.34.13
=======

* api-change:``config``: [``botocore``] Updated ResourceType enum with new resource types onboarded by AWS Config in November and December 2023.
* api-change:``docdb``: [``botocore``] Adding PerformanceInsightsEnabled and PerformanceInsightsKMSKeyId fields to DescribeDBInstances Response.
* api-change:``ecs``: [``botocore``] This release adds support for managed instance draining which facilitates graceful termination of Amazon ECS instances.
* api-change:``es``: [``botocore``] This release adds support for new or existing Amazon OpenSearch domains to enable TLS 1.3 or TLS 1.2 with perfect forward secrecy cipher suites for domain endpoints.
* api-change:``lightsail``: [``botocore``] This release adds support to set up an HTTPS endpoint on an instance.
* api-change:``opensearch``: [``botocore``] This release adds support for new or existing Amazon OpenSearch domains to enable TLS 1.3 or TLS 1.2 with perfect forward secrecy cipher suites for domain endpoints.
* api-change:``sagemaker``: [``botocore``] Adding support for provisioned throughput mode for SageMaker Feature Groups
* api-change:``servicecatalog``: [``botocore``] Added Idempotency token support to Service Catalog  AssociateServiceActionWithProvisioningArtifact, DisassociateServiceActionFromProvisioningArtifact, DeleteServiceAction API
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version

1.34.12
=======

* api-change:``connect``: [``botocore``] Amazon Connect, Contact Lens Evaluation API increase evaluation notes max length to 3072.
* api-change:``mediaconvert``: [``botocore``] This release includes video engine updates including HEVC improvements, support for ingesting VP9 encoded video in MP4 containers, and support for user-specified 3D LUTs.

1.34.11
=======

* api-change:``apprunner``: [``botocore``] AWS App Runner adds Python 3.11 and Node.js 18 runtimes.
* api-change:``location``: [``botocore``] This release introduces a new parameter to bypasses an API key's expiry conditions and delete the key.
* api-change:``quicksight``: [``botocore``] Add LinkEntityArn support for different partitions; Add UnsupportedUserEditionException in UpdateDashboardLinks API; Add support for New Reader Experience Topics

1.34.10
=======

* api-change:``codestar-connections``: [``botocore``] New integration with the GitLab self-managed provider type.
* api-change:``kinesis-video-archived-media``: [``botocore``] NoDataRetentionException thrown when GetImages requested for a Stream that does not retain data (that is, has a DataRetentionInHours of 0).
* api-change:``sagemaker``: [``botocore``] Amazon SageMaker Studio now supports Docker access from within app container

1.34.9
======

* api-change:``emr``: [``botocore``] Update emr client to latest version

1.34.8
======

* api-change:``iam``: [``botocore``] Documentation updates for AWS Identity and Access Management (IAM).
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version

1.34.7
======

* api-change:``bedrock-agent``: [``botocore``] Adding Claude 2.1 support to Bedrock Agents
* api-change:``glue``: [``botocore``] This release adds additional configurations for Query Session Context on the following APIs: GetUnfilteredTableMetadata, GetUnfilteredPartitionMetadata, GetUnfilteredPartitionsMetadata.
* api-change:``lakeformation``: [``botocore``] This release adds additional configurations on GetTemporaryGlueTableCredentials for Query Session Context.
* api-change:``mediaconnect``: [``botocore``] This release adds the DescribeSourceMetadata API. This API can be used to view the stream information of the flow's source.
* api-change:``networkmonitor``: [``botocore``] CloudWatch Network Monitor is a new service within CloudWatch that will help network administrators and operators continuously monitor network performance metrics such as round-trip-time and packet loss between their AWS-hosted applications and their on-premises locations.
* api-change:``omics``: [``botocore``] Provides minor corrections and an updated description of APIs.
* api-change:``secretsmanager``: [``botocore``] Update endpoint rules and examples.
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version

1.34.6
======

* enhancement:AWSCRT: [``botocore``] Update awscrt version to 0.19.19
* api-change:``amp``: [``botocore``] This release updates Amazon Managed Service for Prometheus APIs to support customer managed KMS keys.
* api-change:``appintegrations``: [``botocore``] The Amazon AppIntegrations service adds DeleteApplication API for deleting applications, and updates APIs to support third party applications reacting to workspace events and make data requests to Amazon Connect for agent and contact events.
* api-change:``bedrock-agent``: [``botocore``] This release introduces Amazon Aurora as a vector store on Knowledge Bases for Amazon Bedrock
* api-change:``codecommit``: [``botocore``] AWS CodeCommit now supports customer managed keys from AWS Key Management Service. UpdateRepositoryEncryptionKey is added for updating the key configuration. CreateRepository, GetRepository, BatchGetRepositories are updated with new input or output parameters.
* api-change:``connect``: [``botocore``] Adds APIs to manage User Proficiencies and Predefined Attributes. Enhances StartOutboundVoiceContact API input. Introduces SearchContacts API. Enhances DescribeContact API. Adds an API to update Routing Attributes in QueuePriority and QueueTimeAdjustmentSeconds.
* api-change:``medialive``: [``botocore``] MediaLive now supports the ability to configure the audio that an AWS Elemental Link UHD device produces, when the device is configured as the source for a flow in AWS Elemental MediaConnect.
* api-change:``neptune-graph``: [``botocore``] Adds Waiters for successful creation and deletion of Graph, Graph Snapshot, Import Task and Private Endpoints for Neptune Analytics
* api-change:``rds-data``: [``botocore``] This release adds support for using RDS Data API with Aurora PostgreSQL Serverless v2 and provisioned DB clusters.
* api-change:``rds``: [``botocore``] This release adds support for using RDS Data API with Aurora PostgreSQL Serverless v2 and provisioned DB clusters.
* api-change:``sagemaker``: [``botocore``] Amazon SageMaker Training now provides model training container access for debugging purposes. Amazon SageMaker Search now provides the ability to use visibility conditions to limit resource access to a single domain or multiple domains.

1.34.5
======

* api-change:``appstream``: [``botocore``] This release introduces configurable clipboard, allowing admins to specify the maximum length of text that can be copied by the users from their device to the remote session and vice-versa.
* api-change:``eks``: [``botocore``] Add support for cluster insights, new EKS capability that surfaces potentially upgrade impacting issues.
* api-change:``guardduty``: [``botocore``] This release 1) introduces a new API: GetOrganizationStatistics , and 2) adds a new UsageStatisticType TOP_ACCOUNTS_BY_FEATURE for GetUsageStatistics API
* api-change:``managedblockchain-query``: [``botocore``] Adding Confirmation Status and Execution Status to GetTransaction Response.
* api-change:``mediatailor``: [``botocore``] Adds the ability to configure time shifting on MediaTailor channels using the TimeShiftConfiguration field
* api-change:``route53``: [``botocore``] Amazon Route 53 now supports the Canada West (Calgary) Region (ca-west-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version

1.34.4
======

* api-change:``appsync``: [``botocore``] This release adds additional configurations on GraphQL APIs for limits on query depth, resolver count, and introspection
* api-change:``chime-sdk-meetings``: [``botocore``] Add meeting features to specify a maximum camera resolution, a maximum content sharing resolution, and a maximum number of attendees for a given meeting.
* api-change:``ec2``: [``botocore``] Provision BYOIPv4 address ranges and advertise them by specifying the network border groups option in Los Angeles, Phoenix and Dallas AWS Local Zones.
* api-change:``fsx``: [``botocore``] Added support for FSx for OpenZFS on-demand data replication across AWS accounts and/or regions.Added the IncludeShared attribute for DescribeSnapshots.Added the CopyStrategy attribute for OpenZFSVolumeConfiguration.
* api-change:``marketplace-catalog``: [``botocore``] AWS Marketplace now supports a new API, BatchDescribeEntities, which returns metadata and content for multiple entities.
* api-change:``rds``: [``botocore``] RDS - The release adds two new APIs: DescribeDBRecommendations and ModifyDBRecommendation

1.34.3
======

* api-change:``cognito-idp``: [``botocore``] Amazon Cognito now supports trigger versions that define the fields in the request sent to pre token generation Lambda triggers.
* api-change:``eks``: [``botocore``] Add support for EKS Cluster Access Management.
* api-change:``quicksight``: [``botocore``] A docs-only release to add missing entities to the API reference.
* api-change:``route53resolver``: [``botocore``] Add DOH protocols in resolver endpoints.

1.34.2
======

* api-change:``cloud9``: [``botocore``] Updated Cloud9 API documentation for AL2023 release
* api-change:``connect``: [``botocore``] Adds relatedContactId field to StartOutboundVoiceContact API input. Introduces PauseContact API and ResumeContact API for Task contacts. Adds pause duration, number of pauses, timestamps for last paused and resumed events to DescribeContact API response. Adds new Rule type and new Rule action.
* api-change:``connectcases``: [``botocore``] Increase number of fields that can be included in CaseEventIncludedData from 50 to 200
* api-change:``kms``: [``botocore``] Documentation updates for AWS Key Management Service
* api-change:``rds``: [``botocore``] Updates Amazon RDS documentation by adding code examples
* api-change:``sagemaker``: [``botocore``] This release 1) introduces a new API: DeleteCompilationJob , and 2) adds InfraCheckConfig for Create/Describe training job API

1.34.1
======

* api-change:``appstream``: [``botocore``] This release includes support for images of Windows Server 2022 platform.
* api-change:``b2bi``: [``botocore``] Documentation updates for AWS B2B Data Interchange
* api-change:``billingconductor``: [``botocore``] Billing Conductor is releasing a new API, GetBillingGroupCostReport, which provides the ability to retrieve/view the Billing Group Cost Report broken down by attributes for a specific billing group.
* api-change:``connect``: [``botocore``] This release adds support for more granular billing using tags (key:value pairs)
* api-change:``controltower``: [``botocore``] Documentation updates for AWS Control Tower.
* api-change:``firehose``: [``botocore``] This release, 1) adds configurable buffering hints for the Splunk destination, and 2) reduces the minimum configurable buffering interval for supported destinations
* api-change:``gamelift``: [``botocore``] Amazon GameLift adds the ability to add and update the game properties of active game sessions.
* api-change:``iot``: [``botocore``] This release adds the ability to self-manage certificate signing in AWS IoT Core fleet provisioning using the new certificate provider resource.
* api-change:``neptune-graph``: [``botocore``] This is the initial SDK release for Amazon Neptune Analytics
* api-change:``opensearch``: [``botocore``] Updating documentation for Amazon OpenSearch Service support for new zero-ETL integration with Amazon S3.
* api-change:``quicksight``: [``botocore``] Update Dashboard Links support; SingleAxisOptions support; Scatterplot Query limit support.
* api-change:``workspaces``: [``botocore``] Updated note to ensure customers understand running modes.
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version

1.34.0
======

* feature:Python: End of support for Python 3.7
* feature:Python: [``botocore``] End of support for Python 3.7
* api-change:``drs``: [``botocore``] Adding AgentVersion to SourceServer and RecoveryInstance structures

(adam)

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

py-s3transfer: updated to 0.10.0

0.10.0

feature:s3: Added CRT support for S3 Express One Zone

0.9.0

feature:Python: End of support for Python 3.7

0.8.2

bugfix:Subscribers: Added caching for Subscribers to improve throughput by up to 24% in high volume transfer

0.8.1

enhancement:s3: Added support for defaulting checksums to CRC32 for s3express.

0.8.0

enhancement:crt: Automatically configure CRC32 checksums for uploads and checksum validation for downloads through the CRT transfer manager.
feature:crt: S3transfer now supports a wider range of CRT functionality for uploads to improve throughput in the CLI/Boto3.
enhancement:Botocore: S3Transfer now requires Botocore >=1.32.7
enhancement:crt: Update target_throughput defaults. If not configured, s3transfer will use the AWS CRT to attempt to determine a recommended target throughput to use based on the system. If there is no recommended throughput, s3transfer now falls back to ten gigabits per second.
enhancement:crt: Add support for uploading and downloading file-like objects using CRT transfer manager. It supports both seekable and non-seekable file-like objects.

(adam)

2024-01-11 08:57:43 UTC MAIN commitmail json YAML

doc: Updated net/slumber to 0.12.0

(pin)

2024-01-11 08:57:22 UTC MAIN commitmail json YAML

net/slumber: update to 0.12.0

[0.12.0] - 2024-01-07
Added
- Move app-level configuration into a file (#89)
    - Right now the only supported field is preview_templates
- Toggle query parameters and headers in recipe pane (#30)
    - You can easily enable/disable parameters and headers without having to
      modify the collection file now
- Add Copy URL action, to get the full URL that a request will generate (#93)

Changed
- Show profile contents while in the profile list (#26)
- Remove settings modal in favor of the settings file
    - Supporting changing configuration values during a session adds a lot
      of complexity

(pin)

2024-01-11 08:56:09 UTC MAIN commitmail json YAML

py-botocore: updated to 1.34.16

1.34.16
=======

* api-change:``connectcampaigns``: Minor pattern updates for Campaign and Dial Request API fields.
* api-change:``location``: This release adds API support for custom layers for the maps service APIs: CreateMap, UpdateMap, DescribeMap.
* api-change:``logs``: Add support for account level subscription filter policies to PutAccountPolicy, DescribeAccountPolicies, and DeleteAccountPolicy APIs. Additionally, PutAccountPolicy has been modified with new optional "selectionCriteria" parameter for resource selection.
* api-change:``qconnect``: QueryAssistant and GetRecommendations will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.
* api-change:``redshift-serverless``: Updates to ConfigParameter for RSS workgroup, removal of use_fips_ssl
* api-change:``route53``: Route53 now supports geoproximity routing in AWS regions
* api-change:``wisdom``: QueryAssistant and GetRecommendations will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.

1.34.15
=======

* api-change:``codebuild``: Aws CodeBuild now supports new compute type BUILD_GENERAL1_XLARGE
* api-change:``ec2``: Amazon EC2 R7iz bare metal instances are powered by custom 4th generation Intel Xeon Scalable processors.
* api-change:``route53resolver``: This release adds support for query type configuration on firewall rules that enables customers for granular action (ALLOW, ALERT, BLOCK) by DNS query type.

1.34.14
=======

* api-change:``connect``: Minor trait updates for User APIs
* api-change:``kms``: Documentation updates for AWS Key Management Service (KMS).
* api-change:``redshift-serverless``: use_fips_ssl and require_ssl parameter support for Workgroup, UpdateWorkgroup, and CreateWorkgroup

1.34.13
=======

* api-change:``config``: Updated ResourceType enum with new resource types onboarded by AWS Config in November and December 2023.
* api-change:``docdb``: Adding PerformanceInsightsEnabled and PerformanceInsightsKMSKeyId fields to DescribeDBInstances Response.
* api-change:``ecs``: This release adds support for managed instance draining which facilitates graceful termination of Amazon ECS instances.
* api-change:``es``: This release adds support for new or existing Amazon OpenSearch domains to enable TLS 1.3 or TLS 1.2 with perfect forward secrecy cipher suites for domain endpoints.
* api-change:``lightsail``: This release adds support to set up an HTTPS endpoint on an instance.
* api-change:``opensearch``: This release adds support for new or existing Amazon OpenSearch domains to enable TLS 1.3 or TLS 1.2 with perfect forward secrecy cipher suites for domain endpoints.
* api-change:``sagemaker``: Adding support for provisioned throughput mode for SageMaker Feature Groups
* api-change:``servicecatalog``: Added Idempotency token support to Service Catalog  AssociateServiceActionWithProvisioningArtifact, DisassociateServiceActionFromProvisioningArtifact, DeleteServiceAction API
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version

1.34.12
=======

* api-change:``connect``: Amazon Connect, Contact Lens Evaluation API increase evaluation notes max length to 3072.
* api-change:``mediaconvert``: This release includes video engine updates including HEVC improvements, support for ingesting VP9 encoded video in MP4 containers, and support for user-specified 3D LUTs.

1.34.11
=======

* api-change:``apprunner``: AWS App Runner adds Python 3.11 and Node.js 18 runtimes.
* api-change:``location``: This release introduces a new parameter to bypasses an API key's expiry conditions and delete the key.
* api-change:``quicksight``: Add LinkEntityArn support for different partitions; Add UnsupportedUserEditionException in UpdateDashboardLinks API; Add support for New Reader Experience Topics

1.34.10
=======

* api-change:``codestar-connections``: New integration with the GitLab self-managed provider type.
* api-change:``kinesis-video-archived-media``: NoDataRetentionException thrown when GetImages requested for a Stream that does not retain data (that is, has a DataRetentionInHours of 0).
* api-change:``sagemaker``: Amazon SageMaker Studio now supports Docker access from within app container

1.34.9
======

* api-change:``emr``: Update emr client to latest version

1.34.8
======

* api-change:``iam``: Documentation updates for AWS Identity and Access Management (IAM).
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version

1.34.7
======

* api-change:``bedrock-agent``: Adding Claude 2.1 support to Bedrock Agents
* api-change:``glue``: This release adds additional configurations for Query Session Context on the following APIs: GetUnfilteredTableMetadata, GetUnfilteredPartitionMetadata, GetUnfilteredPartitionsMetadata.
* api-change:``lakeformation``: This release adds additional configurations on GetTemporaryGlueTableCredentials for Query Session Context.
* api-change:``mediaconnect``: This release adds the DescribeSourceMetadata API. This API can be used to view the stream information of the flow's source.
* api-change:``networkmonitor``: CloudWatch Network Monitor is a new service within CloudWatch that will help network administrators and operators continuously monitor network performance metrics such as round-trip-time and packet loss between their AWS-hosted applications and their on-premises locations.
* api-change:``omics``: Provides minor corrections and an updated description of APIs.
* api-change:``secretsmanager``: Update endpoint rules and examples.
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version

1.34.6
======

* enhancement:AWSCRT: Update awscrt version to 0.19.19
* api-change:``amp``: This release updates Amazon Managed Service for Prometheus APIs to support customer managed KMS keys.
* api-change:``appintegrations``: The Amazon AppIntegrations service adds DeleteApplication API for deleting applications, and updates APIs to support third party applications reacting to workspace events and make data requests to Amazon Connect for agent and contact events.
* api-change:``bedrock-agent``: This release introduces Amazon Aurora as a vector store on Knowledge Bases for Amazon Bedrock
* api-change:``codecommit``: AWS CodeCommit now supports customer managed keys from AWS Key Management Service. UpdateRepositoryEncryptionKey is added for updating the key configuration. CreateRepository, GetRepository, BatchGetRepositories are updated with new input or output parameters.
* api-change:``connect``: Adds APIs to manage User Proficiencies and Predefined Attributes. Enhances StartOutboundVoiceContact API input. Introduces SearchContacts API. Enhances DescribeContact API. Adds an API to update Routing Attributes in QueuePriority and QueueTimeAdjustmentSeconds.
* api-change:``medialive``: MediaLive now supports the ability to configure the audio that an AWS Elemental Link UHD device produces, when the device is configured as the source for a flow in AWS Elemental MediaConnect.
* api-change:``neptune-graph``: Adds Waiters for successful creation and deletion of Graph, Graph Snapshot, Import Task and Private Endpoints for Neptune Analytics
* api-change:``rds-data``: This release adds support for using RDS Data API with Aurora PostgreSQL Serverless v2 and provisioned DB clusters.
* api-change:``rds``: This release adds support for using RDS Data API with Aurora PostgreSQL Serverless v2 and provisioned DB clusters.
* api-change:``sagemaker``: Amazon SageMaker Training now provides model training container access for debugging purposes. Amazon SageMaker Search now provides the ability to use visibility conditions to limit resource access to a single domain or multiple domains.

1.34.5
======

* api-change:``appstream``: This release introduces configurable clipboard, allowing admins to specify the maximum length of text that can be copied by the users from their device to the remote session and vice-versa.
* api-change:``eks``: Add support for cluster insights, new EKS capability that surfaces potentially upgrade impacting issues.
* api-change:``guardduty``: This release 1) introduces a new API: GetOrganizationStatistics , and 2) adds a new UsageStatisticType TOP_ACCOUNTS_BY_FEATURE for GetUsageStatistics API
* api-change:``managedblockchain-query``: Adding Confirmation Status and Execution Status to GetTransaction Response.
* api-change:``mediatailor``: Adds the ability to configure time shifting on MediaTailor channels using the TimeShiftConfiguration field
* api-change:``route53``: Amazon Route 53 now supports the Canada West (Calgary) Region (ca-west-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version

1.34.4
======

* api-change:``appsync``: This release adds additional configurations on GraphQL APIs for limits on query depth, resolver count, and introspection
* api-change:``chime-sdk-meetings``: Add meeting features to specify a maximum camera resolution, a maximum content sharing resolution, and a maximum number of attendees for a given meeting.
* api-change:``ec2``: Provision BYOIPv4 address ranges and advertise them by specifying the network border groups option in Los Angeles, Phoenix and Dallas AWS Local Zones.
* api-change:``fsx``: Added support for FSx for OpenZFS on-demand data replication across AWS accounts and/or regions.Added the IncludeShared attribute for DescribeSnapshots.Added the CopyStrategy attribute for OpenZFSVolumeConfiguration.
* api-change:``marketplace-catalog``: AWS Marketplace now supports a new API, BatchDescribeEntities, which returns metadata and content for multiple entities.
* api-change:``rds``: RDS - The release adds two new APIs: DescribeDBRecommendations and ModifyDBRecommendation

1.34.3
======

* api-change:``cognito-idp``: Amazon Cognito now supports trigger versions that define the fields in the request sent to pre token generation Lambda triggers.
* api-change:``eks``: Add support for EKS Cluster Access Management.
* api-change:``quicksight``: A docs-only release to add missing entities to the API reference.
* api-change:``route53resolver``: Add DOH protocols in resolver endpoints.

1.34.2
======

* api-change:``cloud9``: Updated Cloud9 API documentation for AL2023 release
* api-change:``connect``: Adds relatedContactId field to StartOutboundVoiceContact API input. Introduces PauseContact API and ResumeContact API for Task contacts. Adds pause duration, number of pauses, timestamps for last paused and resumed events to DescribeContact API response. Adds new Rule type and new Rule action.
* api-change:``connectcases``: Increase number of fields that can be included in CaseEventIncludedData from 50 to 200
* api-change:``kms``: Documentation updates for AWS Key Management Service
* api-change:``rds``: Updates Amazon RDS documentation by adding code examples
* api-change:``sagemaker``: This release 1) introduces a new API: DeleteCompilationJob , and 2) adds InfraCheckConfig for Create/Describe training job API

1.34.1
======

* api-change:``appstream``: This release includes support for images of Windows Server 2022 platform.
* api-change:``b2bi``: Documentation updates for AWS B2B Data Interchange
* api-change:``billingconductor``: Billing Conductor is releasing a new API, GetBillingGroupCostReport, which provides the ability to retrieve/view the Billing Group Cost Report broken down by attributes for a specific billing group.
* api-change:``connect``: This release adds support for more granular billing using tags (key:value pairs)
* api-change:``controltower``: Documentation updates for AWS Control Tower.
* api-change:``firehose``: This release, 1) adds configurable buffering hints for the Splunk destination, and 2) reduces the minimum configurable buffering interval for supported destinations
* api-change:``gamelift``: Amazon GameLift adds the ability to add and update the game properties of active game sessions.
* api-change:``iot``: This release adds the ability to self-manage certificate signing in AWS IoT Core fleet provisioning using the new certificate provider resource.
* api-change:``neptune-graph``: This is the initial SDK release for Amazon Neptune Analytics
* api-change:``opensearch``: Updating documentation for Amazon OpenSearch Service support for new zero-ETL integration with Amazon S3.
* api-change:``quicksight``: Update Dashboard Links support; SingleAxisOptions support; Scatterplot Query limit support.
* api-change:``workspaces``: Updated note to ensure customers understand running modes.
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version

1.34.0
======

* feature:Python: End of support for Python 3.7
* api-change:``drs``: Adding AgentVersion to SourceServer and RecoveryInstance structures

(adam)

2024-01-11 08:45:07 UTC MAIN commitmail json YAML

Updated textproc/py-jinja2, security/py-google-auth

(adam)

2024-01-11 08:43:14 UTC MAIN commitmail json YAML

py-google-auth: updated to 2.26.2

2.26.2

Bug Fixes

Read universe_domain for external account authorized user

(adam)

2024-01-11 08:39:30 UTC MAIN commitmail json YAML

py-jinja2: updated to 3.1.3

Version 3.1.3

- Fix compiler error when checking if required blocks in parent templates are
  empty.
- ``xmlattr`` filter does not allow keys with spaces. GHSA-h5c8-rqwp-cp95
- Make error messages stemming from invalid nesting of ``{% trans %}`` blocks
  more helpful.

(adam)

2024-01-11 06:23:44 UTC MAIN commitmail json YAML

strace: remove incorrect pattern that disallows NetBSD<4

NetBSD 4 has been desupported for so long, we don't need this any longer.

Addresses PR 57834 by George Georgalis.

(wiz)

2024-01-10 21:40:15 UTC MAIN commitmail json YAML

doc: Updated x11/alacritty to 0.13.1

(pin)

2024-01-10 21:39:54 UTC MAIN commitmail json YAML

x11/alacritty: update to 0.13.1

Alacritty Version 0.13.1
Added
- Support for pasting in Vi + Search mode

Changed
- alacritty migrate will ignore null values in yaml instead of erroring out

Fixed
- alacritty migrate failing with nonexistent imports
- Alt bindings requiring composed key rather than pre-composed one on macOS
- Alt + Control bindings not working on Windows
- chars = "\u000A" action in bindings inserting \n
- Alternate keys not sent for Shift + <number> when using kitty protocol
- Alternative keys being swapped in kitty protocol implementation
- Powerline glyphs being cut for narrow fonts
- Xmodmap not working on X11
- Occasional slow startup on some X11 window managers
- Blurry window when using window.dimensions on some Wayland compositors
- IME input lagging behind on X11
- xdotool modifiers input not working correctly on X11
- Parsing numbers fails for mouse bindings
- Some config options overriding each other in CLI/IPC
- Numpad Left used for numpad Up

(pin)

2024-01-10 21:39:05 UTC MAIN commitmail json YAML

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

(pin)

2024-01-10 21:38:43 UTC MAIN commitmail json YAML

shells/oh-my-posh: update to 19.5.0

Bug Fixes
- bash: override pipestatus when BP_PIPESTATUS is greater or equal (f078d13)
- install: correct flag parsing of install.sh (7b7d0ab)

Features
- add FreeBSD targets to install.sh (d910095)

(pin)

2024-01-10 20:53:24 UTC MAIN commitmail json YAML

Updated devel/protobuf, devel/py-protobuf

(adam)

2024-01-10 20:52:51 UTC MAIN commitmail json YAML

2024-01-10 20:49:08 UTC MAIN commitmail json YAML

Updated www/py-jupyter_server, www/py-jupyterlab

(adam)

2024-01-10 20:48:50 UTC MAIN commitmail json YAML

py-jupyterlab: updated to 4.0.10

4.0.10

Bugs fixed

- Backport: Improve scrolling to heading
- Workaround focus leaving input box on consecutive submissions
- Fix search coming back in notebook and editor
- Fix `jupyter labextension watch --help`
- Fix `FormComponent` showing error indicators in all fields when using a `customValidate` function
- Fix Shift + L not working in stdin

Maintenance and upkeep improvements

- Backport: Adopt ruff format
- Pin `actions/labeler` to v4 to fix failing CI action
- Fix URLs in debugger-extension
- More robust galata/UI tests

Documentation improvements

- Backport: Adopt ruff format

(adam)

2024-01-10 20:44:44 UTC MAIN commitmail json YAML

py-jupyter_server: updated to 2.12.3

2.12.3

Bugs fixed

- Import User unconditionally

Maintenance and upkeep improvements

- Simplify the jupytext downstream test
- Fix test param for pytest-xdist

2.12.2

Bugs fixed

- Fix a typo in error message
- Force legacy ws subprotocol when using gateway

Maintenance and upkeep improvements

- Update pre-commit deps
- Use ruff docstring-code-format

Documentation improvements

- Enable htmlzip and epub on readthedocs

(adam)

2024-01-10 20:37:50 UTC MAIN commitmail json YAML

Updated devel/py-more-itertools, devel/py-cython

(adam)

2024-01-10 20:37:34 UTC MAIN commitmail json YAML

py-cython: updated to 3.0.8

3.0.8 (2024-01-10)

Bugs fixed

* Using ``const`` together with defined fused types could fail to compile.

* A "use after free" bug was fixed in parallel sections.

* Several types were not available as ``cython.*`` types in pure Python code.

* The generated code is now correct C89 again, removing some C++ style ``//`` comments
  and C99-style declaration-after-code code ordering.  This is still relevant for some
  ols C compilers, specifically ones that match old Python 2.7 installations.

(adam)

2024-01-10 20:29:14 UTC MAIN commitmail json YAML

py-more-itertools: updated to 10.2.0

10.2.0
------

* New functions
    * :func:`iter_suppress`
    * :func:`filter_map`
    * :func:`classify_unique`
    * :func:`totient` (from the itertools docs)
    * :func:`reshape` (from the itertools docs)

* Changes to existing functions
    * :func:`factor`, :func:`iter_index`, :func:`sieve`, and :func:`unique_justseen` were updated to match the itertools docs
    * :func:`first` was was optimized
    * :func:`takewhile_inclusive` was was refactored
    * :func:`combination_with_replacement_index` was was optimized
    * :func:`nth_permutation`, :func:`nth_combination_with_replacement`, :func:`combination_index`, and :func:`combination_with_replacement_index` were optimized
    * :func:`batched` now accepts a `strict` argument (adapted from itertools docs)
    * :func:`time_limited` was improved for Windows

* Other changes
    * Several typing updates were made
    * Some documentation issues were fixed

(adam)

2024-01-10 19:36:37 UTC MAIN commitmail json YAML

Document mercurial option, used in at least ikiwiki.

(schmonz)

2024-01-10 19:34:26 UTC MAIN commitmail json YAML

tmate: and with a trailing slash, even.

(schmonz)

2024-01-10 19:34:01 UTC MAIN commitmail json YAML

tmate: update HOMEPAGE.

(schmonz)

2024-01-10 19:14:43 UTC MAIN commitmail json YAML

2024-01-10 18:22:48 UTC MAIN commitmail json YAML

devel/py-hmmlearn: Add missing py-wheel to USE_TOOLS

(bacon)

2024-01-10 18:02:14 UTC MAIN commitmail json YAML

Updated emulators/atari800, net/ncftp3

(adam)

2024-01-10 18:01:56 UTC MAIN commitmail json YAML

2024-01-10 17:57:15 UTC MAIN commitmail json YAML

atari800: updated to 5.2.0

Version 5.2.0 (2023/12/29)

New features:

possibility of renaming the host device "letter" from previously hardcoded
H: to any letter but C: (cassette), E:, K: and S:
So if you have e.g. a program with hardcoded "D:" (as for diskette) you
can now use it on a host device as well by renaming the host device to D:
either via the Emulation configuration -> Host device settings menu
or using command line option

-Hdevicename <X>

little thing but useful (for me at least): tooltip in the settings
menu that reminds users there are virtual host devices with
automatic ATASCII<->ASCII conversion (mainly end-of-line character).

Extremely useful for all text files including ATARI BASIC source code
that can be stored using LIST "H6:PROGRAM.LST" and read back using
ENTER "H6:PROGRAM.LST" (H6 = H1 with ASCII conversion, etc.).

Version 5.1.0 (2023/12/28) - released at SILK

Thanks to all the contributors (see git log for each commit author)

New features:

New command line options:
-playbacknoexit => don't exit the emulator after playback finishes

-joy-distinct => allows larger number of joysticks by not combining multiple physical
devices into a single emulated joystick. For example this allows using
keyboard to emulate one or two joysticks, and to use these in conjunction
with physical SDL joysticks / controllers in order to play with more people
than there are SDL joysticks. The same logic gets applied to LPT joysticks,
these come after joysticks from keyboard emulation.

Furthermore, the logic also gets applied to put SDL joysticks after LPT
joystics even when the command line flag isn't set. Since LPT joysticks
take precedence over SDL joysticks on the same emulated device, this takes
a device that was completely ignored before and makes it useful now.

The assignments are fixed at program start-up, after config file and command
line flags have been taken into account. If the UI is used to enable or
disable a keyboard-emulated joystick, this can cause an emulated joystick
to be controlled by multiple physical devices, or by none.

Swap also SDL joysticks on AltL+J

This swaps all physical devices connected to the first two emulated
joysticks: the keyboard keys, the SDL devices, and the LPT devices.

After the swap the real joystick / hat setting in the UI will appear swapped
as well, but the keyboard setting won't.

Show all input events on a single line during recording

This way the recording file alternates between two forms of lines: input
lines which contain all keyboard and joystick events in one line, and output
lines with the screen content digest. By filtering out the former, the
latter can be aggregated nicely, e.g. using a command like this:

zcat ${file:?} | grep -vE '^[0-9A-F]{8} *$' | uniq -c

Consecutive frames of equal input state will be represented as a single row,
with a repeat count giving an idea for how long the state was maintained.

RAM cartridges implementation

Many RAMCART and one SiDiCar cartridges
Support for writeable cartridges
CART monitor command
Make blank cartridge UI option
Reserved CART file ids for additional cartridge types currently unemulated by Atari800,
added also the description of the types
added XEX reading in monitor (useful for patches)

Added H: device rename; save it in setup file

Changes:

Altirra OS updated to v3.41
Altirra BASIC updated to v1.58
Fix buffer over-read in generate_partial_pmpl_colls
Atari ST/TT/Falcon optimizations
Version 5.0.0 (2022/05/28) - released at Atariada.cz (yay!)

Big thanks to all contributors (see git log for each commit author)

New features:

AVI video recording (Alt+V hotkey) by Rob McMullen
-vcodec command line arg can select video codec
-aname and -vname CL args set patterns for sound and video recording
-horiz-area & -vert-area command line args for controlling the image area
-showstats (and -no-showstats) CL args and related config file param
-compression-level for configuring PNG and ZMBV compression

MP3 audio and other audio codecs for audio recording (Alt+W hotkey)
-acodec can select audio codec

New cartridge types supported:

71: Super Cart 64 KB 5200 cartridge (32K banks)
72: Super Cart 128 KB 5200 cartridge (32K banks)
73: Super Cart 256 KB 5200 cartridge (32K banks)
74: Super Cart 512 KB 5200 cartridge (32K banks)
75: Atarimax 1 MB Flash cartridge (new)
See DOC/cart.txt for details.
support for remapping of all function keys (START, SELECT, OPTION etc)

support for comments in config file

tool for creating cart files from ROM files

support for 64-512K Atari 5200 bank-switchable carts with Bryan's design

support for the alternate variant of MaxFlash 1 MB.

support for single RaspberryPi OS package with HW specific binaries

Changes:

video triple buffering changed to double buffering
fixed using proper getcwd()
gamma values in NTSC filter presets updated
MacOS build enables R: by default
fixed saving of config file
using zlib-provided crc32 if HAVE_LIBZ is defined
Altirra OS updated to v3.28
renamed "Switchable 5200" cartridges to "Super Cart"
fixed segfault when a 5200 Super Cart cartridge is removed
avoided unnecessary memory copying of 5200 Super Carts
fixed issue in opening a cartridge
BUILD instructions and new README for Android
fixed segfault when exiting monitor
fixed BBSB's lift not working
avoided unnecessary memory copying in Bounty Bob cartridges
allow configuring --with-audio=win in non-DirectX targets
allow configuring --with-audio=sdl and --with-video <> sdl
atari_x11.c: don't auto-repeat the 'screenshot' key
build compatible with dashFixed keystrokes for inserting/deleting of line/character
SIO now resets BRKKEY (fixes Arsantica 3 demo)
Fix for issue (BBSB warp doesn't work)
Fixes CTRL and CAPS keys when using SDL12-compat library.
DOC/README.RPI explains clearly support for various RaspberryPis

(adam)

2024-01-10 17:03:03 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Cucumber-TagExpressions to 6.1.0

(schmonz)

2024-01-10 17:02:58 UTC MAIN commitmail json YAML

p5-Cucumber-TagExpressions: update to 6.1.0. Changes:

Added:
- [Python] Support the feature of escaping also in Python (#144)

Fixed:
- [Python] Added workflow to release to Pypi (#145, #146, #20)
- [Ruby] Fixed up around 75% of all rubocop offenses (#138)

(schmonz)

2024-01-10 16:54:15 UTC MAIN commitmail json YAML

p5-Qmail-Deliverable: add perl5 to CATEGORIES, unset USE_LANGUAGES.

(schmonz)

2024-01-10 16:51:52 UTC MAIN commitmail json YAML

duplicity: add missing tool

(wiz)

2024-01-10 16:50:20 UTC MAIN commitmail json YAML

doc: Updated www/gotosocial to 0.13.1

(nikita)

2024-01-10 16:50:10 UTC MAIN commitmail json YAML

doc: Updated lang/go121 to 1.21.6

(bsiegert)

2024-01-10 16:50:10 UTC MAIN commitmail json YAML

gotosocial: update to version 0.13.1

Changelog (taken from https://github.com/superseriousbusiness/gotosocial/releases)

v0.13.1 Spiderier Sloth
Release highlights

Fixes a couple small issues with poll vote counts and poll expiry, and an issue where domain blocks were sometimes not being properly enforced when deeper- and higher-level domain blocks were used in combination (eg., when combining blocks for say example.org, bad.example.org, also-bad.example.org).
Migration notes
Upgrading

See the release notes for 0.13.0 but replace 0.13.0 with 0.13.1 throughout. Easy peasy!
config.yaml

No changes since 0.13.0, see 0.13.0 for migration notes from versions < 0.13.0.
Database Migrations

No changes since 0.13.0, see 0.13.0 for migration notes from versions < 0.13.0.
Detailed Changelog

    ccecf5a [bugfix] fix higher-level explicit domain rules causing issues with lower-level domain blocking (#2513)
    d5c305d [bugfix] misc dereferencer fixes (#2475)
    1c56192 [feature] Log pubKeyID for http-signed requests (#2501)
    f33d05c [bugfix] fix check for closed poll to account for non-zero closed time but in the future (#2486)
    b141500 [bugfix] fix poll total vote double count (#2464)

v0.13.0 Spider Sloth �泄キ�ク�

Spider Sloth, Spider Sloth, does whatever a .... sloth does?
Release highlights

    Create, view, and vote in polls. It's been a while in the making but GoToSocial now has support for polls, aka Question activity types. You can create, view, and vote in polls using your client of choice.
    Show unsupported media placeholders in incoming posts, where media could not be downloaded (temporarily or otherwise). No more dropped media on posts! You'll instead now get a link to the media on the originating instance, that you can click through in your (mobile) browser.
    Mute threads that you're being overwhelmed by. Notifications for replies, likes, and boosts in that thread will no longer be generated.
    Media cleanup scheduling. Previously media scheduling took place every night at 12am. With the new media scheduling settings in the config, you can customize the schedule to run it at different times and frequencies. https://docs.gotosocial.org/en/latest/admin/media_caching/#cleanup
    Support for setting instance language . You can use the new instance-languages setting to indicate one or more primary languages for your instance. https://docs.gotosocial.org/en/latest/configuration/instance/
    Support for language tags on posts. Language of posts is now correctly federated in and out of your instance. The language of posts is also shown on the web view of statuses and threads.
    Gather and expose prometheus format metrics. You can now expose a /metrics endpoint to allow a Prometheus instance to scrape metrics about Go runtime memory usage, http request and database metrics, and more. https://docs.gotosocial.org/en/latest/advanced/metrics/

Migration notes
Error #01: authentication NOT PASSED for public key

You will see lots of errors in your logs now that look like this. This is normal, and not a new bug! Previously, we were not surfacing these authentication errors, and now we are. They are caused by #894, which we will fix some time in the new year. Again, not a new bug. This will not effect normal running of your instance.
Upgrading

To upgrade to 0.13.0 from a previous release:
Binary/tar

    Stop GoToSocial
    Untar the new release, including the web assets and html templates.
    Edit your config.yaml file as necessary (see below).
    Start GoToSocial

Docker

    Stop GoToSocial.
    Pull the new docker container (superseriousbusiness/gotosocial:0.13.0 or superseriousbusiness/gotosocial:latest)
    Start GoToSocial.

config.yaml

The configuration file has changed since the previous release. You can see a diff of the config file here: v0.12.2...v0.13.0#diff-c071e03510b2c57e193a44503fd9528a785f0f411497cc75841a9f8d0b1ac622
Database Migrations

This release contains several database migrations which will run the first time you start up this new version. Be sure not to interrupt this migration process. This will take anywhere between a couple seconds and ten minutes (on slower hardware). Please be patient!
Detailed Changelog
Features + performance

    [feature] Status thread mute/unmute functionality by @tsmethurst in #2278
    [feature] attach any request errors if found, only set level=ERROR if code >= 500 by @NyaaaWhatsUpDoc in #2300
    [feature] Customizable media cleaner schedule by @tsmethurst in #2304
    [feature] add per-uri dereferencer locks by @NyaaaWhatsUpDoc in #2291
    [feature] support canceling scheduled tasks, some federation API performance improvements by @NyaaaWhatsUpDoc in #2329
    [feature] add support for polls + receiving federated status edits by @NyaaaWhatsUpDoc in #2330
    [feature] Media attachment placeholders by @tsmethurst in #2331
    [feature/performance] Wrap incoming HTTP requests in timeout handler by @tsmethurst in #2353
    [feature] Set/show instance language(s); show post language on frontend by @tsmethurst in #2362
    [feature] Initial metrics by @Tsuribori in #2334
    [feature] Federate status language in and out by @tsmethurst in #2366
    [feature] Poll web view by @tsmethurst in #2377
    [performance] http response encoding / writing improvements by @NyaaaWhatsUpDoc in #2374
    [feature] Add /api/v1/admin/debug/apurl endpoint by @tsmethurst in #2359
    [performance/postgres] Rename constraints, remove duplicate indexes by @tsmethurst in #2392

Bugfixes

    [bugfix] serialize instance terms via API by @tsmethurst in #2293
    [bugfix/frontend] Export/import CSV correctly by @tsmethurst in #2294
    [bugfix] allow store smaller PNG image than 261 bytes (#2263) by @KEINOS in #2298
    [bugfix/frontend] Add nosubmit option to form fields; use it when instance custom CSS disabled by @tsmethurst in #2290
    [bugfix] Extract description as summary first, fall back to name by @tsmethurst in #2303
    [bugfix] Allow blocked accounts to show in precise search by @tsmethurst in #2321
    [bugfix] Relax Mention parsing, allowing either href or name by @tsmethurst in #2320
    Remove account_suspended_at_idx to resolve slow query issues by @Sentynel in #2310
    [bugfix] fix poll vote count responses on client and fedi API vote creation by @NyaaaWhatsUpDoc in #2343
    [bugfix] actually decrement votes during poll vote delete ... by @NyaaaWhatsUpDoc in #2344
    [bugfix/docs] Poll api fixups + swagger docs by @tsmethurst in #2345
    [bugfix] Don't try to update suspended accounts by @tsmethurst in #2348
    [chore/bugfix/horror] Allow expires_in and poll choices to be parsed from strings by @tsmethurst in #2346
    [bugfix] support endless polls, and misskey's' method of inferring expiry in closed polls by @NyaaaWhatsUpDoc in #2349
    [bugfix] Update poll delete/update db queries by @tsmethurst in #2361
    [bugfix] process account delete side effects in serial, not in parallel by @tsmethurst in #2360
    [bugfix] self-referencing collection pages for status replies by @NyaaaWhatsUpDoc in #2364
    [bugfix] Add Actor to outgoing poll vote Create; other fixes by @tsmethurst in #2384
    [bugfix] Don't copy ptr fields in caches by @tsmethurst in #2386
    [bugfix] Correctly handle range > content-length by @Jadeiin in #2395
    [bugfix] Update exif-terminator (fix png issue) by @tsmethurst in #2391
    [bugfix] always go through status parent dereferencing on isNew, even on data-race by @NyaaaWhatsUpDoc in #2402
    [bugfix] return 400 Bad Request on more cases of malformed AS data by @NyaaaWhatsUpDoc in #2399
    [bugfix] in fedi API CreateStatus(), handle case of data-race and return early by @NyaaaWhatsUpDoc in #2403
    [bugfix/chore] Announce reliability updates by @tsmethurst in #2405
    [bug] Fix an import statement in the gen template by @daenney in #2426
    [bugfix] Fix wrong notification type sent for poll end by @tsmethurst in #2429
    [bugfix] Fix web media not showing as sensitive by @tsmethurst in #2433
    [bugfix] Ensure pre renders as expected, fix orderedCollectionPage by @tsmethurst in #2434
    [bugfix] Narrow search scope for accounts starting with '@'; don't LOWER SQLite text searches by @tsmethurst in #2435
    [bugfix] Make screenreaders read out Language of posts properly by @tsmethurst in #2436
    [bugfix] ensure the 'Closing' flag doesn't get cached by @NyaaaWhatsUpDoc in #2443
    [bugfix] pol...

v0.13.0-rc2

Hiya! Here's the second release candidate for 0.13.0!

For installation / migration instructions, please see the release notes for the RC1, but replace rc1 with rc2 throughout:

https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.13.0-rc1

Happy bug hunting!
Detailed Changelog
Bugfixes

    d0bb8f0 [bugfix] Let templates deref pointers, as a treat (#2448)
    ac48192 [bugfix] poll vote count fixes (#2444)
    2191c7d [bugfix] ensure the 'Closing' flag doesn't get cached (#2443)
    bca9b2c [bugfix] Make screenreaders read out Language of posts properly (#2436)
    3f070a4 [bugfix] Narrow search scope for accounts starting with '@'; don't LOWER SQLite text searches (#2435)
    d60edf7 [bugfix] Ensure pre renders as expected, fix orderedCollectionPage (#2434)
    cc91ea0 [bugfix] Fix web media not showing as sensitive (#2433)
    c6d6fec [bugfix] Fix wrong notification type sent for poll end (#2429)
    455064f [bug] Fix an import statement in the gen template (#2426)

Chores / version bumps

    cd16113 [chore]: Bump github.com/KimMachineGun/automemlimit from 0.3.0 to 0.4.0 (#2440)
    9b03840 [chore]: Bump github.com/miekg/dns from 1.1.56 to 1.1.57 (#2439)
    cdeba94 [chore]: Bump golang.org/x/oauth2 from 0.13.0 to 0.15.0 (#2438)
    a968a03 [chore]: Bump github.com/coreos/go-oidc/v3 from 3.7.0 to 3.9.0 (#2442)
    4779aec [chore] Run ANALYZE for SQLite after latest migrations (#2427)
    dacfd41 [chore/frontend] Refactor status templates slightly, put polls behind CWs if present (#2419)
    18d850e [chore]: Bump go.opentelemetry.io/otel/exporters/prometheus (#2412)
    ca1a581 [chore]: Bump github.com/tdewolff/minify/v2 from 2.20.7 to 2.20.9 (#2416)
    bdc43a9 [chore]: Bump github.com/minio/minio-go/v7 from 7.0.63 to 7.0.65 (#2415)
    b576fbb [chore]: Bump golang.org/x/crypto from 0.15.0 to 0.16.0 (#2413)
    bffc67d [chore]: Bump github.com/gorilla/feeds from 1.1.1 to 1.1.2 (#2414)

Docs

    5556767 [docs] Change configuration creation instructions (#2408)

v0.13.0-rc1
Well well well, look what the sloth dragged in... the first release candidate for v0.13.0, Spider Sloth.
Release highlights

    Create, view, and vote in polls. It's been a while in the making but GoToSocial now has support for polls, aka Question activity types. You can create, view, and vote in polls using your client of choice.
    Show unsupported media placeholders in incoming posts, where media could not be downloaded (temporarily or otherwise). No more dropped media on posts! You'll instead now get a link to the media on the originating instance, that you can click through in your (mobile) browser.
    Mute threads that you're being overwhelmed by. Notifications for replies, likes, and boosts in that thread will no longer be generated.
    Media cleanup scheduling. Previously media scheduling took place every night at 12am. With the new media scheduling settings in the config, you can customize the schedule to run it at different times and frequencies. https://docs.gotosocial.org/en/latest/admin/media_caching/#cleanup
    Support for setting instance language . You can use the new instance-languages setting to indicate one or more primary languages for your instance. https://docs.gotosocial.org/en/latest/configuration/instance/
    Support for language tags on posts. Language of posts is now correctly federated in and out of your instance. The language of posts is also shown on the web view of statuses and threads.
    Gather and expose prometheus format metrics. You can now expose a /metrics endpoint to allow a Prometheus instance to scrape metrics about Go runtime memory usage, http request and database metrics, and more. https://docs.gotosocial.org/en/latest/advanced/metrics/

Migration notes
Upgrading

To upgrade to 0.13.0-rc1 from a previous release:
Binary/tar

    Stop GoToSocial
    Untar the new release, including the web assets and html templates.
    Edit your config.yaml file as necessary (see below).
    Start GoToSocial

Docker

    Stop GoToSocial.
    Pull the new docker container (superseriousbusiness/gotosocial:0.13.0-rc1 or superseriousbusiness/gotosocial:latest)
    Start GoToSocial.

config.yaml

The configuration file has changed since the previous release. You can see a diff of the config file here: v0.12.2...v0.13.0-rc1#diff-c071e03510b2c57e193a44503fd9528a785f0f411497cc75841a9f8d0b1ac622
Database Migrations

This release contains several database migrations which will run the first time you start up this new version. Be sure not to interrupt this migration process. This will take anywhere between a couple seconds and ten minutes (on slower hardware). Please be patient!
Detailed Changelog
Feature / performance

    [feature] Status thread mute/unmute functionality by @tsmethurst in #2278
    [feature] attach any request errors if found, only set level=ERROR if code >= 500 by @NyaaaWhatsUpDoc in #2300
    [feature] Customizable media cleaner schedule by @tsmethurst in #2304
    [feature] add per-uri dereferencer locks by @NyaaaWhatsUpDoc in #2291
    [performance] Remove account_suspended_at_idx to resolve slow query issues by @Sentynel in #2310
    [feature] support canceling scheduled tasks, some federation API performance improvements by @NyaaaWhatsUpDoc in #2329
    [feature] add support for polls + receiving federated status edits by @NyaaaWhatsUpDoc in #2330
    [feature] Media attachment placeholders by @tsmethurst in #2331
    [feature/performance] Wrap incoming HTTP requests in timeout handler by @tsmethurst in #2353
    [feature] Set/show instance language(s); show post language on frontend by @tsmethurst in #2362
    [feature] Initial metrics by @Tsuribori in #2334
    [feature] Federate status language in and out by @tsmethurst in #2366
    [feature] Poll web view by @tsmethurst in #2377
    [performance] http response encoding / writing improvements by @NyaaaWhatsUpDoc in #2374
    [feature] Add /api/v1/admin/debug/apurl endpoint by @tsmethurst in #2359
    [performance/postgres] Rename constraints, remove duplicate indexes by @tsmethurst in #2392

Bugfixes

    [bugfix/frontend] Add nosubmit option to form fields; use it when instance custom CSS disabled by @tsmethurst in #2290
    [bugfix] serialize instance terms via API by @tsmethurst in #2293
    [bugfix/frontend] Export/import CSV correctly by @tsmethurst in #2294
    [bugfix] allow store smaller PNG image than 261 bytes (#2263) by @KEINOS in #2298
    [bugfix] Extract description as summary first, fall back to name by @tsmethurst in #2303
    [bugfix] Allow blocked accounts to show in precise search by @tsmethurst in #2321
    [bugfix] Relax Mention parsing, allowing either href or name by @tsmethurst in #2320
    [bugfix] fix poll vote count responses on client and fedi API vote creation by @NyaaaWhatsUpDoc in #2343
    [bugfix] actually decrement votes during poll vote delete ... by @NyaaaWhatsUpDoc in #2344
    [bugfix/docs] Poll api fixups + swagger docs by @tsmethurst in #2345
    [bugfix] Don't try to update suspended accounts by @tsmethurst in #2348
    [chore/bugfix/horror] Allow expires_in and poll choices to be parsed from strings by @tsmethurst in #2346
    [bugfix] support incoming endless polls, and misskey's' method of inferring expiry in closed polls by @NyaaaWhatsUpDoc in #2349
    [bugfix] Update poll delete/update db queries by @tsmethurst in #2361
    [bugfix] process account delete side effects in serial, not in parallel by @tsmethurst in #2360
    [bugfix] self-referencing collection pages for status replies by @NyaaaWhatsUpDoc in #2364
    [bugfix] Add Actor to outgoing poll vote Create; other fixes by @tsmethurst in #2384
    [bugfix] Don't copy ptr fields in caches by @tsmethurst in #2386
    [bugfix] Correctly handle range > content-length by @Jadeiin in #2395
    [bugfix] Update exif-terminator (fix png issue) by @tsmethurst in #2391
    [bugfix] always go through status parent dereferencing on isNew, even on data-race by @NyaaaWhatsUpDoc in #2402
    [bugfix] return 400 Bad Request on more cases of malformed AS data by @NyaaaWhatsUpDoc in #2399
    [bugfix] in fedi API CreateStatus(), handle case of data-race and return early by @NyaaaWhatsUpDoc in #2403
    [bugfix/chore] Announce reliability updates by @tsmethurst in #2405

Chores and version bumps

    [chore]: Bump github.com/coreos/go-oidc/v3 from 3.6.0 to 3.7.0 by @dependabot in #2284
    [chore] de-interface{} the federator and dereferencer structs by @NyaaaWhatsUpDoc in #2285
    [chore] bump go version -> 1.21.x by @tsmethurst in #2287
    Bump @babel/traverse from 7.23.0 to 7.23.2 in /web/source by @dependabot in #2269
    [chore] update minify library by @NyaaaWhatsUpDoc in #2286
    [chore] bump go swagger version in Docker build by @tsmethurst in #2292
    [chore]: Bump google.golang.org/grpc from 1.58.2 to 1.58.3 by @dependabot in #2301
    [chore]: Bump github.com/tdewolff/minify/v2 from 2.19.10 to 2.20.0 by @dependabot in #2316
    [chore]: Bump github.com/yuin/goldmark from 1.5.6 to 1.6.0 by @dependabot in #2318
    Bump browserify-sign from 4.2.1 to 4.2.2 in /web/source by @dependabot in #2...

(nikita)

2024-01-10 16:49:30 UTC MAIN commitmail json YAML

go121: update to 1.21.6

go1.21.6 (released 2024-01-09) includes fixes to the compiler, the runtime, and
the crypto/tls, maps, and runtime/pprof packages.

It also includes a fix for a slow memory leak on Linux.

(bsiegert)

2024-01-10 16:48:30 UTC MAIN commitmail json YAML

doc: Added mail/p5-Mail-Qmail-Filter version 1.32

(schmonz)

2024-01-10 16:48:25 UTC MAIN commitmail json YAML

Add and enable p5-Mail-Qmail-Filter.

(schmonz)

2024-01-10 16:48:23 UTC MAIN commitmail json YAML

Add p5-Mail-Qmail-Filter: Modules for filtering between qmail-smtpd and qmail-queue

Mail::Qmail::Filter and its submodules are designed to help you filter
incoming e-mails when using qmail as MTA.

You should use it like so:

1. Write a frontend script to configure your filters
2. In the run file for your qmail-smtpd instance, e.g.
  /var/qmail/supervise/qmail-smtpd/run, export
  QMAILQUEUE=path_to_your_frontend_script

In each filter, you may do various things:

- examine and change envelope data (RFC5321.MailFrom and recipients)
- examine and modify the e-mail message (header and/or body)
- "reject" e-mails (or defer them)

(schmonz)

2024-01-10 16:46:38 UTC MAIN commitmail json YAML

doc: Updated sysutils/duplicity to 2.1.5

(triaxx)

2024-01-10 16:46:21 UTC MAIN commitmail json YAML

duplicity: Update to 2.1.5

pkgsrc changes:
---------------
  * Migrate from lang/python/egg.mk to lang/python/wheel.mk.

upstream changes:
-----------------
rel.2.1.5 (2023-12-28)
New
  * _testbackend to simulate issues. [Thomas Laubrock]
  * _testbackend is a copy of the localbackend and allows to trigger certain
    miss behaviours. Failure type and condition can be set via env vars. Some
    test cases are added to test_badupload.py.
  * This is pre-work for !153 but want to decouple it for better handling.
Changes
  * Run po/update-pot. [Kenneth Loafman]
  * Remove ���backup��� and ���replicate��� dead code. [Kenneth Loafman]
  * Fix imports in _testbackend.py. [Kenneth Loafman]
  * Move addhandler() to __init__. [Kenneth Loafman]
  *  o Will not produce temp log unless in use
  *  o Reorg imports
  * Deprecate PyDrive backend. Replaced with GDrive backend. [Kenneth Loafman]
  * Setuptools_scm not needed at runtime. [Gwyn Ciesla]
  * Fix swift uploads to default to 5GB segment size. [Garth Williamson]
  * Add venv* to .gitignore. [Kenneth Loafman]
  * Some formatting fixes. [Kenneth Loafman]
  * Fix check of versions in setup.py. [Kenneth Loafman]
  * Limit range of versions in setup.py. [Kenneth Loafman]
  *  o We already had lower limit of 3.8, make 3.11 upper limit.
  * Update version for LP. [Kenneth Loafman]
Fix
  * Swap implied and removed action checks. [Kenneth Loafman]
  * Error on dry-run with verify. [Kenneth Loafman]
  * Fix imports in boxbackend.py. [Kenneth Loafman]
  * Multibackend not working with remove-all-but-n-full in stripe mode. [Kenneth Loafman]
  * remove short-circuit logic that fails
  *  o add test in testing/regression
  * Fixes #781
  * Fix collection-status with file-changed argument. [JulianWgs]

(triaxx)

2024-01-10 16:45:26 UTC MAIN commitmail json YAML

doc: Added mail/p5-Mail-Qmail-Queue version 0.02

(schmonz)

2024-01-10 16:45:20 UTC MAIN commitmail json YAML

Add and enable p5-Mail-Qmail-Queue.

(schmonz)

2024-01-10 16:45:17 UTC MAIN commitmail json YAML

Add p5-Mail-Qmail-Queue: Modules to talk to and/or help replace qmail-queue

Mail::Qmail::Queue is a small collection of modules to help with talking
to qmail-queue and/or writing replacements for it. It also contains some
handy command-line tools for testing qmail-queue or its replacements.

(schmonz)

2024-01-10 16:41:22 UTC MAIN commitmail json YAML

go120: update to 1.20.13

go1.20.13 (released 2024-01-09) includes fixes to the runtime and the
crypto/tls package.

(bsiegert)

2024-01-10 16:33:44 UTC MAIN commitmail json YAML

doc: Added mail/p5-Mail-DMARC version 1.20230215

(schmonz)

2024-01-10 16:33:40 UTC MAIN commitmail json YAML

Add and enable p5-Mail-DMARC.

(schmonz)

2024-01-10 16:33:38 UTC MAIN commitmail json YAML

Add p5-Mail-DMARC: Perl implementation of DMARC

This module is a suite of tools for implementing DMARC. It adheres
to the 2013 DMARC draft, intending to implement every MUST and
every SHOULD.

This module can be used by...

- MTAs and filtering tools like SpamAssassin to validate that incoming
  messages are aligned with the purported sender's policy.
- email senders, to receive DMARC reports from other mail servers and
  display them via CLI and web interfaces.
- MTA operators to send DMARC reports to DMARC author domains.

(schmonz)

2024-01-10 16:33:02 UTC MAIN commitmail json YAML

doc: Added databases/p5-DBIx-Simple version 1.37

(schmonz)

2024-01-10 16:32:46 UTC MAIN commitmail json YAML

Add and enable p5-DBIx-Simple.

(schmonz)

2024-01-10 16:32:16 UTC MAIN commitmail json YAML

Add p5-DBIx-Simple from wip, packaged by ficovh@yahoo.com.

DBIx::Simple provides a simplified interface to DBI, Perl's powerful
database module.

This module is aimed at rapid development and easy maintenance. Query
preparation and execution are combined in a single method the result
object (which is a wrapper around the statement handle) provides easy
row-by-row and slurping methods.

(schmonz)

2024-01-10 16:20:40 UTC MAIN commitmail json YAML

doc: Added mail/p5-Net-SMTPS version 0.10

(schmonz)

2024-01-10 16:20:35 UTC MAIN commitmail json YAML

Add and enable p5-Net-SMTPS.

(schmonz)

2024-01-10 16:20:32 UTC MAIN commitmail json YAML

Add p5-Net-SMTPS: SSL/STARTTLS support for Net::SMTP

This module implements a wrapper for Net::SMTP, enabling
over-SSL/STARTTLS support. This module inherits all the methods from
Net::SMTP.

(schmonz)

2024-01-10 16:15:33 UTC MAIN commitmail json YAML

doc: Added mail/p5-Net-IMAP-Simple version 1.2212

(schmonz)

2024-01-10 16:15:26 UTC MAIN commitmail json YAML

Add and enable p5-Net-IMAP-Simple.

(schmonz)

2024-01-10 16:15:21 UTC MAIN commitmail json YAML

Add p5-Net-IMAP-Simple: Perl extension for simple IMAP account handling

This module is a simple way to access IMAP accounts. The
Net::IMAP::Simple constructor takes one required parameter which is the
server to connect to, and additional optional parameters.

(schmonz)

2024-01-10 16:10:23 UTC MAIN commitmail json YAML

doc: Updated biology/atac-seq to 1.4

(bacon)

2024-01-10 16:10:17 UTC MAIN commitmail json YAML

biology/atac-seq: Update to 1.4

Add biology/py-macs3 dep to metapackage

(bacon)

2024-01-10 16:06:12 UTC MAIN commitmail json YAML

doc: Added www/p5-HTTP-Tiny version 0.088

(schmonz)

2024-01-10 16:05:55 UTC MAIN commitmail json YAML

Add and enable p5-HTTP-Tiny.

(schmonz)

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

Add p5-HTTP-Tiny: Small, simple, correct HTTP/1.1 client

This is a very simple HTTP/1.1 client, designed for doing simple
requests without the overhead of a large framework like LWP::UserAgent.

It is more correct and more complete than HTTP::Lite. It supports
proxies and redirection. It also correctly resumes after EINTR.

(schmonz)

2024-01-10 15:46:32 UTC MAIN commitmail json YAML

doc: Added security/p5-File-Scan-ClamAV version 1.95

(schmonz)

2024-01-10 15:46:21 UTC MAIN commitmail json YAML

doc: Updated lang/nim to 2.0.2

(ryoon)

2024-01-10 15:46:09 UTC MAIN commitmail json YAML

nim: Update to 2.0.2

Changelog:
2.0.2:
Bugfixes

These reported issues were fixed:

  * Fixed "Undefined behavior when with hash(...) on non-aligned bytes due to
    murmurHash cast[ptr int32]" (#22387)
  * Fixed "async/closure environment does not align local variables" (#22419)
  * Fixed "Debugging/stepping is broken in 2.0.0 and 2.1.1" (#22366)
  * Fixed "when picks wrong branch with static int" (#22474)
  * Fixed "Regression from 1.6.14 to 2.0.0 - nimble test crashes with a core
    dump" (#22357)
  * Fixed "Long-term arc-closure iterator problem" (#22619)
  * Fixed "-d:useMalloc broken with --mm:none and threads on" (#22262)
  * Fixed "Crash of compiler on array type check" (#5780)
  * Fixed "Undefined behaviorwith set card() on non-aligned pointer from
    cardSetImpl/countBits64cast on ptr uint64" (#22481)
  * Fixed "elementType from std/typetraits doesn't work in generic procs" (#
    21532)
  * Fixed "peg matchLen can raise an unlisted exception: Exception" (#22541)
  * Fixed "Piece of code output c compiler error " (#17197)
  * Fixed "Missing type inference in loop + case + if + continue" (#22604)
  * Fixed "Invalid type mismatch in generic" (#17509)
  * Fixed "std/nativesockets getHostByAddr should support IPv6" (#22834)
  * Fixed "std/nre leaks memory on every created Regex due to auto-translated
    finalizers behaving differently under ARC/ORC" (#22868)
  * Fixed "Destructor not called for temp objects passed as arguments" (#
    22866)
  * Fixed "nimsuggest inlay hints for types shown in the wrong place for
    exported vars and consts" (#23067)
  * Fixed "[Regression] static integers in quote do" (#22947)

(ryoon)

2024-01-10 15:46:07 UTC MAIN commitmail json YAML

Add and enable p5-File-Scan-ClamAV.

(schmonz)

2024-01-10 15:45:03 UTC MAIN commitmail json YAML

Add p5-File-Scan-ClamAV: Library for sending commands to a local clamd

A library for connecting to and sending commands to a local ClamAV clamd
service - an anti-virus daemon process.

(schmonz)

2024-01-10 15:39:27 UTC MAIN commitmail json YAML

doc: Updated www/firefox115-l10n to 115.6.0

(ryoon)

2024-01-10 15:39:18 UTC MAIN commitmail json YAML

firefox115-l10n: Update to 115.6.0

* Sync with www/firefox115-115.6.0.

(ryoon)

2024-01-10 15:38:54 UTC MAIN commitmail json YAML

doc: Updated www/firefox115 to 115.6.0

(ryoon)

2024-01-10 15:38:44 UTC MAIN commitmail json YAML

firefox115: Update to 115.6.0

Changelog:
115.6.0:
* Security fixes.

Mozilla Foundation Security Advisory 2023-54
#CVE-2023-6856: Heap-buffer-overflow affecting WebGL DrawElementsInstanced
method with Mesa VM driver
#CVE-2023-6865: Potential exposure of uninitialized data in
EncryptingOutputStream
#CVE-2023-6857: Symlinks may resolve to smaller than expected buffers
#CVE-2023-6858: Heap buffer overflow in nsTextFragment
#CVE-2023-6859: Use-after-free in PR_GetIdentitiesLayer
#CVE-2023-6860: Potential sandbox escape due to VideoBridge lack of texture
validation
#CVE-2023-6867: Clickjacking permission prompts using the popup transition
#CVE-2023-6861: Heap buffer overflow affected nsWindow::PickerOpen(void) in
headless mode
#CVE-2023-6862: Use-after-free in nsDNSService
#CVE-2023-6863: Undefined behavior in ShutdownObserver()
#CVE-2023-6864: Memory safety bugs fixed in Firefox 121, Firefox ESR 115.6, and
Thunderbird 115.6

(ryoon)

2024-01-10 15:32:23 UTC MAIN commitmail json YAML

doc: Updated www/firefox-l10n to 121.0.1

(ryoon)

2024-01-10 15:32:14 UTC MAIN commitmail json YAML

firefox-l10n: Update to 121.0.1

* Sync with www/firefox-121.0.1.

(ryoon)

2024-01-10 15:31:55 UTC MAIN commitmail json YAML

doc: Updated www/firefox to 121.0.1

(ryoon)

2024-01-10 15:31:41 UTC MAIN commitmail json YAML

firefox: Update to 121.0.1

Changelog:
121.0.1:
Fixed

  * Fixed unexpected line wrapping in some CJK contexts caused by changes in
    ideographic space handling. (Bug 1870973)

  * Fixed a hang when loading sites containing column-based layouts under some
    circumstances. (Bug 1867784)

  * Fixed missing rounded corners for videos playing over another video. (Bug
    1869994)

  * Fixed Firefox not closing properly and other applications being unable to
    use a USB security key after being previously used during a Firefox
    session. (Bug 1863135)

(ryoon)

2024-01-10 15:24:21 UTC MAIN commitmail json YAML

py-macs3: mark as not for Python 2

(wiz)

2024-01-10 15:17:50 UTC MAIN commitmail json YAML

biology/Makefile: Add py-macs3

(bacon)

2024-01-10 15:17:39 UTC MAIN commitmail json YAML

doc: Added biology/py-macs3 version 3.0.0

(bacon)

2024-01-10 15:17:34 UTC MAIN commitmail json YAML

biology/py-macs3: Peak caller for TF binding sites

MACS (Model-based Analysis of ChIP-Seq) is a tool for identifying
transcription factor (TF) binding sites.  Such sites are generated
by CHiP-Seq (CHromatin immuno-Precipitation sequencing) and ATAC-Seq
(Assay for Transposase Accessible Chromatin Sequencing).  MACS
identifies "peaks" in the genome sequence, which are areas enriched
in bound TFs or accessible chromatin.

(bacon)

2024-01-10 14:38:44 UTC MAIN commitmail json YAML

doc: Updated devel/py-joblib to 1.3.2nb1

(bacon)

2024-01-10 14:38:25 UTC MAIN commitmail json YAML

devel/py-joblib: Unbreak hardware core count

Patch in platform-specific cases for NetBSD and FreeBSD
Without this, the core count routine errors out
No other changes

Maintainer feedback timeout (12 days)
Issue was discussed on tech-pkg and upstream
https://github.com/joblib/joblib/issues/1535

(bacon)

2024-01-10 14:32:28 UTC MAIN commitmail json YAML

py-cykhash: add missing tools, mark as not for Python 2

(wiz)

2024-01-10 14:22:49 UTC MAIN commitmail json YAML

devel/Makefile: Add py-cykhash

(bacon)

2024-01-10 14:22:29 UTC MAIN commitmail json YAML

doc: Added devel/py-cykhash version 2.0.1

(bacon)

2024-01-10 14:22:24 UTC MAIN commitmail json YAML

devel/py-cykhash: Cython equivalent to khash-sets/maps

Cykhash is a cython equivalent to khash-sets/maps, efficient
implementation of isin and unique

Benefits:
    Brings functionality of khash to Python and Cython and can be used
    seamlessly in numpy or pandas.
    Numpy's world is lacking the concept of a (hash-)set. This
    shortcoming is fixed and efficient (memory- and speedwise compared
    to pandas') unique and isin are implemented.
    Python-set/dict have big memory-footprint. For some datatypes the
    overhead can be reduced by using khash by factor 4-8.

(bacon)

2024-01-10 11:51:55 UTC MAIN commitmail json YAML

doc: Added mail/p5-Qmail-Deliverable version 1.07

(schmonz)

2024-01-10 11:51:50 UTC MAIN commitmail json YAML

Add and enable p5-Qmail-Deliverable.

(schmonz)

2024-01-10 11:51:46 UTC MAIN commitmail json YAML

Add p5-Qmail-Deliverable: Deliverability check daemon for qmail

qmail-smtpd does not know if a user exists. Lots of resources are wasted by
scanning mail for spam and viruses for addresses that do not exist anyway.

A replacement smtpd written in Perl could use this module to quickly verify
that a local email address is (probably) actually in use.

This module comes with a daemon program called qmail-deliverabled and a module
called Qmail::Deliverable::Client that copies the entire public interface, but
queries the daemon. Typically, the daemon runs as the root user, and the client
is used by the unprivileged smtpd.

(schmonz)

2024-01-10 10:33:26 UTC MAIN commitmail json YAML

Added misc/py-watchfiles; Updated www/py-uvicorn

(adam)

2024-01-10 10:33:07 UTC MAIN commitmail json YAML

py-uvicorn: updated to 0.25.0

0.25.0 - 2023-12-17

Added

Support the WebSocket Denial Response ASGI extension
Fixed

Allow explicit hidden file paths on --reload-include
Properly annotate uvicorn.run()

0.24.0.post1 - 2023-11-06

Fixed

Revert mkdocs-material from 9.1.21 to 9.2.6

0.24.0 - 2023-11-04

Added

Support Python 3.12
Allow setting app via environment variable UVICORN_APP

0.23.2 - 2023-07-31

Fixed

Maintain the same behavior of websockets from 10.4 on 11.0

0.23.1 - 2023-07-18

Fixed

Add typing_extensions for Python 3.10 and lower

0.23.0 - 2023-07-10

Added

Add --ws-max-queue parameter WebSockets

Removed

Drop support for Python 3.7
Remove asgiref as typing dependency

Fixed

Set scope["scheme"] to ws or wss instead of http or https on ProxyHeadersMiddleware for WebSockets

Changed

Raise ImportError on circular import
Use logger.getEffectiveLevel() instead of logger.level to check if log level is TRACE

0.22.0 - 2023-04-28

Added

Add --timeout-graceful-shutdown parameter
Handle SIGBREAK on Windows

Fixed

Shutdown event is now being triggered on Windows when using hot reload
--reload-delay is effectively used on the watchfiles reloader

0.21.1 - 2023-03-16

Fixed

Reset lifespan state on each request

0.21.0 - 2023-03-09

Added

Introduce lifespan state
Allow headers to be sent as iterables on H11 implementation
Improve discoverability when --port=0 is used

Changed

Avoid importing h11 and pyyaml when not needed to improve import time
Replace current native WSGIMiddleware implementation by a2wsgi
Change default --app-dir from "." (dot) to "" (empty string)

Fixed

Send code 1012 on shutdown for WebSockets
Use surrogateescape to encode headers on websockets implementation
Fix warning message on reload failure

0.20.0 - 2022-11-20

Added

Check if handshake is completed before sending frame on wsproto shutdown
Add default headers to WebSockets implementations
Warn user when reload and workers flag are used together

Fixed

Use correct WebSocket error codes on close
Send disconnect event on connection lost for wsproto
Add SIGQUIT handler to UvicornWorker
Fix crash on exist with "--uds" if socket doesn't exist
Annotate CONFIG_KWARGS in UvicornWorker class

Removed

Remove conditional on RemoteProtocolError.event_hint on wsproto
Remove unused handle_no_connect on wsproto implementation

(adam)

2024-01-10 10:25:39 UTC MAIN commitmail json YAML

2024-01-10 09:28:44 UTC MAIN commitmail json YAML

wm/marswm: restrict package to 64bit systems

(pin)

2024-01-10 09:27:57 UTC MAIN commitmail json YAML

doc: Updated shells/nushell to 0.89.0

(pin)

2024-01-10 09:27:37 UTC MAIN commitmail json YAML

2024-01-10 09:25:32 UTC MAIN commitmail json YAML

doc: Updated sysutils/dust to 0.9.0

(pin)

2024-01-10 09:25:05 UTC MAIN commitmail json YAML

sysutils/dust: update to 0.9.0

- Migrated to clap4. Command line flags must appear before arguments:
  - Good: /dust -X debug target
  - Bad: . /dust target -X debug

- Bars on right by default (change with new Flag -B)
- Add flag -S (for Custom Stack size) - incase dust crashes with memory allocation error.
- Add flat -I (--ignore-all-in-file) - Ignore all regexs in this file.
- Clearer errors on file not found.

(pin)

2024-01-10 08:39:46 UTC MAIN commitmail json YAML

Updated databases/redis, net/samba4

(adam)

2024-01-10 08:39:30 UTC MAIN commitmail json YAML

samba4: updated to 4.19.4

Changes since 4.19.3
* BUG 13577: net changesecretpw cannot set the machine account password if
  secrets.tdb is empty.
* BUG 15540: For generating doc, take, if defined, env XML_CATALOG_FILES.
* BUG 15541: Trivial C typo in nsswitch/winbind_nss_netbsd.c.
* BUG 15542: vfs_linux_xfs is incorrectly named.
* BUG 15377: systemd stumbled over copyright-message at smbd startup.
* BUG 15505: Following intermediate abolute share-local symlinks is broken.
* BUG 15523: ctdb RELEASE_IP causes a crash in release_ip if a connection to
  a non-public address disconnects first.
* BUG 15544: shadow_copy2 broken when current fileset's directories are
  removed.
* BUG 15377: systemd stumbled over copyright-message at smbd startup.
* BUG 15523: ctdb RELEASE_IP causes a crash in release_ip if a connection to
  a non-public address disconnects first.
* BUG 15534: smbd does not detect ctdb public ipv6 addresses for multichannel
  exclusion.
* BUG 15469: 'force user = localunixuser' doesn't work if 'allow trusted
  domains = no' is set.
* BUG 15525: smbget debug logging doesn't work.
* BUG 15532: smget: username in the smburl and interactive password entry
  doesn't work.
* BUG 15538: smbget auth function doesn't set values for password prompt
  correctly.
* BUG 15523: ctdb RELEASE_IP causes a crash in release_ip if a connection to
  a non-public address disconnects first.
* BUG 15440: Unable to copy and write files from clients to Ceph cluster via
  SMB Linux gateway with Ceph VFS module.
* BUG 15547: Multichannel refresh network information.

(adam)

2024-01-10 08:26:42 UTC MAIN commitmail json YAML

redis: updated to 7.2.4

Redis 7.2.4

Upgrade urgency SECURITY: See security fixes below.

Security fixes

* (CVE-2023-41056) In some cases, Redis may incorrectly handle resizing of memory
  buffers which can result in incorrect accounting of buffer sizes and lead to
  heap overflow and potential remote code execution.

Bug fixes

* Fix crashes of cluster commands clusters with mixed versions of 7.0 and 7.2
* Fix slot ownership not being properly handled when deleting a slot from a node
* Fix atomicity issues with the RedisModuleEvent_Key module API event

(adam)

2024-01-10 08:20:10 UTC MAIN commitmail json YAML

2024-01-10 06:40:52 UTC MAIN commitmail json YAML

Updated www/py-nbconvert, comms/py-jupyter_server_terminals

(adam)

2024-01-10 06:40:35 UTC MAIN commitmail json YAML

py-jupyter_server_terminals: updated to 0.5.1

0.5.1

Bugs fixed

- fix: support OPTIONS method for CORS

(adam)

2024-01-10 06:37:31 UTC MAIN commitmail json YAML

py-nbconvert: updated to 7.14.0

7.14.0

Enhancements made

- Convert `coalescese_streams` function to `CoalesceStreamsPreprocessor`

Maintenance and upkeep improvements

- chore: update pre-commit hooks
- Fix webpdf test on Python 3.12
- Clean up import

7.13.1

Bugs fixed

- Restore removed import

7.13.0

Enhancements made

- Add table, td, tr to allowed list of tags

Maintenance and upkeep improvements

- Remove twitter links that cause linkcheck to fail
- Update ruff config
- chore: update pre-commit hooks

(adam)

2024-01-10 06:24:06 UTC MAIN commitmail json YAML

doc: Updated print/evince to 45.0nb2

(wiz)

2024-01-10 06:23:57 UTC MAIN commitmail json YAML

evince: use both desktopdb.mk and buildlink3.mk

desktopdb.mk has the install logic, buildlink3.mk doesn't.

While here, fix some pkglint.

Bump PKGREVISION.

(wiz)

2024-01-10 06:16:15 UTC MAIN commitmail json YAML

doc/TODO: + arti-1.1.12.

(wiz)

2024-01-10 06:14:33 UTC MAIN commitmail json YAML

doc: mention chopps' updates from yesterday

(wiz)

2024-01-10 00:53:53 UTC MAIN commitmail json YAML

kea: bump for libyang2 (though it's not a default option)

(gutteridge)

2024-01-10 00:51:44 UTC MAIN commitmail json YAML

options.description: spaces -> tabs for previous commit

(gutteridge)

2024-01-10 00:49:03 UTC MAIN commitmail json YAML

options.description: add botan & libyang

(gutteridge)

2024-01-09 22:48:13 UTC MAIN commitmail json YAML

wheel.mk: explain that including this does not pull in py-wheel

(gutteridge)

2024-01-09 20:44:55 UTC MAIN commitmail json YAML

frr: reset PKGREVISION after update

(wiz)

2024-01-09 20:17:41 UTC MAIN commitmail json YAML

2024-01-09 20:12:03 UTC MAIN commitmail json YAML

doc: Updated x11/xterm to 389

(pin)

2024-01-09 20:11:46 UTC MAIN commitmail json YAML

x11/xterm: update to 389

Patch #389 - 2024/01/01
- interchange variables in subparameter parsing, fixing a bug where
  subparameters after the first parameter could be misidentified
  (patch by Adam Saponara).
- correct popping of icon/window titles in a case where only one was pushed
  from patch #385 changes.
- add XTQMODKEYS response in DECRQSS, as alternative for vim.
- correct DECCIR encoded information on character set size, handle a VT525
  quirk, and add DECST8C (Windows Terminal #14984).
- improve DECRQCRA (prompted by discussion with James Holderness, Windows
  Terminal #14974).
- add part of VT525 color controls:
    - DECAC, to update default foreground/background, respond to DECRQSS
    - DECATC, to respond with DECRQSS
- prevent Unicode non-characters from being printed
  (prompted by patch by Grady Martin).
- modify send_SGR() to avoid modifying colors 16 to 255 in printed output
  (patch by Grady Martin).
- minor cleanup of miscellaneous error-codes with ERROR_MISC.
- remove legacy CSI 53 for locator status, corrected in patch #294.
- modify DECRQUPSS and DECAUPSS feature to support VT5xx character sets
  (report by Thomas Wolff).
- improve configure script:
    - reduce configure-check compiler warnings
      (prompted by Florian Weimer, Redhat #2251945)
    - improve usage messages in configure script to make it clearer when an
      option value is optional.
- improve EWMH handling (report/analysis by Edward Rosten)
    - reset _NET_WM_STATE_HIDDEN flag from _NET_WM_STATE before mapping the
      window to deiconify.
    - cache X properties to reduce latency
      (adapted from patch by Edward Rosten).

(pin)

2024-01-09 20:04:06 UTC MAIN commitmail json YAML

doc: Updated misc/rust-kanban to 0.9.1

(pin)

2024-01-09 20:03:47 UTC MAIN commitmail json YAML

misc/rust-kanban: update to 0.9.1

- added animation to close button (WIP for animations to all components)
- added a toggle to the config for disabling all animations
- fixed transparent view card when no cards were present
- fix the bug where the view card description was not updated when using the mouse to close the popup
- bumped dependencies

(pin)

2024-01-09 20:03:03 UTC MAIN commitmail json YAML

doc: Updated games/tetris-tui to 0.2.0

(pin)

2024-01-09 20:02:45 UTC MAIN commitmail json YAML

games/tetris-tui: update to 0.2.0

- How to play in 2-player mode
- print centered, left aligned messages, show score when playing in 2-player mode

(pin)

2024-01-09 17:46:26 UTC MAIN commitmail json YAML

mail/dkim-milter: Note that upstream says this is obsolete

Include upstream statement that this package has been replaced by
opendkim.

Drop MESSAGE as redundant with what upstream documentation should
contain and with what DESCR does contain.

PKGREVISION++ because it's hard to be sure none of the recent changes
matter.

Builds as well as it did before this change :-(

(gdt)

2024-01-09 17:30:00 UTC MAIN commitmail json YAML

mail/dkim-milter: Add \todo comments about gmake

(gdt)

2024-01-09 16:24:09 UTC MAIN commitmail json YAML

doc: Updated net/s6-networking to 2.7.0.2

(schmonz)

2024-01-09 16:24:03 UTC MAIN commitmail json YAML

s6-networking: update to 2.7.0.2. Changes:

- Fix sbearssl_run exit conditions AGAIN

(schmonz)

2024-01-09 16:12:54 UTC MAIN commitmail json YAML

revbump after openssl upgrade

(sborrill)

2024-01-09 15:53:59 UTC MAIN commitmail json YAML

2024-01-09 15:38:11 UTC MAIN commitmail json YAML

dkim-milter: add gmake to tools to fix build on NetBSD

Tested by BERTRAND Joè°·l on pkgsrc-users.

(wiz)

2024-01-09 13:34:50 UTC MAIN commitmail json YAML

Markdown: apply Debian patch to exit gracefully if input cannot be opened

https://metadata.ftp-master.debian.org/changelogs//main/m/markdown/markdown_1.0.1-10_changelog

  markdown (1.0.1-10) unstable; urgency=medium

    * Exit with a non-zero exit code if the input file cannot be opened,
      thanks to Chris Lamb, closes: #886032.

(sborrill)

2024-01-09 12:58:21 UTC MAIN commitmail json YAML

Updated www/py-django, www/py-djangocms-admin-style

(adam)

2024-01-09 12:58:04 UTC MAIN commitmail json YAML

py-djangocms-admin-style: updated to 3.2.7

3.2.7
feat: Add Django 4.2 admin support
ci: pre-commit autoupdate

(adam)

2024-01-09 12:57:06 UTC MAIN commitmail json YAML

fs-uae-qemu-uae: fix typo in COMMENT

(wiz)

2024-01-09 12:56:11 UTC MAIN commitmail json YAML

py-django: updated to 4.2.9

4.2.9
Bugfixes
Fixed a regression in Django 4.2.8 where admin fields on the same line could overflow the page and become non-interactive

(adam)

2024-01-09 12:56:04 UTC MAIN commitmail json YAML

2024-01-09 12:09:14 UTC MAIN commitmail json YAML

emulators: Enable fs-uae-qemu-uae

(ryoon)

2024-01-09 12:08:36 UTC MAIN commitmail json YAML

doc: Added emulators/fs-uae-qemu-uae version 3.8.6

(ryoon)

2024-01-09 12:08:14 UTC MAIN commitmail json YAML

emulators/fs-uae-qemu-uae: import fs-uae-qemu-uae-3.8.6

Plugin for emulators/fs-uae

This plugin includes:
* PPC support
* Qemu user mode network support

(ryoon)

2024-01-09 12:05:22 UTC MAIN commitmail json YAML

doc: Updated emulators/fs-uae to 3.1.66nb4

(ryoon)

2024-01-09 12:05:12 UTC MAIN commitmail json YAML

fs-uae: Fix plugin support under NetBSD

* Define NetBSD definitions to enable to load .so plugin files.
* Bump PKGREVISION.

(ryoon)

2024-01-09 11:38:35 UTC MAIN commitmail json YAML

go-bin: fix build on aarch64

(tnn)

2024-01-09 11:21:02 UTC MAIN commitmail json YAML

doc: Updated sysutils/hcal to 0.4.0

(pin)

2024-01-09 11:20:41 UTC MAIN commitmail json YAML

2024-01-09 10:15:10 UTC MAIN commitmail json YAML

doc: Updated print/evince to 45.0nb1

(prlw1)

2024-01-09 10:14:52 UTC MAIN commitmail json YAML

2024-01-09 05:40:22 UTC MAIN commitmail json YAML

Updated devel/py-jupyter_core, devel/py-ipykernel

(adam)

2024-01-09 05:40:04 UTC MAIN commitmail json YAML

py-ipykernel: updated to 6.28.0

6.28.0

Enhancements made

- Enable `ProactorEventLoop` on windows for `ipykernel`
- Adds a flag in debug_info for the copyToGlobals support

Maintenance and upkeep improvements

- Support python 3.12
- Bump actions/setup-python from 4 to 5
- chore: update pre-commit hooks
- Refactor execute_request to reduce redundancy and improve consistency

Documentation improvements

- Update pytest commands in README

(adam)

2024-01-09 05:36:03 UTC MAIN commitmail json YAML

py-jupyter_core: updated to 5.7.1

5.7.1

Bugs fixed

- Derive JupyterAsyncApp from JupyterApp

5.7.0

Enhancements made

- Modernize event loop behavior

Maintenance and upkeep improvements

- chore: update pre-commit hooks

5.6.1

Bugs fixed

- Fix export of package version
- Revert "Enable async JupyterApp"

Maintenance and upkeep improvements

- Bump github/codeql-action from 2 to 3

5.6.0

Enhancements made

- Enable async JupyterApp

(adam)

2024-01-09 03:32:48 UTC MAIN commitmail json YAML

cblas: Fix build with gfortran from lang/gcc10

* Use Fortran compiler as linker to link with sane RPATH.

(ryoon)

2024-01-08 23:15:39 UTC MAIN commitmail json YAML

(math/R) correction on patch-m4.R again

(mef)

2024-01-08 23:13:03 UTC MAIN commitmail json YAML

(math/R) correction on patch-configure.ac.again

(mef)

2024-01-08 23:03:50 UTC MAIN commitmail json YAML

2024-01-08 22:06:31 UTC pkgsrc-2023Q4 commitmail json YAML

Mention pullup ticket #6830

(bsiegert)

2024-01-08 21:30:13 UTC MAIN commitmail json YAML

doc: Updated math/cblas64 to 3.12.0

(thor)

2024-01-08 21:30:06 UTC MAIN commitmail json YAML

fish: remove remnants of terminfo hack

I needed this for an issue that appeared in netbsd-current's binutils but
when updating to the latest, this terminfo hack is no longer necessary.

(maya)

2024-01-08 21:30:06 UTC MAIN commitmail json YAML

doc: Updated math/cblas to 3.12.0

(thor)

2024-01-08 21:29:58 UTC MAIN commitmail json YAML

doc: Updated math/blas64 to 3.12.0

(thor)

2024-01-08 21:29:54 UTC pkgsrc-2023Q4 commitmail json YAML

Pullup ticket #6830 - requested by wiz
devel/py-setuptools: build fix

(via patch)

Stop fetching in install phase

(bsiegert)

2024-01-08 21:29:51 UTC MAIN commitmail json YAML

doc: Updated math/blas to 3.12.0

(thor)

2024-01-08 21:29:42 UTC MAIN commitmail json YAML

doc: Updated math/lapacke64 to 3.12.0

(thor)

2024-01-08 21:29:35 UTC MAIN commitmail json YAML

doc: Updated math/lapacke to 3.12.0

(thor)

2024-01-08 21:29:28 UTC MAIN commitmail json YAML

doc: Updated math/lapack64 to 3.12.0

(thor)

2024-01-08 21:29:21 UTC MAIN commitmail json YAML

doc: Updated math/lapack to 3.12.0

(thor)

2024-01-08 21:28:57 UTC MAIN commitmail json YAML

math/{lapack*,cblas*}: update netlib BLAS to 3.12.0

This drops the static libraries along with the custom patches for those. Also,
the hack of linking CBLAS as Fortran library as opposed to C is gone. If this
breaks some NetBSD install, it should be investigated and fixed properly.

The only patch now is one unified one I already submitted for inclusion
upstream. Maybe soon we can drop any patches. Yay!

Here is a list of upstream changes:

LAPACK 3.12.0: What窶冱 new

    Download: lapack-3.12.0.tar.gz

This is a major release and also addressing multiple bug fixes.
Dynamic Mode Decomposition (DMD)

    xGEDMD computes the Dynamic Mode Decomposition (DMD) for a pair of
    data snapshot matrices. For the input matrices X and Y such that Y =
    A*X with an inaccessible matrix A, xGEDMD computes a certain number
    of Ritz pairs of A using the standard Rayleigh-Ritz extraction from
    a subspace of range(X) that is determined using the leading left
    singular vectors of X. Optionally, xGEDMD returns the residuals of
    the computed Ritz pairs, the information needed for a refinement of
    the Ritz vectors, or the eigenvectors of the Exact DMD.

    xGEDMDQ does the same as xGEDMD but uses a QR factorization based
    compression of the data.

    See: Z. Drmac: A LAPACK implementation of the Dynamic Mode
    Decomposition I. Technical report. AIMDyn Inc. and LAPACK Working
    Note 298.

    Developed and coded by Zlatko Drmac, Faculty of Science, University
    of Zagreb. In cooperation with AIMdyn Inc., Santa Barbara, CA. And
    supported by (1) DARPA SBIR project "Koopman Operator-Based
    Forecasting for Nonstationary Processes from Near-Term, Limited
    Observational Data", Contract No: W31P4Q-21-C-0007; (2) DARPA PAI
    project "Physics-Informed Machine Learning Methodologies", Contract
    No: HR0011-18-9-0033; (3) DARPA MoDyL project "A Data-Driven,
    Operator-Theoretic Framework for Space-Time Analysis of Process
    Dynamics", Contract No: HR0011-16-C-0116. Any opinions, findings and
    conclusions or recommendations expressed in this material are those of
    the author and do not necessarily reflect the views of the DARPA SBIR
    Program Office. Distribution Statement A: Approved for Public Release,
    Distribution Unlimited. Cleared by DARPA on September 29, 2022

    Adding Dynamic Mode Decomposition (DMD) into LAPACK by @dbielich in
    PR 736

    Update C prototypes and LAPACKE interfaces for ?GEDMD/?GEDMDQ by
    @martin-frbg in PR 880

Truncated QR with Column Pivoting

    The routine computes a truncated (rank K) or full rank Householder
    QR factorization with column pivoting of a real M-by-N matrix A
    using Level 3 BLAS.

    The truncation criteria (i.e. when to stop the factorization) can
    be any of the following: (1) The input parameter KMAX, the maximum
    number of columns KMAX to factorize; (2) The input parameter ABSTOL,
    the absolute tolerance for the maximum column 2-norm of the residual
    matrix R22(K); (3) The input parameter RELTOL, the tolerance for the
    maximum column 2-norm matrix of the residual matrix R22(K) divided by
    the maximum column 2-norm of the original matrix A, which is equal
    to abs(R(1,1)). The algorithm stops when any of these conditions is
    first satisfied, otherwise the whole matrix A is factorized.

    Truncated QR with Column Pivoting by @scr2016 in PR 891

Reciprocal Scaling of complex vectors

    [C/Z]RSCL multiplies an n-element complex vector x by the complex
    scalar 1/a. This is done without overflow or underflow as long as
    the final result x/a does not overflow or underflow.

    See: "An algorithm for scaling vectors by the reciprocal
    of a complex number", Weslley da Silva Pereira,
    [arXiv:2311.05736](https://arxiv.org/abs/2311.05736)

    Adds CRSCL by @weslleyspereira in PR 839

Improvements in the 64-bit API

    Fix CBLAS tests with 64-bit indexing by @svillemot in PR 767

    Add Index-64 API as extended API with _64 suffix for CBLAS by
    @mkrainiuk in PR 846

    Revert "Add Index-64 API as extended API with _64 suffix for CBLAS"
    by @langou in PR 856

    Add Index-64 API as extended API with _64 suffix for CBLAS by
    @mkrainiuk in PR 867

    Create DOCS/CBLAS.md by @mkrainiuk in PR 863

    Reduce number of macros in fortran compilation line for BLAS _64
    API by @mkrainiuk in PR 861

Bug fixes and other changes

    Windows build fix by @ACSimon33 in PR 760

    Added option to enable flat namespace on macOS by @ACSimon33 in PR 762

    Fix bug in new test case for LAPACK 3.11 SLATRS3 by @dklyuchinskiy
    in PR 755

    Check for NaNs in *GECON by @weslleyspereira in PR 765

    Fixed bug in array bounds in complex syl01 test by @dklyuchinskiyin
    PR 758

    Fix uninitialized M when quick return in DLARRD and SLARRD by
    @akobotov in PR 769

    In LAPACKE tgsen, allocate iwork when ijob = 0. Fixes #772. by
    @mgates3 in PR 773

    Fix SLATRS3 and CLATRS3 tests by @bartoldeman in PR 764

    Fix uninitialized out variables in LARR functions by @echeresh in
    PR 775

    Warnings supression in some LAPACKE functions by @jgpallero in PR 780

    Revert "Warnings supression in some LAPACKE functions" by @langou
    in PR 781

    Warnings supression and deletion of unnecessary check in some LAPACKE
    xLARFB functions by @jgpallero in PR 782

    remove redundant space from xerbla call sbgv/hbgv by @dklyuchinskiy
    in PR 792

    don窶冲 subtract N_DEFLATED from istop twice by @thijssteel in PR 794

    fix rfp test for DIAG = U by @dklyuchinskiy in PR 796

    fix bug in complex precision tests (c|z)het21 by @EduardFedorenkov
    in PR 798

    CMake: Disable TEST_FORTRAN_COMPILER by @jschueller in PR 761

    Fix typos in documentation by @angsch in PR 750

    Add minimum permissions to workflows by @gabibguti in PR 804

    Add numerical tests for trevc3 by @angsch in PR 682

    Remove legacy function LABAD by @angsch in PR 805

    Refactor xGEBAL by @eprovst in PR 808

    Fix typos and errors in comments by @jip in PR 809

    cmake: allow setting a prefix for the library names by @joseeroman
    in PR 810

    Fix typos in comments by @jip in PR 811

    fix #813 by @langou in PR 814

    Replace the (partially defined) constant index variable INDIBL in
    ?SBGVX and related by @martin-frbg in PR 807

    CTGEVC, ZTGEVC: fix typo in description of VR argument by @svillemot
    in PR 812

    Add Security Policy by @gabibguti in PR 819

    typos by @musvaage in PR 820

    extend tests for error exit sysv sytd2 gehd2 by @dklyuchinskiy in
    PR 795

    CMake: avoid "make" in blas++ and lapack++ by @nim65s in PR 821

    appveyor: output test failures by @nim65s in PR 822

    Reference actions by commit SHA by @gabibguti in PR 829

    LAPACKE interfaces for [cz]unhr_col and [sd]orhr_col by @sknepper
    in PR 827

    fix segfault problem when executing LAPACKE_*geqrt on row major #766
    by @sbite0138 in PR 768

    Adds comment related to zero-sized matrix B in GELSY by
    @weslleyspereira in PR 833

    update brief descriptions of function purpose, Closes #230 by
    @weslleyspereira in PR 831

    Fix scaling in (S/D)TGSNA, fix #103, thanks to @elivanova by
    @weslleyspereira in PR 830

    Exits xLARUV when N < 1 by @weslleyspereira in PR 837

    Create GitHub action to test CMake build system on Windows by
    @weslleyspereira in PR 524

    Fix bug in lapacke_[s,d]geesx by @weslleyspereira in PR 836

    Removes unused SMIN from bdsqr by @weslleyspereira in PR 832

    Use a better (more informative) message when we say the compiler
    intr窶ヲ by @weslleyspereira in PR 845

    Improve variants of Cholesky and QR by @angsch in PR 847

    fixes #848 by @jaganmn in PR 849

    Attempt to fix Appveyor on Windows by @angsch in PR 854

    fix dlasd0 / slasd0 documentation issue by @mtowara in PR 855

    Remove legacy warning for non IEEE 754 compliant machines by @angsch
    in PR 852

    Add verbose build to CI by @mkrainiuk in PR 858

    [cz]hetrd_hb2st.F, [sd]sytrd_sb2st.F OpenMP fixes by @chrwarm in
    PR 860

    new doxygen group structure by @mgates3 in PR 802

    Correct the order of returned eigenvalue and eigenvectors for 2x2
    matrices with IL=IU in C/D/S/Z/STEMR by @aravindh-krishnamoorthy in
    PR 867

    fix nrhs=0 case in ?gelss by @eaberendeev in PR 876

    Fix computation of uplo in LAPACKE_xlarfb by @vladimir-ch in PR 878

    Fix workspace query corner cases by @angsch in PR 883

    Fix actual arguments in some procedure calls by @mjacobse in PR 885

    Improve Cholesky variants by @angsch in PR 889

    Removes usage of Experimental (interactive) mode in ctest by
    @weslleyspereira in PR 892

    Updates the documentation of xGEMV and xGBMV related to when M=0
    and N=0 by @weslleyspereira in PR 843

    Add Scorecard by @gabibguti in PR 895

    Remove auxiliary GEQRS, GELQS by @angsch in PR 900

    CMake config for IntelLLVM (ifx) and NVIDIA HPC SDK (nvfortran)
    by @ACSimon33 in PR 898

    Fix build for CMake >= 3.27 by @scivision in PR 910

    allow absolute GNU install dirs by @chayleaf in PR 893

    dtgex2: add 2 to iwork length to prevent OOB interaction in Dtgsy2
    by @soypat in PR 907

    Adds OpenSSF Scorecard badge by @weslleyspereira in PR 896

    Fix issue #908 related to accumulation in xLASSQ by @weslleyspereira
    in PR 909

    Apply ROUNDUP_LWORK function in lapack by @kleineLi in PR 904

    Compilation of LAPACKE possibly independent from Fortran by
    @weslleyspereira in PR 834

    Always use C as linker language for CBLAS by @weslleyspereira in
    PR 920

    Uses Valgrind for ExperimentalMemCheck in ctest by @weslleyspereira
    in PR 844

    Adding in quotes in cmake for Intel ifx and linux build by @colleeneb
    in PR 922

    Fix complex BDSQR maxit by @pleshkovvli in PR 927

    xORBDB6/xUNBDB6: fix a constant by @christoph-conrads in PR 928

    Fixed Fortran preprocessor flag for NAG Fortran compiler by @ACSimon33
    in PR 939

    Fixed void main() for AppleClang by @ACSimon33 in PR 940

(thor)

2024-01-08 19:59:10 UTC MAIN commitmail json YAML

Updated sysutils/py-structlog, devel/py-hypothesis

(adam)

2024-01-08 19:58:31 UTC MAIN commitmail json YAML

py-hypothesis: updated to 6.92.5

6.92.5

This patch registers explicit strategies for a handful of builtin types, motivated by improved introspection in PyPy 7.3.14 triggering existing internal warnings. Thanks to Carl Friedrich Bolz-Tereick for helping us work out what changed!

6.92.4

This patch fixes an error when writing observability reports without a pre-existing .hypothesis directory.

6.92.3

This patch adds a new environment variable HYPOTHESIS_EXPERIMENTAL_OBSERVABILITY_NOCOVER, which turns on observability data collection without collecting code coverage data, which may be faster on Python 3.11 and earlier.

6.92.2

This patch updates our vendored list of top-level domains, which is used by the provisional domains() strategy.

6.92.1

This patch fixes a bug introduced in version 6.92.0, where using the data() strategy would fail to draw a dataclass() with a defaultdict field. This was due to a bug in the standard library which was fixed in 3.12, so we窶况e vendored the fix.

(adam)