Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 888261 - dev-python/python-memcached (-> net-analyzer/graphite-web): still depends on dev-python/nose
Summary: dev-python/python-memcached (-> net-analyzer/graphite-web): still depends on ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 822414
  Show dependency tree
 
Reported: 2022-12-25 08:48 UTC by Michał Górny
Modified: 2023-03-06 15:22 UTC (History)
3 users (show)

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 2022-12-25 08:48:32 UTC
See tracker.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-03-06 15:22:18 UTC
I've updated python-memcached but don't hold your hopes high -- this package has not seen any activity since 2017, and the code is clearly broken:

/tmp/portage/dev-python/python-memcached-1.59-r2/work/python-memcached-1.59/memcache.py:1303: SyntaxWarning: "is" with a literal. Did y
ou mean "=="?
  if key is '':
/tmp/portage/dev-python/python-memcached-1.59-r2/work/python-memcached-1.59/memcache.py:1304: SyntaxWarning: "is" with a literal. Did y
ou mean "=="?
  if key_extra_len is 0:
Comment 2 Larry the Git Cow gentoo-dev 2023-03-06 15:22:37 UTC
The bug has been closed via the following commit(s):

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

commit 3f2247adb5eee61c53c90a0f86adb7125f2559d8
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2023-03-06 15:13:35 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2023-03-06 15:22:28 +0000

    dev-python/python-memcached: Use unittest instead of nose
    
    Closes: https://bugs.gentoo.org/888261
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 .../python-memcached/python-memcached-1.59-r1.ebuild     | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)