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: devel/py-banal/distinfo

Number of commits found: 4

Tuesday, 21 Mar 2023
12:23 Kai Knoblich (kai) search for other commits by this committer
devel/py-banal: Update to 1.0.6

Changelog since 1.0.1:

https://github.com/pudo/banal/compare/1.0.1...1.0.6
commit hash: 24330baaa3b2149523243dbff6827b79d7b45b09 commit hash: 24330baaa3b2149523243dbff6827b79d7b45b09 commit hash: 24330baaa3b2149523243dbff6827b79d7b45b09 commit hash: 24330baaa3b2149523243dbff6827b79d7b45b09 24330ba
Thursday, 10 Dec 2020
09:49 kai search for other commits by this committer
devel/py-banal: Update to 1.0.1

* The support for Python < 3.5 was dropped with the 1.0.0 release, adapt
  accordingly and update the pkg-descr.

* Do the same for textproc/py-{fingerprints,normality} to avoid breakage of
  bulk -a .  Both consumers will soon be updated to a newer release which
  also no longer have any support for Python < 3.5.

Changelog since 0.4.2:

https://github.com/pudo/banal/compare/528c339b...1.0.1
Original commitRevision:557420 
Friday, 29 Mar 2019
15:30 kai search for other commits by this committer
devel/py-banal: Update to 0.4.2

Changelog:

* Add ensure_dict and keys_values functions
* Fix hash_data function
* Make the package safe for Python 3.8 (= module "collections.abc" is only
  visible through the module "collections" up to Python 3.7)

Approved by:	mentors (implicit)
Original commitRevision:497152 
Saturday, 28 Jul 2018
12:21 miwi search for other commits by this committer
Commons of Python micro-functions. This is basically an out-sourced, shared
utils module.

Rules:

- Must work in Python 2 and Python 3
- Cannot depend on anything but six and the standard library

Functions:

- is_sequence: check if something is list-ish
- is_mapping: check if an object is dict-ish
- ensure_list: make sure an argument is a list, or make it into a single-element
               list
- clean_dict: remove null values from a dict, recursively
- decode_path: decode a path name to be unicode
- hash_data: generate a SHA1 from a dict of reasonable objects

WWW: https://github.com/pudo/banal

PR:		229526
Submitted by:	freebsd_ports@k-worx.org
Sponsored by:	iXsystems Inc.
Original commitRevision:475544 

Number of commits found: 4