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-rq/distinfo

Number of commits found: 11

Tuesday, 19 Dec 2023
12:09 Kai Knoblich (kai) search for other commits by this committer
devel/py-rq: Update to 1.15.1

* Make the port concurrent safe because since release 1.10 some CLI
  scripts are installed outside of Python's site-lib directory.

PR:		275506
Approved by:	maintainer timeout (14+ days)
commit hash: 7a59772ca5ae4d2cb6330f78336c4d1ce4e5bc38 commit hash: 7a59772ca5ae4d2cb6330f78336c4d1ce4e5bc38 commit hash: 7a59772ca5ae4d2cb6330f78336c4d1ce4e5bc38 commit hash: 7a59772ca5ae4d2cb6330f78336c4d1ce4e5bc38 7a59772
Sunday, 25 Sep 2022
16:47 Steven Kreuzer (skreuzer) search for other commits by this committer
devel/py-rq: Updated to 1.11.1

Changes:
  * queue.enqueue_many() now supports on_success and on on_failure
    arguments.
  * You can now pass enqueue_at_front to Dependency() objects to put
    dependent jobs at the front when they are enqueued.
  * Fixed a bug where workers may wrongly acquire scheduler locks.
  * Jobs should not be enqueued if any one of it's dependencies is
    canceled.
  * Fixed a bug when handling jobs that have been stopped.
  * Fixed a bug in handling Redis connections that don't allow SETNAME
    command.
commit hash: 9840b43f7a320e17c003e1854ee626afe8062adf commit hash: 9840b43f7a320e17c003e1854ee626afe8062adf commit hash: 9840b43f7a320e17c003e1854ee626afe8062adf commit hash: 9840b43f7a320e17c003e1854ee626afe8062adf 9840b43
Saturday, 7 May 2022
17:49 Steven Kreuzer (skreuzer) search for other commits by this committer
devel/py-rq: Update to version 1.10.1

Changes:
  * Failure callbacks are now properly called when job is run synchronously.
  * Fixes a bug that could cause job keys to be left over when result_ttl=0.
  * Allow ssl_cert_reqs argument to be passed to Redis.
  * Better compatibility with Python 3.10.
  * job.cancel() should also remove itself from registries.
  * Pubsub threads are now launched in daemon mode.

PR:		263366
Reported by:	Yonas Yanfa <yonas.yanfa@gmail.com>
commit hash: bf06dac94d5cfcb6b26bd2d4f3a24e44bf294d84 commit hash: bf06dac94d5cfcb6b26bd2d4f3a24e44bf294d84 commit hash: bf06dac94d5cfcb6b26bd2d4f3a24e44bf294d84 commit hash: bf06dac94d5cfcb6b26bd2d4f3a24e44bf294d84 bf06dac
Tuesday, 10 Mar 2020
15:40 skreuzer search for other commits by this committer
Update to version 1.3.0

  * Support for infinite job timeout.
  * Added __main__ file so you can now do python -m rq.cli.
  * Fixes an issue that may cause zombie processes.
  * job_id is now passed to logger during failed jobs.
  * queue.enqueue_at() and queue.enqueue_in() now supports explicit args and
    kwargs function invocation.
Original commitRevision:528180 
Thursday, 5 Mar 2020
14:48 skreuzer search for other commits by this committer
Update to 1.2.2

PR:		244414
Submitted by:	sunpoet@
Original commitRevision:527837 
Thursday, 16 May 2019
01:37 skreuzer search for other commits by this committer
Update to version 1.0
Original commitRevision:501761 
Tuesday, 14 Aug 2018
21:36 rene search for other commits by this committer
devel/py-rq: update to version 0.12.0

PR:		230249
Submitted by:	rene
Approved by:	maintainer timeout (skreuzer, 14 days)
Original commitRevision:477205 
Wednesday, 2 Aug 2017
01:32 skreuzer search for other commits by this committer
Update to version 0.8.1
Original commitRevision:447084 
Monday, 26 Jun 2017
14:16 skreuzer search for other commits by this committer
Update to 0.7.1
Set NO_ARCH=yes

PR:		219968
Submitted by:	Rene Ladan <rene@FreeBSD.org>
Original commitRevision:444370 
Wednesday, 2 Mar 2016
13:59 skreuzer search for other commits by this committer
Update to 0.5.6
Original commitRevision:409940 
Friday, 2 Oct 2015
15:11 skreuzer search for other commits by this committer
RQ (Redis Queue) is a simple Python library for queueing jobs and processing
them in the background with workers. It is backed by Redis and it is designed
to have a low barrier to entry. It can be integrated in your web stack easily.

WWW: http://python-rq.org
Original commitRevision:398436 

Number of commits found: 11