Commit graph

336714 commits

Author SHA1 Message Date
adam
3ac696da5e Updated devel/py-backports.functools_lru_cache, textproc/py-sphinx, textproc/py-sphinx-autoapi, textproc/py-sphinx-autodoc-typehints 2021-04-16 06:06:06 +00:00
adam
d747c908e8 py-sphinx-autodoc-typehints: updated to 1.12.0
1.12.0
- Dropped Python 3.5 support
- Added the simplify_optional_unions config option
- Fixed indentation of multiline strings
2021-04-16 06:05:43 +00:00
adam
93a2707ecc py-sphinx-autoapi: updated to 1.8.0
v1.8.0 (2021-04-12)
-------------------

Features
* Expandable value for multi-line string attributes.
* Can resolve the qualified paths of parameters to generics.
* Warnings have been categorised and can be suppressed through ``suppress_warnings``.
* Data attributes are documentated in module summaries.

Bug Fixes
* Fixed setting ``autodoc_typehints`` to ``none`` or ``description``
  not turning off signature type hints.
  ``autodoc_typehints`` integration is consisidered experimental until
  the extension properly supports overload functions.
* Fixed data annotations causing pickle or deepcopy errors.
* Documentation can be generated when multiple source directories
  share a single ``conf.py`` file.

Trivial/Internal Changes
* Fixed ``DeprecationWarning`` for invalid escape sequence ``\s`` in tests.
* Fixed ``FutureWarning`` for ``Node.traverse()`` becoming an iterator instead of list.
* New example implementation of ``autoapi-skip-member`` Sphinx event.
* Can run tests with tox 4.
* Updated packaging to use PEP-517.
* All unittest style tests have been converted to pytest style tests.
* An exception raised by docfx is raised directly instead of wrapping it.
* Started using Github Actions for continuous integration.
2021-04-16 06:02:44 +00:00
adam
99913fbcce py-sphinx: updated to 3.5.4
Release 3.5.4 (released Apr 11, 2021)
=====================================

Dependencies
------------
* Restrict docutils to 0.16

Bugs fixed
----------
* autodoc: Async staticmethods and classmethods are considered as non
  async coroutine-functions with Python3.10
* html theme: The style are not applied with docutils-0.17
  - toctree captions
  - The content of ``sidebar`` directive
  - figures
2021-04-16 05:56:27 +00:00
adam
5b60656aa5 py-backports.functools_lru_cache: updated to 1.6.4
v1.6.4
For test dependencies, when indicating Python 3, use ``>=3``
instead of ``>3`` to satisfy
`python-poetry/poetry#3862 <https://github.com/python-poetry/poetry/issues/3862>`_.

v1.6.3
Restore universal wheel.

v1.6.2
Packaging refresh.
2021-04-16 05:53:37 +00:00
adam
df4e3486c5 Updated devel/py-atpublic, databases/py-apsw, devel/py-astroid, finance/py-braintree 2021-04-16 05:46:16 +00:00
adam
fa0b51dbb6 py-braintree: updated to 4.8.0
4.8.0
Add LocalPaymentReversed webhook
Add store_id and store_ids to Transaction.search
2021-04-16 05:45:54 +00:00
adam
700422b87f py-astroid: updated to 2.5.3
What's New in astroid 2.5.3?
============================
* Takes into account the fact that subscript inferring for a ClassDef may involve __class_getitem__ method
* Reworks the `collections` and `typing` brain so that `pylint`s acceptance tests are fine.
* Use ``inference_tip`` for ``typing.TypedDict`` brain.
* Fix mro for classes that inherit from typing.Generic
* Add inference tip for typing.Generic and typing.Annotated with ``__class_getitem__``
2021-04-16 05:44:05 +00:00
adam
56dbf2c064 py-apsw: updated to 3.35.4
3.35.4-r1
Updates for SQLite download url (the year is part of the urls).
Added enable flag for built-in SQL math functions, and enable it by default with –enable-all-extensions.
Use the newer buffer API for Python 3 (old API removed in Python 3.10).
2021-04-16 05:42:29 +00:00
adam
77b9339ec3 py-atpublic: updated to 2.3
2.3 (2021-04-13)
================
* Do type hinting the right way.

