[python3-dugong/f20] Update to 3.3

Christopher Meng cicku at fedoraproject.org
Sat Aug 9 06:09:15 UTC 2014


commit a137e70f097da1d4c69ddf38e956170b33cd1653
Author: Christopher Meng <i at cicku.me>
Date:   Sat Aug 9 14:08:31 2014 +0800

    Update to 3.3

 .gitignore          |    1 +
 python3-dugong.spec |    7 +++++--
 sources             |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 32ea0da..dc42e2c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /dugong-3.1.tar.bz2
 /dugong-3.2.tar.bz2
+/dugong-3.3.tar.bz2
diff --git a/python3-dugong.spec b/python3-dugong.spec
index 4419d6a..4867aa0 100644
--- a/python3-dugong.spec
+++ b/python3-dugong.spec
@@ -1,5 +1,5 @@
 Name:           python3-dugong
-Version:        3.2
+Version:        3.3
 Release:        1%{?dist}
 Summary:        Python 3.x HTTP 1.1 client module
 License:        Python
@@ -47,7 +47,7 @@ rm -frv dugong.egg-info
 %install
 %{__python3} setup.py install -O1 --skip-build --root=%{buildroot}
 
-#%check
+%check
 #py.test-%{python3_version} test
 
 %files
@@ -56,6 +56,9 @@ rm -frv dugong.egg-info
 %{python3_sitelib}/dugong-%{version}-py%{python3_version}.egg-info/
 
 %changelog
+* Thu Aug 07 2014 Christopher Meng <rpm at cicku.me> - 3.3-1
+- Update to 3.3
+
 * Fri Aug 01 2014 Christopher Meng <rpm at cicku.me> - 3.2-1
 - Update to 3.2
 
diff --git a/sources b/sources
index aa07d6d..27ee195 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e322de1c65d54b96d836868b9c8944ff  dugong-3.2.tar.bz2
+df2766c0b4a996557d3c9bb124382d0c  dugong-3.3.tar.bz2


More information about the scm-commits mailing list