rpms/python-IPy/EL-6 .cvsignore, 1.5, 1.6 python-IPy.spec, 1.8, 1.9 sources, 1.5, 1.6

Matt Domsch mdomsch at fedoraproject.org
Wed Jul 7 19:22:05 UTC 2010


Author: mdomsch

Update of /cvs/extras/rpms/python-IPy/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv24321

Modified Files:
	.cvsignore python-IPy.spec sources 
Log Message:
bump to 0.70 from devel branch


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-IPy/EL-6/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	30 Aug 2009 23:48:55 -0000	1.5
+++ .cvsignore	7 Jul 2010 19:22:05 -0000	1.6
@@ -1 +1 @@
-IPy-0.63.tar.gz
+IPy-0.70.tar.gz


Index: python-IPy.spec
===================================================================
RCS file: /cvs/extras/rpms/python-IPy/EL-6/python-IPy.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- python-IPy.spec	30 Aug 2009 23:48:55 -0000	1.8
+++ python-IPy.spec	7 Jul 2010 19:22:05 -0000	1.9
@@ -5,7 +5,7 @@
 
 Summary:        Python module for handling IPv4 and IPv6 Addresses and Networks
 Name:           python-%{oname}
-Version:        0.63
+Version:        0.70
 Release:        1%{?dist}
 URL:            http://software.inl.fr/trac/trac.cgi/wiki/IPy
 Source0:        http://pypi.python.org/packages/source/I/IPy/IPy-%{version}.tar.gz
@@ -40,11 +40,18 @@ make test
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog PKG-INFO README example
+%doc AUTHORS COPYING ChangeLog PKG-INFO README
 %{python_sitelib}/%{oname}*
 
 
 %changelog
+* Sun Jan 10 2010 Matt Domsch <mdomsch at fedoraproject.org> - 0.70-1
+- Version 0.70 (2009-10-29)
+  * New "major" version because it may break compatibility
+  * Fix __cmp__(): IP('0.0.0.0/0') and IP('0.0.0.0') are not equal
+  * Fix IP.net() of the network "::/0": "::" instead of "0.0.0.0".
+    IPy 0.63 should fix this bug, but it wasn't.
+
 * Sun Aug 30 2009 Matt Domsch <mdomsch at fedoraproject.org> - 0.63-1
 - Fix formatting of "IPv4 in IPv6" network: IP('::ffff:192.168.10.0/120')
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-IPy/EL-6/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	30 Aug 2009 23:48:55 -0000	1.5
+++ sources	7 Jul 2010 19:22:05 -0000	1.6
@@ -1 +1 @@
-cef869380c65a9c09f52a1db7daa9cd8  IPy-0.63.tar.gz
+39ea7aef33a0f8607802c7fa6686deb5  IPy-0.70.tar.gz



More information about the scm-commits mailing list