[python-txws] Latest upstream.

Ralph Bean ralph at fedoraproject.org
Wed Aug 20 18:59:00 UTC 2014


commit c19125aae6f51dcae3401e4941c779a24a38c35c
Author: Ralph Bean <rbean at redhat.com>
Date:   Wed Aug 20 14:58:48 2014 -0400

    Latest upstream.

 .gitignore                         |    1 +
 python-txws-drop-vcversioner.patch |    2 +-
 python-txws.spec                   |    7 +++++--
 sources                            |    2 +-
 4 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 292842f..26499bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /txWS-0.7.1.tar.gz
 /txWS-0.8.tar.gz
 /txWS-0.9.tar.gz
+/txWS-0.9.1.tar.gz
diff --git a/python-txws-drop-vcversioner.patch b/python-txws-drop-vcversioner.patch
index 6f33b3e..ac9487c 100644
--- a/python-txws-drop-vcversioner.patch
+++ b/python-txws-drop-vcversioner.patch
@@ -18,7 +18,7 @@ index e4b3372..e7b32aa 100755
 -    setup_requires=["vcversioner", "six"],
 -    vcversioner={},
 +    setup_requires=["six"],
-+    version="0.9",
++    version="0.9.1",
      author="Corbin Simpson",
      author_email="simpsoco at osuosl.org",
      description="Twisted WebSockets wrapper",
diff --git a/python-txws.spec b/python-txws.spec
index 1e0548e..806cc22 100644
--- a/python-txws.spec
+++ b/python-txws.spec
@@ -14,8 +14,8 @@
 %global capname txWS
 
 Name:             python-txws
-Version:          0.9
-Release:          2%{?dist}
+Version:          0.9.1
+Release:          1%{?dist}
 Summary:          Twisted WebSockets wrapper
 
 Group:            Development/Languages
@@ -118,6 +118,9 @@ popd
 
 
 %changelog
+* Wed Aug 20 2014 Ralph Bean <rbean at redhat.com> - 0.9.1-1
+- Latest upstream.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 77b546b..39569c9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b2c023774e89ed758225e2959e2ffa23  txWS-0.9.tar.gz
+d113910af0521ea62db8a0f3d7c63abb  txWS-0.9.1.tar.gz


More information about the scm-commits mailing list