Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 548996 - net-misc/livestreamer-1.12.2: version bump
Summary: net-misc/livestreamer-1.12.2: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Guillaume Lespinasse
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-09 09:57 UTC by Guillaume Lespinasse
Modified: 2015-05-10 08:20 UTC (History)
1 user (show)

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


Attachments
updated ebuild (version change) (livestreamer-1.12.2.ebuild,1.04 KB, text/plain)
2015-05-09 09:57 UTC, Guillaume Lespinasse
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Guillaume Lespinasse 2015-05-09 09:57:11 UTC
Created attachment 402886 [details]
updated ebuild (version change)

A new version of Livestreamer (1.12.2) is available here: https://github.com/chrippa/livestreamer/archive/v1.12.2.tar.gz
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2015-05-10 02:44:54 UTC
from setup.py

# requests 2.0 does not work correctly on Python <2.6.3
if (version_info[0] == 2 and version_info[1] == 6 and version_info[2] < 3):
    deps.append("requests>=1.0,<2.0")
else:
    deps.append("requests>=1.0,<3.0")


I am in 2 minds as to whether I should add 
         <dev-python/requests-3.0[${PYTHON_USEDEP}]
however;

[I] dev-python/requests
     Available versions:  2.3.0^t (~)2.4.1^t (~)2.4.3^t (~)2.5.0-r1^t (~)2.5.1^t (~)2.5.3^t (~)2.6.0^t {PYTHON_TARGETS="pypy pypy3 python2_7 python3_3 python3_4"}

tells us there are no -3.x versions of dev-python/requests anyway. For now I shall bump it without and settle for just having informed you for next time.

livestreamer needs a new version to be made stable
*livestreamer-1.11.1 (24 Dec 2014) qualifies you can make a stable request for that if you wish, or keep a diary and make one for 
*livestreamer-1.12.1 (09 May 2015)
after awaiting the 30 day period with no open bugs.

*livestreamer-1.12.2 (10 May 2015)

  10 May 2015; Ian Delaney <idella4@gentoo.org> +livestreamer-1.12.2.ebuild,
  livestreamer-1.12.1.ebuild, metadata.xml:
  bump; add name of maintainer to metadata.xml, fixes bug #548996
Comment 2 Guillaume Lespinasse 2015-05-10 08:20:37 UTC
Thanks for the heads-up. Since it would take at least a month to make the 1.12.1 release stable, I'll make a request for 1.11.1 in the meantime.