Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 718728 - dev-python/django-redis: need py3.7, 3.8 port, also version bump, also tests
Summary: dev-python/django-redis: need py3.7, 3.8 port, also version bump, also tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-04-21 11:41 UTC by Michał Górny
Modified: 2021-08-23 13:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-04-21 11:41:24 UTC
The packages are stuck on py3.6 which means they will be pain once we switch to 3.7.  Please test them on 3.7 *and* 3.8 (so we don't to revisit this in a few months), and update PYTHON_COMPAT appropriately.  If it doesn't work, please either fix it, remove Python or issue last rites.  Please consider this urgent.


Also there's a new release.  Also, you should add python_test() to run tests.  FWICS they require a running redis instance but that shouldn't be hard to run in src_test().
Comment 1 Larry the Git Cow gentoo-dev 2020-08-02 04:23:20 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69e71dfe0357f16c0ad010ea7cc81c76673c086c

commit 69e71dfe0357f16c0ad010ea7cc81c76673c086c
Author:     Aaron Bauman <bman@gentoo.org>
AuthorDate: 2020-08-02 04:21:52 +0000
Commit:     Aaron Bauman <bman@gentoo.org>
CommitDate: 2020-08-02 04:21:52 +0000

    dev-python/django-redis: drop py3.6 in favor of py3_{7,8}
    
    * still needs tests and a ver bump
    
    Bug: https://bugs.gentoo.org/718728
    Signed-off-by: Aaron Bauman <bman@gentoo.org>

 dev-python/django-redis/django-redis-4.10.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
Comment 2 Larry the Git Cow gentoo-dev 2021-08-23 13:51:46 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e01c5f0e46aa7f1acf7a1e7bf70b699fec6bc7b5

commit e01c5f0e46aa7f1acf7a1e7bf70b699fec6bc7b5
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2021-08-23 13:38:49 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2021-08-23 13:51:06 +0000

    dev-python/django-redis: add 5.0.0, enable py3.{9,10}, EAPI=8, add tests
    
    Closes: https://bugs.gentoo.org/718728
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 dev-python/django-redis/Manifest                  |  1 +
 dev-python/django-redis/django-redis-5.0.0.ebuild | 73 +++++++++++++++++++++++
 2 files changed, 74 insertions(+)