python2-semver-2.10.0-bp153.1.17 >  A `CL!M@eee(YB݄q3?⴮&+fO#[FH/M .]`a:4`3+z,*48FAi{X@`s}uD+P0g?i4-\=;f(ۂ Y&r~5YpVj8`Y;!.pq9C :rb7鏂=.Lj60"q3yqxb'=_~;G e$ڴ8-ZslB72f87f4dbf03cd6054ae1390af0ea473865e33b5cf0b52dee6704bc4680388ad9938cc89a8a1a364f05a21dc74224d456acc0f486gl`CL!M@eeeeIH$#b+4͐J Ү/pή., ,K Ą|Q i hB\MI5D^ ;|.(}WeV*}~8wSeC/J`6W@Dsp5a{}]cs;a٧U`ҝye  14짣i?d֠pJ#4?#$d # I  *Y_f8p    n \   0(188 9h : >H@PBXFfG|HIXYZ([,\@]x^7bc d! e!f!l!u!(v!`w!x!y",z"<"L""""# Cpython2-semver2.10.0bp153.1.17Python helper for Semantic VersioningA Python module for semantic versioning. Simplifies comparing versions. See also http://semver.org/`CL~sheep86C8SUSE Linux Enterprise 15 SP3openSUSEBSD-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큤`CLy`CLy`CLy`CLy`CLy`CLy`CLy`CLy`CLy^`CLy`CLy`CL~^3f992870bf2505a9b609651822fe8f653bcb89d8c1a2a4b2055f813b841e2e1ee2477ad276490dfd84b326ea2b1f7bc80f6b13890a09fae7e15c3f2c3a9b87469f4d5e04724a68bc7775e160fd921ff2fe08b4c07ac6c8b72274656f3b7cfb94e01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b21c847ddd608f9dff423823b70d8eef5e82e4246a78af9dd5e87d09c4bbae74fa05275277349cec575c7e2fdd57cf8141958a55a8ef82af85047e3fa11afaaad5277336cc8f703df6de72ceb922bce4c37f9252d2f459c0ebd14dac807541dd0dfb2865afb293a6e24ea2d0d052a58d45bc6f0b3a9ab9c707bb8b79d92e3d386dfb2865afb293a6e24ea2d0d052a58d45bc6f0b3a9ab9c707bb8b79d92e3d386819105bbbc6cd903a1b3da3fb7f2cc131244848dc929dd742c207f72d215d818/etc/alternatives/pysemver@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-semver-2.10.0-bp153.1.17.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-semversheep86 1615023230 2.10.0-bp153.1.172.10.0-bp153.1.172.10.0-bp153.1.17pysemverpysemverpysemver-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-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/bb313da4872dcfa2e352c8b6df9ff866-python-semvercpioxz5noarch-suse-linuxemptyPython script, ASCII text executabledirectoryASCII textpython 2.7 byte-compiledRRRRu)ҭioTif [ -e "/usr/bin/pysemver-2.7" ]; then update-alternatives --install /usr/bin/pysemver pysemver /usr/bin/pysemver-2.7 27 fi/bin/shutf-80787ae143c7c5d637c285139e5c7b1378d85496298992a1659f6f5afe61485e7?`7zXZ !t/L[?0] cNDfX(\vۜ'UŤkMc~oy*"F髶 zZgju[n]{7t&`%C ΃9vpT:G՘,-$}+֧j訞Ruցi>tj )tMi'yL1ܾ5C$ &ݭF5]ޅ)& waBUdNnrC=V䷷W$O ?>:$=͓ zXӗP&5xY`fd^UM؛pՀg&8Wrc0;p{%5f ,[NYj@8e8eQ#Zu>zV'MAC=9՗d$՗{P|4f<Vy ,` uꝗp@20 &txŤu/*: e>ި2f:uuAnDP,@c3AmYɂ~R%G,>ɱ@.`ƹ'vp0ee4Ke*/0(@UK"8_,G9RjsZIy;/=mW H˻Y&AG``B=3lB{+yWEeM&cLL>/Tk):NLI8  )zR84baYգG>@ib։2:*}!0G^ D車ߝ%4/oZ?BŽhٛ`%d5ev(Q:Xup.^^YXC" CQ*<";=~ԉ8 O'QVl$SW@ ܭ;lfę,3vWJ*Kf):{= ]s&k&K4ә[\6JIΏ$(Vaڣ{nWX TX_P?qz _@/h'Ur7C[mʇpeVLT<ă.Rr{s@~DI 6%LNc0+`qsEj5bx)?3bK<1DEGB©!e.Uis˧gO#38Via· KIň w̬7c~qyӮRq_(KixK gb9P.{ng~(9լ:_\HA\߿->YS#&AHD"uJAZ60U;vWïgPjj58ד]ny!lAGen'+wVU!tU_H2~қ65X?Z>*tw,8Zd#''0?6lJgJ3XvOK1|`Aij>8tX> G[iA&.9_MmZޤ~m묿uqirȖix96 `cAѨhLD=gxB/&ݝ!_! W%rU'<ȃLIQ礗+P;oLzսc 4 7+[(8o{ĽԼr6`\@/hŴ`BN?wsDʿ :x$7s(**1c$969=6ަTSr]x =`h?Ji (aWץa}O`O.[Q٘Miw"&Y* JBr OUJK :z{_ո@=ֲ NT?ިjG:qG$NByS=H;z/iuu4Vͷ#Cc+*ι~͊'{d88u! fo$Yb= N,oXA:u+ދ,:ƫlY,s }NWܟP:.koxR1m:'y@8CPe|O"i \Cnf.U~CXtZu}1S\'f`ȇ~r;eyK8TꈌN'vYt3|4duM)M7 6 lh"mGX2%;2 ng9Nͩ @kؔ mġ;LC1Zo;IDwdvy[H| 0A|_ϘvqZW=d=կDvg9/7tUůgHjŘ%dKQ; [uaYE%%iԈTy>y4P7Y:3#DN:G`׾#j%!VWD- d=SΟ+! ?"|S?4tZ` ˣgAiH PR8}2_MLwX܄4%a-j\}|=^ v@˖r9三- 뢀!}i*p5gd-=\CѬ!Ac9:$$%h QU=d tlSz̽V52pzP9x OX&1"Au9Ils{=[g("6($E-Bq;ZX4o5^uQm̔nSy܍*nҙ(Za#Wfy7!^=NΚkF%6Ӱ;Dw]Js~/9=?pSG$ 7ʚ;\5% v/+"qyh?+pFpvpCر;3MjG ?KԠUT`?d*j|_@(?,yno٠H '-쵸ssMiCNJjixVf.8o쎠Ju22qer5N(\~%La$!7Do<> IޣܔbhCu-n,mH 05u@b0خ*NX°Ph!, +hwbgs>N%q{DPF9,vep J,gn⣘;%m&|?ņtƪ}Hs;vhzc!gc!pu4I(1 a{ӌYNMUQ )wImŕosaxfP"sҔ w1]a,3OSO~bd.Dpt>^Xhw[L ߨϯ[ aF!ꞨoC`smFoEܹw>ڙn3LW㫧SvƕC?iCW)CEPUÕBb8cB,nPmlp}6m5+pLy bK[Mx Ht1sBw5lrG##yۤ"^~7ҍѥ@rc;c8z&#S]]Ue8˵2b8/ߙJCNM.q{℻s\̀vi  cJ]V~t; ̩|ேEDFhZe:RD#cY^ G#5Z*856snoc0J@$xg۪xX]h{zO=m;^"!#IEJOq@f}r|!@ND cȺONh9d+xlU{ 1`zJ/sšm x;#'$|{CTᐱ-Z0n s C)3QAP(|Е>m)s"nV y{G[;Q5? s~& DFīv~`>zG&w7;lyp?4j47K]}/#ꊥɰ] ]pΤ<tl4C;VC '5^w6؊ѥY>vOom ~bg$.c!)O]5x +zZ Ac,^;NF6VV S̚REag"K' pWfEfz_=z͒r1N S ]\zyCM'RH8^1AlֲjiI6PӲ#+2D>7l0cF!<յZ]~Ta Hy_Lu 4%2jKm rNf b|p5G퍒 u5$؅ʕWD%Jcv<V<|C_`&3I+ `4I 3J` *]]#Z~ !W YcK _Qoəxj}zJ.M=oV,֞V>t10b+ne*a6*5 k,8#iU:0{rC @c*r˃a:7zS-7Շd?uAŗ?U*3^c\'֣c5pِu'+l˶r2m)G#g @ڵ˾ų1ؾ3UmW4*pmI[z==qo.3R3{`XrƄJت+5nԨ/Z ۟6] bMjxgj33+BH]h`XTe@f~/Є|,dAA44"86w1Ўr'<+Y6!E#k W̝ĐI`?DvMlMJ9P/9p-L eIv'nu@d,ܤKɶ% wƬkBEJf24(Q 푭 @O M' Tc!Ψ+Aˤpx#%&|*3Wr rs"qŊV W /n5{z#@D&i`-%, kܿc< &HUeٷNg$VW]qpB16RYDF<'.Wʤm&WtjM |6lJH*_[3/r'> ƘL=5}F WkU"߈ 78 k)!3u!D/lz 2eiYnc񈋙(mSF41:s)(vc@mjJ[mz&8,>r,o[^V"4',ɼ?mȁ;Bjr?*;^v83Ej_Z79!" ļH_ZG/}>T`}TC 9Ce.pU]v2v5E2wm[_zK4MYvYI$$G`qT c QX8s= J> gC=+߈jGwS0X80E7Ԡ|2Z*7L%Bi $*=NJLC,M@.sHS!Dd _g0bgv' 0 1VFAJ=b0X&nk#d9v;%kՊuDPq1ĴՐ2vknL ǩr9ts0&!̙ՙ>L!2#.a0j&^Z[fppdm? ^'s"niuLgNݣjc{*w ^78>3h3RW& )yuEIzXPۺeBʩI\t,ژC"&֥d#[iĒeiQ {OW!*ډS,EX{ir3{pvQ .{ MҘpPd UgŖ9*1'{h>G'N?\~ 45 XեDڑ? wFe߇!@"!P]%4'RH`VwR7"qcm0uz!ՙsl=2"sDYɂi/ƩhmzH’8;Mɏ3G,YaoOТs^ 1[ ʈM Wq2Z\J"g0f-An@F)0'\*nQ|Y1,f7c+ϻZʽ"7`X?O ojUQCubZ|m ! OX ;;LF\3uilpGn ha(Ƌ~4O{,Fp!1Vet]yUtn}*#u~0]4OC~RY|<'  L!WXY$b?<=eK\|]Y_*w/6VrڳBy Lu.8K9CzRUom.x{DYU:Fi}YB>cm)nҸhaQ Xpakoxdo X)<~e%%ڕN,  T\<"%roRShHܙOE3[䓽|&@)(I?8&W6xvvz 's?ʖE㟤7Myg,0-6P18K@1^Su-2PwKM.3BhdRH#bC,U~/k"^З;1!sxЊ9b0kIȐ!ƻhi?ۿd5JsfqbJ4̪(?%RGCoC3B`x¿XʐwRj&󳘼ָI?Ҕ,@Lh21PǪJJ4u+oQ<-5 ZEdJ# SD+bC8+(S2t*b"Ӳpf1<*1ZjKF[O,\ xʎȺbhfyZzˤG05:{-Q mpfBE38RS]69dً7!vȁ`,g>ӏ+EG5oU ϟO&F./-_MV*02ԁlvגpgEoVZI"KL.ʮ4`C]rq4KzoO Ά78$jjHCa3x/~\[%$&ȭɵ 䨝*>qI$/fĜğOZA&Ƕhxgw.-y$Uq)5åWwUG}+DF&+dmАq8<{ݮ㪜2A{()Hy~ѧ3r`< 2{GENd%zxnsP2*~&ÞK1`w96CJӆqIm3K4T.9P>z+bJu oD')"T3:sI99Bl|6c fG)Esi#??ȉSckA& NS%r ϰ8rv8{-*4J #ҙ:YJKb_n,ngO?f>!b N7hY 3˃=뢦cyi((bkh3EIX\B ALPN@չ%w ;@v%65K oȵ՚d. F~Ee^ZmJ myN^IT[i86]!76y٣c.f3?s7o=VةX+\ Zk*66gap> h҇IKJ!3O&_4K-WKl%f/3b WY\{RrSzGcݝ>r^ồ|߸t<ܩ$\ŮLMX*jMDl\!j) N6j* ~,)5=H@^=+Pmz`/[azDi~`d&WqToǛDګI)gYlE KW-ӬLkP,syQ!G+>=⁢rVWmS̠`pqQJ 'IN3vb>,?"2^&!/1y1.K5]5Zkm ,Ϡ&/pwҌKԉ`ҏ.D9iUz]r076s-;VuQu1'Ύܬ~!>#/a~z/Rpf40[cr>gEx=Yi*L~wޝѬwykQiiٔxJI}plj [*"@XMrrO8[l'rNwނ&<9KJm,Su6j^Wa&Ƥۅ^ߧ1ɽSɌ@z5|ѹ B&Zݵ;gj5!(Q^(o>v\ Rߡ.)(|mZ7wQn4Kh ͙m٣Rm&Fb7f*7גUSrh == dB9w83h6`^gHM^cB"j{Uҽ\YǾf p6B $9%EkğB`Dh-'ɯ_HX]lqX .Q %:q85MŔYrv:w-v?YYNo P?%Y?YȻE45;+?~9yY2Jp;$"!sژ߻e2eNsX ̫̀W@pSR[I(rebJH.BX`yڱ@u~jmarhO.۬6ðQ$U_ Dݿ~Î^KFrN49DD}!Kʰ?,T=ͤ3pyqY 7_W-L/Y/ *MNvf -rښ(YAFu1-c樂"U)4"eMR/=uz>(vR[ Ƨ>0+Jmkb+V+;󜩴jT͹BA_A41zq{MXGc'eVҧZv#1+jfSJd`@JZM||!v4Pk=2tbC^STk̤1e X=f+-KZ_,ND] $ 6SvfW m=zAu29l[#pz,|{G+";ϻH:| lyyrkMY7d;Յqir[&2 kD~g7ߎa#@XQRDIXvE59!BDbی!bO.GASG]&\%R;z4';;E5lKCI4-s$'^#'aߐJ:TM&~}i\m*-*@uXk~ܘȗ YZ