py-test-doctestplus: updated to 1.5.0
1.5.0 (2025-10-17)
- Adding the usage of the ``doctest_encoding`` ini option when overwriting
files with the ``doctest-plus-generate-diff`` option.
py-test-codspeed: updated to 4.2.0
4.2.0
Features
Support python 3.14
Bug Fixes
Throw error when instrument hooks failed to initialize under codspeed env
py-ICU: updated to 2.16
Version 2.15.3 -> 2.16
- fixed issue 178
- added new enums from new unicode release in UBlockCode, UScriptCode
- added missing wrappers for ECollationStrength and EComparisonResult
- added wrapper for UIndicConjunctBreak
- added support for ICU 78.1
py-hypothesis: updated to 6.147.0
6.147.0
This release drops support for nose, which ceased development 9 years ago and does not support Python 3.10 or newer.
Hypothesis still supports nose2. While we do not test nose2 in our CI, we will fix any bugs that get reported.
py-nacl: updated to 1.6.1
1.6.1 (2025-11-10)
* The ``MAKE`` environment variable can now be used to specify the ``make``
binary that should be used in the build process.
www/php-concrete-cms: update to 9.4.6
9.4.6 (2025-11-04)
New Features
* We now check whether the web server appears to be properly configured to
support pretty URLs on the URLs and Redirection Dashboard page, and
present warnings to the user prior to allowing them to set this
configuration value if it appears that it will cause their site to cease
rendering (thanks mlocati)
Behavioral Improvements
* Added additional logging to pages, files, Express entries/objects, and
calendar events.
* The "Remove Old Page Versions" task is now more efficient and handles
larger data sets much more reliably (thanks biplobice)
[35 lines not shown]
py-test-benchmark: updated to 5.2.3
v5.2.3 (2025-11-09)
* Add support for pytest 9.0.
* Moved the README.rst/CHANGELOG.rst concatenation from setup.py to pyproject.toml.
v5.2.2 (2025-11-07)
* Fixed auto-disable to work with newer xdist (pytest-benchmark auto disables benchmarks if xdist is enabled by design).
py-pdf: updated to 6.2.0
6.2.0
New Features (ENH)
- Add 'strict' parameter to PDFWriter
Bug Fixes (BUG)
- PdfWriter.append fails when there are articles being None
Documentation (DOC)
- Execute docs examples in CI
py-plumbum: updated to 1.10.0
1.10.0
* Add Python π, drop Python 3.8
* CLI: Fix flag invoke behavior to respect ``False`` values
* CLI: Allow subapplication registration under multiple subcommand names
* CLI: Better support for future annotations on 3.9
* CLI: Termsize determination fixed on Linux Python 3.14, broken due to wrong struct size
* Drop some unused variables
* Simpler urljoin
* Use SPDX license identifier
py-braintree: updated to 4.40.0
4.40.0
Add payment_account_reference to Transaction::ApplePayCard, Transaction::AndroidPayCard, Transaction::CreditCard, and CreditCardVerification
Add processing_merchant_category_code field in Transaction
Add missing transfer validation error codes in Transaction
4.39.0
Add Bank Account Instant Verification functionality
Add BankAccountInstantVerificationGateway for creating JWTs
Add BankAccountInstantVerificationJwt response object
Add BankAccountInstantVerificationJwtRequest for JWT creation
Add ach_mandate_text and ach_mandate_accepted_at fields to TransactionUsBankAccountRequest
Add INSTANT_VERIFICATION_ACCOUNT_VALIDATION method to UsBankAccountVerification.VerificationMethod
Add support for US bank account ACH mandate fields in transaction requests
Add ach_reject_reason field to Transaction
Add sender and receiver to transfer in Transaction
Add is_device_token to ApplePayCard and ApplePayDetails
blosc2: updated to 2.22.0
2.22.0
b2nd_squeeze and b2nd_squeeze_index now return views and their signatures have consequently changed.
bug fix for indexing [ndim - 1] which caused an error when ndim is 0