2.2 (2021-04-13)
================
* ``public()`` and ``private()`` can't be correctly type annotated, so the
  type hints on these two functions have been removed.  The ``ModuleAware``
  was also removed.
* Added a ``py.typed`` file to satisfy type checkers.
* Fixed a documentation cross-reference bug.
2021-04-16 05:40:25 +00:00
gutteridge
196d019cc9 rust: the i386 bootstrap workaround is really a BUILD_DEPENDS 2021-04-16 01:14:37 +00:00
pin
298da23680 doc: Updated sysutils/xplr to 0.4.4 2021-04-15 20:45:15 +00:00
pin
4098c0f082 sysutils/xplr: update to 0.4.4
Changes & fixes:
-Added support for NO_COLOR env var to disable colors (more-info).
-Added history pipe file exposed as $XPLR_PIPE_HISTORY_OUT.
-Added new selection commands.
	-SelectAll
	-SelectPath
	-UnSelectAll
	-UnSelectPath
	-ToggleSelectAll
	-ToggleSelectionByPath
-Fixed UI style priority: default_ui -> node_type -> selection_ui -> focus_ui
-Added key binding ctrl-a or V to toggle select all.

Misc:
-Visit our new collection of hacks and themes.
2021-04-15 20:44:51 +00:00
prlw1
bd59f7d226 doc: Updated devel/dconf-editor to 3.38.3 2021-04-15 19:55:26 +00:00
prlw1
ffd3730b59 Update dconf-editor to 3.38.3
dconf-editor 3.38.3
===================

Fix build with newer vala

Translations updated:
  Norwegian Bokmål: Kjartan Maraas
2021-04-15 19:55:06 +00:00
adam
bfdab055c4 Updated textproc/oniguruma, devel/py-ZopeInterface 2021-04-15 18:45:34 +00:00
adam
75deb134ae py-ZopeInterface: updated to 5.4.0
5.4.0 (2021-04-15)
==================

- Make the C implementation of the ``__providedBy__`` descriptor stop
  ignoring all errors raised when accessing the instance's
  ``__provides__``. Now it behaves like the Python version and only
  catches ``AttributeError``. The previous behaviour could lead to
  crashing the interpreter in cases of recursion and errors.

- Update the ``repr()`` and ``str()`` of various objects to be shorter
  and more informative. In many cases, the ``repr()`` is now something
  that can be evaluated to produce an equal object. For example, what
  was previously printed as ``<implementedBy builtins.list>`` is now
  shown as ``classImplements(list, IMutableSequence, IIterable)``.

- Make ``Declaration.__add__`` (as in ``implementedBy(Cls) +
  ISomething``) try harder to preserve a consistent resolution order
  when the two arguments share overlapping pieces of the interface
  inheritance hierarchy. Previously, the right hand side was always
  put at the end of the resolution order, which could easily produce
  invalid orders.
2021-04-15 18:45:13 +00:00
adam
e2a51192e3 oniguruma: updated to 6.9.7.1
Release 6.9.7 revised 1

fix: replace UChar to OnigUChar in oniguruma.h
2021-04-15 18:44:31 +00:00
jperkin
59681c9bc3 matrix-synapse: Add SMF manifest.
While here use PKG_SYSCONFSUBDIR to simplify things.
2021-04-15 15:54:00 +00:00
scole
aaccabb6da doc: Updated textproc/split-thai to 2.2 2021-04-15 15:29:03 +00:00
scole
a7bda7a526 Update to 2.2
- depend on sox instead mpg123
 - in pthai.el, use sox as sole audio player. this simplifies things a bit
   and allows silences to be stripped from audio files while playing.
   remove pthai-mp3-* custom variables
 - minor pthai.el clean ups
 - remove seq-contain-p from pthai.el, which appears deprecated
   in later emacs versions
 - in pthai.el, work around apparent emacs bug when unsplitting
   and buffer name contains combining characters
