[pykka: 1/2] Update to 1.1.0.

Jonathan Dieter jdieter at fedoraproject.org
Tue Apr 16 16:23:25 UTC 2013


commit 507705c82b6ea1dd6b54cbc9b80ffa503984efe1
Author: Jonathan Dieter <jdieter at lesbg.com>
Date:   Tue Apr 16 19:21:39 2013 +0300

    Update to 1.1.0.
    
    Signed-off-by: Jonathan Dieter <jdieter at lesbg.com>

 .gitignore |    1 +
 pykka.spec |    9 ++++++---
 sources    |    1 +
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a279b20..47129f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /pykka-0.15.tar.gz
+/pykka-1.1.0.tar.gz
diff --git a/pykka.spec b/pykka.spec
index 6e2b381..d131198 100644
--- a/pykka.spec
+++ b/pykka.spec
@@ -1,10 +1,10 @@
 Name:             pykka
-Version:          0.15
-Release:          3%{?dist}
+Version:          1.1.0
+Release:          1%{?dist}
 Summary:          Python library that provides concurrency using actor model
 Group:            Development/Libraries
 License:          ASL 2.0
-URL:              http://pykka.readthedocs.org/
+URL:              http://www.pykka.org/
 Source0:          https://github.com/jodal/pykka/tarball/v%{version}/pykka-%{version}.tar.gz
 BuildRequires:    python2-devel python-gevent python-sphinx
 BuildArch:        noarch
@@ -71,6 +71,9 @@ cp -rp docs/_build/devhelp $RPM_BUILD_ROOT%{_datarootdir}/devhelp/Pykka
 
 
 %changelog
+* Tue Apr 16 2013 Jonathan Dieter <jdieter at lesbg.com> - 1.1.0-1
+- Update to latest release
+
 * Thu Jan 10 2013 Matěj Cepl <mcepl at redhat.com> - 0.15-3
 - Add documentation and examples.
 
diff --git a/sources b/sources
index 0b27f71..5e9451e 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 d23675926b88a8ce8f639a6e5f4398fa  pykka-0.15.tar.gz
+7806838fc6b1183afb810a13cd302e3d  pykka-1.1.0.tar.gz


More information about the scm-commits mailing list