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 (2h)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 18:28:37 UTC Now

2024-02-03 17:16:38 UTC MAIN commitmail json YAML

Updated textproc/py-jsonpickle, textproc/py-jellyfish

(adam)

2024-02-03 17:16:12 UTC MAIN commitmail json YAML

doc: Updated math/qcalc to 0.9.0

(pin)

2024-02-03 17:16:02 UTC MAIN commitmail json YAML

py-jellyfish: updated to 1.0.3

1.0.3 - 17 November 2023
-----------------------
* `match_rating_codex` now raises a `ValueError` when passed non-alpha characters
* adds prebuilt wheels for Python 3.12

1.0.1 - 18 September 2023
-------------------------
* fully remove deprecated names
* add armv7 linux builds
* fully drop Python 3.7 support

1.0.0 - 21 June 2023
--------------------
* bump to 1.0 (no notable changes from 0.11.2)

0.11.2 - 2 April 2023
---------------------
* fix to Rust build process to build more wheels, thanks @MartinoMensio!
* switch to using `ahash` for Damerau-Levenshtein for speed gains

0.11.1 - 30 March 2023
----------------------
* fix missing testdata in packages

0.11.0 - 27 March 2023
----------------------
* switched to using Rust implementation for all algorithms

0.10.0 - 25 March 2023
---------------------
* removed rarely-used `porter_stem` function, better implementations exist

0.9.0 - 7 January 2021
----------------------
* updated documentation available at https://jamesturk.github.io/jellyfish/
* support for Python 3.10+
* handle spaces correctly in MRA algorithm

0.8.9 - 26 October 2021
-----------------------
* fix buffer overflow in NYSIIS
* remove unnecessary/undocumented special casing of digits in Jaro-Winkler

0.8.8 - 17 August 2021
----------------------
* release fix to fix Linux wheel issue

0.8.7 - 16 August 2021
----------------------
* safer allocations from CJellyfish
* include aarch64 wheels

0.8.4 - 4 August 2021
---------------------
* fix for jaro winkler

0.8.3 - 11 March 2021
---------------------
* build changes
* include OSX and Windows wheels

0.8.2 - 21 May 2020
-------------------
* fix jaro_winkler/jaro_winkler_similarity mix-up
* deprecate jaro_distance in favor of jaro_similarity
  backwards compatible shim left in place, will be removed in 1.0
* (note: 0.8.1 was a broken release without proper C libraries)

0.8.0 - 21 May 2020
-------------------
* rename jaro_winkler to jaro_winkler_similarity to match other functions
  backwards compatible shim added, but will be removed in 1.0
* fix soundex bug with W/H cases
* fix metaphone bug with WH prefix
* fix C match rating codex bug with duplicate letters
* fix metaphone bug with leading vowels and 'kn' pair
* fix Python jaro_winkler bug
* fix Python 3.9 deprecation warning
* add manylinux wheels

(adam)

2024-02-03 17:15:47 UTC MAIN commitmail json YAML

math/qcalc: update to 0.9.0

0.9.0
What's Changed
- If statements by @OchirErkhembayar in #11
- Add lists and methods over them, fold, sum, map filter
  by @OchirErkhembayar in #12

0.7.0
What's Changed
- 1st class citizen functions by @OchirErkhembayar in #9
- Create booleans and eq and comparisons by @OchirErkhembayar in #10

0.6.2
What's Changed
- Add integer data type by @OchirErkhembayar in #7
- Added bitwise operators by @OchirErkhembayar in #8

|-5| == 5 has been changed to abs(-5) == 5
3^2 == 9 has been changed to 3 ** 2 == 9

This is to support the bitwise operators

(pin)

2024-02-03 17:11:35 UTC MAIN commitmail json YAML

py-jsonpickle: updated to 3.0.2

v3.0.2
======
* Properly raise warning if a custom pickling handler returns None.
* Fix issue with serialization of certain sklearn objects breaking when
  the numpy handler was enabled.
* Allow custom backends to not implement _encoder_options
* Implement compatibility with pandas 2 (+446)

v3.0.1
======
* Remove accidental pin of setuptools to versions below 59. This allows
  jsonpickle to build with CPython 3.11 and 3.12 alphas.
* Remove accidental dependency on pytz in pandas tests. (+421)
* Fix issue with decoding bson.bson.Int64 objects

v3.0.0
======
* Drop support for CPython<3.7. CPython 3.6 and below have reached EOL
  and no longer receive security updates.
* Add support for CPython 3.11.
* Remove jsonlib and yajl backends (py2 only)
* Add ``include_properties`` option to the pickler. This should only
  be used if analyzing generated json outside of Python.
* Allow the ``classes`` argument to ``jsonpickle.decode`` to be a dict
  of class name to class object. This lets you decode arbitrary dumps
  into different classes.
* Fix bug with deserializing `numpy.poly1d`.
* Allow frozen dataclasses to be deserialized.
* Fixed a bug where pickling a function could return a ``None`` module.
* Removed old bytes/quopri and ref decoding abaility from the unpickler.
  These were last used in jsonpickle<1. Removing them causes a slight speedup
  in unpickling lists (~5%). (+403)
* Fixed a bug with namedtuples encoding on CPython 3.11.
* When using the ``sort_keys`` option for the ``simplejson`` backend,
  jsonpickle now produces correct object references with py/id tags.
* Speed up the internal method ``_restore_tags`` by ~10%. This should speed
  up unpickling of almost every object.

(adam)

2024-02-03 16:46:16 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-plist to 3.7.1

(taca)

2024-02-03 16:46:02 UTC MAIN commitmail json YAML

textproc/ruby-plist: update to 3.7.1

3.7.1 (2023-12-27)

Bug fixes

