notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/py-priority/distinfo

Number of commits found: 2

Tuesday, 6 Jul 2021
14:57 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-priority: Update to 2.0.0

Changes:	https://github.com/python-hyper/priority/blob/master/CHANGELOG.rst
commit hash: 79d378606b3eda48eb7b3590c07b4c5edca62c84 commit hash: 79d378606b3eda48eb7b3590c07b4c5edca62c84 commit hash: 79d378606b3eda48eb7b3590c07b4c5edca62c84 commit hash: 79d378606b3eda48eb7b3590c07b4c5edca62c84 79d3786
Wednesday, 27 Jun 2018
23:32 sunpoet search for other commits by this committer
Add py-priority 1.3.0

Priority is a pure-Python implementation of the priority logic for HTTP/2, set
out in RFC 7540 Section 5.3 (Stream Priority). This logic allows for clients to
express a preference for how the server allocates its (limited) resources to the
many outstanding HTTP requests that may be running over a single HTTP/2
connection.

Specifically, this Python implementation uses a variant of the implementation
used in the excellent H2O project. This original implementation is also the
inspiration for nghttp2's priority implementation, and generally produces a very
clean and even priority stream. The only notable changes from H2O's
implementation are small modifications to allow the priority implementation to
work cleanly as a separate implementation, rather than being embedded in a
HTTP/2 stack directly.

While priority information in HTTP/2 is only a suggestion, rather than an
enforceable constraint, where possible servers should respect the priority
requests of their clients.

WWW: https://github.com/python-hyper/priority
Original commitRevision:473464 

Number of commits found: 2