Commit graph

360488 commits

Author SHA1 Message Date
wiz
75fd19c934 musicpd: include python mk 2022-07-09 09:13:55 +00:00
rillig
86009680de mk/buildlink3: fix breakage from previous commit
The expressions for USE_BUILTIN.* and for IGNORE_PKG.* can be undefined.
The function 'empty' takes care of these, the direct expressions
generate a (misleading) error message 'Malformed conditional'.
2022-07-09 08:19:18 +00:00
wiz
998b9b913c musicpd: restrict to python3 2022-07-09 08:18:02 +00:00
wiz
2e03f9af6f llvm: does not support python 2.7 2022-07-09 08:16:02 +00:00
rillig
4a3543ae2c mk/buildlink3: remove makefile hacks for NetBSD 5
pkgsrc does not support NetBSD 5 anymore.

Back then, when expanding the body of a .for loop, the variable values
were inserted verbatim in the body, allowing for lots of unintended
special effects, making it essentially impossible to use these values
directly in conditions.

In this case, the values do not contain double quotes, that's why
enclosing the ${_pkg_} in double quotes worked.

See src/usr.bin/make/unit-tests/directive-for.mk for more details,
search for '2008-12-21'.

Combining .for loops with 'empty(...)' conditions still does not work,
so replace these with direct comparisons.  Before 2008-12-21, using
'empty(...)' was the safer variant because it avoided the uncontrolled
code injection.

No functional change.
2022-07-09 07:46:02 +00:00
rillig
84958ef32f doc: Updated pkgtools/pkglint to 22.2.2 2022-07-09 06:41:32 +00:00
rillig
8a2ff4bfee pkgtools/pkglint: update to 22.2.2
Changes since 22.2.1:

Require the current checksum algorithms for pkgsrc-wip packages as well.
SHA1 and RMD160 are no longer allowed for distfiles.

Do not warn about 'Package should not' when checking .mk files in the
pkgsrc infrastructure.
2022-07-09 06:40:54 +00:00
rillig
a7d62a81e1 doc: Updated pkgtools/pkglint to 22.2.1 2022-07-09 06:33:09 +00:00
ryoon
cfea890b06 doc: Updated www/firefox-l10n to 102.0.1 2022-07-09 02:23:56 +00:00
ryoon
c82cfea8ca firefox-l10n: Update to 102.0.1
* Sync with www/firefox-102.0.1.
2022-07-09 02:23:24 +00:00
ryoon
fb70f9651f doc: Updated www/firefox to 102.0.1 2022-07-09 02:23:04 +00:00
ryoon
76f812a498 firefox: Update to 102.0.1
Changelog:
Fixed

  * Fixed bookmark shortcut creation by dragging to Windows File Explorer and
    dropping partially broken (bug 1774683)

  * Fixed bookmarks sidebar flashing white when opened in dark mode (bug
    1776157)

  * Fixed multilingual spell checking not working with content in both English
    and a non-Latin alphabet (bug 1773802)

  * Developer tools: Fixed an issue where the console output keep getting
    scrolled to the bottom when the last visible message is an evaluation
    result (bug 1776262)

  * Fixed Delete cookies and site data when Firefox is closed checkbox getting
    disabled on startup (bug 1777419)

  * Various stability fixes
2022-07-09 02:22:25 +00:00
wiz
368f89bdc9 notmuch: restrict to python 3 2022-07-08 22:12:53 +00:00
wiz
78e9ed5557 ncmpc: restrict to python 3 2022-07-08 22:11:33 +00:00
wiz
0c8fb568bb fail2ban: restrict to python3 2022-07-08 22:10:29 +00:00
wiz
482ad77807 varnish: does not support python 2.x 2022-07-08 22:07:33 +00:00
thor
d15f248b4a doc: Updated math/plumed to 2.8.0 2022-07-08 19:48:19 +00:00
thor
005cdffbf7 math/plumed: added package for the MD algorithm library 2022-07-08 19:47:59 +00:00
gutteridge
918b48ce57 qt5-qtquickcontrols2: un-break build after last update
5.15.5 renamed libqtquickcontrols2materialstyleplugin.so to
libqqc2materialstyleplugin.so for compatibility with the Android 5
path length limit. While here, tidy up another entry that was added.
2022-07-08 18:10:54 +00:00
rillig
b62681d9b2 doc: Updated pkgtools/createbuildlink to 3.19 2022-07-08 18:06:30 +00:00
rillig
a01b4db940 pkgtools/createbuildlink: fix location of BUILDLINK_DEPMETHOD
Reported by Mayuresh in
https://mail-index.netbsd.org/pkgsrc-users/2022/07/08/msg035799.html.

Bump version.
2022-07-08 18:06:19 +00:00
adam
17b5d7b2af Updated devel/py-ipykernel, devel/py-poetry 2022-07-08 17:58:32 +00:00
adam
c9f21e2608 py-poetry: updated to 1.1.14
1.1.14
Fixed an issue where dependencies hashes could not be retrieved when locking due to a breaking change on PyPI JSON API
2022-07-08 17:57:46 +00:00
adam
3f559ad668 py-ipykernel: updated to 6.15.1
6.15.1

Bugs fixed

- Fix inclusion of launcher file and check in CI
2022-07-08 17:51:39 +00:00
wiz
d6c4e56fcf xkeyboard-config: does not support python 2.x 2022-07-08 15:08:02 +00:00
wiz
237346e4d4 gstreamer1: does not support python 2.x 2022-07-08 15:07:13 +00:00
wiz
d88e179072 gnome-doc-utils: does not support python 2.x 2022-07-08 15:06:08 +00:00
wiz
f2f1a66b53 nghttp2: does not support python 2.x 2022-07-08 15:05:26 +00:00
wiz
831ec6ed29 py-test4: comment out py-requests test dependency
py-requests will soon not support python 2.x
2022-07-08 14:49:28 +00:00
wiz
fada05beda doc: Updated textproc/py-openapi3 to 1.6.5 2022-07-08 14:48:53 +00:00
wiz
d7e8c3439c py-openapi3: update to 1.6.5.
Changes not documented.
2022-07-08 14:48:44 +00:00
wiz
33faecd25e py-requests-ntlm: mark as not for python 2.x 2022-07-08 14:47:14 +00:00
wiz
6834126069 py-requests-kerberos: mark as not for python 2.x 2022-07-08 14:45:35 +00:00
wiz
4faa8da010 py-requestbuilder: mark as not for python 2.x 2022-07-08 14:41:51 +00:00
wiz
abb2cc8a23 py-euca2ools: remove
API access layer, last updated in 2017, only supports python 2
2022-07-08 14:40:06 +00:00
wiz
feb382b234 py-carddav: remove
"pyCardDAV is dead" says the homepage, since 2017
2022-07-08 14:37:30 +00:00
wiz
a4625109e3 py-requests-futures: mark as not for python 3.x 2022-07-08 14:36:04 +00:00
wiz
5cbbbce541 py-requests-ftp: remove
Last update in 2015, and it's HOMEPAGE says:

This library is not intended to be an example of Transport Adapters
best practices. This library was cowboyed together in about 4 hours
of total work, has no tests, and relies on a few ugly hacks.
2022-07-08 14:35:08 +00:00
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