2021-04-15 15:26:30 +00:00
ryoon
6ff51c4fd9 libmspub: Fix build with GCC 10 in NetBSD base
Fix errors like uint32_t not found.
2021-04-15 14:56:35 +00:00
pin
787351a74e doc: Added editors/cesium version 0.1.2 2021-04-15 12:49:55 +00:00
pin
a2c23af073 Add cesium 2021-04-15 12:49:07 +00:00
pin
c06d9efc0b Cesium is a bare-bones (currently) text editor very similar to that of Windows
Notepad.
2021-04-15 12:48:10 +00:00
ryoon
633bec58e9 *: Recursive revbump from devel/nss 2021-04-15 11:23:03 +00:00
wiz
584f5437ad grive: remove, deprecated since 2017/2018
Use net/grive2 instead.
2021-04-15 10:45:33 +00:00
wiz
124eeadb11 grive2: add link to upstream pull request 2021-04-15 10:43:01 +00:00
cirnatdan
5611b43bc5 gnome-session: Remove unused policykit and policykit-gnome dependencies
policykit-gnome hasn't been a dependency of gnome session for a while,
being replaced by a built-in PolicyKit agent[0] and polkit

[0] https://packages.debian.org/stretch/policykit-1-gnome
2021-04-15 10:30:42 +00:00
wiz
fecedce59f doc: Updated devel/nss to 3.63nb2 2021-04-15 08:55:03 +00:00
wiz
4666547503 nss: restore symbol rename patches
While the link fix did fix the case of openssl calling nss code,
the other way round still happens, e.g. in libreoffice (since fixed to
not use nss) and konqueror.

Bump PKGREVISION.
2021-04-15 08:54:54 +00:00
wiz
d81b360922 doc: Updated net/grive2 to 0.5.1 2021-04-15 08:42:32 +00:00
wiz
610e69412f grive2: update to 0.5.1.
grive2 (0.5.1+git20160731) unstable; urgency=medium

  * Newer dev version

grive2 (0.5+git20160114) unstable; urgency=medium

  * Newer release, with support for faster sync and rename detection
2021-04-15 08:42:22 +00:00
wiz
2daa522af9 ejabberd: set DIST_SUBDIR when changing the checksums for a distfile 2021-04-15 08:28:11 +00:00
prlw1
23e971a93c gnome-desktop3: fix PLIST 2021-04-15 08:07:46 +00:00
triaxx
1a18897840 doc: Updated chat/ejabberd to 21.04nb1 2021-04-15 07:35:24 +00:00
triaxx
df5adbc768 ejabberd: Rebuild checksums
The release archives have been rebuild and reuploaded due to a cert issue:
https://github.com/processone/ejabberd/issues/3570
2021-04-15 07:35:10 +00:00
adam
2a8b5a2d25 Updated textproc/py-xmlschema, textproc/py-xlsxwriter, textproc/py-xlrd, databases/py-pypika 2021-04-15 06:47:15 +00:00
adam
07b762219a py-pypika: updated to 0.48.1
0.48.1:
Bug fixes
2021-04-15 06:46:50 +00:00
adam
88b8ff1f92 py-xlrd: updated to 2.0.1
2.0.1 (11 December 2020)
------------------------
- Use the README as the long description on PyPI.

2.0.0 (11 December 2020)
------------------------
- Remove support for anything other than ``.xls`` files.
- Remove support for ``psyco``.
- Change the default encoding used when no ``CODEPAGE`` record can be found
  from ``ascii`` to ``iso-8859-1``.
- Add support for iterating over :class:`~xlrd.book.Book` objects.
- Add support for item access from :class:`~xlrd.book.Book` objects,
  where integer indices and string sheet names are supported.
- Non-unicode spaces are now stripped from the "last author" information.
- Workbook corruption errors can now be ignored using the
  ``ignore_workbook_corruption`` option to :class:`~xlrd.open_workbook`.
- Handle ``WRITEACCESS`` records with invalid trailing characters.
- Officially support Python 3.8 and 3.9.
2021-04-15 06:44:01 +00:00
adam
a453090e9b py-xlsxwriter: updated to 1.3.9
Release 1.3.9
* Added option to set row heights and column widths in pixels via the
  :func:`set_row_pixels` and :func:`set_column_pixels` methods.