* Remove runtime dependency on base64 gem to fix Ruby 3.3 warning (#63)

Housekeeping

* Add Ruby 3.3 to CI and fix CI for Ruby < 2.3 (#64)

(taca)

2024-02-03 16:44:55 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-libxml to 5.0.2

(taca)

2024-02-03 16:44:40 UTC MAIN commitmail json YAML

textproc/ruby-libxml: update to 5.0.2

5.0.0 (2024-01-07)

* This release is major version bump because it removes access to global
  parser options that libxml2 version 2.12.0 deprecated (see
  https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.12.0)
  In the unlikely event your code uses these options, then you will need to
  update it.
  Specifically, instead of setting global parser options, pass them directly
  to either Parsers or ParserContexts when creating them.  Options are
  defined as constants in LibXML::XML::Parser::Options and
  LibXML::HTML::Parser::Options
* Update Parser initialize methods to take keyword parameters instead of a
  hash table (you may have to update your code due to this change)
* Fix broken compilation with libxml2 version 2.12.0 (due to libxml2 header
  changes)
* Add support for Ruby 3.3.*
* Remove support for Ruby 2.7.* (gem should still work but is no longer
  tested)

5.0.1 (2024-01-08)

* Fix broken Document#io method that was broken by switching Parsers to use
  keyword arguments

5.0.2 (2024-01-08)

* Fix broken DTD creation (DTD name is not required)

(taca)

2024-02-03 16:40:39 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-kramdown-rfc2629 to 1.7.5

(taca)

2024-02-03 16:40:24 UTC MAIN commitmail json YAML

textproc/ruby-kramdown-rfc2629: update to 1.7.5

1.7.5 (2024-01-10)

* Support quotetitle in <reference
* README.md: More text about :unnumbered (and ALD/IALs in general)

(taca)

2024-02-03 16:39:14 UTC MAIN commitmail json YAML

doc: pkg-vulnerabilities +curl, +glpi, +graphviz, +mbedtls, +opensc, +py-aiohttp, +py-octoprint

(tm)

2024-02-03 16:38:37 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-diff-lcs to 1.5.1

(taca)

2024-02-03 16:38:19 UTC MAIN commitmail json YAML

textproc/ruby-diff-lcs: update to 1.5.1

1.5.1 (2024-01-31)

* Peter Goldstein updated CI configuration to add Ruby 3.1 and Masato
  Nakamura added Ruby 3.2 and 3.3. #82, #89
* Updated the CI configuration, resolving #82 to add Ruby 3.1. Masato
* Switched to standard ruby formatting.
* Justin Steele converted the licence file to Markdown. #84
* Updated the gem SPDX identifier for GPL 2.0 or later, resolving #86 by Vit
  Ondruch.
* Resolve a potential security issue with ldiff in its use of IO.read
  instead of File.read. #91
* Added MFA authentication requirement for release to RubyGems. #90
* Added dependabot management for actions and gems. #90
* Updated CodeQL coniguration. #90

(taca)

2024-02-03 16:36:50 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-specinfra to 2.87.2

(taca)

2024-02-03 16:36:35 UTC MAIN commitmail json YAML

sysutils/ruby-specinfra: update to 2.87.2

2.87.1 (2023-12-16)

* Use newer version of dependency or omit one for newer Ruby version
* Stale workflow

2.87.2 (2023-12-25)

* Remove version constraints in gemspec and some CI workflow fixes
* Add test workflow by GitHub Actions

(taca)

2024-02-03 16:35:13 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-facter to 4.5.2

(taca)

2024-02-03 16:34:56 UTC MAIN commitmail json YAML

sysutils/ruby-facter: update to 4.5.2

4.5.2 (2024-01-15)

* (FACT-3160) Fix size calculations for AIX blockdevice and partitions
* (FACT-3438) Handle os.architecture fact for debian aarch64
* (FACT-3436) Standardize Debian architecture fact
* (FACT-3163) Add support for OpenBSD
* (FACT-3441) improve reliability of uname resolver
* (FACT-3446) Call close(2) with Solaris FFI
* (FACT-3149) Fix memory usage reporting on FreeBSD
* (FACT-3160) Update test to account for tota physical partition size
* (FACT-3448) Add Amazon to base fact utility
* (FACT-3449) Exclude Amazon 2023 x86_64 in DMI test
* (FACT-3448) Skip minor OS version fact for Amazon
* (FACT-3452) Make Xen resolver more strict
* (FACT-3110) support for ecdsa 384 and 521 bit keys
* (FACT-3110) Create value objects
* (FACT-3110) Add tests for base64 decode ignoring invalid characters
* (FACT-3110) Refactor ssh tests
* (FACT-3451) extend amazon linux os release fact
* (FACT-3451) Restore os facts for AmazonLinux 2

(taca)

2024-02-03 16:27:59 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-childprocess to 5.0.0

(taca)

2024-02-03 16:27:32 UTC MAIN commitmail json YAML

sysutils/ruby-childprocess: update to 5.0.0

pkgsrc change: fix a few pkglint warnings.

5.0.0 (2024-01-07)

* #175: Replace all backends by Process.spawn for portability, reliability
  and simplicity
* #185: Add support for Ruby 3.x

(taca)

2024-02-03 16:25:28 UTC MAIN commitmail json YAML

doc: Updated security/ruby-sshkit to 1.22.0

(taca)

2024-02-03 16:24:28 UTC MAIN commitmail json YAML

doc: Updated chat/element-web to 1.11.57

(js)

2024-02-03 16:24:20 UTC MAIN commitmail json YAML

security/ruby-sshkit: update to 1.22.0

1.21.7 (2023-12-26)

Bug Fixes

* Add mutex_m dependency to fix Ruby 3.3 warning (#525) @mattbrictson

Housekeeping

* Add Ruby 3.3 to CI (#526) @mattbrictson
* Disable functional tests in CI for now (#523) @mattbrictson

1.22.0 (2024-01-09)

With this release, SSHKit now supports SFTP file transfers.  For
backwards-compatibility, SCP is still the default.  To enable SFTP globally
or per host, see more details in #524.

New Features

* Allow SFTP to be used for upload!/download! instead of SCP (#524, #529)
  @mattbrictson

Documentation

* EXAMPLES.md corrections (#527) @JasonPoll

(taca)

2024-02-03 16:24:15 UTC MAIN commitmail json YAML

Update chat/element-web to 1.11.57

Weirdly, there is no 1.11.56, so it apparently was skipped?

Changes in [1.11.57](https://github.com/element-hq/element-web/releases/tag/v1.11.57) (2024-01-31)
==================================================================================================
## �洶� Deprecations

* Deprecate welcome bot `welcome_user_id` support ([#26885](https://github.com/element-hq/element-web/pull/26885)). Contributed by @t3chguy.

## 笨ィ Features

* Expose apps/widgets ([#12071](https://github.com/matrix-org/matrix-react-sdk/pull/12071)). Contributed by @charlynguyen.
* Enable the rust-crypto labs button ([#12114](https://github.com/matrix-org/matrix-react-sdk/pull/12114)). Contributed by @richvdh.
* Show a progress bar while migrating from legacy crypto ([#12104](https://github.com/matrix-org/matrix-react-sdk/pull/12104)). Contributed by @richvdh.
* Update Twemoji to Jdecked v15.0.3 ([#12147](https://github.com/matrix-org/matrix-react-sdk/pull/12147)). Contributed by @t3chguy.
* Change Quick Settings icon ([#12141](https://github.com/matrix-org/matrix-react-sdk/pull/12141)). Contributed by @florianduros.
* Use Compound tooltips more widely ([#12128](https://github.com/matrix-org/matrix-react-sdk/pull/12128)). Contributed by @t3chguy.

## �汾� Bug Fixes

* Fix OIDC bugs due to amnesiac stores forgetting OIDC issuer \& other data ([#12166](https://github.com/matrix-org/matrix-react-sdk/pull/12166)). Contributed by @t3chguy.
* Fix account management link for delegated auth OIDC setups ([#12144](https://github.com/matrix-org/matrix-react-sdk/pull/12144)). Contributed by @t3chguy.
* Fix Safari IME support ([#11016](https://github.com/matrix-org/matrix-react-sdk/pull/11016)). Contributed by @SuperKenVery.
* Fix Stickerpicker layout crossing multiple CSS stacking contexts ([#12127](https://github.com/matrix-org/matrix-react-sdk/pull/12127)).
* Fix Stickerpicker layout crossing multiple CSS stacking contexts ([#12126](https://github.com/matrix-org/matrix-react-sdk/pull/12126)). Contributed by @t3chguy.
* Fix 1F97A and 1F979 in Twemoji COLR font ([#12177](https://github.com/matrix-org/matrix-react-sdk/pull/12177)).
## 笨ィ Features

* Expose apps/widgets ([#12071](https://github.com/matrix-org/matrix-react-sdk/pull/12071)). Contributed by @charlynguyen.
* Enable the rust-crypto labs button ([#12114](https://github.com/matrix-org/matrix-react-sdk/pull/12114)). Contributed by @richvdh.
* Show a progress bar while migrating from legacy crypto ([#12104](https://github.com/matrix-org/matrix-react-sdk/pull/12104)). Contributed by @richvdh.
* Update Twemoji to Jdecked v15.0.3 ([#12147](https://github.com/matrix-org/matrix-react-sdk/pull/12147)). Contributed by @t3chguy.
* Change Quick Settings icon ([#12141](https://github.com/matrix-org/matrix-react-sdk/pull/12141)). Contributed by @florianduros.
* Use Compound tooltips more widely ([#12128](https://github.com/matrix-org/matrix-react-sdk/pull/12128)). Contributed by @t3chguy.

## �汾� Bug Fixes

* Fix OIDC bugs due to amnesiac stores forgetting OIDC issuer \& other data ([#12166](https://github.com/matrix-org/matrix-react-sdk/pull/12166)). Contributed by @t3chguy.
* Fix account management link for delegated auth OIDC setups ([#12144](https://github.com/matrix-org/matrix-react-sdk/pull/12144)). Contributed by @t3chguy.
* Fix Safari IME support ([#11016](https://github.com/matrix-org/matrix-react-sdk/pull/11016)). Contributed by @SuperKenVery.
* Fix Stickerpicker layout crossing multiple CSS stacking contexts ([#12127](https://github.com/matrix-org/matrix-react-sdk/pull/12127)).
* Fix Stickerpicker layout crossing multiple CSS stacking contexts ([#12126](https://github.com/matrix-org/matrix-react-sdk/pull/12126)). Contributed by @t3chguy.
* Fix 1F97A and 1F979 in Twemoji COLR font ([#12177](https://github.com/matrix-org/matrix-react-sdk/pull/12177)).
## 笨ィ Features

* Use jitsi-lobby in video channel (video rooms) ([#26879](https://github.com/element-hq/element-web/pull/26879)). Contributed by @toger5.

(js)

2024-02-03 16:22:00 UTC MAIN commitmail json YAML

doc: Updated security/ruby-net-ssh to 7.2.1

(taca)

2024-02-03 16:21:46 UTC MAIN commitmail json YAML

security/ruby-net-ssh: update to 7.2.1

7.2.1 (2023-12-19)

* feat: allow load of certkey from string [#926]
* fix: fix for  Socket#recv returning nil on ruby 3.3.0 [#928]

(taca)

2024-02-03 16:20:09 UTC MAIN commitmail json YAML

doc: Updated security/ruby-metasploit-payloads to 2.0.165

(taca)

2024-02-03 16:19:51 UTC MAIN commitmail json YAML

security/ruby-metasploit-payloads: update to 2.0.165

2.0.163 (2024-01-04)

* Land #686, Add Windows Memory Search support using regex

2.0.164 (2024-01-08)

* Land #693, Fix incorrect Memory Search variable name

2.0.165 (2024-01-19)

* Land #694, Use direct syscalls in the RDI loader

(taca)

2024-02-03 16:16:28 UTC MAIN commitmail json YAML

doc: Updated security/ruby-airbrussh to 1.5.1

(taca)

2024-02-03 16:16:09 UTC MAIN commitmail json YAML

security/ruby-airbrussh: update to 1.5.1

1.5.1 (2024-01-09)

This is a gem housekeeping release. No user-facing changes.

Housekeeping

* Add Ruby 3.3 to CI matrix (#154) @mattbrictson

(taca)

2024-02-03 16:14:50 UTC MAIN commitmail json YAML

doc: Updated print/ruby-pdf-reader to 2.12.0

(taca)

2024-02-03 16:14:36 UTC MAIN commitmail json YAML

print/ruby-pdf-reader: update to 2.12.0

2.12.0 (2023-12-26)

* Fix a sorbet method signature (http://github.com/yob/pdf-reader/pull/512)
* Reduce allocations when parsing PDFs with hex strings
  (http://github.com/yob/pdf-reader/pull/528)
* Fix text extraction of some rare unicode codepoints
  (http://github.com/yob/pdf-reader/pull/529)

(taca)

2024-02-03 16:13:17 UTC MAIN commitmail json YAML

doc: Updated net/ruby-ruby_smb to 3.3.2

(taca)

2024-02-03 16:13:00 UTC MAIN commitmail json YAML

net/ruby-ruby_smb: update to 3.3.2

3.3.2 (2024-01-26)

* Land #260, Add the #remove_share method to the server

(taca)

2024-02-03 16:11:34 UTC MAIN commitmail json YAML

doc: Updated net/ruby-recog to 3.1.4

(taca)

2024-02-03 16:11:18 UTC MAIN commitmail json YAML

net/ruby-recog: update to 3.1.4

3.1.3 (2023-12-20)

3.1.4 (2023-12-20)

No changes available.

(taca)

2024-02-03 16:04:40 UTC MAIN commitmail json YAML

doc: Updated net/ruby-net-ldap to 0.19.0

(taca)

2024-02-03 16:04:22 UTC MAIN commitmail json YAML

net/ruby-net-ldap: update to 0.19.0

0.19.0 (2024-01-03)

* Net::LDAP::DN - Retain trailing spaces in RDN values in DNs by @TomSellers
  in #412
* Add in ability for users to specify LDAP controls when conducting searches
  by @gwillcox-r7 in #411
* Document connect_timeout in Constructor Details by @alexjfisher in #415
* Fix openssl error when using multiple hosts by @jpdasma in #417

New Contributors

* @TomSellers made their first contribution in #412
* @gwillcox-r7 made their first contribution in #411
* @alexjfisher made their first contribution in #415

(taca)

2024-02-03 16:02:46 UTC MAIN commitmail json YAML

doc: Updated net/ruby-domain_name to 0.6.20240107

(taca)

2024-02-03 16:02:33 UTC MAIN commitmail json YAML

net/ruby-domain_name: update to 0.6.20240107

0.6.20240107 (2024-01-09)

* Update the eTLD database to 2024-01-07 11:25:45 UTC

Closed issues:

* git tag v0.6.20231109 is missing #25
* Unicode Normalization not appropriate for ASCII-8BIT #23

Merged pull requests:

* Fix regression: Allow DomainName.normalize to accept ASCII-only,
  non-unicode encoded input #27 (tisba)

(taca)

2024-02-03 16:01:13 UTC MAIN commitmail json YAML

doc: Updated misc/ruby-parallel to 1.24.0

(taca)

2024-02-03 16:00:58 UTC MAIN commitmail json YAML

misc/ruby-parallel: update to 1.24.0

1.24.0 (2023-12-16)

* Add :finish_in_order option
* polish finish_in_order

(taca)

2024-02-03 15:58:43 UTC MAIN commitmail json YAML

doc: Updated misc/ruby-commander to 5.0.0

(taca)

2024-02-03 15:58:28 UTC MAIN commitmail json YAML

misc/ruby-commander: update to 5.0.0

5.0.0 (2024-01-15)

* Drop support for Ruby < 3.0; update highline dependency to ~3.0
  (#102). (@belousovAV)

(taca)

2024-02-03 15:57:20 UTC MAIN commitmail json YAML

doc: Updated math/ruby-spreadsheet to 1.3.1

(taca)

2024-02-03 15:57:05 UTC MAIN commitmail json YAML

math/ruby-spreadsheet: update to 1.3.1

1.3.1 (2024-01-15)

* Fix spreadsheet.gemspec issues.

(taca)

2024-02-03 15:55:59 UTC MAIN commitmail json YAML

doc: Updated math/ruby-roo to 2.10.1

(taca)

2024-02-03 15:55:44 UTC MAIN commitmail json YAML

math/ruby-roo: update to 2.10.1

2.10.1 (2024-01-17)

Changed/Added

* Prevent warnings on Ruby 3.1 if finalizer is called twice 586
* Fix Roo::Base#each_with_pagename degraded at 576 583

(taca)

2024-02-03 15:54:45 UTC MAIN commitmail json YAML

doc: Updated mail/ruby-mime-types to 3.5.2

(taca)

2024-02-03 15:54:33 UTC MAIN commitmail json YAML

mail/ruby-mime-types: udpate to 3.5.2

3.5.2 (2024-01-02)

There are no primary code changes, but we are releasing this as an update as
there are some validation changes and updated code with formatting.

Dependency and CI updates:

* Masato Nakamura added Ruby 3.3 to the CI workflow in #179.
* Fixed regressions in standard formatting in #180.
* Removed minitest-bonus-assertions because of a bundler resolution
  issue. Created a better replacement in-line.

(taca)

2024-02-03 15:53:23 UTC MAIN commitmail json YAML

doc: Updated graphics/ruby-image_size to 3.4.0

(taca)

2024-02-03 15:53:02 UTC MAIN commitmail json YAML

graphics/ruby-image_size: update to 3.4.0

3.4.0 (2024-01-16)

* Provide access to media types using media_type and media_types methods #22
  @toy
* Allow fetching from HTTP server by requiring image_size/uri @toy
* Fix for ArgumentError when requiring only image_size/uri_reader (without
  image_size) @toy
* Require ruby 1.9.3 @toy

(taca)

2024-02-03 15:51:43 UTC MAIN commitmail json YAML

doc: Updated finance/ruby-braintree to 4.18.0

(taca)

2024-02-03 15:51:28 UTC MAIN commitmail json YAML

finance/ruby-braintree: update to 4.18.0

4.17.0 (2023-12-19)

* Add PickupInStore to ShippingMethod enum
* Add external_vault and risk_data to CreditCardVerification create request

4.18.0 (2024-01-09)

* Add process_debit_as_credit to credit_card field in options field during
  Transaction create
* Add package_tracking method to transaction_gateway to make request to add
  tracking information to transactions
* Add packages to Transaction object
* Add image_url,upc_code, and upc_type to LineItems in transaction_gateway

(taca)

2024-02-03 15:49:32 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-tty-screen to 0.8.2

(taca)

2024-02-03 15:49:16 UTC MAIN commitmail json YAML

devel/ruby-tty-screen: update to 0.8.2

0.8.2 (2023-12-17)

Changed

* Change the ioctl system call support check to use the output method
* Change size from ioctl to extract window buffer format and length to
  constants
* Change size from ioctl to allocate and read window buffer with fewer
  objects
* Change size detection from tput to check TTY on the output method
* Change size detection from stty to check TTY on the output method
* Change size detection from the environment variables to use the env method
* Change size from the ansicon environment variable to use the env method
* Change size from ansicon to use regexp last match to lookup pattern
  matches
* Change size from ansicon to allocate window dimensions with fewer objects

Fixed

* Fix ioctl call test to stub terminal size encoding for big-endian systems
* Fix to skip terminal size detection from readline on non-TTY output
* Fix size detection from IO to skip loading io-console on non-TTY output
* Fix size detection from tput to check for non-zero columns instead of
  lines
* Fix JRuby and Windows system detection to check Ruby configuration only
  once

(taca)

2024-02-03 15:46:53 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-shoulda-matchers to 6.1.0

(taca)

2024-02-03 15:46:34 UTC MAIN commitmail json YAML

devel/ruby-shoulda-matchers: update to 6.1.0

pkgsrc change: update HOMEPAGE.

6.0.0 (2023-12-22)

Backward-incompatible changes

* Drop support for Rails 5.2 and 6.0 as well as Ruby 2.6 and 2.7 they've
  been end-of-lifed by @dougmrqs and @HeitorMC.
  The gem now supports Ruby 3.0+ and Rails 6.1+. (#1521, #1522, #1547, #1548)

Bug fixes

* Fix validate_uniqueness_of matcher not supporting column of the type
  timestampz by @callahat. (#1544)
* Ensure that validation specs work for ActiveModel without ActiveRecord by
  @stonefield. (#1580)

Features

* Add normalize matcher by @stephannv. (#1558)
* Add validates_comparison_of matcher by @matsales28. (#1552)
* Add support for Ruby 3.2 by @petergoldstein. (#1536)
* Add support for Ruby 3.3.0-rc1 by @mtasaka and @VSPPedro. ([#1579], #1588)
* Add support for Rails 7.1 by @matsales28. (#1573)
* Add support for array attributes on validate_length_of matcher by
  @jarenas9539. #1560
* Allow length validation on associations by @matsales28. (#1569)
* Improve have_db_index to better handle columns with multiple indexes by
  @abrom. (#1542)
* Implement of_sql_type qualifier on have_db_column matcher by
  @matsales28. (#1555)

Improvements

* When an unrelated error is seen with negated allow_value, give a hint by
  @matsales28. (#1570)

Thanks everyone for the contributions!

6.1.0 (2024-01-19)

Bug fixes

* Fix negative form of validate_numericality matcher by @matsales28 (#1603)

Features

* Add support for negated matcher on have_secure_password matcher by
  @amalrik (#1593)
* Add encrypt matcher to test usage of the encrypts macro by @theforestvn88
  (#1581)
* Add query_constraints qualifier on the association matchers by @matsales28
  (#1604)

Improvements

* Remove array_column? helper from ValidateAbsenceOfMatcher by @jarenas9539
  (#1562)
* Bump rubocop version to 1.59.0 by @VSPPedro (#1600)
* Update Ruby version to 3.3.0 by @VSSPedro(#1599)
* Fix REPRODUCTION_SCRIPT.md link returning 404 by @VSPPedro (#1602)
* Add support for globally enabled frozen-string-literals by @amalrik
  (#1598)
* Adjust typos in the documentation by @matsales28 (#1597)

(taca)

2024-02-03 15:40:20 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-sexp-processor to 4.17.1

(taca)

2024-02-03 15:40:05 UTC MAIN commitmail json YAML

devel/ruby-sexp-processor: udpate to 4.17.1

4.17.1 (2024-01-15)

1 minor enhancement:

* Added 3.3 to pt_testcase.rb

(taca)

2024-02-03 15:38:57 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-rspec-rails to 6.1.1

(taca)

2024-02-03 15:38:36 UTC MAIN commitmail json YAML

devel/ruby-rspec-rails: update to 6.1.1

6.1.1 (2024-01-25)

Bug Fixes:

* Improved deprecation message for RSpec::Rails::Configuration.fixture_paths
  (Benoit Tigeot, #2720)
* Fix support for namespaced fixtures in Rails 7.1. (Benedikt Deicke, #2716)

(taca)

2024-02-03 15:37:05 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-regexp_parser to 2.9.0

(taca)

2024-02-03 15:36:48 UTC MAIN commitmail json YAML

devel/ruby-regexp_parser: update to 2.9.0

2.9.0 (2024-01-07)

Added

* all expressions now respond to #negative? / #negated?

    - previously only sets, props, and posix classes did

* implemented #negative? / #negated? for more applicable expressions

    - \B, \D, \H, \S, \W, (?!...), (?<!...)

Fixed

* fixed missing support for grapheme cluster break unicode properties

    - e.g. /\p{Grapheme_Cluster_Break=Extend}/

(taca)

2024-02-03 15:34:45 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-parser to 3.21.0

(taca)

2024-02-03 15:34:21 UTC MAIN commitmail json YAML

devel/ruby-parser: update to 3.21.0

3.21.0 (2024-01-15)

18 minor enhancements:

* (internal) Added simple RubyLexer#comment.
* (internal) Removed RubyLexer#comments and #ignore_body_comments.
* (internal) Removed RubyParser#comments.
* (internal) Renamed files from lib/ruby##_parser.* to lib/ruby_parser##.*
* (internal) Renamed lib/ruby3_parser.yy to lib/ruby_parser3.yy
* (internal) Renamed lib/ruby_parser.yy to lib/ruby_parser2.yy
* Added tentative 3.2 support. (torrocus)
* Made `rake compare` a multitask (28s -> 10s!!).
* Made `rake compare` depend on `generate` (from clean: 28s -> 18s).
* No longer package versioned .y files.
* Overhaul of parser/lexer comment processing.
* Parser productions for k_class/k_module/k_def carry their comment with
  them.
* Restructured build tasks to utilize Hoe's .yy support! 8.5s -> 1.2s!!!
* RubyParser new_(class|module|defn|defs) handle comment processing via
  sexp.
* RubyParser new_(class|module|defn|defs) handle normalizing production
  sexps.
* RubyParser#next_token clears out lexer's comment when applicable.
* Simplified parser productions for defn_head, defs_head. No more
  normalizing.
* Updated `rake compare` steps for lrama in ruby 3.3+.

6 bug fixes:

* Cleaned out cruft from `rake compare` code.
* Fixed compare/normalize.rb for lrama differences.
* Made `parser` task depend on `isolate` task to pick up racc generator.
* Made racc a runtime dependency (was dev only) now that ruby 3.3 doesn't
  ship with the racc runtime. (wildmaples)
* Updated README.rdoc updating instructions to match current filenames.
* Updated compare versions and added 3.3.

(taca)

2024-02-03 15:30:25 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-native-package-installer to 1.1.9

(taca)

2024-02-03 15:30:08 UTC MAIN commitmail json YAML

devel/ruby-native-package-installer: update to 1.1.9

1.1.9 (2023-12-18)

Improvements

* Added support for Alpine Linux.

(taca)

2024-02-03 15:23:13 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-io-event to 1.4.2

(taca)

2024-02-03 15:22:55 UTC MAIN commitmail json YAML

devel/ruby-io-event: update to 1.4.2

1.3.3 (2023-12-28)

What's Changed

* Correctly pass through flags rb_process_status_wait. by @ioquatix in #81
* Ensure that the saved node is freed correctly if an exception occurs. by
  @ioquatix in #84

1.4.0 (2023-12-28)

What's Changed

* Ruby 3.3 updates (dropped support for Ruby 3.0) by @ioquatix in #85

1.4.1 (2024-01-10)

* Add liburing package installation for Ubuntu tests. (#87)
* Also fix #88: -std=c99 is disabling struct timespec
* Always #include <ruby.h> before any system header (#89)

1.4.2 (2024-01-14)

* No change except version.

(taca)

2024-02-03 15:15:24 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-highline to 3.0.1

(taca)

2024-02-03 15:15:09 UTC MAIN commitmail json YAML

devel/ruby-highline: update to 3.0.1

3.0.0 / 2024-01-05

* PR #265 - Change Readline for Reline for Ruby 3.3 compat (@abinoam)
* PR #264 - Add abbrev gem as dependency (@mathieujobin)
* PR #263 - Release 3.0.0.pre.1
*    Raise minimum Ruby version requirement to 3.0
* PR #262 - Do not call stty on non-tty (@kbrock)
* PR #260 / I #43 - Ctrl-U (erase line) handling (@abinoam, issue by
  @gutenye)
* PR #259 / I #236 - Handle Ctrl-C when Question#echo = false (@abinoam,
  @Fahhetah, issue by @aspyct)
* PR #258 / I #246 - Add validation class support (@abinoam, issue by
  @Joshfindit)
    - Make it dry-types compatible through the use of #valid?
    - Solve the multiple answers in one line problem with a combination of
      custom coercion (parser) and custom validation
* PR #257 / I #233 - Show Question#default hint for non String values
  (@abinoam, issue by @branch14)
    - Add Question#default_hint_show to allow disabling it.
* PR #256 / I #249 - Fix Array validation in Question#in (@abinoam, issue by
  @esotericpig)

3.0.1 (2024-01-20)

* PR #268 - Remove unused abbrev dependency (@zvkemp)

(taca)

2024-02-03 15:12:58 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-git to 1.19.1

(taca)

2024-02-03 15:12:24 UTC MAIN commitmail json YAML

devel/ruby-git: update to 1.19.1

Really update to 1.19.1 not 1.19.0.

1.19.1 (2024-01-13)

Changes since v1.19.0:

* f97c57c Announce the 2.0.0 pre-release (#682)

(taca)

2024-02-03 15:10:35 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-git to 1.19.0

(taca)

2024-02-03 15:10:19 UTC MAIN commitmail json YAML

devel/ruby-git: update to 1.19.1

1.19.0 (2023-12-28)

Changes since v1.18.0:

* 3bdb280 Add option to push all branches to a remote repo at one time
  (#678)
* b0d89ac Remove calls to Dir.chdir (#673)
* e64c2f6 Refactor tests for read_tree, write_tree, and commit_tree (#679)
* 0bb965d Explicitly name remote tracking branch in test (#676)
* 8481f8c Document how to delete a remote branch (#672)
* dce6816 show .log example with count in README, fixes #667 (#668)
* b1799f6 Update test of 'git worktree add' with no commits (#670)
* dd5a24d Add --filter to Git.clone for partial clones (#663)

1.19.1 (2024-01-13)

Changes since v1.19.0:

* f97c57c Announce the 2.0.0 pre-release (#682)

(taca)

2024-02-03 15:08:15 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-async to 2.8.1

(taca)

2024-02-03 15:07:58 UTC MAIN commitmail json YAML

devel/ruby-async: update to 2.8.1

2.7.0 (2024-01-02)

What's Changed

* Try testing on Ruby 3.3. by @ioquatix in #294
* Add support for IO#timeout in io_read, io_write and io_wait. by @ioquatix
  in #296

2.8.0 (2024-01-03)

What's Changed

* Allow Interrupt to retry the run loop after issuing #stop. by @ioquatix in
  #297
* Add write timeout test. by @ioquatix in #298

2.8.1 (2024-02-01)

What's Changed

* Don't enable io_write hook on Ruby < 3.3.1 as it's buggy. by @ioquatix in
  #303

(taca)

2024-02-03 15:05:37 UTC MAIN commitmail json YAML

doc: Updated devel/hoe to 4.2.0

(taca)

2024-02-03 15:05:20 UTC MAIN commitmail json YAML

devel/hoe: update to 4.2.0

4.2.0 (2024-01-12)

2 minor enhancements:

* Extended hoe/racc to be multitask! ruby_parser goes from 8.5s to 1.2s!
* Extended hoe/racc to build .yy files to allow for multi-file generation.

1 bug fix:

* Fixed missing dep declaration on oedipus_lex.

(taca)

2024-02-03 15:03:46 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-tiny_tds to 2.1.7

(taca)

2024-02-03 15:03:31 UTC MAIN commitmail json YAML

databases/ruby-tiny_tds: update to 2.1.7

2.1.7 (2024-01-08)

* Add Ruby 3.3 to the cross compile list

(taca)

2024-02-03 15:02:31 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sqlite3 to 1.7.2

(taca)

2024-02-03 15:02:14 UTC MAIN commitmail json YAML

databases/ruby-sqlite3: update to 1.7.2

1.7.1 (2024-01-24)

Dependencies

* Vendored sqlite is update to v3.45.0. @flavorjones

1.7.2 (2024-01-30)

Dependencies

    Vendored sqlite is updated to v3.45.1. @flavorjones

(taca)

2024-02-03 15:01:01 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sequel to 5.77.0

(taca)

2024-02-03 15:00:42 UTC MAIN commitmail json YAML

databases/ruby-sequel: update to 5.77.0

5.77.0 (2024-02-01)

* Support create_table :without_rowid option on SQLite (loranger32) (#2126)

* Warn by default if trying to eager_graph/association_join an association
  that uses a block, when the block would be ignored (jeremyevans)

* Speed up validates_unique in validation_helpers plugin by using empty?
  instead of count == 0 (numbata) (#2122)

* Speed up regexp matches in sqlite adapter on Ruby 2.4+ (jeremyevans)

* Add sqlite adapter :regexp_function_cache option for specifying the cache
  object to use (paddor, jeremyevans) (#2116)

* Respect list plugin :top option when inserting the first row into the
  model's table (johanmagnusson) (#2115)

* Switch default connection pool to timed_queue on Ruby 3.4+ (jeremyevans)

* Support on_duplicate_columns={raise,warn} parameter in connection URL when
  using duplicate_columns_handler extension (jeremyevans)

* Add transaction_connection_validator extension for retrying transactions
  on new connection if ther is a disconnect error when starting transaction
  (jeremyevans)

(taca)

2024-02-03 14:59:02 UTC MAIN commitmail json YAML

doc: Updated archivers/ruby-ffi-libarchive to 1.1.14

(taca)

2024-02-03 14:58:45 UTC MAIN commitmail json YAML

archivers/ruby-ffi-libarchive: update to 1.1.14

1.1.14 (2024-01-31)

Merged Pull Requests

* Correct return type of archive_read_data (fix RARv5 support) #86
  (tbolender)

(taca)

2024-02-03 14:55:50 UTC MAIN commitmail json YAML

doc/TODO: updates several pacakges

+ SOGo5-5.9.1, SOPE5-5.9.1, php-basercms-5.0.8, php-concretecms-9.2.4,
  php-jpgraph-4.4.2, php-memcached-3.2.0, php-mongodb-1.17.2,
  php-mrbs-1.11.4, php-phrasea2-4.1.7, php-piwigo-14.2.0, php-tiki-24.6,
  phraseanet-4.1.7, zoneminder-1.36.33
- ruby-3.3, ruby-redmine-5.1.0

* php-pthreads-3.2.0 [repository archived]

(taca)

2024-02-03 14:51:56 UTC MAIN commitmail json YAML

doc: Updated time/ruby-tzinfo-data to 1.2024.1

(taca)

2024-02-03 14:51:28 UTC MAIN commitmail json YAML

time/ruby-tzinfo-data: update to 1.2024.1

1.2024.1 (2024-02-01)

* Based on version 2024a of the IANA Time Zone Database
  (https://mm.icann.org/pipermail/tz-announce/2024-February/000081.html).

(taca)

2024-02-03 12:21:18 UTC MAIN commitmail json YAML

(doc/CHANGES-2024) fix CONFLICT, sorry

(mef)

2024-02-03 12:17:16 UTC MAIN commitmail json YAML

(devel/libffi) python311-3.11.7 wants 3.4.4

(mef)

2024-02-03 12:03:27 UTC MAIN commitmail json YAML

doc: Updated math/R-plyr to 1.8.9

(mef)

2024-02-03 12:03:16 UTC MAIN commitmail json YAML

(math/R-plyr) Updated 1.8.8 to 1.8.9

# plyr 1.8.9

* Fixes for `R CMD check`

(mef)

2024-02-03 11:55:07 UTC MAIN commitmail json YAML

doc: Updated sysutils/stow to 2.3.1

(bsiegert)

2024-02-03 11:54:55 UTC MAIN commitmail json YAML

stow: update to 2.3.1.

From Chavdar Ivanov in PR pkg/57899.

* Changes in version 2.3.1

*** Remove dependencies on Hash::Merge and Clone::Choose

    stow 2.3.0 added external runtime dependencies on Hash::Merge and
    Clone::Choose. Historically stow hasn't had runtime dependencies
    other than Perl itself, which is a useful property if you're
    managing the installation of Perl using stow; the bootstrapping
    instructions in stow's manual would need updating to describe how
    to install these two modules (and any dependencies they have now
    or in the future) as well.

    However, Hash::Merge is much more general than stow actually
    needs, so replace the merge() call with a few lines of equivalent
    code -- this avoids the external dependencies, and is clearer than
    the merge() call.

    Many thanks to Adam Sampson for this patch!

    https://lists.gnu.org/archive/html/bug-stow/2019-06/msg00001.html

*** Fix an issue with the test suite

    t/cli.t was not testing with the right Perl executable, as
    reported here:

        https://rt.cpan.org/Ticket/Display.html?id=129944

    Thanks to Slaven Rezic for spotting this and reporting it!

*** Various maintainer tweaks

    Improved the release process and its documentation in various
    minor ways.

* Changes in version 2.3.0

*** New features / changes in behaviour

***** New --dotfiles option

      Enable special handling for "dotfiles" (files or folders whose name
      begins with a period) in the package directory. If this option is
      enabled, Stow will add a preprocessing step for each file or folder
      whose name begins with "dot-", and replace the "dot-" prefix in the
      name by a period (".").  This is useful when Stow is used to manage
      collections of dotfiles, to avoid having a package directory full
      of hidden files.

      For example, suppose we have a package containing two files,
      stow/dot-bashrc and stow/dot-emacs.d/init.el.  With this option,
      Stow will create symlinks from .bashrc to stow/dot-bashrc and from
      .emacs.d/init.el to stow/dot-emacs.d/init.el.  Any other files,
      whose name does not begin with "dot-", will be processed as usual.

      Thanks to Joris Vankerschaver for this feature!

***** Shell-like expansion in .stowrc files

      For options within .stowrc files which describe file paths, "~" can
      be included to expand to the current value of $HOME, and
      environment variables can be referenced e.g. via "$FOO" or
      "${FOO}".  To prevent expansion, escape with a backslash.

      Thanks a lot to Charles LeDoux for his diligent work on this
      feature!

***** chkstow now honours the $STOW_DIR environment variable

      The stow script already honoured the $STOW_DIR environment
      variable.  Now chkstow does too, for consistency.

***** Stow now has a non-zero exit code if option parsing failed

      Thanks to Brice Waegeneire for reporting this.

*** License upgraded from GPL version 2 to version 3

    Copyright and license notices were also added to the headers of
    various files in accordance with GNU guidelines.

*** Documentation fixes and enhancements

(bsiegert)

2024-02-03 11:54:31 UTC MAIN commitmail json YAML

(math/R-itertools) import R-itertools-0.1.3

Various tools for creating iterators, many patterned after functions
in the Python itertools module, and others patterned after functions
in the 'snow' package.

(mef)

2024-02-03 11:24:29 UTC MAIN commitmail json YAML

doc: Updated math/R-ncdf4 to 1.22

(mef)

2024-02-03 11:24:20 UTC MAIN commitmail json YAML

(math/R-ncdf4) Updated 1.21 to 1.22

Release 1.22 (2023-03-01) Added "na_replace" argument to ncvar_put().

(mef)

2024-02-03 11:13:33 UTC MAIN commitmail json YAML

doc: Updated math/R-mvtnorm to 1.2.4

(mef)

2024-02-03 11:13:21 UTC MAIN commitmail json YAML

(math/R-mvtnorm) Udated 1.2.2 to 1.2.4

Changes in Version 1.2-4 (2023-11-27):

  Bugfixes:

        * Remove empty print statement from 'miwa.c'

Changes in Version 1.2-3 (2023-08-17):

  Features:

        * Allow to change 'rnorm' in 'rmvnorm', feature request by
          Ralf Stubner.

  Bugfixes:

        * Fix variable declarations in 'tvpack.f' as reported by Intel
          compilers icx/ipcx/ifx from oneAPI 2023.2.0 and oneMKL
          2023.2.0, thanks to BDR

(mef)

2024-02-03 11:04:16 UTC MAIN commitmail json YAML

doc: Updated math/R-minqa to 1.2.6

(mef)

2024-02-03 11:04:04 UTC MAIN commitmail json YAML

(math/R-minqa) Updated 1.2.5 to 1.2.6

2023-09-09 K Mullen <mullenkate@gmail.com>
* src/bigden.f, src/biglag.f, src/rescue.f, src/trsapp.f,
src/trsbox.f: changed DFLOAT --> DBLE

(mef)

2024-02-03 10:58:37 UTC MAIN commitmail json YAML

pkg_create: fail gracefully on encountering nameless uids and gids.

PR pkg/57888

Submitted by: Sunil Nimmagadda

(jkoshy)

2024-02-03 08:24:11 UTC MAIN commitmail json YAML

Updated devel/py-pydantic-core, security/py-certifi

(adam)

2024-02-03 08:23:55 UTC MAIN commitmail json YAML

py-certifi: updated to 2024.2.2

2024.2.2
Unknown changes

(adam)

2024-02-03 08:19:19 UTC MAIN commitmail json YAML

py-pydantic-core: updated to 2.16.2

v2.16.2

Remove AsLocItem trait
Fix: pattern serialization
Fid UUID validation from string
Fix warning for tuple of wrong size in Union
Fix model computed_field json serialization

(adam)

2024-02-03 08:12:20 UTC MAIN commitmail json YAML

Updated devel/py-slugify, misc/py-trove-classifiers

(adam)

2024-02-03 08:12:03 UTC MAIN commitmail json YAML

py-trove-classifiers: updated to 2024.1.31

2024.1.31
Add classifier for Wagtail 6

(adam)

2024-02-03 08:10:55 UTC MAIN commitmail json YAML

py-slugify: updated to 8.0.3

8.0.3
- Drop compatibility for unsupported Python Version
- Fix pattern types.

(adam)

2024-02-03 07:34:48 UTC MAIN commitmail json YAML

texlive-collection-latexextra: cleanup tex-paracol entry

(markd)

2024-02-03 06:09:10 UTC MAIN commitmail json YAML

texlive-collection-latexextra: update to revision 69580

(markd)

2024-02-03 05:50:24 UTC MAIN commitmail json YAML

texlive-collection-binextra: update to revision 69527

(markd)

2024-02-03 05:48:50 UTC MAIN commitmail json YAML

texlive-collection-mathscience: update to revision 69485

(markd)

2024-02-03 05:46:39 UTC MAIN commitmail json YAML

texlive-collection-music: update to revision 69613

(markd)

2024-02-03 05:45:08 UTC MAIN commitmail json YAML

texlive-collection-pictures: update to revision 69409

(markd)

2024-02-03 05:41:31 UTC MAIN commitmail json YAML

texlive-collection-publishers: update to revision 69489

(markd)

2024-02-03 05:33:15 UTC MAIN commitmail json YAML

doc: Updated textproc/po4a to 0.70nb1

(schmonz)

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

2024-02-03 05:30:56 UTC MAIN commitmail json YAML

2024-02-03 04:52:18 UTC MAIN commitmail json YAML

tex package updates

(markd)

2024-02-03 04:50:36 UTC MAIN commitmail json YAML

2024-02-03 04:47:33 UTC MAIN commitmail json YAML

2024-02-03 04:45:09 UTC MAIN commitmail json YAML

tex-etoc{,-doc}: update to 1.2d

1.2c: Compatibility hotfix with hyperref v7.01c.  Get etoc 1.2c to
      recover your beloved tables of contents!

1.2d: Fix crash (since 1.2) in presence of \usepackage[nottoc]{tocbibind}.

(markd)

2024-02-03 04:42:51 UTC MAIN commitmail json YAML

tex-doclicense{,-doc}: update to 3.3.0

* Add Austrian, Greek and Swiss German translations.

* Document available CC modifiers because it was not clear that
  to select CC0 the "zero" modifier must be used.

* Fix typo in Brazilian translation.

(markd)

2024-02-03 04:39:45 UTC MAIN commitmail json YAML

2024-02-03 04:36:06 UTC MAIN commitmail json YAML

tex-csvsimple{,-doc}: update to 2.6.0

2.6.0
### Added
- `consume collected data`
- `\csvcollecte` (replacement for `\csvcollectx`)
- New CamelCase macro names for several existing string and number test macros
    to adapt expl3 naming conventions
    - `\IfCsvsimStrEqualTF`
    - `\IfCsvsimTlEqualTF`
    - `\IfCsvsimTlProtectedEqualTF`
    - `\IfCsvsimFpCompareTF`
    - `\IfCsvsimIntCompareTF`

### Changed
- Default settings for `\csvautotabularray` and friends slightly changed
    (line width and added uppercase setting)
- In documentation for `collect data`, `after first line` is
    added to the list of collected keys
- Expl3 scratch variables like `\l_tmpa_tl` replaced by package variables like
`\l__csvsim_tmpa_tl`
- Implementation of `\csvexpval` changed from `\exp_not:V` to `\exp_not:o`
- Implementation of `data collection` changed to piecewise token list constructions
- Implementation of `generic collected table` does not alter `after reading` anymore
- Implementation of `\ifcsvstrcmp` and `\ifcsvstrequal` changed
- Documentation of Section "String and Number Tests" updated
- Leading `/` removed from all l3keys inside the documentation
- `l3keys2e` removed from `csvsimple.sty` and code adapted
- Needed LaTeX version updated to 2023-11-01
- Several minor changes

2.5.0
### Added
- New survey tables:
    - `\csvautotabularray`
    - `\csvautotabularray*`
    - `\csvautolongtabularray`
    - `\csvautolongtabularray*`
- New corresponding options
    - `autotabularray`
    - `autotabularray*`
    - `autolongtabularray`
    - `autolongtabularray*`

### Changed
- Documentation typos fixed
- Survey tables moved into a separate section

### Fixed
- `collect data` does not collect `after first line`

(markd)

2024-02-03 04:30:24 UTC MAIN commitmail json YAML

tex-circuitikz{,-doc}: update to 1.6.6

1.6.6
A couple of new components.

- Added the symbol for metal-oxide varistor `mov`
- Added another symbol for fuse (wiggly fuse `wfuse`)

1.6.5
This version features an important overhaul of the `muxdemux` configurable
component/shape, making it much more flexible and powerful by adding
configurable labels and negation and clock symbols to the pins.
Also, a couple of minor fixes/workarounds.

- Added optional and configurable inner, outer and border labels to the
  `muxdemux` shapes
- Added optional clock wedge and negation signs to the pins of `muxdemux` shapes
- Added the possibility to add a background drawing to `muxdemux` shapes
- Fixed a bug with `straightvoltages` and `open`
- Added an (ugly) workaround for a voltage shift mismatch

1.6.4
A bit of enhancements and fixes for the European-style logic ports, more
switches (and a bit more configurability for them), and more option for some
sources.

- The symbol in European logic ports is now rotation-invariant, and its font
  can be customized
- Added a couple of "blank" (no symbol) European logic ports
- Added new "traditional" switches
- Added configurability (color, thickness, dash) to switch arrows
- Added "eyw"-symbol (reverse star) for "oo"-type sources
- Added configurable open shape to the sinusoidal current source
- Several documentation fixes

(markd)

2024-02-03 04:07:37 UTC MAIN commitmail json YAML

tex-chemfig{,-doc}: update to 1.66

- when "bond join" is "true", Cram bonds "<" and ">"
  connect together and to simple bonds "-"

(markd)

2024-02-03 04:04:52 UTC MAIN commitmail json YAML

tex-changebar{,-doc}: update to 3.7d

3.7d
another small fix to get rid of irregular spacing when \nochangebar is used

3.7c
Erroneous spacing was reported when using the optional argument of \cbstart or
\begin{changebar}. This release fixes that.

3.7b
This fix-release ads a missing error message for not using xeTeX and
it addresses a situation where processing of lines in the .cb2 file results
in a runaway error.

3.7a
This release of changebar (v3.7a) adds support for luaLaTeX, next to the
already existing support for pdfLaTex en XeLaTeX

(markd)

2024-02-03 04:00:44 UTC MAIN commitmail json YAML

tex-caption{,-doc}: update to 20230805

* \subcaptionbox not working without hyperref
* subfig-Paket bringt die Option captions=nooneline des KOMA-Script durcheinander
* Typo in documentation section 7.3
* broken hyperlinks with memoir, caption, hyperref, sidecaption, and pdflatex

(markd)

2024-02-03 03:57:09 UTC MAIN commitmail json YAML

2024-02-03 03:11:14 UTC MAIN commitmail json YAML

2024-02-03 03:09:16 UTC MAIN commitmail json YAML

TODO: got-portable is already newer than 0.88

(And consensus is the old ported "got" should be replaced.)

(gutteridge)

2024-02-03 03:07:43 UTC MAIN commitmail json YAML

2024-02-03 03:05:32 UTC MAIN commitmail json YAML

2024-02-03 03:03:13 UTC MAIN commitmail json YAML

2024-02-03 03:00:58 UTC MAIN commitmail json YAML

tex-bookmark{,-doc}: update to 1.31

1.31
* Simplified the .dtx. It is no longer a self-extracting archive
  instead the newly added .ins should be used for installation.
* Removed the now outdated frozen drivers from 2019.
* Removed the dependency on ltxcmds.

1.30
* Corrected support for option bookmarkstype of hyperref
* Added support for structure destinations

(markd)

2024-02-03 02:57:11 UTC MAIN commitmail json YAML

2024-02-03 02:55:07 UTC MAIN commitmail json YAML

tex-beamer{,-doc}: update to 3.71

# Changed
- scale height of tree and split headlines with fontsize of `section in head/foot`

# Fixed
- ensure that shadows of rounded blocks use proper black for their shadow
- using correct template for `\structure` in article mode

(markd)

2024-02-03 02:52:23 UTC MAIN commitmail json YAML

2024-02-03 02:48:14 UTC MAIN commitmail json YAML

2024-02-03 02:45:15 UTC MAIN commitmail json YAML

tex-attachfile2{,-doc}: update to 2.12

Update to attachfile2 fixing encoding issues with xelatex, and documentation
improvements, issues 5 and 7 at
https://github.com/ho-tex/attachfile2/issues

(markd)

2024-02-03 02:42:23 UTC MAIN commitmail json YAML

2024-02-03 02:39:35 UTC MAIN commitmail json YAML

2024-02-03 01:50:24 UTC MAIN commitmail json YAML

tex-babel* updates

(markd)

2024-02-03 01:48:45 UTC MAIN commitmail json YAML

tex-babel-scottish: update to 1.0h

Allow scottishgaelic as the language name.

(markd)

2024-02-03 01:47:51 UTC MAIN commitmail json YAML

tex-babel-samin: update to 1.0d

Allow northernsami as the language name.

(markd)

2024-02-03 01:47:04 UTC MAIN commitmail json YAML

2024-02-03 01:46:11 UTC MAIN commitmail json YAML

tex-babel-italian: update to 1.5.00

changes unknown

(markd)

2024-02-03 01:45:17 UTC MAIN commitmail json YAML

2024-02-03 01:44:05 UTC MAIN commitmail json YAML

tex-babel-greek: update to 1.15

Improve the handling of font encodings with 8-bit TeX:

Switch to the previous \encodingdefault (not \cf at encoding) when
exiting Greek text parts.
Exception: use \latinencoding if the initial \encodingdefault
is LGR and ���greek��� is the main document language.

Fix standard accent macros with pre-2022 \MakeUppercase.
Rename modifier "local-MakeUppercase-fixes" to
"no-MakeUppercase-fixes".

(markd)

2024-02-03 01:42:51 UTC MAIN commitmail json YAML

tex-babel-german: update to 2.14

* Add "capsz" modifier to get a capital eszett letter if available (ngerman
  and naustrian only)
* Add some shorthands to insert gender-range marks (*, :, or _) which do not
  break hyphenation

(markd)

2024-02-03 01:41:43 UTC MAIN commitmail json YAML

tex-babel-french: update to 3.5r

- `babel-french` is now compatible with the XeLaTeX package `ucharclasses`.
- file `frenchb.ins` is no longer included: use `luatex frenchb.dtx` to
  extract the `.lua` and `.ldf` files.

(markd)

2024-02-03 01:40:21 UTC MAIN commitmail json YAML

tex-babel{,-doc}: update to 24.1

* New version numbering scheme.
* New key in \babelprovide: interchar (xe).
* Definitions for French: interchar=punctuation.space (xe) and
  transforms=punctuation.space (lua).

(markd)

2024-02-02 20:20:55 UTC MAIN commitmail json YAML

Updated sysutils/salt, sysutils/py-xattr

(adam)

2024-02-02 20:20:28 UTC MAIN commitmail json YAML

py-xattr: updated to 1.1.0

Version 1.1.0 released 2024-02-01

* Improve FreeBSD compatibility by stripping "user." prefix on attribute
  names, but add them when listing attributes so that it behaves similarly
  to Linux (the xattr.pyxattr_compat module does not add them).
  Also adds FreeBSD with its ports build of Python 3.9 to the CI test suite.

(adam)

2024-02-02 20:17:24 UTC MAIN commitmail json YAML

salt: updated to 3006.6

SALT 3006.6 RELEASE NOTES

CHANGED

Salt no longer time bombs user installations on code using salt.utils.versions.warn_until_date

FIXED

Fix un-closed transport in tornado netapi

SECURITY

CVE-2024-22231 Prevent directory traversal when creating syndic cache directory on the master CVE-2024-22232 Prevent directory traversal attacks in the master's serve_file method. These vulerablities were discovered and reported by: Yudi Zhao(Huawei Nebula Security Lab),Chenwei Jiang(Huawei Nebula Security Lab)

Update some requirements which had some security issues:

Bump to pycryptodome==3.19.1 and pycryptodomex==3.19.1 due to https://github.com/advisories/GHSA-j225-cvw7-qrx7

Bump to gitpython==3.1.41 due to https://github.com/advisories/GHSA-2mqj-m65w-jghx

Bump to jinja2==3.1.3 due to https://github.com/advisories/GHSA-h5c8-rqwp-cp95

(adam)

2024-02-02 16:25:52 UTC MAIN commitmail json YAML

doc: Updated editors/neovim to 0.9.5

(tm)

2024-02-02 16:24:45 UTC MAIN commitmail json YAML

neovim: update to version 0.9.5

v0.9.5
======

This is a maintenance release, focusing on bugfixes.
Notably, fixes were made for issues with using and testing Nvim on less common platforms, like big endian platforms.

Bug Fixes
---------

- defaults: Set 'fsync' #26039
- Dont create data dir if it's a broken symlink
- Make InspectTree handle nested injection
- Remove nested for_each_tree in TSTreeView (#26331)
- api: Use a conditional stack for nvim_cmd
- change: Update fold after on_bytes
- deps: Bump libmpack from luarocks
- extmark_to_array: Convert conceal_char to bytes
- highlight: Apply 'winblend' to float border
- inccommand: Save and restore '[ and '] marks
- inccommand: Don't crash with "split" and 'n' flag
- lsp: Handle NUL bytes in popup text
- lua: Correct return value for on_key with no arguments
- lua: Crash in nlua_error
- man: Make :Man with a range work
- mappings: Fix mapset() not replacing map with backslash
- marks: Handle switching buffer properly
- mouse: Avoid dragging after click label popupmenu callback
- mouse: Avoid dragging when clicking next to popupmenu
- move: Check the correct buffer
- oldtest: Always use a 64-bit int for swapfile block number
- options: Setting 'scroll' with resized grid
- quickfix: Check if delete failed in qf_fill_buffer()
- set_bool_option: Use int value to make bool Object
- set_option_from_tv: Use v_bool to access boolean option
- terminal: Assign channel to terminal earlier
- terminal: Avoid Insert mode in Terminal buffer
- terminal: Don't lose focus on
- terminal: Keep focus when scrolling number column of another window
- terminal: Make backslashes in 'shell' work on Windows
- treesitter: Foldexpr tweaks
- treesitter: Remove incompatible c query (again)
- ui: Empty line before the next message after :silent command

Build System
------------

- Fix universal mac builds
- ci: Ensure correct headers are used on macOS

Documentation
-------------

- List NVIM_APPNAME as env on manpage
- starting.txt: Correct step number

Performance
-----------

- Remove redundant strlen in skipwhite

Testing
-------

- Fix dependencies between test cases and test flakiness

v0.9.4
======

Bug Fixes
---------

- build: Fix exporting symbols on macOS Sonoma
- api: Handle NUL in nvim_err_write() and nvim_out_write()
- autocmd: Api functions accepting garbage after event name
- clang: Null pointer dereference in parse_msgpack
- clipboard: Don't pass --foreground to wl-copy
- exception: Remember whether message is multiline
- float: Update position of anchored windows first
- float: Fix some other crashes with :unhide or :all
- lua: Not using global value in vim.opt_global
- lua: Show error message when failing to set variable
- mouse: Click on 'statuscolumn' with 'rightleft'
- path: Accept special characters on Windows
- provider: Fix python3 provider cannot detect python3.12
- provider/pythonx: Import the correct module
- rpc: Fix race condition
- runtime: Add commentstring for D ftplugin
- statuscolumn: Update number hl for each screen line
- terminal: Check terminal size at end of screen update
- treesitter: Remove more double recursion
- ui: "resize -1" with cmdheight=0
- unhide: Close floating windows first
- unittests: Ignore __s128 and __u128 types in ffi
- tutor: Clarify the meaning of ✗ and ✓

Build System
------------

- deps: Bump libmpack-lua to 1.0.11
- ci: fix mac release for Sonoma

v0.9.2
======

Breaking change
---------------

An adjustment was made to the grid_line event as part of the external UI protocol:
the cells array might now end with a [' ', attr, 0] item with a repeat count of
zero. This is needed by the TUI to disambiguate final spaces from a line from just
clearing the line, which will make a difference when copying text using the terminal
emulators' builtin primary selection support.

External UIs can safely ignore such an empty item and most UIs already handle this fine.
But it could break UIs which has an assert to validate the cell count to be bigger
than zero, or similar.

Features
--------

- tui: Support Super and Meta modifiers
- terminal: Forward more special keys and modifier-mouse combinations

Bug Fixes
---------

- lua: Always set arg0 to lua scripts
- api: Redundant error when using nvim_cmd
- api, lua: Make blank lines in a message work properly
- column: Fix bugs related to signs in 'statuscolumn'
- completion: Don't add backslash in runtime completion
- diff: Filler lines for hunks bigger than linematch limit
- edit: Fix K_EVENT interfering with 'digraph'
- editorconfig: Better validation and error handling
- events: Don't expand non-file as file name
- events: Trigger VimResume on next UI request
- extmarks: Wrong display when changing text with virt_lines
- folds: Update folds in Insert mode with fdm=indent
- helptags: Make multibyte help tags work properly
- highlight: Make CurSearch work properly with 'winhl'
- inccommand: Fix saving of undo info
- keycodes: Recognize <t_xx> as a key
- lsp: Do not assume client capability exists in watchfiles check (#24558)
- mouse: Handle folded lines with virt_lines attached to line above
- remote: Make --remote-expr print to stdout
- remote: Restore previous --remote-expr output formatting
- spell: Splice extmarks on :spellrepall
- startup: Don't truncate when printing with -l
- startup: Run embedded Nvim with real path
- statusline: Redraw when Visual submode changes
- statusline: Fill for double-width char after moving items
- treesitter: Updates to queries and injections
- treesitter: Fix TSNode:tree() double free
- ui: Propagate line wrapping state on grid_line events
- ui: Avoid ambiguity about chunk that clears part of line

Performance
-----------

- extmarks: Avoid unnecessary marktree traversal with folds
- substitute: Don't reallocate new_start every time

Build System
------------

- deps: Bump libvterm to 0.3.3
- deps: Bump LuaJIT to HEAD - 03c31124c
- deps: Bump libuv to v1.46.0
- deps: Bump Luv to 1.45.0-0
- deps: Bump tree-sitter-c to v0.20.5
- deps: Bump tree-sitter-lua to v0.0.18

v0.9.1
======

- checkhealth: Add shims for health functions (#23241)
- Add vim.lsp.buf.formatting_sync() to deprecated.txt
- treesitter: update parsers and queries
- api: Extmark highlight groups not always included in details
- api: Avoid assertion when autocmd group id is 0
- api: Don't change title when setting buffer in a window
- api: Nvim_get_hl should return default flag
- colorscheme: Try .lua files in 'rtp' before .vim files in 'pp'
- statuscolumn: fix issues when used with virt_lines and signs
- drawline: Make cursorlineopt=screenline work with resized grid
- eval: Prevent double-free in garbage collection
- extmarks: Don't show virt lines for end mark
- float: Make bufpos work properly with resized parent grid
- highlight: Add missing g: prefix for colors_name
- highlight: Combine ColorColumn with low-priority CursorLine
- highlight: Apply 'winblend' to NormalNC
- lua: Inspect_pos respect bufnr when get syntax info
- lua: Vim.split may trim inner empty items
- man.lua: Don't continue on command error
- man.lua: Return support of all sections
- mark: Properly init mark views
- messages: Ensure msg_grid is at top at more prompt
- mkspell: Prevent Unicode character overflow
- mouse: Cmdline click registered as statuscolumn
- mouse: Fix popup menu position check with winbar
- normal: Make "g$" work properly with resized grid
- pum: Show right-click menu above cmdline area
- pum: Position properly with multigrid and floats
- pum: Fix issues with with 'rightleft'
- redo: Make redo of Lua mappings in op-pending mode work
- redraw: Multibyte characters are wrapped at the end of a line
- redraw: Overwrite double-width char with virt_text properly
- ruler: Show ruler of curwin with no statusline in cmdline
- spell: Extmark with spell=false should disable spell
- statusline: Also allow right click when 'mousemodel' is "popup*"
- substitute: Properly check if preview is needed
- termdebug: Handle partial lines passed to callback
- tui: Position cursor at bottom-left before stopping
- tui: Redraw on SIGWINCH even if size didn't change
- tui: Grid_clear properly clears the screen
- tui: Fix title restore with title stack or altscreen
- ui: Send title to newly-attached UI
- windows: Set stdout to binary mode for --api-info
- windows: Revert installation context to per-machine
- build: Include

(tm)

2024-02-02 16:23:35 UTC MAIN commitmail json YAML

Updated devel/py-test, devel/py-poetry-core

(adam)

2024-02-02 16:23:11 UTC MAIN commitmail json YAML

py-poetry-core: updated to 1.9.0

1.9.0

Added

Add a to key in tool.poetry.packages to allow custom subpackage names
Add support for path dependencies that do not define a build system
Add a tool.poetry.package-mode key to support non-package mode

Changed

Update list of supported licenses
Improve support for PEP 691 JSON-based Simple API
Establish zipapp compatibility
Rework list of files included in build artifacts
Improve performance by treating collections in packages as immutable
Deprecate poetry.core.masonry.builder
Deprecate scripts that depend on extras

Fixed

Fix an issue where insignificant errors were printed if the working directory is not inside a git repository
Fix an issue where the project's directory was not recognized as git repository on Windows due to an encoding issue

Vendoring

fastjsonschema==2.19.1
lark==1.1.8

(adam)

2024-02-02 16:19:52 UTC MAIN commitmail json YAML

py-test: updated to 8.0.0

pytest 8.0.0 (2024-01-27)
Bug Fixes
* Properly escape the reason of a skip mark when writing JUnit XML files.
* Avoid microsecond exceeds 1_000_000 when using log-date-format with %f specifier, which might cause the test suite to crash.

https://docs.pytest.org/en/stable/changelog.html

(adam)

2024-02-02 16:09:20 UTC MAIN commitmail json YAML

Updated devel/py-test-sugar, www/py-test-django

(adam)

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

py-test-django: updated to 4.8.0

v4.8.0 (2024-01-30)

Improvements

* Add `pytest.asserts.assertMessages()` to mimic the behaviour of the
  ``django.contrib.messages.test.MessagesTestMixin.assertMessages`` function
  for Django versions >= 5.0.

Bugfixes

* Fix `--help`/`--version` crash in a partially configured app.

(adam)

2024-02-02 16:06:17 UTC MAIN commitmail json YAML

py-test-sugar: updated to 1.0.0

1.0.0 - 2024-02-01

* Add support for pytest 8.x
* Drop support for Python 3.7

(adam)

2024-02-02 15:50:55 UTC MAIN commitmail json YAML

python311: kludge to appease configure error on vax where no IEEE-754.

(tsutsui)

2024-02-02 13:13:25 UTC MAIN commitmail json YAML

Updated multimedia/openh264, www/py-FormEncode

(adam)

2024-02-02 13:13:10 UTC MAIN commitmail json YAML

py-FormEncode: updated to 2.1.0

2.1.0
- Add support for Python 3.7 to 3.12, end support for older Python versions
- Context.set() now works as a context manager
- Fix binary of swedish translation
- Some internal code cleanup and modernization

(adam)

2024-02-02 13:08:51 UTC MAIN commitmail json YAML

openh264: updated to 2.4.1

v2.4.1
------
- Fix off by one regression in decoder
- Add security policy
- Fix glitches that sometimes happen near the scene changes

v2.4.0
------
- Add LoongArch SIMD
- Support Android NDK r20 (also r21)
- Support using gradle to build Android demo and unittest
- Bug fixes

(adam)

2024-02-02 12:41:23 UTC MAIN commitmail json YAML

doc: Updated finance/rex to 0.1.14

(pin)

2024-02-02 12:41:02 UTC MAIN commitmail json YAML

finace/rex: update to 0.1.14

Updates

    New option to change app data location on 'J' press.
    The home page now has slight animation as the number changes.
    A status will now be shown when a transaction is being edited.

Changes

    Improve path handling by @TheRustyPickle in #46
    Add the option to change file data location by @TheRustyPickle in #47
    Dependency updates by @TheRustyPickle in #48
    Update test coverage by @TheRustyPickle in #49
    Add number animation by @TheRustyPickle in #50
    Add a info status on tx edit by @TheRustyPickle in #53
    Update version by @TheRustyPickle in #54

(pin)

2024-02-02 12:40:03 UTC MAIN commitmail json YAML

doc: Updated sysutils/refi to 3.1.2

(pin)

2024-02-02 12:39:41 UTC MAIN commitmail json YAML

sysutils/refi: update to 3.1.2

-  Add hidden file to all tests

(pin)

2024-02-02 12:38:49 UTC MAIN commitmail json YAML

doc: Updated textproc/prose to 0.4.2

(pin)

2024-02-02 12:38:30 UTC MAIN commitmail json YAML

2024-02-02 12:37:28 UTC MAIN commitmail json YAML

doc: Updated net/piratebay to 0.1.8

(pin)

2024-02-02 12:37:09 UTC MAIN commitmail json YAML

net/piratebay: update to 0.1.8

What's Changed

    update flake.nix
    ci: create flakehub-publish-tagged.yml

(pin)

2024-02-02 12:36:48 UTC MAIN commitmail json YAML

doc: Updated graphics/gradient to 0.3.4

(pin)

2024-02-02 12:35:56 UTC MAIN commitmail json YAML

2024-02-02 09:21:23 UTC MAIN commitmail json YAML

doc: Updated sysutils/xcp to 0.19.0

(pin)

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

sysutils/xcp: update to 0.19.0

- This release adds the ability to backup files that are about to be
  overwritten. cp style number-backups and auto-(numbered)-backups
  are supported.

(pin)

2024-02-02 08:15:23 UTC MAIN commitmail json YAML

Updated devel/py-mako, devel/py-cachecontrol

(adam)

2024-02-02 08:15:08 UTC MAIN commitmail json YAML

py-cachecontrol: updated to 0.14.0

v0.14.0

doc: improve the docs
chore: update install command for FileCache
serialize: simplify loading logic
pyproject: constrain msgpack < 2.0.0
Miscellaneous repo cleanup
update readme
FileCache.directory: explictly allow pathlib.Path
Add support for Python 3.12 and drop EOL 3.6
Fix document code case errors
Don't use the cache if the request has a Range header

(adam)

2024-02-02 08:12:34 UTC MAIN commitmail json YAML

py-mako: updated to 1.3.2

1.3.2

bug

[bug] [lexer]

Fixed parsing issue where attempting to render a single percent sign % using an escaped percent %% would not function correctly if the escaped percent were not the first character on a line. Note that this is a revised version of a similar change made in Mako 1.3.1 which caused unexpected parsing regressions, resulting in the release being yanked. Pull request courtesy Hai Zhu.

(adam)

2024-02-02 08:11:14 UTC MAIN commitmail json YAML

Updated devel/py-urwid, databases/py-multidict, time/py-pytz, devel/py-cbor2

(adam)

2024-02-02 08:10:53 UTC MAIN commitmail json YAML

py-cbor2: updated to 5.6.1

5.6.1

- Fixed use-after-free in the decoder's C version when prematurely encountering the end of stream
- Fixed the C version of the decoder improperly raising ``CBORDecodeEOF`` when decoding a text
  string longer than 65536 bytes

(adam)

2024-02-02 08:09:41 UTC MAIN commitmail json YAML

py-pytz: updated to 2024.1

2024.1
Unknown changes

(adam)

2024-02-02 08:08:49 UTC MAIN commitmail json YAML

py-multidict: updated to 6.0.5

6.0.5 (2024-02-01)
==================

Bug fixes
---------

- Upgraded the C-API macros that have been deprecated in Python 3.9
  and later removed in 3.13 -- by :user:`iemelyanov`.

- Reverted to using the public argument parsing API
  :c:func:`PyArg_ParseTupleAndKeywords` under Python 3.12
  -- by :user:`charles-dyfis-net` and :user:`webknjaz`.

  The effect is that this change prevents build failures with
  clang 16.9.6 and gcc-14 reported in :issue:`926`. It also
  fixes a segmentation fault crash caused by passing keyword
  arguments to :py:meth:`MultiDict.getall()
  <multidict.MultiDict.getall>` discovered by :user:`jonaslb`
  and :user:`hroncok` while examining the problem.

- Fixed a ``SystemError: null argument to internal routine`` error on
  a ``MultiDict.items().isdisjoint()`` call when using C Extensions.

(adam)

2024-02-02 08:05:27 UTC MAIN commitmail json YAML

py-urwid: updated to 2.5.1

2.5.1

New features

Columns special case: FIXED pack with not enough info

Bug fixes �泄キ

Windows and WSL: SI/SO/IBMPC_ON/IBMPC_OFF skip

Documentation

Documentation: add Gitter badge to the README.rst

Refactoring

Extend Command enum and update Columns & Pile
Fix double Widget inheritance in the LineBox
Optimization: RAW display block read
Typing: correct annotations for Canvas.content

Other Changes

Typing: Make WidgetWrap and WidgetDecoration Generic

(adam)

2024-02-02 03:43:10 UTC MAIN commitmail json YAML

doc: Updated devel/mob to 4.5.0

(schmonz)

2024-02-02 03:43:06 UTC MAIN commitmail json YAML

mob: update to 4.5.0. Changes:

- Removes feature which cancels running timers as this can lead to
  longer rotations if the codebase is switched.
- Correct typo in the hint for creating a remote branch.

(schmonz)

2024-02-01 20:36:19 UTC MAIN commitmail json YAML

doc: Updated misc/tui-journal to 0.8.2

(pin)

2024-02-01 20:36:00 UTC MAIN commitmail json YAML

misc/tui-journal: update to 0.8.2

What's Changed
- Fixed: Change Help popup shortcut on windows by @AmmarAbouZor in #320

(pin)

2024-02-01 17:24:11 UTC MAIN commitmail json YAML

xfce4-tumbler: belatedly bump for libvpx breaking change

(This was somehow missed in the mass revbump that happened for the
libvpx change back on January 22nd.)

(gutteridge)

2024-02-01 17:13:19 UTC MAIN commitmail json YAML

firefox: reflect correct minimum NSS and Rust for 122

Fix builds for those of us who don't always have the latest. While
here, drop a now redundant API_DEPENDS requirement.

(gutteridge)

2024-02-01 16:25:49 UTC MAIN commitmail json YAML

doc/TODO: + MesaLib-24.0, libreoffice-24.2.

(wiz)

2024-02-01 14:21:58 UTC MAIN commitmail json YAML

Updated security/opensc, devel/py-faker

(adam)

2024-02-01 14:21:16 UTC MAIN commitmail json YAML

py-faker: updated to 22.6.0

v22.6.0 - 2024-01-29

Add support for birthday and gender to  uk_UA ssn method.

v22.5.1 - 2024-01-23

Add area code 830000 to zh_CN.
Add area_code parameter to ssn provider for zh_CN.

v22.5.0 - 2024-01-22

Add http_status_code to internet provider.

(adam)