Bug 278931 - devel/py-django-rq: Update to 2.10.2
Summary: devel/py-django-rq: Update to 2.10.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kai Knoblich
URL: https://github.com/rq/django-rq/blob/...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-12 09:39 UTC by Kai Knoblich
Modified: 2024-05-26 08:29 UTC (History)
1 user (show)

See Also:
sunpoet: maintainer-feedback+


Attachments
py-django-rq-2.10.2-v1.patch (2.23 KB, patch)
2024-05-12 09:39 UTC, Kai Knoblich
kai: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!