[python-twisted] Updated to 11.0.0 Added comment on how to obtain the PKG-INFO file

belegdol belegdol at fedoraproject.org
Sat Apr 30 06:39:52 UTC 2011


commit 0a921eb86054c1fd4e924a6acf7ea9e7fac53bb9
Author: Julian Sikorski <belegdol at gmail.com>
Date:   Sat Apr 30 08:34:42 2011 +0200

    Updated to 11.0.0
    Added comment on how to obtain the PKG-INFO file

 PKG-INFO            |    6 +++++-
 python-twisted.spec |    9 +++++++--
 2 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/PKG-INFO b/PKG-INFO
index aa2a689..2603978 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: Twisted
-Version: 10.2.0
+Version: 11.0.0
 Summary: An asynchronous networking framework written in Python
 Home-page: http://twistedmatrix.com/
 Author: Glyph Lefkowitz
@@ -10,3 +10,7 @@ Description: An extensible framework for Python programming, with special focus
         on event-based network programming and multiprotocol integration.
         
 Platform: UNKNOWN
+Classifier: Programming Language :: Python :: 2.4
+Classifier: Programming Language :: Python :: 2.5
+Classifier: Programming Language :: Python :: 2.6
+Classifier: Programming Language :: Python :: 2.7
diff --git a/python-twisted.spec b/python-twisted.spec
index 526a06d..eda251e 100644
--- a/python-twisted.spec
+++ b/python-twisted.spec
@@ -1,13 +1,14 @@
 %{!?python:%define python python}
 
 Name:           %{python}-twisted
-Version:        10.2.0
-Release:        2%{?dist}
+Version:        11.0.0
+Release:        1%{?dist}
 Summary:        Event-based framework for internet applications
 Group:          Development/Libraries
 License:        MIT
 URL:            http://twistedmatrix.com/
 Source0:        README.fedora
+#Obtained by running python setup.py egg_info in the unitary tarball
 Source1:        PKG-INFO
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
@@ -54,6 +55,10 @@ install -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{python_sitelib}/Twisted-%{version
 
 
 %changelog
+* Sat Apr 30 2011 Julian Sikorski <belegdol at fedoraproject.org> - 11.0.0-1
+- Updated to 11.0.0
+- Added comment on how to obtain the PKG-INFO file
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 10.2.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list