Commit graph

360300 commits

Author SHA1 Message Date
wiz
5b2f229688 py-requests-file: mark as not for python 2.7 2022-07-08 14:33:35 +00:00
wiz
df68e0b196 doc: Updated finance/py-stripe to 3.5.0 2022-07-08 14:32:20 +00:00
wiz
0f13d05958 py-stripe: update to 3.5.0.
## 3.5.0 - 2022-06-30
* [#831](https://github.com/stripe/stripe-python/pull/831) API Updates
  * Add support for `deliver_card`, `fail_card`, `return_card`, and `ship_card` test helper methods on resource `Issuing.Card`
  * Switch from using `instance_url` to computing method path in place for custom methods.
  * Switch from using explicit class methods for test helpers instead of using meta-programming.

## 3.4.0 - 2022-06-17
* [#824](https://github.com/stripe/stripe-python/pull/824) API Updates
  * Add support for `fund_cash_balance` test helper method on resource `Customer`
* [#823](https://github.com/stripe/stripe-python/pull/823) Trigger workflows on beta branches

## 3.3.0 - 2022-06-08
* [#818](https://github.com/stripe/stripe-python/pull/818) fix: Update cash balance methods to no longer require nested ID.

## 3.2.0 - 2022-05-23
* [#812](https://github.com/stripe/stripe-python/pull/812) API Updates
  * Add support for new resource `Apps.Secret`

## 3.1.0 - 2022-05-19
* [#810](https://github.com/stripe/stripe-python/pull/810) API Updates
  * Add support for new resources `Treasury.CreditReversal`, `Treasury.DebitReversal`, `Treasury.FinancialAccountFeatures`, `Treasury.FinancialAccount`, `Treasury.FlowDetails`, `Treasury.InboundTransfer`, `Treasury.OutboundPayment`, `Treasury.OutboundTransfer`, `Treasury.ReceivedCredit`, `Treasury.ReceivedDebit`, `Treasury.TransactionEntry`, and `Treasury.Transaction`
  * Add support for `retrieve_payment_method` method on resource `Customer`
  * Add support for `list_owners` and `list` methods on resource `FinancialConnections.Account`
* [#719](https://github.com/stripe/stripe-python/pull/719) Set daemon attribute instead of using setDaemon method that was deprecated in Python 3.10
* [#767](https://github.com/stripe/stripe-python/pull/767) Bump vendored six to 1.16.0
* [#806](https://github.com/stripe/stripe-python/pull/806) Start testing on pypy-3.8
* [#811](https://github.com/stripe/stripe-python/pull/811) Add sanitize_id method


## 3.0.0 - 2022-05-09
* [#809](https://github.com/stripe/stripe-python/pull/809) Release of major version v3.0.0. The [migration guide](https://github.com/stripe/stripe-python/wiki/Migration-Guide-for-v3) contains more information.
  (⚠️ = breaking changes):
  * ⚠️ Replace the legacy `Order` API with the new `Order` API.
    * New methods: `cancel`, `list_line_items`, `reopen`, and `submit`
    * Removed methods: `pay` and `return_order`
    * Removed resources: `OrderItem` and `OrderReturn`
  * ⚠️ Rename `financial_connections.account.refresh` to `financial_connections.refresh_account`
  * Add support for `amount_discount`, `amount_tax`, and `product` on `LineItem`

## 2.76.0 - 2022-05-05
* [#808](https://github.com/stripe/stripe-python/pull/808) API Updates
  * Add support for new resources `FinancialConnections.AccountOwner`, `FinancialConnections.AccountOwnership`, `FinancialConnections.Account`, and `FinancialConnections.Session`

## 2.75.0 - 2022-05-03
* [#805](https://github.com/stripe/stripe-python/pull/805) API Updates
  * Add support for new resource `CashBalance`
2022-07-08 14:32:11 +00:00
wiz
62c23800bb py-txrequests: mark as only for python 3.x 2022-07-08 14:28:07 +00:00
wiz
46c448b96c uhd: switch to python 3
Bump PKGREVISION.
2022-07-08 14:26:11 +00:00
wiz
c781dd8ea7 py-digitalocean: mark as not for python 2.x 2022-07-08 14:24:46 +00:00
wiz
a57502f7c3 py-namecheap: mark as not for python 2.x 2022-07-08 14:23:38 +00:00
wiz
350f4c2f2d doc: Updated net/py-dropbox to 11.32.0 2022-07-08 14:22:43 +00:00
wiz
8b2367a40e py-dropbox: update to 11.32.0.
Changes not found.
2022-07-08 14:22:34 +00:00
wiz
887a89cdbc py-softlayer_messaging: remove
API access framework, not updated since 2013, no users in pkgsrc
2022-07-08 14:16:15 +00:00
wiz
bac854dde1 py-betamax: mark as only for python 3.x 2022-07-08 14:14:09 +00:00
wiz
6517098250 py-requests-toolbelt: mark as python 3.x only 2022-07-08 14:12:12 +00:00
wiz
c7eeb3461f doc: Updated www/py-cfscrape to 2.1.1 2022-07-08 14:08:50 +00:00
wiz
6337fd4f08 py-cfscrape: update to 2.1.1.
2.1.1

Bugfix

2.1.0

Updated to handle latest Cloudflare IUAM challenge.
2022-07-08 14:08:38 +00:00
wiz
f91e2a7752 doc: Updated www/py-publicsuffix2 to 2.20191221 2022-07-08 14:06:37 +00:00
wiz
4a46b9c77f py-publicsuffix2: update to 2.20191221.
2019-12-19   publicsuffix2 2.20191219

    * Add new strict mode to get_tld() by @hiratara .
    * Update TLD list
    * Add tests from Mozilla test suite
2022-07-08 14:06:27 +00:00
wiz
2c234885bf py-quickbooks, py-rauth: mark as python 3.x only 2022-07-08 14:04:09 +00:00
wiz
660fef63ae doc: Updated devel/py-bugzilla to 3.2.0 2022-07-08 14:01:43 +00:00
wiz
3c578a6782 py-python-bugzilla: update to 3.2.0.
## Release 3.2.0 (January 12, 2022)
- Use soon-to-be-required Authorization header for RH bugzilla
- Remove cookie auth support

## Release 3.1.0 (July 27, 2021)
- Detect bugzilla.stage.redhat.com as RHBugzilla
- Add limit as option to build_query (Ivan Lausuch)

## Release 3.0.2 (November 12, 2020)
- Fix API key leaking into requests exceptions

## Release 3.0.1 (October 07, 2020)
- Skip man page generation to fix build on Windows (Alexander Todorov)

## Release 3.0.0 (October 03, 2020)
- Drop python2 support
- New option `bugzilla modify --minor-update option`
- requests: use PYTHONBUGZILLA_REQUESTS_TIMEOUT env variable
- xmlrpc: Don't add api key to passed in user dictionary

## Release 2.5.0 (July 04, 2020)
- cli: Add query --extrafield, --includefield, --excludefield
- Revive bugzilla.rhbugzilla.RHBugzilla import path

## Release 2.4.0 (June 29, 2020)
- Bugzilla REST API support
- Add --json command line output option
- Add APIs for Bugzilla Groups (Pierre-Yves Chibon)
- Add `Bugzilla.get_requests_session()` API to access raw requests Session
- Add `Bugzilla.get_xmlrpc_proxy()` API to access raw ServerProxy
- Add `Bugzilla requests_session=` init parameter to pass in auth, etc.
- Add `bugzilla attach --ignore-obsolete` (Čestmír Kalina)
- Add `bugzilla login --api-key` for API key prompting (Danilo C. L. de
  Paula)
- Add `bugzilla new --private`

## Release 2.3.0 (August 26, 2019)
- restrict-login suppot (Viliam Krizan)
- cli: Add support for private attachments (Brian 'Redbeard' Harrington)
- Fix python3 deprecation warnings
- Drop python 3.3 support, minimum python3 is python 3.4 now
2022-07-08 14:01:33 +00:00
wiz
11e93dd83d doc: Updated audio/py-acoustid to 1.2.2 2022-07-08 13:59:05 +00:00
wiz
88fd86d907 py-acoustid: update to 1.2.2.
1.2.2

Fix #65: new crash when missing `meta` parameter

Older changes not found.
2022-07-08 13:58:55 +00:00
wiz
ddeb565526 py-cryptograhy_vectors: does not support python 2.7 2022-07-08 13:55:08 +00:00
wiz
1b4decd3bd py27-cryptography: stop test-depending on py-cryptography_vectors
Does not support python 2.7
2022-07-08 13:54:42 +00:00
taca
3215cde7bf doc: Updated lang/php81 to 8.1.8 2022-07-08 13:52:19 +00:00
taca
d8dbb6cecf lang/php81: update to 8.1.8
07 Jul 2022, PHP 8.1.8

- Core:
  . Fixed bug GH-8338 (Intel CET is disabled unintentionally). (Chen, Hu)
  . Fixed leak in Enum::from/tryFrom for internal enums when using JIT (ilutov)
  . Fixed calling internal methods with a static return type from
    extension code. (Sara)
  . Fixed bug GH-8655 (Casting an object to array does not unwrap refcount=1
    references). (Nicolas Grekas)
  . Fixed potential use after free in php_binary_init(). (Heiko Weber)

- CLI:
  . Fixed GH-8827 (Intentionally closing std handles no longer possible). (cmb)

- COM:
  . Fixed bug GH-8778 (Integer arithmethic with large number variants fails).
    (cmb)

- Curl:
  . Fixed CURLOPT_TLSAUTH_TYPE is not treated as a string option. (Pierrick)

- Date:
  . Fixed bug #72963 (Null-byte injection in CreateFromFormat and related
    functions). (Derick)
  . Fixed bug #74671 (DST timezone abbreviation has incorrect offset). (Derick)
  . Fixed bug #77243 (Weekdays are calculated incorrectly for negative years).
    (Derick)
  . Fixed bug #78139 (timezone_open accepts invalid timezone string argument).
    (Derick)

- Fileinfo:
  . Fixed bug #81723 (Heap buffer overflow in finfo_buffer). (CVE-2022-31627)
    (cmb)

- FPM:
  . Fixed bug #67764 (fpm: syslog.ident don't work). (Jakub Zelenka)

- GD:
  . Fixed imagecreatefromavif() memory leak. (cmb)

- MBString:
  . mb_detect_encoding recognizes all letters in Czech alphabet (alexdowad)
  . mb_detect_encoding recognizes all letters in Hungarian alphabet (alexdowad)
  . Fixed bug GH-8685 (pcre not ready at mbstring startup). (Remi)
  . Backwards-compatible mappings for 0x5C/0x7E in Shift-JIS are restored,
    after they had been changed in 8.1.0. (Alex Dowad)

- ODBC:
  . Fixed handling of single-key connection strings. (Calvin Buckley)

- OPcache:
  . Fixed bug GH-8591 (tracing JIT crash after private instance method change).
    (Arnaud, Dmitry, Oleg Stepanischev)

- OpenSSL:
  . Fixed bug #50293 (Several openssl functions ignore the VCWD).
    (Jakub Zelenka, cmb)
  . Fixed bug #81713 (NULL byte injection in several OpenSSL functions working
    with certificates). (Jakub Zelenka)

- PDO_ODBC:
  . Fixed handling of single-key connection strings. (Calvin Buckley)

- SPL:
  . Fixed bug GH-8563 (Different results for seek() on SplFileObject and SplTempFileObject). (Girgias)

- Zip:
  . Fixed bug GH-8781 (ZipArchive::close deletes zip file without updating stat
    cache). (Remi)
2022-07-08 13:51:56 +00:00
taca
9dd09ebf51 doc: Updated lang/php80 to 8.0.21 2022-07-08 13:51:00 +00:00
taca
9a1b92b20a lang/php80: update to 8.0.21
07 Jul 2022, PHP 8.0.21

- Core:
  . Fixed potential use after free in php_binary_init(). (Heiko Weber)

- CLI:
  . Fixed GH-8827 (Intentionally closing std handles no longer possible). (cmb)

- COM:
  . Fixed bug GH-8778 (Integer arithmethic with large number variants fails).
    (cmb)

- Curl:
  . Fixed CURLOPT_TLSAUTH_TYPE is not treated as a string option. (Pierrick)

- Date:
  . Fixed bug #74671 (DST timezone abbreviation has incorrect offset). (Derick)
  . Fixed bug #77243 (Weekdays are calculated incorrectly for negative years).
    (Derick)
  . Fixed bug #78139 (timezone_open accepts invalid timezone string argument).
    (Derick)

- FPM:
  . Fixed bug #67764 (fpm: syslog.ident don't work). (Jakub Zelenka)

- MBString:
  . Fixed bug GH-8685 (pcre not ready at mbstring startup). (Remi)

- ODBC:
  . Fixed handling of single-key connection strings. (Calvin Buckley)

- OpenSSL:
  . Fixed bug #50293 (Several openssl functions ignore the VCWD).
    (Jakub Zelenka, cmb)
  . Fixed bug #81713 (NULL byte injection in several OpenSSL functions working
    with certificates). (Jakub Zelenka)

- PDO_ODBC:
  . Fixed errorInfo() result on successful PDOStatement->execute(). (Yurunsoft)
  . Fixed handling of single-key connection strings. (Calvin Buckley)

- SPL:
  . Fixed bug GH-8563 (Different results for seek() on SplFileObject and SplTempFileObject). (Girgias)

- Zip:
  . Fixed bug GH-8781 (ZipArchive::close deletes zip file without updating stat
    cache). (Remi)
2022-07-08 13:50:32 +00:00
adam
8dc818af68 Updated lang/nodejs14, lang/nodejs16, lang/nodejs 2022-07-08 13:31:49 +00:00
adam
79fe42b2fe nodejs: updated to 18.5.0
Version 18.5.0 (Current), @RafaelGSS

This is a security release.

Notable Changes

- (SEMVER-MAJOR) src,deps,build,test: add OpenSSL config appname (Daniel Bevenius)
- (SEMVER-MAJOR) src,doc,test: add --openssl-shared-config option (Daniel Bevenius)
Node.js now reads nodejs_conf section in the openssl config
- deps: update archs files for quictls/openssl-3.0.5+quic (RafaelGSS)
- deps: upgrade openssl sources to quictls/openssl-3.0.5+quic (RafaelGSS)
2022-07-08 13:31:15 +00:00
wiz
75603f51d7 py-test4: limit to python 2.7 and mention python 2.7 in DESCR 2022-07-08 13:30:52 +00:00
adam
608d82c602 nodejs16: updated to 16.16.0
Version 16.16.0 'Gallium' (LTS)

This is a security release.

Notable changes

deps:
upgrade openssl sources to OpenSSL_1_1_1q (RafaelGSS)
src:
add OpenSSL config appname (Daniel Bevenius)
2022-07-08 13:30:19 +00:00
adam
b539447c64 nodejs14: updated to 14.20.0
Version 14.20.0 'Fermium' (LTS)

Notable Changes
- (SEMVER-MAJOR) src,deps,build,test: add OpenSSL config appname (Daniel Bevenius)
- deps: upgrade openssl sources to 1.1.1q (RafaelGSS)
2022-07-08 13:29:36 +00:00
gdt
dba9ee57e2 doc: Updated comms/py-esptool to 4.1 2022-07-08 13:24:59 +00:00
gdt
790a9471b7 comms/py-esptool: Update to 4.1
Mark as not for python 2.7.

Summary of upstream release notes, less bugfixes:

* Version 4.1

    ESP32-C2: Added flash encryption support
    elf2image: Added argument to disable appending SHA256 digests

* Version 4.0

Starting from v4.0.0, esptool adopts the semantic versioning
specification, please read the related "Versions" esptool
documentation page when deciding which version to use.

** Breaking changes

  Public API has been defined by limiting access to internals that
  have been refactored into multiple source files. Changing or
  refactoring these limited internals won't be considered a breaking
  change in future releases. Migration is easy and self-explanatory
  (you will get an import error if something has moved) and is
  required only in projects that import esptool directly.

  If active security features are detected, the default behavior
  changes to prevent unintentional bricking (#699):

    If flash encryption is enabled, erase_flash and erase_region
    cannot be executed.

    If secure boot is enabled, erase_flash, erase_region and
    write_flash operations cannot be performed (write_flash is just
    restricted to protect the bootloader region 0x0000->0x8000).

    An override flag --force lets the users execute these operations
    anyways.

  Flash parameters in an image header can now be changed only when no
  SHA256 digest is appended (espressif/esp-idf#8798).

  Python versions 2.7, 3.4, 3.5, and 3.6 have been deprecated, the
  code is now Python 3-only compatible. Releases v4 and later can't be
  installed from PyPI on these deprecated Python versions.

  The ESP8684 alias has been removed, ESP32-C2 has to be used.

  Megabit flash sizes have been deprecated, use megabyte units from
  now on.

** New Features

   Added stub flasher support for ESP32-C2 ECO1, deprecated ECO0 stub (can still be used with ROM).

   espefuse.py: Added a new package - ESP32-D0WDR2-V3
2022-07-08 13:24:51 +00:00
gdt
2936aa6682 doc: Updated geography/py-gdal to 3.5.1 2022-07-08 13:23:17 +00:00
gdt
145d6dce0c doc: Updated geography/gdal-lib to 3.5.1 2022-07-08 13:23:09 +00:00
gdt
a0e8a060d1 geography/gdal*: Update to 3.5.1
Upstream changes are bug fixes and minor improvements.
2022-07-08 13:22:57 +00:00
gdt
21179e0279 doc: Updated geography/geos to 3.11.0rc0 2022-07-08 13:22:07 +00:00
gdt
ac3de8fc07 geography/geos: Update to 3.11.0
Upstream NEWS:

- New things:
  - OffsetCurve (GH-530, Paul Ramsey/Martin Davis)
  - ConcaveHull (GH-549, Paul Ramsey/Martin Davis)
  - PolygonHull (GH-603, Paul Ramsey/Martin Davis)
  - LineMerger directed option (GH-597, Sergei Sh)
  - CAPI: GEOSHilbertCode (GH-556, Brendan Ward)
  - CAPI: GEOSGeom_createRectangle (GH-558, Brendan Ward)
  - CAPI: GEOSGeom_transformXY (GH-563, Dan Baston/Brendan Ward)
  - CAPI: GEOSRemoveRepeatedPoints (GH-599, Paul Ramsey)
  - CAPI: GEOSLineMergeDirected (GH-597, Sergei Sh)

- Improvements:
  - Allow direct setting of grid size (GH-513, Martin Davis)
  - Allow GEOS to be used as a CMake subproject (GH-518, Robert Coup)
  - Remove .inl inline files in favour of header declaration (GH-543, Paul Ramsey)
  - Add SnappingNoder seeding (Martin Davis)
  - Add OverlayNG area check heuristic (JTS-812, Paul Ramsey)
2022-07-08 13:21:59 +00:00
leot
86c2f818c3 doc: Updated net/mitmproxy to 8.1.1 2022-07-08 12:57:30 +00:00
leot
97265bc9d3 mitmproxy: Update to 8.1.1
pkgsrc changes:
 - Follow upstream requirements for py-cryptography (previously a workaround was
   added in order to avoid possible too new py-cryptography that was not yet
   present in pkgsrc)

Changes:
8.1.1
-----
* Support specifying the local address for outgoing connections
* Fix a bug where an excess empty chunk has been sent for chunked HEAD request.
* Drop pkg_resources dependency.
* Fix huge (>65kb) http2 responses corrupted.
* Remove overambitious assertions in the HTTP state machine,
  fix some error handling.
2022-07-08 12:57:26 +00:00
adam
3e56082a7d Updated textproc/py-jsonschema, security/py-asyncssh 2022-07-08 08:01:02 +00:00
adam
8b60e56a83 py-asyncssh: updated to 2.11.0
Release 2.11.0 (4 Jun 2022)
---------------------------

* Made a number of improvements in SFTP glob support, with thanks to
  Github user LuckyDams for all the help working out these changes!

  * Added a new glob_sftpname() method which returns glob matches
    together with attribute information, avoiding the need for a
    caller to make separate calls to stat() on the returned results.
  * Switched from listdir() to scandir() to reduce the number of
    stat() operations required while finding matches.
  * Added code to remove duplicates when glob() is called with
    multiple patterns that match the same path.
  * Added a cache of directory listing and stat results to improve
    performance when matching patterns with overlapping paths.
  * Fixed an "index out of range" bug in recursive glob matching
    and aligned it better with results reeturned by UNIX shells.
  * Changed matching to ignore inaccessible or non-existent paths
    in a glob pattern, to allow accessible paths to be fully
    explored before returning an error. The error handler will now
    be called only if a pattern results in no matches, or if a more
    serious error occurs while scanning.

* Changed SFTP makedirs() method to work better cases where parts of
  requested path already exist but don't allow read access. As long as
  the entire path can be created, makedirs() will succeed, even if some
  directories on the path don't allow their contents to be read. Thanks
  go to Peter Rowlands for providing this fix.

* Replaced custom Diffie Hellman implementation in AsyncSSH with the
  one in the cryptography package, resulting in an over 10x speedup.
  Thanks go to Github user iwanb for suggesting this change.

* Fixed AsyncSSH to re-acquire GSS credentials when performing key
  renegotiation to avoid expired credentials on long-lived connections.
  Thanks go to Github user PromyLOPh for pointing out this issue and
  suggesting a fix.

* Fixed GSS MIC to work properly with GSS key exchange when AsyncSSH
  is running as a server. This was previously fixed on the client side,
  but a similar fix for the server was missed.

* Changed connection timeout unit tests to work better in environments
  where a firewall is present. Thanks go to Stefano Rivera for
  reporting this issue.

* Improved unit tests of Windows SSPI GSSAPI module.

* Improved speed of unit tests by reducing the number of key generation
  calls. RSA key generation in particular has gotten much more expensive
  in OpenSSL 3.
2022-07-08 08:00:42 +00:00
adam
4ff51a46b7 py-jsonschema: updated to 4.6.2
v4.6.2
* Fix a number of minor typos in docstrings, mostly private ones
2022-07-08 07:54:06 +00:00
adam
1b98ab3dd6 Updated www/py-urllib3, databases/py-asyncpg 2022-07-08 07:26:32 +00:00
adam
d71bdb0496 py-asyncpg: updated to 0.26.0
v0.26.0

Changes

Add support to use awaitable object in password function.
Support direct TLS connections (i.e. no STARTTLS)

Fixes

Fix invalid pyproject.toml
Add record_class parameter Pool.fetch and Pool.fetchrow
Domain basetypes are introspected
Properly handle exceptions raised while handling server auth messages
2022-07-08 07:26:09 +00:00
adam
d2175d30e9 py-urllib3: updated to 1.26.10
1.26.10 (2022-07-07)
--------------------
* Removed support for Python 3.5
* Fixed an issue where a ``ProxyError`` recommending configuring the proxy as HTTP
  instead of HTTPS could appear even when an HTTPS proxy wasn't configured.
2022-07-08 07:23:49 +00:00
nia
8ac9f772a7 ted: Fix detection of libtiff as provided by pkgsrc. 2022-07-08 07:21:23 +00:00
nia
0275c76af0 PR pkg/56909 libXft cannot avoid-duplicate because the native fontconfig
is always ignored on NetBSD 8 due to a (possibly wrong for native Xorg)
ABI_DEPENDS setting elsewhere in pkgsrc
2022-07-08 06:39:57 +00:00
pin
b728cdd816 doc: Updated audio/termusic to 0.6.18 2022-07-08 06:12:03 +00:00