2021-04-15 06:40:39 +00:00
adam
63709b8aca py-xmlschema: updated to 1.6.1
v1.6.1:
* Add multi-source initialization and add_schema() to schema class
* Add bytes strings to accepted XML sources
2021-04-15 06:39:33 +00:00
nia
da7655782d xnp2: workaround fallout from glib2-2.68.0 2021-04-15 06:19:01 +00:00
nia
d044edcc25 opengrok: Force openjdk8 2021-04-15 06:00:04 +00:00
nia
8aae638ec5 bmp-mac: Fix fallout from new glib2 2021-04-15 05:59:48 +00:00
nia
0b58423300 mate-terminal: runtime dependency on Perl 2021-04-15 05:36:03 +00:00
adam
d800af3df7 Updated security/py-acme, security/py-certbot* 2021-04-15 05:17:24 +00:00
adam
49008cacac py-acme py-certbot*: updated to 1.14.0
Certbot 1.14.0

Changed

certbot-auto no longer checks for updates on any operating system.
The module acme.magic_typing is deprecated and will be removed in a future release.
Please use the built-in module typing instead.
The DigitalOcean plugin now creates TXT records for the DNS-01 challenge with a lower 30s TTL.

Fixed

Don't output an empty line for a hidden certificate when certbot certificates is being used
in combination with --cert-name or -d.
2021-04-15 05:16:35 +00:00
adam
8226026d7c Updated net/py-botocore, net/py-s3transfer, net/py-boto3, net/py-awscli 2021-04-15 05:02:15 +00:00
adam
1a9a5849da py-awscli: updated to 1.19.52
1.19.52

api-change:config: Add exception for DeleteRemediationConfiguration and DescribeRemediationExecutionStatus
api-change:mediaconnect: For flows that use Listener protocols, you can now easily locate an output's outbound IP address for a private internet. Additionally, MediaConnect now supports the Waiters feature that makes it easier to poll for the status of a flow until it reaches its desired state.
api-change:codestar-connections: This release adds tagging support for CodeStar Connections Host resources
api-change:route53: Documentation updates for route53
1.19.51

api-change:sts: This release adds the SourceIdentity parameter that can be set when assuming a role.
api-change:redshift: Added support to enable AQUA in Amazon Redshift clusters.
api-change:comprehendmedical: The InferICD10CM API now returns TIME_EXPRESSION entities that refer to medical conditions.
api-change:lightsail: Documentation updates for Amazon Lightsail.
api-change:rds: Clarify that enabling or disabling automated backups causes a brief downtime, not an outage.
1.19.50

api-change:fsx: Support for cross-region and cross-account backup copies
api-change:codebuild: AWS CodeBuild now allows you to set the access permissions for build artifacts, project artifacts, and log files that are uploaded to an Amazon S3 bucket that is owned by another account.
1.19.49

api-change:redshift: Add support for case sensitive table level restore
api-change:ec2: Add paginator support to DescribeStoreImageTasks and update documentation.
api-change🛡️ CreateProtection now throws InvalidParameterException instead of InternalErrorException when system tags (tag with keys prefixed with "aws:") are passed in.
1.19.48

api-change:autoscaling: Amazon EC2 Auto Scaling announces Warm Pools that help applications to scale out faster by pre-initializing EC2 instances and save money by requiring fewer continuously running instances
api-change:appstream: This release provides support for image updates
api-change:kinesis-video-archived-media: Documentation updates for archived.kinesisvideo
api-change:robomaker: This release allows RoboMaker customers to specify custom tools to run with their simulation job
api-change:lookoutequipment: This release introduces support for Amazon Lookout for Equipment.
api-change🐏 Documentation updates for AWS RAM resource sharing
api-change:customer-profiles: Documentation updates for Put-Integration API
1.19.47

api-change:accessanalyzer: IAM Access Analyzer now analyzes your CloudTrail events to identify actions and services that have been used by an IAM entity (user or role) and generates an IAM policy that is based on that activity.
api-change:elasticache: This release adds tagging support for all AWS ElastiCache resources except Global Replication Groups.
api-change:ivs: This release adds support for the Auto-Record to S3 feature. Amazon IVS now enables you to save your live video to Amazon S3.
bugfix:profile: Fix bug in profile resolution order when AWS_PROFILE environment variable contains non-existing profile but --profile command line argument contains correct profile name
api-change:mgn: Add new service - Application Migration Service.
api-change:storagegateway: File Gateway APIs now support FSx for Windows as a cloud storage.
1.19.46

