python-jaraco-classes-3.3.0-1.oe2309>  <@PT@7!.ܶujG7oe popeneuler@compass-ci.com G7ol P$G9ٳlf0y.v:7ݩ2I`3o+6y>ϧƣJI^^%aH^oؑ k\[h\'iX.T"۶UȣOol_eBa")sIͣ%0+V{SJsD_D^b2̱=N ѽ0ۺN̍usޒ4r2qRXb%c$_qk6h5Ȯ͚.8 bMc`Wyϙ5v׿Yur/}$InJzdAֵ/z+9 4 @VHQ0sNض?1[4b89145334366f2327811c55b264a2f2ae449d28f50dc9becd88c9b84a5e54fd54fb56c12ccc2d863de8fda136e3d9aaa70c591bM‹_>F9;9<>7T?Dd ' U    $ ( 0   8  (8 98:TAFGHIRXY\]^3d4e9f>@DJCpython-jaraco-classes3.3.01.oe2309Utility functions for Python class constructsUtility functions for Python class constructs.e odc-64g.compass-ci7MIThttp://openeuler.orgUnspecifiedjaraco.classes-3.3.0.tar.gzhttps://github.com/jaraco/jaraco.classeslinuxnoarch) e oe oc063dd08e89217cee02c8d5e5ec560f2c8ce6cdc2fcdc2e68f7b2e5547ed36219bf4b854a7d8c7352a0210c252610b572c0c793b9a6d70c788f2562200c72061 rootrootrootrootpython3-jaraco-classespython-jaraco-classes-help   python3-develpython3-hatch-vcspython3-hatchlingpython3-pippython3-pytestpython3-setuptoolspython3-setuptools_scmpython3-sphinxpython3-wheelrpmlib(CompressedFileNames)rpmlib(FileDigests)1.153.0.4-14.6.0-14.18.1ddGc@ccAf@b@zhangchenglin - 3.3.0-1caodongxia - 3.2.3-4yaoxin - 3.2.3-3yaoxin - 3.2.3-2guozhengxin - 3.2.3-1houyingchao - 3.2.1-1- Update package to version 3.3.0- Adapting to the pyproject.toml compilation mode- Adaptation to setup.py and modify the patching mode to resolve installation conflicts- Fix installation conflicts between python3-jaraco-classes and python-jaraco-collections- Upgrade package to version 3.2.3- Upgrade to 3.2.1noarchdc-64g.compass-ci 16953138803.3.0-1.oe23093.3.0-1.oe2309jaraco.classes-3.3.0.tar.gzpython-jaraco-classes.speccpiogzip9utf-8bddc47823c340b54a26d08a971f792f5a6e2338428e1f3a50fbb386ee67e058f0e9f77b9e8d64567f6af0a23114961dbf493e3a95ac78ade4320bef028307b1a Name: python-jaraco-classes Version: 3.3.0 Release: 1 Summary: Utility functions for Python class constructs License: MIT URL: https://github.com/jaraco/jaraco.classes Source0: https://files.pythonhosted.org/packages/8b/de/d0a466824ce8b53c474bb29344e6d6113023eb2c3793d1c58c0908588bfa/jaraco.classes-3.3.0.tar.gz BuildArch: noarch Recommends: python-jaraco-classes-help = 3.3.0-1.oe2309 BuildRequires: python3-pip BuildRequires: python3-hatchling BuildRequires: python3-hatch-vcs BuildRequires: python3-wheel Requires: python3-more-itertools Requires: python3-sphinx Requires: python3-pytest Requires: python3-pytest-checkdocs Requires: python3-flake8 Requires: python3-pytest-flake8 Requires: python3-pytest-cov Requires: python3-pytest-enabler Requires: python3-pytest-black Requires: python3-pytest-mypy %description Utility functions for Python class constructs. %package -n python3-jaraco-classes Summary: Utility functions for Python class constructs Provides: python-jaraco-classes BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-setuptools_scm >= 1.15 BuildRequires: python3-sphinx BuildRequires: python3-pytest %description -n python3-jaraco-classes Utility functions for Python class constructs. %package help Summary: Development documents and examples for jaraco.classes Provides: python3-jaraco-classes-doc %description help Documentation for jaraco-classes %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'jaraco.classes-3.3.0' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/jaraco.classes-3.3.0.tar.gz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'jaraco.classes-3.3.0' /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . \ CFLAGS="${CFLAGS:-${RPM_OPT_FLAGS}}" LDFLAGS="${LDFLAGS:-${RPM_LD_FLAGS}}"\ /usr/bin/python3 -mpip wheel --verbose --progress-bar off --disable-pip-version-check --use-pep517 --no-build-isolation --no-deps --wheel-dir ./build . sleep 1 %install \ specifier=$(ls ./build/*.whl | xargs basename --multiple | sed -E 's/([^-]+)-([^-]+)-.+\.whl/\1==\2/') CFLAGS="${CFLAGS:-${RPM_OPT_FLAGS}}" LDFLAGS="${LDFLAGS:-${RPM_LD_FLAGS}}"\ /usr/bin/python3 -mpip install --verbose --progress-bar off --disable-pip-version-check --root /home/lkp/rpmbuild/BUILDROOT/python-jaraco-classes-3.3.0-1.oe2309.x86_64 --no-compile --ignore-installed --no-deps --no-index --find-links ./build $specifier jaraco.classes==3.3.0 install -d -m755 /home/lkp/rpmbuild/BUILDROOT/python-jaraco-classes-3.3.0-1.oe2309.x86_64//usr/share/doc/python-jaraco-classes if [ -d doc ]; then cp -arf doc /home/lkp/rpmbuild/BUILDROOT/python-jaraco-classes-3.3.0-1.oe2309.x86_64//usr/share/doc/python-jaraco-classes; fi if [ -d docs ]; then cp -arf docs /home/lkp/rpmbuild/BUILDROOT/python-jaraco-classes-3.3.0-1.oe2309.x86_64//usr/share/doc/python-jaraco-classes; fi if [ -d example ]; then cp -arf example /home/lkp/rpmbuild/BUILDROOT/python-jaraco-classes-3.3.0-1.oe2309.x86_64//usr/share/doc/python-jaraco-classes; fi if [ -d examples ]; then cp -arf examples /home/lkp/rpmbuild/BUILDROOT/python-jaraco-classes-3.3.0-1.oe2309.x86_64//usr/share/doc/python-jaraco-classes; fi pushd /home/lkp/rpmbuild/BUILDROOT/python-jaraco-classes-3.3.0-1.oe2309.x86_64 if [ -d usr/lib ]; then find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/lib64 ]; then find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/bin ]; then find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/sbin ]; then find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst fi popd mv /home/lkp/rpmbuild/BUILDROOT/python-jaraco-classes-3.3.0-1.oe2309.x86_64/filelist.lst . mv /home/lkp/rpmbuild/BUILDROOT/python-jaraco-classes-3.3.0-1.oe2309.x86_64/doclist.lst . %files -n python3-jaraco-classes -f filelist.lst %dir /usr/lib/python3.11/site-packages/* /usr/lib/python3.11/site-packages/jaraco/classes %files help -f doclist.lst /usr/share/doc/* %changelog * Tue Aug 01 2023 zhangchenglin - 3.3.0-1 - Update package to version 3.3.0 * Tue Apr 25 2023 caodongxia - 3.2.3-4 - Adapting to the pyproject.toml compilation mode * Mon Feb 27 2023 yaoxin - 3.2.3-3 - Adaptation to setup.py and modify the patching mode to resolve installation conflicts * Fri Feb 24 2023 yaoxin - 3.2.3-2 - Fix installation conflicts between python3-jaraco-classes and python-jaraco-collections * Sat Oct 08 2022 guozhengxin - 3.2.3-1 - Upgrade package to version 3.2.3 * Tue May 31 2022 houyingchao - 3.2.1-1 - Upgrade to 3.2.1 * Tue Jan 05 2021 lingsheng - 3.1.0-2 - Add buildrequire python3-setuptools_scm * Fri Nov 13 2020 Python_Bot - 3.1.0-1 - Package init ?Z\T]'TPXZA;QeY`a%.APK)I-=~cgg̜9s.GG.k) TZ (LuB !P'.( sr l|000#H_aK~~_~&x̱CCLhAڗ1OegTĐƢB]kSg1kk VFkgy׬oi>&>Q51d#; []l[ZzS#v'D $wDF(^67SS՗P$#)׽{L |t|l4 h90JpMŚ@q@/F鍍W'(뀸oDg3D|X9?xEQUmƏ;xh&Qb^ZF̓Sgu~laV4pg}:'%ђݖV 1/ f-܏(C=# NYWO Q; qC^u-I;(ORQ"43qY}`Ͷ|i|},3½f.0Ge ߪ9&ޠO0wAY[f#r- {7SNMNIO"QZ&S@~~wxhv< %=9Gol= jBɧxs[ˉ6쳹6j/Q\/1/>>ٱ}s*\oG=Ɉܕ&-U5 ׋ӽZc!̵ڹ` .jbMvUm,r9hw"$7ZdJ_kX@-$ j(!e1qĽlqm}>qnvZq(х:=8εB[7N¼[|iH}{N- n-5- iE9ct~󁭀Fv,azVfָ2VC2DJPȩLKy07!=Y]DuT ~HX$8t 2Ligq9Z1[Yj32z֌RCIT pw|0z\1r4~c қEf)6#)죆T szGJUt O/'*u@P ;6UvwmD5O:)e uwws|^ +(8*֩2ک82Ly 0L<j.q|SXu9 UϫӃiKy9aHM Vԑ0 ^bʆ>*[b7 8|z;mskaa=4&-y՘ll'jVrH;^mXN5P]?t:62>`SHY @aWM7^|%‘qca͒bd4 ˇo8)]_liiܭt/ 2%AfI8؝QuA,g"c!Ty ߙ?̪j6@#v"uye.QWo%,̲:yw決ݱ.S`^{{Fʈ' T] Q)$ԟ!p.RXo]X63^%Ǹ wk2!RfOt!*cѩ1ձ:CE.lk,Y5z HdmhnF90/ZQ mu 0-+PK ۘ*P%Qt_ApkVZ/M[u$ nPPKIvomʎQ"(s[~!ߩx޺ 2q*h]P iT Ł(2b1Ӡr<>T^P֡gxɧ+ߚoqX^#w~3nn7=jW3_!Ti܏\, 5䔗z~zgA|@L,u]+-c9q#F/'q`J}A'/A糫{#4h9JpY#[irRz|uB2'Uy[^ Zg> RBMF9wT\bލۊ| ϻ9f Yic/o cL7{0SrL~CǗ& 4b #Zy4ٱ\bILh>7 m&f6=ݥljaqhW&2.6-s`Iә,ú&D/'Q@yRiץG ͒j~bJD|QF8V,a^Ҡy7UR>ن -ɆzB*UP{t]=J_wX*[f NŁ| \ >XD313, ]N_[`}vX5jQ;@L7\<0afdy)lvD8K(mAtUTO]8dŖBT7-ȴr#e>|x81-5w.9(3ﯚOa-*JNaz4jpWU;N98$S_uZsO7)d[ԡ6πE箾~קJO!{gg7+E2^ Ts]ãon;VPH#hd_A)#Oݟ~k\\B>ILSHtֽ5tRs}}=w[=ΰkwXZz`Vz3Y3h_OMZ$m1rECWmY$ی915O<D^l+{?9$5Np4-XedX_W7p/A(eǭfΏ % Rտ;ĝ'6Qv!fe`}t?,Ckd]sk-/݌V MU WRC}|x@OwJԇ"8gpf.&AsVDRV~˾tOhyAVR=)P0 gL*ww=娛]sˣLQS/ Ɋ+*1TSaװ+40Y({L0khYdYGw}fal)g}훶O ZxBcڇE^E{§,xmٽEY}s304k*gJ_zryz~}35^;{k &] ̔Z֣槅s`x =?YGOɓJ(/5n 7Q< ,sQ%W77(PBRROFn +Fo˻%P)ԼxZ $̶#t1֢9"4J,n}f :Rz4> jj>ȉȝHE`S7i4)wE4I +ʸgy` a RCTY[M7s+65ֶ9l=)XILb~ҝ%QԔ5[ƙ:"ˍ,VMCyǓ$惩 IJTZn[)4S) 4^pn'}Ke5@OI#C|wK%M\§g~\f~"'ɾ⋻ !\|\n&<ԭ1/?Kw2iYw[7}VTe[:A"U3ߔ+r:]+E-r$:QCИwWm28d"\z"SK|umSsN'L]'gA0x"Rgj X P-& ϊq k,)zdV"\jѰQ;GɆPr۱TWrL8w&D9`]/%{o;M%zWH$Vu=Utg׸Z4j;3=ڔw_&!y[IgX"?Dlcypb$'q醖oR e|ї%SS顜d,oi*R@6ThN==u\y9??IC~"26$3rMbƗ7)5,}o/B,t7c?}$km<"o43kT(oq.vZO^fx`JX DEW73b`ӮPaa6`WFi}fSQl@rI킙85dcvAȔ;EZ ιW:n.f1*`"r\TJ"Qg}Zj,~kB(yRKHJ}<6%]Pqc=dr=eyړ[xCd;GυrXCp ོx4@p𶴶-c-ow(mK׭EsK^n|ήǧ VTatiKY* ahmU6AW*.%QHW ZW1*f\ۣmr4x((´VnK؎-j=>P'^W!<࠷_إ">q'$ziMUw.Sur7j‴e=T2pY`0@$Ounȴ洺{w=~sCp שD$K\#ceP'Zi#Q݀iwI4˅ g4_ɼx$H7SOVsܣ^d^Ix6&/7!~3FGWjX;>if~TmZycXVTw|1fv n'xEZP9 Ȏ!{K+ҧs5Nf\ y$-~js$ޱP.I%do~#Г Y/=cqy#0嬧~)҃B"ZyRS_ɊmGiV{2'1WקDlM^)ywso(OMOI>l|IЃ|[wj&M_(,‧>*0y9GE;G̖P:UgY"#K.:w!xJִ=+>Tb64n.{H٨! =^*ϥ9-w_oP>XH(,p$~^Hۑ-$!çU`g}eTk@o-Pcl}muUN4Oq^9q`Q|^ʕ3ED4L{$L$Q~sI ~ (9Lz@=t,C\=upO ~Q; 4@Sj pz'۩7ꓗ ȫwӛ#/EPګ@LIf{Dgn/o(#s#av+&O; :(q{í++4Ż[+{Gdhy\6: sސ2uq^߃[OXD?gYb?+S հ}I}za2).;>sPd^;"aYom {/VJ:M{,#VfP{`/D~-́|,vd˱{ڀz]+q4K4+ͩy{I=u{ga#t#D/2~LܛiTe+(A-WMX-Qy<lxoGa+GT%z(ڠb hnXʉ.PS'WբmkS%ZΓI/o؎ȭ[;8,'(  <\,2:4P=!$Eq/wx'عRp:G*w .~(:G1u+WFdlާ}|e?͙oo4|'u9vDZN v\?M+/WyFwPS7S쭘 Y#EĈg셳zIJXw)fmq5߽=S7P肈8sðeK"+DrgO2L铙Es^"G[dKV˞Hzڼ[yg3$۝4' eR-22Vv_GMŷU_אe MWAN^ & njTżv&}웪>=h#T[ *ª%`@7c6&SGӽ+.ICh8֥l+Lke}LTӻEgZ0hP̮f{6MK mߙ:mdv^քJ7|K>*mb8}/{.VyQ 9nZrH()6*G_r+R,sd0|*^7WC=(N3q)AnΫ.1NsTthpE/hsdSڏ҃oAoq@m!6