[python-yourls: 1/2] update to python-yourls 0.1.2

Tim Flink tflink at fedoraproject.org
Mon Nov 14 17:26:10 UTC 2011


commit b0ab890d77697a1aee62e02aba8aa592dc216f3d
Author: Tim Flink <tflink at fedoraproject.org>
Date:   Mon Nov 14 09:57:16 2011 -0700

    update to python-yourls 0.1.2

 .gitignore         |    3 +++
 python-yourls.spec |   14 +++++++++-----
 sources            |    2 +-
 3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index be5ecb8..d0a2f73 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,4 @@
 python-yourls-0.1.1.tar.gz
+python-yourls-0.1.2.tar.gz
+python-yourls-0.1.2.tar.gz.sha256sum
+
diff --git a/python-yourls.spec b/python-yourls.spec
index d54877b..8fece5d 100644
--- a/python-yourls.spec
+++ b/python-yourls.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           python-yourls
-Version:        0.1.1
-Release:        2%{?dist}
+Version:        0.1.2
+Release:        1%{?dist}
 Summary:        Simple Python client for the YOURLS URL shortener
 
 License:        GPLv2+
@@ -12,7 +12,7 @@ Source0:        https://github.com/downloads/tflink/python-yourls/%{name}-%{vers
 BuildArch:      noarch
 BuildRequires:  python-devel
 # This only exists in F16 and newer
-BuildRequires:  pytest
+#BuildRequires:  pytest
 
 %description
 Simple Python client for the YOURLS URL shortener
@@ -22,8 +22,8 @@ Simple Python client for the YOURLS URL shortener
 
 # the dependency needed to run the tests is only included in F16 and newer
 # python-pytest > 2.0
-%%check
-%%{__python} setup.py test
+%check
+%{__python} setup.py test
 
 %build
 %{__python} setup.py build
@@ -43,6 +43,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Nov 14 2011 Tim Flink <tflink at fedoraproject.org> - 0.1.2-1
+- Fixed bug where empty api urls were allowed
+- Added ability to use 'title' when shortening a URL
+
 * Tue Aug 30 2011 Tim Flink <tflink at fedoraproject.org> - 0.1.1-2
 - corrected license tag
 
diff --git a/sources b/sources
index cf1ee25..ff8f3ae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-254b25fa04b845698ce37f8300cc8716  python-yourls-0.1.1.tar.gz
+6a8898bcacb00719c60e6066a56b3fb5  python-yourls-0.1.2.tar.gz


More information about the scm-commits mailing list