api-change:medialive: MediaLive VPC outputs update to include Availability Zones, Security groups, Elastic Network Interfaces, and Subnet Ids in channel response
api-change:ssm: Supports removing a label or labels from a parameter, enables ScheduledEndTime and ChangeDetails for StartChangeRequestExecution API, supports critical/security/other noncompliant count for patch API.
api-change:ec2: This release adds support for storing EBS-backed AMIs in S3 and restoring them from S3 to enable cross-partition copying of AMIs
api-change:cloud9: Documentation updates for Cloud9
1.19.45

api-change:medialive: MediaLive now support HTML5 Motion Graphics overlay
api-change:auditmanager: AWS Audit Manager has updated the GetAssessment API operation to include a new response field called userRole. The userRole field indicates the role information and IAM ARN of the API caller.
api-change:appflow: Added destination properties for Zendesk.
1.19.44

api-change:imagebuilder: This release adds support for Block Device Mappings for container image builds, and adds distribution configuration support for EC2 launch templates in AMI builds.
api-change:mediapackage: SPEKE v2 is an upgrade to the existing SPEKE API to support multiple encryption keys, based on an encryption contract selected by the customer.
1.19.43

api-change:mediaconvert: MediaConvert now supports HLS ingest, sidecar WebVTT ingest, Teletext color & style passthrough to TTML subtitles, TTML to WebVTT subtitle conversion with style, & DRC profiles in AC3 audio.
api-change:wafv2: Added support for ScopeDownStatement for ManagedRuleGroups, Labels, LabelMatchStatement, and LoggingFilter. For more information on these features, see the AWS WAF Developer Guide.
api-change:lex-models: Lex now supports the ja-JP locale
api-change:kendra: AWS Kendra's ServiceNow data source now supports OAuth 2.0 authentication and knowledge article filtering via a ServiceNow query.
api-change:route53resolver: Route 53 Resolver DNS Firewall is a firewall service that allows you to filter and regulate outbound DNS traffic for your VPCs.
bugfix:Configuration: Fixed an issue when using the aws configure set command to update profiles with a space in the profile name.
api-change:fms: Added Firewall Manager policy support for AWS Route 53 Resolver DNS Firewall.
api-change:ec2: VPC Flow Logs Service adds a new API, GetFlowLogsIntegrationTemplate, which generates CloudFormation templates for Athena. For more info, see https://docs.aws.amazon.com/console/vpc/flow-logs/athena
api-change:lex-runtime: Update lex-runtime command to latest version
api-change:lightsail: - This release adds support for state detail for Amazon Lightsail container services.
1.19.42

api-change:workmail: This release adds support for mobile device access rules management in Amazon WorkMail.
api-change:machinelearning: Minor documentation updates and link updates.
api-change:pricing: Minor documentation and link updates.
api-change:iotwireless: Add Sidewalk support to APIs: GetWirelessDevice, ListWirelessDevices, GetWirelessDeviceStatistics. Add Gateway connection status in GetWirelessGatewayStatistics API.
api-change:cloudformation: 1. Added a new parameter RegionConcurrencyType in OperationPreferences. 2. Changed the name of AccountUrl to AccountsUrl in DeploymentTargets parameter.
api-change:cloud9: Add ImageId input parameter to CreateEnvironmentEC2 endpoint. New parameter enables creation of environments with different AMIs.
api-change:redshift: Enable customers to share access to their Redshift clusters from other VPCs (including VPCs from other accounts).
api-change:cognito-sync: Minor documentation updates and link updates.
api-change🕵️ Added the ability to assign tag values to Detective behavior graphs. Tag values can be used for attribute-based access control, and for cost allocation for billing.
api-change:datapipeline: Minor documentation updates and link updates.
api-change:comprehend: Support for customer managed KMS encryption of Comprehend custom models
api-change:transcribe: Amazon Transcribe now supports creating custom language models in the following languages: British English (en-GB), Australian English (en-AU), Indian Hindi (hi-IN), and US Spanish (es-US).
api-change:iot: Added ability to prefix search on attribute value for ListThings API.
api-change:cloudhsm: Minor documentation and link updates.
api-change:directconnect: This release adds MACsec support to AWS Direct Connect
api-change:batch: AWS Batch adds support for Amazon EFS File System
1.19.41

