python-ipy-0.81-lp150.2.3.1<>,!؉\}ݸ/=„DKc8/K;G,hrʝE1DKU<ðs3,FXt!3~^le{Sj6F1v;5Z_˚qO:_mJTm1⼔Ł!TC8@059hvUG g.UTh3&649*n9%;hI,4dM6̣]=Kr]%IN7~ĶqCgC*+=9PtJ nH@L(Ԧ:"t M.@*~I >>|?ld   c @FP t             4 Xdx(89$:FpG H I XY\ ] ^ubcd%e*f-l/uD vhw x yz  &hCpython-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.\}build30openSUSE 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 releasebuild30 1559657949 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/2af0d633fa89b3814f0c176b7dde1515-python-ipy.openSUSE_Leap_15.0_Updatedrpmxz5noarch-suse-linuxdirectoryASCII textPython script, ASCII text executablepython 2.7 byte-compiledRR2C`ls RZautf-8c703e265e2db957263b099c7d2a4ee7ce6721feb62c0ca9e67534b0dafeb7cb3? 7zXZ !t/Q]"k%r) ߋ0 T :lds uVsDt2ZO5*?, tII![}kUp:_A '8~louJWUQɀBU9c4:ڨa* }̥pF'd &g]fn\\J2l(J6Z UQ}V[P6r29w%a0Т#g[mA"8j7- URnv"nO'7SლؽI}(]}XxY#O+]26BA`L$9sK%P bWx( lsҶbyoi:z SU?0 R;fR mҰ(((`A1q-'!,Ww(Gl)4kW8ݾ&&K,Z!O.$uf)=c``..4L"Ѷ<zpb ќ7NASaոh^y؏%&gAUM[WpHkvJqF͝ mV3n*ו8bme]S蓬Q+w4jkK9[V';-NRr(ʑKSz2>_Aӧ\cmi=`le'W9h={NpVvg'g̖zݥ<7B>V%ټȄ;m4Kw.Dεn" :ޱh[&*Fcf퓯1fI2\v#>yz:S7;F%[HҎ%HJ>XX6tv# Kg-\UsM|Z&ZD&18xYkZ)c` ,PqylaGH3:6D+aΝ)¨>E޵ g[w?:x3xr,rݞvL=@h}9 捋'8]}K @N$:k Y.  YZ