python2-semver-2.10.0-lp152.2.1 >  A ^/=„Vf6 ;HW 9KvvZ"^{h9ZxY[ _S\6\nrM0|h Y>g$cЫҞP=/+ ?GWmB9˕4py@? /!޼2;4p8N} ?td12ca3e9c4315196c9282e1c5bd10ed8b076eccf96664537f9a42f7a817e9c245ae6367fbcd6593d492135110630c86a9ee507773gP^/=„<|TC,qpcd㎟*<;[sx.`h ߄Jx1{rLd8h;6`W!Wj4þCFSRjv+i+^UI$|D)N&c,%9beJš!kVa,I)|5tPwS9~yo`Lm3,:\ZNqP @ :YHH%4w;3=s_ u͋-^2Š"L\>pJ#?# d " H KQX,d    b  Px    $(%8, 9\ : ><@DBLFZGlHIXYZ[\0]h^'bc d e f l u!v!Hw!x!y"z"$"4""""#Cpython2-semver2.10.0lp152.2.1Python helper for Semantic VersioningA Python module for semantic versioning. Simplifies comparing versions. See also http://semver.org/^lamb54C8openSUSE Leap 15.2openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/python-semver/python-semverlinuxnoarch update-alternatives --install /usr/bin/pysemver pysemver /usr/bin/pysemver-2.7 27 if [ ! -e "/usr/bin/pysemver-2.7" ]; then update-alternatives --quiet --remove "pysemver" "/usr/bin/pysemver-2.7" fiTY*?A큤A큤^^^^^^^^^^^^^^3f992870bf2505a9b609651822fe8f653bcb89d8c1a2a4b2055f813b841e2e1ee2477ad276490dfd84b326ea2b1f7bc80f6b13890a09fae7e15c3f2c3a9b87469f4d5e04724a68bc7775e160fd921ff2fe08b4c07ac6c8b72274656f3b7cfb94e01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b21c847ddd608f9dff423823b70d8eef5e82e4246a78af9dd5e87d09c4bbae74fa05275277349cec575c7e2fdd57cf8141958a55a8ef82af85047e3fa11afaaad5277336cc8f703df6de72ceb922bce4c37f9252d2f459c0ebd14dac807541dd0dfb2865afb293a6e24ea2d0d052a58d45bc6f0b3a9ab9c707bb8b79d92e3d386dfb2865afb293a6e24ea2d0d052a58d45bc6f0b3a9ab9c707bb8b79d92e3d386819105bbbc6cd903a1b3da3fb7f2cc131244848dc929dd742c207f72d215d818/etc/alternatives/pysemver@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-semver-2.10.0-lp152.2.1.src.rpmpython-semverpython2-semver @@     /bin/sh/bin/sh/bin/sh/usr/bin/python2python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)update-alternativesupdate-alternatives2.73.0.4-14.6.0-14.0.4-14.0-15.2-1python2-node-semver4.14.1^@^@^K]]\@\l@[GB[Z Y@Y1S@Petr Gajdos Arun Persaud Sebastian Wagner Sebastian Wagner John Vandenberg pgajdos@suse.comMatej Cepl arun@gmx.desebix+novell.com@sebix.atarun@gmx.desebix+novell.com@sebix.atsebix+novell.com@sebix.at- %python3_only -> %python_alternative- specfile: * updated url * moved download url back to pypi (issue with tests not included seems resolved) - update to version 2.10.0: * Features + :pr:`138`: Added __getitem__ magic method to semver.VersionInfo class. Allows to access a version like version[1]. + :pr:`235`: Improved documentation and shift focus on semver.VersionInfo instead of advertising the old and deprecated module-level functions. * Bug Fixes + :gh:`224` (:pr:`226`): In setup.py, replaced in class clean, super(CleanCommand, self).run() with CleanCommand.run(self) + :gh:`244` (:pr:`245`): Allow comparison with VersionInfo, tuple/list, dict, and string. * Additions + :pr:`228`: Added better doctest integration * Removals + :gh:`225` (:pr:`229`): Output a DeprecationWarning for the following functions: - semver.parse - semver.parse_version_info - semver.format_version - semver.bump_{major,minor,patch,prerelease,build} - semver.finalize_version - semver.replace - semver.VersionInfo._asdict (use the new, public available function semver.VersionInfo.to_dict()) - semver.VersionInfo._astuple (use the new, public available function semver.VersionInfo.to_tuple()) These deprecated functions will be removed in semver 3.- update to version 2.9.1: - Features: - :gh:`177` (:pr:`178`): Fixed repository and CI links (moved https://github.com/k-bx/python-semver/ repository to https://github.com/python-semver/python-semver/) - :pr:`179`: Added note about moving this project to the new python-semver organization on GitHub - :gh:`187` (:pr:`188`): Added logo for python-semver organization and documentation - :gh:`191` (:pr:`194`): Created manpage for pysemver - :gh:`196` (:pr:`197`): Added distribution specific installation instructions - :gh:`201` (:pr:`202`): Reformatted source code with black - :gh:`208` (:pr:`209`): Introduce new function :func:`semver.VersionInfo.isvalid` and extend :command:`pysemver` with :command:`check` subcommand - :gh:`210` (:pr:`215`): Document how to deal with invalid versions - :pr:`212`: Improve docstrings according to PEP257 - Bug Fixes: - :gh:`192` (:pr:`193`): Fixed "pysemver" and "pysemver bump" when called without arguments- update to version 2.9.0: - Version 2.9.0 (WIP): - Features: - :gh:`59` (:pr:`164`): Implemented a command line interface - :gh:`85` (:pr:`147`, :pr:`154`): Improved contribution section - :gh:`104` (:pr:`125`): Added iterator to :func:`semver.VersionInfo` - :gh:`112`, :gh:`113`: Added Python 3.7 support - :pr:`120`: Improved test_immutable function with properties - :pr:`125`: Created :file:`setup.cfg` for pytest and tox - :gh:`126` (:pr:`127`): Added target for documentation in :file:`tox.ini` - :gh:`142` (:pr:`143`): Improved usage section - :gh:`144` (:pr:`156`): Added :func:`semver.replace` and :func:`semver.VersionInfo.replace` functions - :gh:`145` (:pr:`146`): Added posargs in :file:`tox.ini` - :pr:`157`: Introduce :file:`conftest.py` to improve doctests - :pr:`165`: Improved code coverage - :pr:`166`: Reworked :file:`.gitignore` file - :gh:`167` (:pr:`168`): Introduced global constant :data:`SEMVER_SPEC_VERSION` - Bug Fixes: - :gh:`102`: Fixed comparison between VersionInfo and tuple - :gh:`103`: Disallow comparison between VersionInfo and string (and int) - :gh:`121` (:pr:`122`): Use python3 instead of python3.4 in :file:`tox.ini` - :pr:`123`: Improved :func:`__repr__` and derive class name from :func:`type` - :gh:`128` (:pr:`129`): Fixed wrong datatypes in docstring for :func:`semver.format_version` - :gh:`135` (:pr:`140`): Converted prerelease and build to string - :gh:`136` (:pr:`151`): Added testsuite to tarball - :gh:`154` (:pr:`155`): Improved README description - Removals: - :gh:`111` (:pr:`110`): Droped Python 3.3 - :gh:`148` (:pr:`149`): Removed and replaced ``python setup.py test`` - update to version 2.8.2: - Skipped, not released.- Add Conflicts: python-node-semver - Add fdupes- run the testsuite- Remove superfluous devel dependency for noarch package- specfile: * be more specific for python_sitelib in %files section - update to version 2.8.1: * Issue #77 (PR #47). Convert multiple tests into pytest.mark.parametrize * Issue #89 (PR #90). Add doctests. * Issue #40 (PR #88). Add a static parse method to VersionInfo * Issue #87 #94 (PR #93). Remove named tuple inheritance. Fix bad rendering in Pandas DataFrame * Issue #96 (PR #97). Make VersionInfo immutable * Issue #98 (PR #99). prerelease and build set to None by default- update to version 2.8.0 (excerpt): * Issue #79 (PR #81 #84). Define and improve a release procedure file * Issue #72 #73 (PR #75). Implements __str__ and __hash__- update to version 2.7.9: * Issue #65 (PR #66). Add finalize_version function- update to 2.7.8 * PR #62. Support custom default names for pre and build- initial package/bin/sh/bin/shpython-semverlamb54 1590689800 2.10.0-lp152.2.12.10.0-lp152.2.12.10.0-lp152.2.1pysemverpysemverpysemver-2.7semver-2.10.0-py2.7.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txttop_level.txtsemver.pysemver.pycsemver.pyopython2-semverREADME.rst/etc/alternatives//usr/bin//usr/lib/python2.7/site-packages//usr/lib/python2.7/site-packages/semver-2.10.0-py2.7.egg-info//usr/share/doc/packages//usr/share/doc/packages/python2-semver/-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:Leap:15.2/standard/bb313da4872dcfa2e352c8b6df9ff866-python-semvercpioxz5noarch-suse-linuxemptyPython script, ASCII text executabledirectoryASCII textpython 2.7 byte-compiledRRRR:6FF}ULr[KOif [ -e "/usr/bin/pysemver-2.7" ]; then update-alternatives --install /usr/bin/pysemver pysemver /usr/bin/pysemver-2.7 27 fi/bin/shutf-861f16e3680a99aa5d4e54fb3cee280b98a28df6242ee2c7bb9218c2ec4e21bb2?`7zXZ !t/L[?*] cNDfZKДݸ<5b_+]8(|^̟!DboQJc#b~jn>^zT>ñcُ_zտ~o PI.c`虣zl? Eû!nИJ\j!*^x7[HV{ژ9ͪ]^'+h)RO?:@dj~ >APEsySszKփ2#k)jbܡ؍g u^VG *¸Z̔L}O 1|)-0AIaOZ*,fr!Dr岨io,H)֫܃WU:1XP&&;-#uXfgKw([Vr[UXSEW5)hj޴t8P{P D\DHf^B}Um9eá=Vw>3H?M%k/k3}2dGTqUY UYryLSQ{0˷ Ѿ7M5GL̚Dvo±Ds@yќ |[i6BF&EUYjyqB# oQe #onж>wXu>dQ<1DH_'XL/&my-f֦)ֲ 7>!9:͜V?yH μҺ12#33dvW^ac e)4Uj3^v55r^)5Xf$Q'ސh[+"Pk?GfG :gX&lq.ay##}^zx %az (KQ;j ԛpИV bTjWw%d|O&QTSX1X&z_S6 x~-XºP6('|vH3#qUP(6V[d։ZkD~[8K R&qk'EVŊB!N2".O6(>Ѱ NMeOO-@a* +BPJxAkaWǯF %|築\09O|apg۟HC}74#΍O"И]5/0#00Ӓԕ[JXO OK>˓wpqDX7;+$Dϻ1tT7"s]8:#xcM "x<'`?PF Ƚ4gCs cǻEQl3g͊P\Eg*RW_3X=&hʚ'dN_Ii; Hz' u*x::[/jwp r943WseVb A',+j LBԫ6k[,!6! ڲ1׼>l̳h9sG'Ejf5{Jne){nVޜg'rifM80M3 @l5h!>3ss,p*t:4U{hooW78XCY1Y Q(jB !ޟZ!mmej#ѫShM_H)By9u~a@vU BÎ[/5 Too2LIHGM _VdokDǽ7v&4<O!/@hO/Ck1Nuuz}-(Έ8Cߓ B)O+s#g;DH\OgQx@^2L0Yz݈Q%W33[p" =i`/U0ٙуJ7U'U Ow@L2[ھOk::gֆs Ix|oׇ+C _{uB8EӪi9if!"Up2݉^m: l&{/_!5'NG0d+,ABP4D@C_mR]D}tC^2l,B`a9VH)Wcqjϵs;A@ G 'NZKPhLǤ?wn2ṵklj^?O))˯Y$bkk\Ȗ34"s8(lTMZw/,JNDny}j﵃tN4-[Ѿt{]@'zl5:L~ƣć0aƪN3Ӈp|7XNg]I_;2t;RLυ}/c:^~&Fb=wLW)ʇi&KvqMWaRxfXʵe6/0m 8HÖڄ d@|铓TwmcR>*Rs1_!''Gv78!wTXr#?C]&uL\٭OtA%ش*yKs$E X)rAzEZ'4@%*[bLr`jVVbrBڰS_m=2 Sؕ1J廵(U[Ø!sf*<L5v^0!=kеdbu"Jj{2E7Բhu-fw8%-S |q*ίyQM*<gsA&9 EH)E?M#u^z}4lX*!礍fÞugGqYpPȃ{:t-p “0Ad 7-)G0e!POSѳIi3%P{J˺:CVaM:;[ki5JQwID]b{"))W?D{18@NUXnl4yQIK"i$xnޭgrRgњ8:GTy@ T9ƠZC[=~KAewGO+=Q<%db}Lfh^#;kV?gHCz/M`A%,ؗ20G xg̷_. <`#F),u7]@4 f1=" UzVzCZ3w-~-!qiP^{rK͔xIjҥcDJ'Dy~6eŕ>j5ot s ">>8@ۨʨ۬VAQƾR&,O@f% i_qcs/irvoI!?Iݱ|u>\Wl)l ^kiIlc^G0=gL_FgGӚཫGR`;^kO=,'cgbyh l A5+;wƸ֔ppy|,{pT&j'֞P ] xeooZZ|UHR *lףpGw>FQcL5Bv X,]BiP\n+t 53 O{2VJs@\j#5e&ZMRTU/>ޕ~m]:&$^b;Iσ=an9A|gJ]Zpoʷ8e(̢MgDbKz\g 쭱*gU?'@x{xH- K):k9l|j2yr c$kۯ`.,E;1b*fh7?u.{dB\^ >%nhwuanSڃG ii2J e㯰鴎r}@QU|.3d5.E\%`ӓ'ۚ*e`YjQhD>Ve?R84ؙx,*Kw_3e^bV ]%,,c0DMs5Ң N*DLB$;!p ufp>&XGh18 bB&GjQkcݻDoV0Ki%$38 ;>r',HYzkt$cfy&H&5F|B7Jon{DCړ;xgq1gDɠ@Pə/2 aܵ3DiPlyNrׄІ-QRx Un.69X]SC0~k(&]m>[+9A[ٹ %t1OHQ7V݌; D=vs )JgO#ɧ2ʧhj- geI, |Zz?I.ƬE.u^zN]LK^2.UtJԁU9;u,8Id_B+G]+ 6 hD]575 6Se|jwVs`Vj.ҨLмY13,95*_:̲lCYMKO TzܷZRg1Tns /X6ep%2{wtFɧ[[&ިݵ :#I녗+bsn$rFfm[+>?{&#nyqdFgAh[4n<4¯!$ԧQE%)B>vfwuin)z2z)=V!?_}7 `QKZKuqm53\TZ$r[;FYC-ov:-wQxG𞟮>Q@nT[մ pkԨZSP{0w&< yNu[b ^*;HՇQך _13G8Ӡ̺yO '{ hɘ2>{oؐ#Twr\+cOrI`ʕhXI h`AMzgB+U&*x6bRO 32?w_}Pk`g d 4FlSK h\fRmtfDS>V MoF;4랟)A3eX-2qDCJPǚ~Ev!K*1-1iz_+xpU3+j4,:5QSR'pAYn28Iޜ=xLvŁpf1H%\9<(pgWMd&"h Ku G1vr^ eB<]t`XfnV:KZTwe9ىnVda,g檲nBO!;ibGG?- ".-1Qv;C=슬?%.ػ7,FqyDdd@;Z(ìFh]8]ϕP%|gLoCFuZx\gćqC/3$S02+ 3!v>_r#շCDPlV7UhF]/vNh2uqW 2:!if2))w xánw~^ oؠD}TB?"oufSAW^G:y$X0Dj&&kUBå4 uSpM]P'=2ʼnP*BWd\ d9FLg{eJJ5/yӲaas9d|7h~/Ӂ|-| RB0$s,hlCIUGrhDv$]_nrC t-޵2<32f=3(ؔ<B8Z[WF2=7.M -8{+]rV4'Qs閆&}DG֝p`O5 A[M2^I?RZkh d=%d~SE:MeP..[GVFwA[C)-7ŠL{UʬE=:6wt:J2M,G!bny&;^ru)=G[M 3fVX!tV462 Z(ؚOſ?\2jc+3˞~VE\ھ)Xf ']bžذ Q`1kCȊv( 8E[d,//CWaTqCWqGIx 0|n"lnd/ҐG28U^hjͧHH]0 ܜpY40Fw?Mɫxk牸N _$ y) d*cw-3.|υvㆇCyiOpFHCKyh2_^mJVX# ]!U\:M=vIZAdat1 VN/Oju |3rb'tZ/!Hwv{w7Spr <>|6(ާ;X4pHR&(`h%qYw!|,iT([|r 756@BYA!Ij''bl鹕O?a- 1Hܢ=0F=y6ų.P򧭉<7\98TO_V0i'n36*v"'FBPi*shcof\lKOqL\$3f/y#L9lߟ'}"MjY?On'y%ǹZx=NÌO*U [_ۣ6 CkdK jVKPbq4 {_Fs"oS\%_f8¾%^?T,Y,_|ыMZO Gy ,rzٙľD撲tK1<<a%=ys-J&K,QDcċrl`"E-—QQCIt!i:a~SRӡ-:E4%z68I-A17oR}c fTYNgp܅FGr5 :!&]+u m|$.a>;+´tS18lK%#~LˆD|&vmmb? /t{ADsgEMۆ&"[ru$ ɱ1%I~jC_ǴM=)n::(iڟ Yã}L,op=f7dJٵ#›a$)s@H $D֚Erd"9v;yĊdymB}u_Nc0+)taQ n)s'S@عْrHM1$"NʙI9U6RRr* IE-7\캇5d:s.x0Y9 JiZk!MR@1)bkKDTP0m$kiOX[[cjH:y87*)@!]A酹m-,狘&K/ x 5O FmDjK"PT ~4Ex$cߘ֐t'Kgy՚: iJ3/zX ZIXL잚d"%{]`ȡFi`KpLpx~/*E#ӽ;J]b\nYe^cȥ1ӑ7| : ?]!=YHN$#':d QOn׉{ ^/Q8#2k<`{ +/5if#w00zN%{ ':wځ@ #PJ  eW=1Ch4/x`#;{$ )Fv+47D%> `h$FH6 ය-@}o4ӭ/6ACB!r®=A'%C[чkȖ3vGB^g`Ži={\]tDBu币 uw#a!8T}N'Ŀo [sz q3ۼ1q)'msK-}$EO `mb\HC;˹|ĞӮ }H'(!0IzRG[Ҵs5lI<_ORWߔIjo"/ۍY۵Ji2==\ICM0G8㸐) ߯e3>|,&[8 6ПCXF26sxSٗ kd~[VSAt̏lgW 5%1C1+%g:kvڟը':;\ƃm5N㑺8JN҄=2)nΐzD;;ϰ~ RH0TV^g(Z֮?n4vIC +\YAAob=E_C)i)h /^@7s֒fAl^h=ú9D4 xd}!1c_=!ʅpTi&unw'TA+C-_e@X&%*T)~5ѫ=x>Y;۳XB%O֤ÐB *yӲ8K[cg2B nz Д%@~EH&wZ c1b%vdutB*Dw ?j [9FEQcz{'MS ܁),Rgj|&x. #݃ѓNkjv\㶙(ܑͦJcm?G]CΨaHU*(ˍ|r 5(#mh'mx?>hmA8|!S\U^E+3.?݀^jN(-<{gT8N}(@,Ꙣ&vńbx2(w$5C; ؃hHMU+_;|V0MY iLjH3 gl6YLʘ8dgtX?tl/"d)lQ>~=;cCUM _8TH:ナ=VE\TFP $f8z [3{LL!]S opXX?14YWE\eYݯ =~Կ H1zK괝&%˼1X 2X 3t%2kEhHEv{ A36N9+H}{N;IB2\]6´,>yD%2ԟ\<3>UAk\=M}%uk,cQǁFf2) M =':f4)vlA'īl@ae*ųꤑ! $_i!N͎,Jױ"$c 8Fr2l:0) A3GSqm\C\$ev!&G'م9qk[Egc1*| ֈR$Znb&!\g`Vp:@![$Ȣ5K.Wp)9b Dgf vP&=rS?F<@^B+':CTga34i~WU3!pls$pa 4d,,*ΔbIεy5 Ȧ20 ,B[P< g0MƻDSLq>ͷ,X\uZƆY2jإZ9.̨`U}N^Ƕ/>rnLA'"lAU wcV |MUvr=1]׀otRX 4RMƤ/c$ \ >,myiI`muO?:SP43!w) >95¤B`Bg Hzl=!֏q|q례l:=w?句:t_4KlSQdJ17zC!'H)!v¬&@/ڶjPI&9zA6"V-ڒ0,I>c=;c] jyh9+5f]d?(HmV_Zjx?l$ֹS0隆>MRUE_r)4gTب3gawjD;Jy-}JZY({Kڵ F Ɛ#h@jx)nְ/P&5N@c@1 +N0LDP;GLPH?Z1ddAe¦н(A*_WPVH:l&-;mjDzn:mFE(}: C/pfaPFbI ٭*<%^*׸]\R4 DvX:|p).ճBhT9&ȇ\GD~a $|ZU/Ѝa[|ɿU(n[:\QQ@,b. Jfwda= hYMgw0LOْK#Y!} դ;8T|**".WOSrbE+f!.%?Lr?zӬ~Jڕ+\ #+1rZXX1y"eRvo/=XQ}h"o}7L9~*=L%:i@Ab#еjK&r ԺFeF;З".*\jf4JM9",(JqI1OSlm]dHPNIf3[_vE)KX"M˒;oI\̑Gߡ-End D0=F ӵ.O=ՔYjNz%3WWĜAӜF$4<^{QL(=y-$ 1ŪBghm,5-洴X ]Tb8C^!nk{+ᥚTnVG霄aPNu WL E!"!\ml~3;Ç|dMpi-Ўs~|3DZver}A鹣{BM/Ra*dh,iYh]"~֎fXpǶPЩAx58/F/T9HOW~ܘvO YZ