Fedora 24 Update: python-bitlyapi-0.1.1-10.fc24

updates at fedoraproject.org updates at fedoraproject.org
Tue Apr 12 09:50:14 UTC 2016


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-8349e659b8
2016-04-12 09:36:30.966171
--------------------------------------------------------------------------------

Name        : python-bitlyapi
Product     : Fedora 24
Version     : 0.1.1
Release     : 10.fc24
URL         : http://pypi.python.org/pypi/bitlyapi
Summary     : A thin python wrapper for the bit.ly REST API
Description :
This is a thin Python wrapper for the bit.ly API.  Basic usage looks
like this:

    >>> import bitlyapi
    >>> b = bitlyapi.BitLy(api_user, api_key)
    >>> res = b.shorten(longUrl='http://www.google.com/')
    >>> print(res['url'])
    'http://bit.ly/6Hwstb'
    >>> print(res['long_url'])
    'http://www.google.com/'

--------------------------------------------------------------------------------
Update Information:

Fix py3 shebang in `/usr/bin/bitly`
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1310322 - python3-bitlyapi requires both Python 2 and Python 3
        https://bugzilla.redhat.com/show_bug.cgi?id=1310322
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program. Use
su -c 'yum update python-bitlyapi' at the command line.
For more information, refer to "Managing Software with yum",
available at https://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list