rpms/python-openid/devel .cvsignore, 1.3, 1.4 python-openid.spec, 1.2, 1.3 sources, 1.3, 1.4

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Sat Dec 15 20:27:36 UTC 2007


Author: jcollie

Update of /cvs/pkgs/rpms/python-openid/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14040

Modified Files:
	.cvsignore python-openid.spec sources 
Log Message:
Update to 2.1.1


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-openid/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	13 Apr 2007 03:30:54 -0000	1.3
+++ .cvsignore	15 Dec 2007 20:27:01 -0000	1.4
@@ -1 +1 @@
-python-openid-1.2.0.tar.gz
+python-openid-2.1.1.tar.bz2


Index: python-openid.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-openid/devel/python-openid.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-openid.spec	13 Apr 2007 03:30:54 -0000	1.2
+++ python-openid.spec	15 Dec 2007 20:27:01 -0000	1.3
@@ -1,57 +1,65 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-openid
-Version:        1.2.0
+Version:        2.1.1
 Release:        1%{?dist}
 Summary:        Python OpenID libraries
 
 Group:          Development/Languages
-License:        LGPL
-URL:            http://www.openidenabled.com/openid/libraries/python
-Source0:        http://www.openidenabled.com/resources/downloads/python-openid/python-openid-%{version}.tar.gz
+License:        ASL 2.0
+URL:            http://www.openidenabled.com/python-openid/
+Source0:	http://openidenabled.com/files/python-openid/packages/python-openid-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python-devel
-BuildRequires:  python-urljr
-BuildRequires:  python-yadis
-Requires:       python-urljr
-Requires:       python-yadis
+%if 0%{?fedora} >= 8
+BuildRequires: python-setuptools-devel
+%else
+BuildRequires: python-setuptools
+%endif
+BuildRequires:  Django
 
 %description
 The OpenID library with batteries included.
 
-Features:
+Features of the 2.x.x series include:
 
-    * Refined and easy-to-use API.
-    * Extensive documentation.
-    * Many storage implemetations including file-based, SQL, and memcached.
-    * Simple examples to help you get started.
-    * Licensed under the LGPL.
+ * Refined and easy-to-use API.
+ * Extensive documentation.
+ * Many storage implemetations including file-based, sqlite,
+   postgresql, and mysql.
+ * Simple examples to help you get started.
+ * Licensed under the Apache Software License.
+ * Includes a Simple Registration API
+ * Versions 1.x.x supports protocol version 1; versions 2.x.x support
+   both major OpenID protocol versions transparently
 
 %prep
 %setup -q
 find . -type f | xargs chmod a-x
 
 %build
-%{__python} setup.py build
+%{__python} -c 'import setuptools; execfile("setup.py")' build
 
 %check
 %{__python} admin/runtests
 
 %install
 rm -rf %{buildroot}
-%{__python} setup.py install -O1 --skip-build --root %{buildroot}
- 
+%{__python} -c 'import setuptools; execfile("setup.py")' install --skip-build --root %{buildroot}
+
 %clean
 rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGELOG COPYING README doc examples
+%doc background-associations.txt CHANGELOG LICENSE NEWS README doc examples
 %{python_sitelib}/*
 
 %changelog
+* Sat Dec 15 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.1.1-1
+- Update to 2.1.1
+
 * Thu Apr 12 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.2.0-1
 - Update to 1.2.0
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-openid/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	13 Apr 2007 03:30:54 -0000	1.3
+++ sources	15 Dec 2007 20:27:01 -0000	1.4
@@ -1 +1 @@
-4ad16ef790d80a965b902eb315fe57b2  python-openid-1.2.0.tar.gz
+b15ead9183a0550ef974c15bb6a36f2e  python-openid-2.1.1.tar.bz2




More information about the fedora-extras-commits mailing list