[python-cclib] Added python3 package

nonamedotc nonamedotc at fedoraproject.org
Fri Jan 23 01:50:51 UTC 2015


commit 78cbf2024d1f12e4fd799a8386afd7c7bb6305ac
Author: nonamedotc <nonamedotc at fedoraproject.org>
Date:   Thu Jan 22 19:51:21 2015 -0600

    Added python3 package

 .gitignore        |    1 +
 python-cclib.spec |   10 +++++-----
 sources           |    2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a698470..d2080be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ cclib-1.0.tar.gz
 /cclib-1.0.1.tar.gz
 /cclib-1.1.tar.gz
 /v1.2.tar.gz
+/v1.3.tar.gz
diff --git a/python-cclib.spec b/python-cclib.spec
index 98c13b1..cce2675 100644
--- a/python-cclib.spec
+++ b/python-cclib.spec
@@ -3,8 +3,8 @@
 %global oname cclib
 
 Name:		python-%{oname}
-Version:	1.2
-Release:	2%{?dist}
+Version:	1.3
+Release:	1%{?dist}
 Summary:	A library for processing results of computational chemistry packages
 Group:		Development/Languages
 License:	LGPLv2+
@@ -63,9 +63,9 @@ for f in THANKS CHANGELOG; do
 done
 
 # Add file encodings for compilation under python-2.7
-# https://github.com/cclib/cclib/pull/117
-sed -i '1 i\# -*- coding: utf-8 -*-' src/cclib/parser/data.py
-sed -i '1 i\# -*- coding: utf-8 -*-' src/cclib/parser/orcaparser.py
+# https://github.com/langner/cclib/commit/9fddf44edaf9a139fd83c5bbb06127ec4107f0f4
+# https://github.com/cclib/cclib/issues/160
+sed -i '1 i\# -*- coding: utf-8 -*-'  src/cclib/method/lpa.py
 
 # preparation for python3
 rm -rf %{py3dir}
diff --git a/sources b/sources
index 0195abc..0ffae8a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-43eaacaa7ac6bda437a7fa378b5ee006  v1.2.tar.gz
+016e2f138fc68ea3e3c1a633873d319a  v1.3.tar.gz


More information about the scm-commits mailing list