python3-semver-2.10.0-bp153.1.17 >  A `CL!M@eee¾Ȥc `~mn ]+R ,4wq0x;*~Ez;T;@?[i]PW ^lx!^E?!̡hh3V75dϯU^iBy{|ax BD==Z 2X2N54>pE"?"d # I  *Y_f8p    n \   (8 9$ : n >@ FG(H`IXY\]^bc d e f l!u!v!Lw!x!y"z"("8"<"B"Cpython3-semver2.10.0bp153.1.17Python helper for Semantic VersioningA Python module for semantic versioning. Simplifies comparing versions. See also http://semver.org/`CL~sheep86SUSE 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-3.6 36 if [ ! -e "/usr/bin/pysemver-3.6" ]; then update-alternatives --quiet --remove "pysemver" "/usr/bin/pysemver-3.6" fiTY*?큤A큤A큤`CLy`CLy`CLy`CLy`CLy`CLy`CLy`CLy`CLy`CLy`CLy^`CL~^3c4222a5b2d5765cbc1d02536f90aa46e7e66eb34d8665c468804bf56fddd47bf31dad366441b6fe33058c5dcf4705007abeb41feff862fa92478590994f5fc625539be8d1338390a7a2cb6a09460c9d37f69b79e46aef73e48b0ab1dd27df18cfe7e40989c7e5ea003e8c46b8c2c3acc4036da807c80ae0ca2d1f322e8da5561f4d5e04724a68bc7775e160fd921ff2fe08b4c07ac6c8b72274656f3b7cfb94e01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b21c847ddd608f9dff423823b70d8eef5e82e4246a78af9dd5e87d09c4bbae74fa05275277349cec575c7e2fdd57cf8141958a55a8ef82af85047e3fa11afaaad5277336cc8f703df6de72ceb922bce4c37f9252d2f459c0ebd14dac807541dd0819105bbbc6cd903a1b3da3fb7f2cc131244848dc929dd742c207f72d215d818/etc/alternatives/pysemver@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-semver-2.10.0-bp153.1.17.src.rpmpython3-semver@@    /bin/sh/bin/sh/usr/bin/python3python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)update-alternativesupdate-alternatives3.63.0.4-14.6.0-14.0-15.2-1python3-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/shsheep86 1615023230 2.10.0-bp153.1.17pysemverpysemverpysemver-3.6semver.cpython-36.opt-1.pycsemver.cpython-36.pycsemver-2.10.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txttop_level.txtsemver.pypython3-semverREADME.rst/etc/alternatives//usr/bin//usr/lib/python3.6/site-packages/__pycache__//usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/semver-2.10.0-py3.6.egg-info//usr/lib/python3.6/site-packages//usr/share/doc/packages//usr/share/doc/packages/python3-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 executablepython 3.6 byte-compileddirectoryASCII textRRRRu)ҭioTutf-8d413e6a1095f05372b85fabc5ee74f1c62a64b9cf8636020370174e4d81d05df?7zXZ !t/3Dn] cNDfX(\vۜ'UŤkMc~oy*"F髶 zZgju[n]|@IoxbwztD: '}!sIdP/#($|a!T@@F z<}|[gیGTS+0 7HA7(\3 "JN ލмc,gT',Ⱦ"zYſ}Y#/B02f*sTlPY%U&:V:dvNc" $،>Ng!Em _<GGwa#.:ٟb,MLpcc]*&\uҧ|nl<2: +r6Ws"I u (Drh+Dհff+ MtXcE zZ;PN7q`ḨM. vxy͞ʑF 7Ϧ%*#Kc4T^XO_5Sy9:2t2.V'յ"?T_FH>n\4 3aאJG'=To1'ͻЮ;:G:kpPP !?66G}(FNatL^>C ^Ad^;1HTPȓ6&mΰ=!=r[Rw2f\fInB:#Aw !y4Ya̴rSBen6嶁ٸ&GhWpWr;]7#,pұtáFx3ع|GBv3Y$rsڡ?WdWs- ~ >Ƭ#|W;'p3Ĭ)Oqq|C/C"b|gxG Xje6d׆M\4ZXSvgMY_2U6î2R[&jp 2lF@vUdi+sx7!5a;e}wQ37[QzӁN$N}vkŭϧl:sl5%RfBcҡ<&B\:J4(BLǿ_@p3Gn6.Mp*BO˚#yT1^݇zR#]5瘡=Ū$'{A '+ ܢ-ANv.esŘ>{ăt[WDŧΨ+ Lz!MF:.~HcLO**:g#v/N[H=X <F]v!U1e/gMy_T0W( ƇAFKqV X\ٝk} a0Z1Do-VbA >y(m(u[5p0/ُ /bSU.CYesb&vv ?%#B;< EZ>B͓|dn1[[SO`zԏܖ$#Ĝ7Ǻo%:^u>G8ăT odfuk6FE)Yl”-oqZ8K RXC""[+)NyAݴPbe47]>]?gUmN0ʹ_ @4_) GM6Z\>W{5ӝ$9ulZש''g|}d5d"%iw ;VhY<3uFi+vISgbJK? 4žV:C %ϭ^,]'0И._ kak m<$R?*R1z`ZΏI>E?x e浸R"sfEֽJIhTӡl~M%%zB%x“N #ܞ'f@~ELE`m:,ϒv x@,~"M^!rƖ\M;A`0LɄ-*GDY_!,aȖ40 VіEQ䎞BVt&qJ1CdO&zFK/‚Jw#$,~5S>CtO; dGQM=J4סUZC9צ|f{8&zf TPX*ټ%Ar?t\ z;LJȔ91)N]cC8Kx c#di K/¡*(>c 8x'l u1|O>Yv-S]t*$<^@vN yv[+&PHֲ}-eB@Zbm̈́Һ .2%ugD1g#T{&EF| SK|p)pDiJzTu«T8"(\<}1~ϤA?PB2~>j({+|ad EBR+p3wcbEz5'AoE볎&j,N"V8GZTj]\s pcH0Pfat@ Qt~3ddģNy^K3QblDF"Ұf9[ յ̄6No:w̐}NTrn?(U+*TLK*z. n:\}ˈTQiHe<#4k`ruL9z6KT2#[gJNCй:ވ4g2tao]gMpF seaړ MJ|lRG8l]Lþ}C^s~ڰ|tˡ2MgPF\#ϽW{ai1iAnv\eKB_`fO+mVͩ*ANm"/mYcB,FG"}Kğp;gD1rt~˭V()lE42plw)!x緒SE2?>7pY wYM=Avf{_!f80%'"+%ۓbuv_='+Y25~Ivbʿc;t75&d;߷ 4h3q[@VKk&k&X᱁dَ _X2؀4ևe}Ulj#ԨwsLMQ#ksi. ` =_LnP`2(]N@⳵ AkQvke3&O_.S#k۠ nȁKiuzl{ԭbiY&p, &O'qDgC'z@ Oȴ˓Czm[[gDdX9P. _pz(dVK/K@J};$*ѸAě^|Eg J+iN AD ~"q&tt#}JV_[MhAFZ1v Sዔ|"p(*s`кt#Ov!ZwX>#uz􅀢f*ZFo ,>7x蛎qM~MzN|7=~]خKM;K4Wq}k"aT(baG(UQ8,'LzW,Pl@ '!kq.67|EMl?RCy#`jX˹cfbORuR$ʅ|O<5 @PPށ8zY|\.V5V;ˇ"gai^pŽ[7.3gO.vo+ ]xξiq䐴v "uU'#XvJ<\@B7%尒t`cm&ޠ {j=72 I5Z y_7 .H1 Dӥ .GXhl$f+ hv2ZvMw1z{I-q$_ :(ۄQ>s-*=ՍbH{؆zs-Lۗ> ZZˬLCW@v4I)"+TfY`pzQ紨_Jt{6rh !yx Kb*4dYÍ(ҋ ܳJb89[__䊗rLngoLQ5j=M 3Ogx+m(vQ&Vu aH`jXY.G!Zf@{%m*"=$#~o3QO1*6k~ fyZ3 vc„|l]Lɔ}ڄ Uxwt$}?Қ(dو4rBxBn~,pDa8BqX8 ;"^'8rՌ%}}}n"ھuu c*:sEVmVl:>ōYnc$ֳ'# .w.p\#~e+?fWd&oAw,7:- -:Pdz)]q @_B)<^i\.2e2B&bWLEP~NJHlV}G\/moL*ylS48-{k=3S p{x]@C򕔼kjwDNZH;:H+A= I7 \>SFZE+y$쟼LZW-?,XaF8a:Mz:^#AzYc_~ lBl|ypj0:c7q 1С6ؒU]e'o]e__킮и 'y2EEC4E360|dMp$i|NYpz"fV }lI5rSCT.acTvP2(|1.*4,rŨh>&lj+\`W|UЩ?fgPs(ZlXy&7Atbu|?nn( :(x9n>L3X'q\ݘ#tCzKƨs5\+=]iPy yz/>g-9+@{-sz4[IPҐ2}6Z5M{RP>H˦s=AxQγ\$J;>˜0LOkackĒY䆑A# o0:0%7W͂[d0U]OلI;5t?61= d:qBvhduv]?REOXd ˱_!8'?md9;z}нg\WRX[^&:`}JN2ra) ZǷF":S&K̈́-?:1Nۇ#R!#Q?HߞNCyH/Abǯ٤zfH$MޕtΉ_Vl!7eT,ylҵmw 8{ahz8g- AQɲ@h%#6ChcԲI,G׶Vfs&]g\RQXm bE-CӺ-6z䵚H4ޑRwkHϗv/moxkI6T-u*` &·T0mT]GXCH(N;ASA;IG/${PD@iNT}Jߕ<6mӦ/FH$% yYSvm ᆐDGԆ$,VOGn0,]׿xTTV:u%5D9˽$ˌ^˺bj->y'XG[%5~iS"ւ4R0QUj4E˓U\*n~L' u@}< E߱zߌ\J#_s 1\C.SBL "~9~@&3 y$i Bȫs$Nfi')wܴ,1O~\BDoi &iCf@vso'tx {38*$F 8xS)r4Uz^fcxRjF@qtSt +I!I_Bhsz6휱syM qkVd zMJ^r~Slmk1w#Gz)ɊWd]CuOȩy 9HKy[c/ O$F uK~}3YJ6px'\KUw`A2j3tpH;?ٜwNC..SB>jɡh~\e3Cw^TyPr+kkr4aǴf۠3?uۻ?;*-%ا *JOV0@zcepA:)Hj"~`f 6*z*پZcU&ܙخ;qe*WPDK֗H w#;ɋHsP YKܡZ\;[ 2&O6d9z|nbq]7ǐwt 75;V0 U+mg}0IMsr y$6=2@"\w9vb^޳x>x6Ci x?dIˈ0HpJWl$^}$ҝz u`fVnɫAj]OnOv)@ZĜ8e]qGTg/%u]r^/>z:T֫ @ }$YMٷ΀T,k6P`%IW,:VL5'g/i%V&+Di}㉆0U\X/eBiV g /_vK`[p/_CiNMOyʣ[PcqՃۜ^nD+}j+BpY"igvk/f?h"Wd5 2̛1ʈZ'Zq*ғQ)7Z+[lQpRCO&Nraqכ  ʻ %e1OWF 5trㅊf2}ev]b!7U knP),6.uXuēldl {uz͟4I7OMuA(؏ 6JLsOrm29'zN\ +pUo7)2Y=I&D}?1ȇ flq }*_d`Ȧ>-4ˉT~/bMJ"Q^zdf2@IIxG BrZU'Se7V; C]Ss=ahz6^Hs1f.,P.r^Npx)GhkQLxmP< 1ܣy5ƛ|$ G89S-kZ)OEfX{!e#N!4 ҹʠb$ *Zsqv=m16],4E5I;@(W{_"xk[DBm2KXCo!WݖCYʇ͜DžD".@7= E&*M }00A@8Up ]q3!A8EO8L_)Δ3.R.! z_#QM?M] lDS8C31iaeٿΜr`IА̱Hmv<{ ^;04ޯAY(n_zD*i1 <-WR!賥)r$*x]0[yHU3bgd@ټKHޖ N$BOM\4BJuU- V;Fv]w*nDCkM}XU~oz|*99/l1^Mm! ۔)Lv+aHr#O7:X&9&Tޢ&6tct3@w s#ee}'xs^|>; (P:ӄ/HiRdf6nejη@t}=A!=׶K=[5U`P3Eoš(z޿`9Q.IQqS"*,kj=UЏ`t8|DOz<)٫6HOK]v0ܒiedSHvs6f7ҔFM;fU_nrxz|32.bpMD)lMy="[ޛfx+ѝtœ/QϦԇi.zr#9ѕNKKB{dp_Q'RxIZGQ>'s7 B<+;g񈻿a*Шx( JZoH$s#yBz#n-5sDԆf9K%Y(:6"]JDOm{.?Ue'9ʻ1NY%[a2Wl_]:sow&Jpתu-VR%,ǂ&*0|u-zos+~X˂(n&a}r|Ykk)<վc Fܥj:-yCt3 ~O ``*i.;h:7#!RIgۥ/2يW1IKv&z ̗NXVnpH:EH{xyߵz;ԙGzhCq2Vz|ͮkg,ӐUw=Hgh|ZpmxeIP~U3T*R~g!i f~5 :f}:/ka)"6)aU-fmI״ @Ͽd70Wu 8iu:GXgzD4U*9>@b0B8ePb~s$vƇߟ0M#K?ap oU 9hly+֝->q} <DpgJDj(4=F.ʘA $Y9kAO6h(/yknY[ܔ~l [^u+R*̚&4h|BjM G-noϛWG_"ѝ6SU-e^&pqR$?o=̿Sb q_>3Fg6dvyuvsNvz1\ mVX#ULa&:3< 052uai ?h]= @tB ,պ]4FpC񜞷\oRC0R\H?$28+5cygze#'fX %f@V7~^D nYxaD%d{CFuA_c.OZhӛ-IP)9CMxmUnk=P& hp;ZJ4}?tDY,~O"9:4 ฾[7:99S 2tnJXS5q1M?{ ;%r5U!R Bewm[/Nv;&yxxStKX8bBm% {fZE{CÚXXDoL 3Jx&RvTk=!Bz0R94g {Wk`3iH6 Ԥh+0tiyJbe=0Z!)I)D/|=>xqM0oa8/bV AOC<ѧv؛MA<0{S|CzԢ!&}3jojy T J'g"}./i쎠 ,Ё-7v{5Z/RAͩ %LˇmC݆/qN#`B0jŕ]\Ji࿥nĨeu 4^eZ)NpcS(ʸ>td=^T a?- ՙtkT3BzYbB&'TЈV>?j )gޘۙNC],u$)Pa!I_ Z` WR0#oq|e-/i)IoR았 A qRrA~WASfd/a $7;cܸX_=k:>gT®+7UŃ]l;m3! DQT`Óx}YA3pjH2C|E Et8gP^2+rZ8u輸agj"Ɖ$uթ`lɀh6)0[r%mEf8%"raCGB"/'`GUKL,n-/hy׬'"4>}1*\);HA;ѓ*$5,嶔([&`&JT 49>Id YZ