diff --git a/IPy-0.56.tar.bz2 b/IPy-0.56.tar.bz2 deleted file mode 100644 index f0f1075..0000000 --- a/IPy-0.56.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6cdca05ac79c8dd472c668a84fdbfa54bc040bdbe4d4512073f76328741dd59 -size 25801 diff --git a/IPy-0.63.tar.bz2 b/IPy-0.63.tar.bz2 new file mode 100644 index 0000000..8022922 --- /dev/null +++ b/IPy-0.63.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:858d3f6cbd44f8600770ce6c3bbb3c76e0c8ee1d7db5ffb4f420cdab195252fb +size 25948 diff --git a/python-ipy.changes b/python-ipy.changes new file mode 100644 index 0000000..0494606 --- /dev/null +++ b/python-ipy.changes @@ -0,0 +1,22 @@ +------------------------------------------------------------------- +Wed Aug 19 12:39:49 UTC 2009 - jfunk@funktronics.ca + +- Update to 0.63 + * Fix formatting of "IPv4 in IPv6" network: IP('::ffff:192.168.10.0/120') +- Version 0.62 (2008-07-15) + * Fix reverse DNS of IPv6 address: use ".ip6.arpa." suffix instead of + deprecated ".ip6.int." suffix +- Version 0.61 (2008-06-12) + * Patch from Aras Vaichas allowing the [-1] operator + to work with an IP object of size 1. +- Version 0.60 (2008-05-16) + * strCompressed() formats '::ffff:a.b.c.d' correctly + * Use strCompressed() instead of strFullsize() to format IP addresses, + ouput is smarter with IPv6 address + * Remove check_addr_prefixlen because it generates invalid IP address + +------------------------------------------------------------------- +Fri Mar 28 00:00:00 ADT 2008 - jfunk@funktronics.ca + +- Initial release + diff --git a/python-ipy.spec b/python-ipy.spec index 1093755..3cfba83 100644 --- a/python-ipy.spec +++ b/python-ipy.spec @@ -1,6 +1,6 @@ %define modname IPy Name: python-ipy -Version: 0.56 +Version: 0.63 Release: 1 Summary: Class and Tools for Handling of IPv4 and IPv6 Addresses and Networks URL: http://software.inl.fr/trac/wiki/IPy @@ -41,6 +41,3 @@ rm -rf %{buildroot} %doc example AUTHORS COPYING ChangeLog README %changelog - -* Fri Mar 28 2008 - James Oakley - 0.56-1 -- Initial release