Bug 278931

Summary: devel/py-django-rq: Update to 2.10.2
Product: Ports & Packages Reporter: Kai Knoblich <kai>
Component: Individual Port(s)Assignee: Kai Knoblich <kai>
Status: Closed FIXED    
Severity: Affects Only Me CC: sunpoet
Priority: --- Flags: sunpoet: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/rq/django-rq/blob/v2.10.2/CHANGELOG.md
Attachments:
Description Flags
py-django-rq-2.10.2-v1.patch kai: maintainer-approval+

Description Kai Knoblich freebsd_committer freebsd_triage 2024-05-12 09:39:25 UTC
Created attachment 250595 [details]
py-django-rq-2.10.2-v1.patch

Hi Sunpoet,

attached is a patch that updates devel/py-django-rq to 2.10.2.

Changes to the port:
~~~~~~~~~~~~~~~~~~~~
- Fix and update the test suite as the "django-admin" script is shipped nowadays without the ".py" extension.
- Reduce the set of required dependencies for the test suite as well.


QA:
~~~
- poudriere -> OK (13.2-RELEASE amd64 for py38 - py311)


Results of "make test" (with py39 and running instance of redis server):
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

> Ran 91 tests in 18.116s
>  
> OK (skipped=3)
Comment 1 Kai Knoblich freebsd_committer freebsd_triage 2024-05-26 07:47:13 UTC
Comment on attachment 250595 [details]
py-django-rq-2.10.2-v1.patch

^Triage: Set maintainer-approval flag to '+' accordingly as the maintainer-feedback flag was set without comment and therefore the assumption is that approval given for the patch.
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-05-26 08:00:06 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f7d3bafbf2cac51cbaef377886bccec4504950e5

commit f7d3bafbf2cac51cbaef377886bccec4504950e5
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2024-05-26 07:51:47 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2024-05-26 07:51:47 +0000

    devel/py-django-rq: Update to 2.10.2

    * Fix and update the test suite as the "django-admin" script is shipped
      nowadays without the ".py" extension.

    * Reduce the set of required dependencies for the test suite as well.

    Changelog since 2.9.0:

    https://github.com/rq/django-rq/compare/v2.9.0...97e6bf2

    PR:             278931
    Approved by:    sunpoet (maintainer)

 devel/py-django-rq/Makefile | 14 ++++++--------
 devel/py-django-rq/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 11 deletions(-)
Comment 3 Kai Knoblich freebsd_committer freebsd_triage 2024-05-26 08:29:03 UTC
Committed, thanks!