python-ipy-0.81-lp150.2.3.1<>,!\}۸/=„ܤ ٷKb*GV>0?X^̱+KbDr _6b VrB{;R;]ٖ*Ā77dWH#}syjFjQza _jZ*0S$O c[g? v~%r;ۭ6t 12.)u%> H*BS0%F[TǢkYHGF׏E%hJxSi- ȷk;Z.N:wm-ϟbKiqd21Ybb>>?xd   c DJT x             8 \h|( 89(:FtG H I XY\ ] ^}bcd3e8f;l=uP vtw x yz(,2tCpython-ipy0.81lp150.2.3.1Class and Tools for Handling of IPv4 and IPv6 Addresses and NetworksThe IP class allows a comfortable parsing and handling for most notations in use for IPv4 and IPv6 addresses and networks. It was greatly inspired by RIPE's Perl module NET::IP's interface but doesn't share the implementation. It doesn't share non-CIDR netmasks, so funky stuff like a netmask of 0xffffff0f can't be done here.\}obs-arm-4openSUSE Leap 15.0openSUSEBSD-3-Clausehttp://bugs.opensuse.orgDevelopment/Languages/Pythonhttp://software.inl.fr/trac/wiki/IPylinuxnoarch-O,A큤A큤\}\}QYA\}\}QRBQHQbQc 8335807333a5c2255fd2df95feb70c58b7b36e1ea0a078ef03047000851d3c774ce154bf6628e9694463c44b5e3d98008c7dc9a9ae1a6089317f8ce20bedc771c24ce1443d3ad34396df790e76f25857809ba05424c28dd52d78bc8bff9a9ba27da3a9ff67fc24e981a7481c30a2d43ad83ef199a770cb8a08c1bd7808782b82a02cf4278d2c9943a5c0745727b3ebe4a72dd07e62bb1f541ee2bdd885b37e27992abbef91b3add3fc5c1020ab0539fd43c69e56d94f884e62a0d12dd57e2e59eadef9d66c3752a307f280342a1b84e352d5c6d59cb076112f42784cc89d8106rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-ipy-0.81-lp150.2.3.1.src.rpmpython-ipy@    python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.73.0.4-14.6.0-14.0-15.2-14.14.1R_@Nσ@K9@J@Gp.drouand@gmail.comcfarrell@suse.comalexandre@exatati.com.brjfunk@funktronics.cajfunk@funktronics.ca- Update to version 0.81 * Correct reverseName() for IPv6 addresses, so IP('::1').reverseName() returns correct. * Add network mask awareness to v46map() * Fix Python 3 errors in IPSet class * Make IPSet base class be object when MutableSet isn't available, fixing errors in Python 2.5 - Changes from 0.80 * Drop support of Python older than 2.4 * Python 3 does not need 2to3 conversion anymore (same code base) * Fix adding of non-adjacent networks: 192.168.0.0/24 + 192.168.255.0/24 made 192.168.0.0/23 * Fix adding networks that don't create a valid subnet: 192.168.1.0/24 + 192.168.2.0/24 made 192.168.1.0/23 * Fix adding with an IPv6 address where .int() was < 32 bits made IPy believe it was an IPv4 address: ::ffff:0/112 + ::1:0:0/112 made 255.255.0.0/111 * Add support of IPSets * Add support for subtracting a network range * Prevent IPv4 and IPv6 ranges from saying they contain each other * Add a .v46map() method to convert mapped address ranges such as IP('::ffff:192.168.1.1'); RFC 4291 * Change sort order to more natural: IPv4 before IPv6; less-specific prefixes first (/0 before /32) - Changes from 0.76 * ip == other and ip != other doesn't fail with an exception anymore if other is not a IP object * Add IP.get_mac() method: get the 802.3 MAC address from IPv6 RFC 2464 address. * Fix IP('::/0')[0]: return an IPv6 instead of an IPv4 address - Changes from 0.75 * IP('::/0').netmask() gives IP('::') instead of IP('0.0.0.0') - Changes from 0.74 * Fix tests for Python 3.1 and 3.2 * ip.__nonzero__() and (ipa in ipb) return a bool instead of 0 or 1 * IP('0.0.0.0/0') + IP('0.0.0.0/0') raises an error - Changes from 0.73 * Support Python 3: setup.py runs 2to3 * Update the ranges for IPv6 IPs * Fix reverseName() and reverseNames() for IPv4 in IPv6 addresses * Drop support of Python < 2.5 - Changes from 0.72 * Include examples and MANIFEST.in in source build (add them to MANIFEST.in) * Remove __rcsid__ constant from IPy module - Changes from 0.71 * Use xrange() instead of range() * Use isinstance(x, int) instead of type(x) == types.IntType * Prepare support of Python3 (use integer division: x // y) * Fix IP(long) constructor: ensure that the address is not too large * Constructor raise a TypeError if the type is not int, long, str or unicode * 223.0.0.0/8 is now public (belongs to APNIC) - Change Group for standard devel/languages/python - Remove AUTHOR section - Remove redundant %clean section - Remove --record=INSTALLED_FILES option and replace it with %{python_sitelib} in %files - Use download Url as source- license update: BSD-3-Clause SDPX format (http://www.spdx.org/licenses)- Update to 0.70: * 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. Aditional changes from 0.64: * Create MANIFEST.in to fix setup.py bdist_rpm, fix by Robert Nickel - Spec file cleaned with spec-cleaner; - Building as noarch for openSUSE >= 11.2.- 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- Initial releaseobs-arm-4 1559657947 0.81-lp150.2.3.1site-packagesIPy-0.81-py2.7.egg-infoIPy.pyIPy.pycpython-ipyAUTHORSCOPYINGChangeLogREADME/usr/lib/python2.7//usr/lib/python2.7/site-packages//usr/share/doc/packages//usr/share/doc/packages/python-ipy/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:10357/openSUSE_Leap_15.0_Update_ports/2af0d633fa89b3814f0c176b7dde1515-python-ipy.openSUSE_Leap_15.0_Updatedrpmxz5noarch-suse-linuxdirectoryASCII textPython script, ASCII text executablepython 2.7 byte-compiledRRh'R swJutf-8134d4adad1bc51b8eabe4d4d2f69759579ad0f81da92f0ca93e5287f84fd38c4? 7zXZ !t/U]"k%r) ߋ0 T :lds uVsDt2ZO5*?, ~ɸ]~R429yWJK\`sr4iʑVg GZB#Lj5,R&&vA6>""WUۇq6d/zhAX(H}$Wҙyq  #W\\{r ,kTw;u_ȺurRqv+`.ܣDZKpk2|/ƅ cSD Ά6,݃w>2ԢonqG'{I svuevi| "b6.*zĹ2e>OX:ڵX-]`~&ykj9%ZI'a: ȘiUx\Oɡ$*2h ~2XŜB`xVJ|30ǻs YVZr )\KRzpxB~wN:5f*]L)Tqdq:~MԀqwVb ]CIYX21:}j@?o''''$]δ|fe6= zYir;^|A ;v>c; 6"9HǍKA# k vYu"zgl$4s~&ܓth pF"U !%CNӄ~~ZJy3(G7[=Q+z`OZk-)fE&!_%FA&[n1 /@r(W:G 訠un_ VECцpfIX~EaCİù%B A+1FHCe@l$KJ@fciC lef0r̍@L m)Ѽxn Pb- "`ݨ?+';IɼPmGŏʜMG:RUǪn.<$ζ YZ