api-change:cloudwatch: Update cloudwatch command to latest version
api-change:databrew: This SDK release adds two new dataset features: 1) support for specifying a database connection as a dataset input 2) support for dynamic datasets that accept configurable parameters in S3 path.
api-change:sagemaker: Amazon SageMaker Autopilot now supports 1) feature importance reports for AutoML jobs and 2) PartialFailures for AutoML jobs
api-change:ec2-instance-connect: Adding support to push SSH keys to the EC2 serial console in order to allow an SSH connection to your Amazon EC2 instance's serial port.
api-change:ec2: ReplaceRootVolume feature enables customers to replace the EBS root volume of a running instance to a previously known state. Add support to grant account-level access to the EC2 serial console
api-change:config: Adding new APIs to support ConformancePack Compliance CI in Aggregators
api-change:pinpoint: Added support for journey pause/resume, journey updatable import segment and journey quiet time wait.
api-change:frauddetector: This release adds support for Batch Predictions in Amazon Fraud Detector.
1.19.40

api-change:docdb: This release adds support for Event Subscriptions to DocumentDB.
api-change:glue: Allow Dots in Registry and Schema Names for CreateRegistry, CreateSchema; Fixed issue when duplicate keys are present and not returned as part of QuerySchemaVersionMetadata.
api-change:wafv2: Added custom request handling and custom response support in rule actions and default action; Added the option to inspect the web request body as parsed and filtered JSON.
api-change:iam: AWS Identity and Access Management GetAccessKeyLastUsed API will throw a custom error if customer public key is not found for access keys.
api-change:location: Amazon Location added support for specifying pricing plan information on resources in alignment with our cost model.
1.19.39

api-change:iotwireless: Support tag-on-create for WirelessDevice.
api-change:customer-profiles: This release adds an optional parameter named FlowDefinition in PutIntegrationRequest.
api-change:events: Add support for SageMaker Model Builder Pipelines Targets to EventBridge
api-change:transcribe: Amazon Transcribe now supports tagging words that match your vocabulary filter for batch transcription.
1.19.38

api-change:lookoutmetrics: Allowing uppercase alphabets for RDS and Redshift database names.
1.19.37

api-change:medialive: EML now supports handling HDR10 and HLG 2020 color space from a Link input.
api-change:lookoutmetrics: Amazon Lookout for Metrics is now generally available. You can use Lookout for Metrics to monitor your data for anomalies. For more information, see the Amazon Lookout for Metrics Developer Guide.
api-change:sagemaker: This feature allows customer to specify the environment variables in their CreateTrainingJob requests.
api-change:sqs: Documentation updates for Amazon SQS
api-change:alexaforbusiness: Added support for enabling and disabling data retention in the CreateProfile and UpdateProfile APIs and retrieving the state of data retention for a profile in the GetProfile API.
api-change:rekognition: This release introduces AWS tagging support for Amazon Rekognition collections, stream processors, and Custom Label models.
1.19.36

api-change:ssm: This release allows SSM Explorer customers to enable OpsData sources across their organization when creating a resource data sync.
api-change:s3control: Documentation updates for s3-control
api-change:s3: Documentation updates for Amazon S3
api-change:ec2: maximumEfaInterfaces added to DescribeInstanceTypes API
api-change:route53: Documentation updates for route53
api-change:greengrass: Updated the parameters to make name required for CreateGroup API.
1.19.35

api-change:redshift: Removed APIs to control AQUA on clusters.
api-change:ce: You can now create cost categories with inherited value rules and specify default values for any uncategorized costs.
api-change:gamelift: GameLift adds support for using event notifications to monitor game session placements. Specify an SNS topic or use CloudWatch Events to track activity for a game session queue.
api-change:iam: Documentation updates for IAM operations and descriptions.
api-change:fis: Updated maximum allowed size of action parameter from 64 to 1024
1.19.34

api-change:codeartifact: Documentation updates for CodeArtifact
api-change:macie2: This release of the Amazon Macie API adds support for publishing sensitive data findings to AWS Security Hub and specifying which categories of findings to publish to Security Hub.
api-change:redshift: Added support to enable AQUA in Amazon Redshift clusters.
api-change:ec2: This release adds support for UEFI boot on selected AMD- and Intel-based EC2 instances.
2021-04-15 05:01:52 +00:00