python-django-cache-url-3.4.4-1.oe24090>    f ;G|`u` Q~0 b[Z5Oۘ|=D_]o7$x7T2hi*w \Þ#Jy:HNV>vm # M"%YԣiLrqiq؈ 9 l>jȡR.&1I)s koWYDfp|BR ?z V1/O ;qd["M# ?hs3 Т/SLsKc{#sigqm _$e^je w=j!ە Ec5&FTqׯ|Q3IE껬F<VJAf'+G2gk4Z{}\19c78933654f8c8cfb86c12d27eefb4afadf2ca9985c03c0d25acafbb8d880b4eccb0ad06ef2fc2217fff5d43a43b8f99af9eb541KKTORL>7?d  ) T !?ms|      *4<t(89:tAFGHIR XY\8]@^{d|efCpython-django-cache-url3.4.41.oe2409Use Cache URLs in your Django application.This simple Django utility allows you to utilize the 12factor inspired CACHE_URL enviroment variable to configure your Django application.fdc-64g.compass-ci1MIThttp://openeuler.orgUnspecifieddjango-cache-url-3.4.4.tar.gzhttps://github.com/epicserve/django-cache-urllinuxnoarchH 遴ffef2cfacea361ee22e9b67d6ca941db22e0a9eaf892b67ca71cad52c62a17fd3660a9618172280fe562a2e0ae10453cf136fba2e691e8773f5cf6f72517fbcbff rootrootrootrootpython3-django-cache-urlpython-django-cache-url-help  python3-develpython3-setuptoolsrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-14.18.2c @cZr`@jiangxinyu - 3.4.4-1liqiuyu - 3.4.2-1Xu Jin - 3.2.3-1- Update package to version 3.4.4- Upgrade package to version 3.4.2- Update package to 3.2.3noarchdc-64g.compass-ci 17266598583.4.4-1.oe24093.4.4-1.oe2409django-cache-url-3.4.4.tar.gzpython-django-cache-url.speccpiogzip9utf-8a932d573586455e3e96b067bb3e1dc0f1b6ac3fca30d33f528d88057a2c99a9d5ccf7837bc056ce8bf4a0da99799ca4bfd572f82ec291cae8eb273c677924e2d Name: python-django-cache-url Version: 3.4.4 Release: 1 Summary: Use Cache URLs in your Django application. License: MIT URL: https://github.com/epicserve/django-cache-url Source0: https://files.pythonhosted.org/packages/fb/c4/544696ccd8f9d0e11aad846aae2e4ea0727444c902ed88eee7cf78651b4e/django-cache-url-3.4.4.tar.gz BuildArch: noarch %description This simple Django utility allows you to utilize the 12factor inspired CACHE_URL enviroment variable to configure your Django application. %package -n python3-django-cache-url Summary: Use Cache URLs in your Django application. Provides: python-django-cache-url = 3.4.4-1.oe2409 BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-django-cache-url This simple Django utility allows you to utilize the 12factor inspired CACHE_URL enviroment variable to configure your Django application. %package help Summary: Development documents and examples for django-cache-url Provides: python3-django-cache-url-doc %description help Help package for python-django-cache-url %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'django-cache-url-3.4.4' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/django-cache-url-3.4.4.tar.gz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'django-cache-url-3.4.4' /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 setup.py build --executable="/usr/bin/python3 -s" sleep 1 %install \ CFLAGS="${CFLAGS:-${RPM_OPT_FLAGS}}" LDFLAGS="${LDFLAGS:-${RPM_LD_FLAGS}}"\ /usr/bin/python3 setup.py install -O1 --skip-build --root /home/lkp/rpmbuild/BUILDROOT/python-django-cache-url-3.4.4-1.oe2409.x86_64 install -d -m755 /home/lkp/rpmbuild/BUILDROOT/python-django-cache-url-3.4.4-1.oe2409.x86_64//usr/share/doc/python-django-cache-url if [ -d doc ]; then cp -arf doc /home/lkp/rpmbuild/BUILDROOT/python-django-cache-url-3.4.4-1.oe2409.x86_64//usr/share/doc/python-django-cache-url; fi if [ -d docs ]; then cp -arf docs /home/lkp/rpmbuild/BUILDROOT/python-django-cache-url-3.4.4-1.oe2409.x86_64//usr/share/doc/python-django-cache-url; fi if [ -d example ]; then cp -arf example /home/lkp/rpmbuild/BUILDROOT/python-django-cache-url-3.4.4-1.oe2409.x86_64//usr/share/doc/python-django-cache-url; fi if [ -d examples ]; then cp -arf examples /home/lkp/rpmbuild/BUILDROOT/python-django-cache-url-3.4.4-1.oe2409.x86_64//usr/share/doc/python-django-cache-url; fi pushd /home/lkp/rpmbuild/BUILDROOT/python-django-cache-url-3.4.4-1.oe2409.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-django-cache-url-3.4.4-1.oe2409.x86_64/filelist.lst . mv /home/lkp/rpmbuild/BUILDROOT/python-django-cache-url-3.4.4-1.oe2409.x86_64/doclist.lst . %files -n python3-django-cache-url -f filelist.lst %dir /usr/lib/python3.11/site-packages/* %files help -f doclist.lst /usr/share/doc/* %changelog * Thu Dec 15 2022 jiangxinyu - 3.4.4-1 - Update package to version 3.4.4 * Thu Oct 27 2022 liqiuyu - 3.4.2-1 - Upgrade package to version 3.4.2 * Fri Jul 23 2021 Xu Jin - 3.2.3-1 - Update package to 3.2.3 * Sat Aug 01 2020 Python_Bot - Package Spec generated ?Xy<_ [-C>طYNX`fŒedO) i6ٲ!Ȓ$;JcoT|g9Ϲ{;ՂB_ߞڪ^пT55Qp/EC].Uo-<#|Q$ێYM~~O[k! gga#E2t7$.Gf[ƥj*lKƳn3$C]kzJd=ibwR>k!yhANOm5㕚ܛ#9h14[}MfzJ]wxsD+pd`/S/=jt Zj;Բp ( $wߦIyn%!nj ׁ@F kc{/xn\ӽ [ Z9?Q\>ّ\=7<)*2Q_u`ri͗o\e4(n>*q2Ͻ/ోj]7)G6D/1dUDXq?JFbD.GMe:s55%EkܫIz1&Nv=TXb\s^dZgIBz=iՉ 3|f=Kxlu֓f1ZvR\u(9Z/ͯ42mI-KgaUԴx71^&_O8tZ>5l@cRI>[-Kmaaۏ&5a3$mS= =5'js3?Ě?-1$hEy$#{ce@5[B-uv2}]D)LŰ̥qW =|c-f)u7iDS+ #7|v3azmvB c&#K e@Ływgڞƭ3p,gbfN4{Sr_0_~4uDct5 ( JMh,~MDKhQ0u2{$2_3ihAkv(8F oY6ydA"dPr*@u_x2VbslOrdS(66Wt-.V H"θ>#)YF!ÓE) {9{cgM^s=ZA9+eGˋ;|%EtU>KZʸgYWl*f~LTͶC&=g)0)b+b'@ sxdw*1.+D#AZQI77[M dt7<!f |!RJ&L1yXiKP*ٔe) w7%̐Лr"7盰: Sm. Nr/89a;mu󭷺-..ZAc7 l30/+2f JlY崙${RCε*, Yb1k1RªTpN^4$WS&5<=nxG|> M"kwIm*úGwuj]ݞR|ԋz'^@Y$N~DÖ#kkRMӓknaesmx 7wgyK>%yϡ :DcS˶||~S‘;7k(%=_E?gbf" a=u8v }E/D.W. eJHASߩP=aDf/>voΫJGgw=#eK,ŧR G 'B:yeJ6M| !zno(d֜QDB2.)/^!s QPOBhzC-'?5JQ9[VU@׍L`Nv_eVǔ yDȸ=y*ѷz{cFU.'Dڭ2XF'fZEIJLo~~NI9!!(D;17;$ Xqn[v/0PSrOY$c ~ȥݣMk|x(pXFUhVW6牶͓l;>n1†Q aO\e30#AV*,Vōb=u{"! "k[ZkVs|B[;mfDךkq~1B!6/lchG*N_|expAbV ?T&Q*=E0?[2;ˇukW":?aq5oLLպ/,ƚr7+GߺYsNJ)O^ewP?s+'yu_WDF}u"N yH2hkz}{3Dj]3>U`u) ;,&6n8>MʕY,NJݾ٪˱qdQEWPiEA`"fXVT'0XsSj;>tS3#%`&é˨k Q ]nFǪ9ej߲fb磏~ ftpD| $x9ӱsLIACm'tlDL>Ԏ>KhNpp>L|z8BFP.xCi ǙX?Fqd3iW |SF׋Iԥ>VUbqa;[ĭ>Tn)O|vp*:{fbvc_NjGSMN>'rʙO J U)`}vhO?(f:zMų#$=|NV$^8^Uϔ"@bBO|t28MGB,tDɞ2,jvW1=Sg"T*._HSd[RKn&߆;6)+RUhTMdHAJmfXU#av GzIvu~1;JR_}շ<6z/ɾ1Uj9=q57q*k]qݷ䆣tci'q+,D}ژ>D ,`{4[ofL|`UK,|KD3[9|wۿ[U¡8\QH?Ii&XNq(νFMV77) WhI:#uVuUܥ8zڿz*KQw %RG/ZѢ6ː".<-SǃRlHln2-#\2\B\"srLsE7eq-^rGS5C VEMʕ9u{vi_U$vz4Z6p?<dUgel$$YYG#7f+ Jf-J[ `jܯ'ꇑU.  vuK>,-N_[fbW 8R.p6L{jT=Mչȶ4 3>~~g Wݟxvmsh= }cI&  }M#ڴ '@4jhсl6:R x/GB6ɭBd~΋ܢC*rMu#3!I캺 ;"=jT57Nj V}x&4#^Q䒮YRRg7xus=PļR^x چ  B,ؒ5adqĮ0ՁdUn`q۾ÏNg@z ȱ $, Az/C} R% \PesRQ,P}%x,,N@ީl-+7l- yӢ^#}$5q* |Dl7a"&5S͸GRf:/uMkm>Y=kk6ޝ|-x["9Xd/Ӗe{^e6s[dPN&D$|CBW+Z>Uot:(x %bVC!d|0X/8 C=hoADЁp"Ë P < 8ar|; 90(8n r$dpFC$<a8:F̭-@tǾD" $/6¡>)G:2ATG%QH,#>( Phkh"Hmo$ #5pJji#tj(6 Bxkikj rzڿţ1ӟ H" h֠ANhaPqB"1hb(` [t?'Q`"IU5o8$xlblbaA B@"8Gýts6C£~M?H/`@w`?O2vxl>j_%,="e);$(7G Ba~$$BiEapm5f,$ m5`x  oN{cihJϣWo-7olA #ƣp 8F?9c .Ett {+#Z4# 2a8zH4>HmP A&gs) 7CG""wl~qx*Cq+@7X " >(64oT @T?ZSQ׋^]~Fݒ%D, ổ" GAk9] 5?oM.5X' [u"X'GHyE@~G۪[f?[G/ N$) VA~h.J6ŠD!XmUV)qHn"E/?j>lDw 4i Go~`_mV$ X  v%C=0gd5/t$0Tu  ƴ~,GCH~k;cHH߁}J</oo 'cCft 8.