rpms/python-IPy/EL-5 .cvsignore, 1.2, 1.3 python-IPy.spec, 1.2, 1.3 sources, 1.3, 1.4

Matt Domsch mdomsch at fedoraproject.org
Sun Jan 10 22:16:36 UTC 2010


Author: mdomsch

Update of /cvs/extras/rpms/python-IPy/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12778

Modified Files:
	.cvsignore python-IPy.spec sources 
Log Message:
update to latest upstream 0.70


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-IPy/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	20 May 2008 20:15:13 -0000	1.2
+++ .cvsignore	10 Jan 2010 22:16:35 -0000	1.3
@@ -1 +1 @@
-IPy-0.60.tar.gz
+IPy-0.70.tar.gz


Index: python-IPy.spec
===================================================================
RCS file: /cvs/extras/rpms/python-IPy/EL-5/python-IPy.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- python-IPy.spec	20 May 2008 20:15:13 -0000	1.2
+++ python-IPy.spec	10 Jan 2010 22:16:35 -0000	1.3
@@ -5,10 +5,10 @@
 
 Summary:        Python module for handling IPv4 and IPv6 Addresses and Networks
 Name:           python-%{oname}
-Version:        0.60
+Version:        0.70
 Release:        1%{?dist}
 URL:            http://software.inl.fr/trac/trac.cgi/wiki/IPy
-Source0:        http://cheeseshop.python.org/packages/source/I/IPy/IPy-%{version}.tar.gz
+Source0:        http://pypi.python.org/packages/source/I/IPy/IPy-%{version}.tar.gz
 License:        BSD
 Group:          System Environment/Libraries
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -40,11 +40,35 @@ 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')
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.62-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.62-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.62-2
+- Rebuild for Python 2.6
+
+* Sat Nov 22 2008 Matt Domsch <mdomsch at fedoraproject.org> - 0.62-1
+- new upstream version
+  - Fix reverse DNS of IPv6 address: use ".ip6.arpa." suffix instead of deprecated ".ip6.int." suffix
+  - Patch from Aras Vaichas allowing the [-1] operator to work with an IP object of size 1.
+
 * Tue May 20 2008 Matt Domsch <matt at domsch.com> 0.60-1
 - with assistance from  Mike Frisch
 - 0.60


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-IPy/EL-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	20 May 2008 20:15:13 -0000	1.3
+++ sources	10 Jan 2010 22:16:35 -0000	1.4
@@ -1 +1 @@
-675ac2928ecfe17efb9326bcc7c55d3c  IPy-0.60.tar.gz
+39ea7aef33a0f8607802c7fa6686deb5  IPy-0.70.tar.gz



More information about the scm-commits mailing list