- It's brown paper bag time :) The fix for the import problems was

- actually bad, but didn't show up in testing because the test suite's
- conditional importing code hid the problem.
-
- Any, 1.9.2 is out.
-
- Sorry for the churn!
This commit is contained in:
Jeffrey C. Ollie 2010-11-23 06:50:04 -06:00
parent 5409f8113c
commit dabb91e73d
3 changed files with 14 additions and 3 deletions

2
.gitignore vendored
View File

@ -2,3 +2,5 @@ dnspython-1.8.0.tar.gz
dnspython-1.8.0.tar.gz.asc
/dnspython-1.9.1.tar.gz
/dnspython-1.9.1.tar.gz.asc
/dnspython-1.9.2.tar.gz
/dnspython-1.9.2.tar.gz.asc

View File

@ -1,7 +1,7 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: python-dns
Version: 1.9.1
Version: 1.9.2
Release: 1%{?dist}
Summary: DNS toolkit for Python
@ -65,6 +65,15 @@ rm -rf %{buildroot}
%{python_sitelib}/dns
%changelog
* Tue Nov 23 2010 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.9.2-1
- It's brown paper bag time :) The fix for the import problems was
- actually bad, but didn't show up in testing because the test suite's
- conditional importing code hid the problem.
-
- Any, 1.9.2 is out.
-
- Sorry for the churn!
* Mon Nov 22 2010 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.9.1-1
- New since 1.9.0:
-

View File

@ -1,2 +1,2 @@
d11f8618b08a9fdc94413cbf034dc5c1 dnspython-1.9.1.tar.gz
9f532a9dbfb7fff7f73d28ceceb3b255 dnspython-1.9.1.tar.gz.asc
26426043e619d34b47c7c30dc0a02f1c dnspython-1.9.2.tar.gz
589f4e0e3221190b2c67b1ef3e1e235f dnspython-1.9.2.tar.gz.asc