Thu, 08 Jun 2023 04:21:46 UTC

Information for build python-bitlyapi-0.1.1-5.el7

ID578753
Package Namepython-bitlyapi
Version0.1.1
Release5.el7
Epoch
SummaryA 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/'
Built byralph
State complete
Volume prod
StartedWed, 17 Sep 2014 18:11:13 UTC
CompletedWed, 17 Sep 2014 18:12:45 UTC
Taskbuild (epel7-candidate, /python-bitlyapi:4f8da9e52dd1b074ed75c0655def736b3c3f3b89)
Tags
epel7
RPMs
src
python-bitlyapi-0.1.1-5.el7.src.rpm (info) (download)
noarch
python-bitlyapi-0.1.1-5.el7.noarch.rpm (info) (download)
Logs
noarch
build.log
root.log
state.log
Changelog * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Mon Aug 27 2012 Ralph Bean <rbean@redhat.com> - 0.1.1-2 - Removed deprecated defattr - Replaced hardcoded /usr/bin with %{_bindir} - Removed double "::" in the %description. * Sun Apr 22 2012 Ralph Bean <rbean@redhat.com> - 0.1.1-1 - initial package for Fedora