pspec.xml 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>python3</Name>
  6. <Homepage>https://www.python.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>programming.language</PartOf>
  12. <License>custom</License>
  13. <Summary>Next generation of the python high-level scripting language</Summary>
  14. <Description>Python is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries.</Description>
  15. <Archive sha1sum="acf539109b024d3c5f1fc63d6e7f08cd294ba56d" type="tarxz">https://www.python.org/ftp/python/3.11.11/Python-3.11.11.tar.xz</Archive>
  16. <!-- <Archive sha1sum="bf7badf7e248e0ecf465d33c2f5aeec774209227" type="targz" target="Python-3.8.5">https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz</Archive> -->
  17. <BuildDependencies>
  18. <Dependency>bzip2</Dependency>
  19. <Dependency>xz-devel</Dependency>
  20. <Dependency>gdbm-devel</Dependency>
  21. <Dependency>zlib-devel</Dependency>
  22. <Dependency versionFrom="2.6.0">expat-devel</Dependency>
  23. <Dependency>libffi-devel</Dependency>
  24. <Dependency versionFrom="3.47.1">sqlite-devel</Dependency>
  25. <Dependency>ncurses-devel</Dependency>
  26. <Dependency versionFrom="1.1.1w">openssl-devel</Dependency>
  27. <Dependency>readline-devel</Dependency>
  28. <Dependency>mpdecimal-devel</Dependency>
  29. <!--<Dependency>valgrind</Dependency>-->
  30. <!--<Dependency>tcl-devel</Dependency>-->
  31. <!--<Dependency>tcltk-devel</Dependency>-->
  32. </BuildDependencies>
  33. <Patches>
  34. <!-- <Patch level="1">115289.patch</Patch> -->
  35. </Patches>
  36. </Source>
  37. <Package>
  38. <Name>python3</Name>
  39. <Summary>Next generation of the python high-level scripting language</Summary>
  40. <RuntimeDependencies>
  41. <Dependency>xz</Dependency>
  42. <Dependency>gdbm</Dependency>
  43. <Dependency>zlib</Dependency>
  44. <Dependency>bzip2</Dependency>
  45. <Dependency>expat</Dependency>
  46. <Dependency>libffi</Dependency>
  47. <Dependency>sqlite</Dependency>
  48. <Dependency>ncurses</Dependency>
  49. <Dependency>openssl</Dependency>
  50. <Dependency>readline</Dependency>
  51. <Dependency>mpdecimal</Dependency>
  52. </RuntimeDependencies>
  53. <Files>
  54. <Path fileType="executable" permanent="0">/usr/bin/p*</Path>
  55. <Path fileType="executable" permanent="0">/usr/bin/2to3*</Path>
  56. <Path fileType="library" permanent="0">/usr/lib/python3.11/a*</Path>
  57. <Path fileType="library" permanent="0">/usr/lib/python3.11/c*</Path>
  58. <Path fileType="library" permanent="0">/usr/lib/python3.11/d*</Path>
  59. <Path fileType="library" permanent="0">/usr/lib/python3.11/e*</Path>
  60. <Path fileType="library" permanent="0">/usr/lib/python3.11/h*</Path>
  61. <Path fileType="library" permanent="0">/usr/lib/python3.11/imp*</Path>
  62. <Path fileType="library" permanent="0">/usr/lib/python3.11/j*</Path>
  63. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib2*</Path>
  64. <Path fileType="library" permanent="0">/usr/lib/python3.11/log*</Path>
  65. <Path fileType="library" permanent="0">/usr/lib/python3.11/m*</Path>
  66. <Path fileType="library" permanent="0">/usr/lib/python3.11/p*</Path>
  67. <Path fileType="library" permanent="0">/usr/lib/python3.11/s*</Path>
  68. <Path fileType="library" permanent="0">/usr/lib/python3.11/te*</Path>
  69. <Path fileType="library" permanent="0">/usr/lib/python3.11/u*</Path>
  70. <Path fileType="library" permanent="0">/usr/lib/python3.11/v*</Path>
  71. <Path fileType="library" permanent="0">/usr/lib/python3.11/w*</Path>
  72. <Path fileType="library" permanent="0">/usr/lib/python3.11/x*</Path>
  73. <Path fileType="library" permanent="0">/usr/lib/python3.11/*.py</Path>
  74. <Path fileType="library" permanent="0">/usr/lib/python3.11/*.txt</Path>
  75. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_a*</Path>
  76. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/a*</Path>
  77. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/b*</Path>
  78. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_b*</Path>
  79. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/c*</Path>
  80. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_c*</Path>
  81. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_d*</Path>
  82. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_e*</Path>
  83. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/f*</Path>
  84. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/g*</Path>
  85. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_g*</Path>
  86. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_h*</Path>
  87. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_j*</Path>
  88. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_l*</Path>
  89. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/m*</Path>
  90. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_m*</Path>
  91. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/n*</Path>
  92. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/o*</Path>
  93. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_o*</Path>
  94. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_p*</Path>
  95. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/p*</Path>
  96. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/r*</Path>
  97. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_r*</Path>
  98. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_s*</Path>
  99. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/s*</Path>
  100. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/te*</Path>
  101. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/_te*</Path>
  102. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/ti*</Path>
  103. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/u*</Path>
  104. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/x*</Path>
  105. <Path fileType="library" permanent="0">/usr/lib/python3.11/lib-dynload/z*</Path>
  106. <Path fileType="library" permanent="0">/usr/lib/python3.11/__pycache__</Path>
  107. <Path fileType="library" permanent="0">/usr/lib/python3.11/zoneinfo/__pycache__/*.pyc</Path>
  108. <Path fileType="library" permanent="0">/usr/lib/python3.11/re</Path>
  109. <Path fileType="library" permanent="0">/usr/lib/python3.11/__phello__/</Path>
  110. <Path fileType="library" permanent="0">/usr/lib/python3.11/tomllib</Path>
  111. <Path fileType="library" permanent="0">/usr/lib/*.so</Path>
  112. <Path fileType="library" permanent="0">/usr/lib/libpython3.11.so*</Path>
  113. <Path fileType="man" permanent="0">/usr/share/man/man1/*</Path>
  114. <Path fileType="doc" permanent="0">/usr/share/doc</Path>
  115. </Files>
  116. </Package>
  117. <Package>
  118. <Name>python3-devel</Name>
  119. <Summary>Development headers for the python3.</Summary>
  120. <RuntimeDependencies>
  121. <Dependency release="current">python3</Dependency>
  122. </RuntimeDependencies>
  123. <Files>
  124. <Path fileType="header" permanent="0">/usr/include/python3.11/*</Path>
  125. <Path fileType="library" permanent="0">/usr/lib/pkgconfig/*</Path>
  126. </Files>
  127. </Package>
  128. <History>
  129. <Update release="55">
  130. <Date>2024-12-17</Date>
  131. <Version>3.11.11</Version>
  132. <Comment>Rebuild.</Comment>
  133. <Name>Pisi Linux Community</Name>
  134. <Email>admin@pisilinux.org</Email>
  135. </Update>
  136. <Update release="54">
  137. <Date>2024-12-05</Date>
  138. <Version>3.11.11</Version>
  139. <Comment>Version bump.</Comment>
  140. <Name>Pisi Linux Community</Name>
  141. <Email>admin@pisilinux.org</Email>
  142. </Update>
  143. <Update release="53">
  144. <Date>2024-10-30</Date>
  145. <Version>3.11.10</Version>
  146. <Comment>Rebuild.</Comment>
  147. <Name>Pisi Linux Community</Name>
  148. <Email>admin@pisilinux.org</Email>
  149. </Update>
  150. <Update release="52">
  151. <Date>2024-09-20</Date>
  152. <Version>3.11.10</Version>
  153. <Comment>Version bump.</Comment>
  154. <Name>Pisi Linux Community</Name>
  155. <Email>admin@pisilinux.org</Email>
  156. </Update>
  157. <Update release="51">
  158. <Date>2024-08-16</Date>
  159. <Version>3.11.9</Version>
  160. <Comment>Rebuild.</Comment>
  161. <Name>Mustafa Cinasal</Name>
  162. <Email>muscnsl@gmail.com</Email>
  163. </Update>
  164. <Update release="50">
  165. <Date>2024-06-02</Date>
  166. <Version>3.11.9</Version>
  167. <Comment>Rebuild.</Comment>
  168. <Name>Mustafa Cinasal</Name>
  169. <Email>muscnsl@gmail.com</Email>
  170. </Update>
  171. <Update release="49">
  172. <Date>2024-05-13</Date>
  173. <Version>3.11.9</Version>
  174. <Comment>Rebuild.</Comment>
  175. <Name>Mustafa Cinasal</Name>
  176. <Email>muscnsl@gmail.com</Email>
  177. </Update>
  178. <Update release="48">
  179. <Date>2024-04-04</Date>
  180. <Version>3.11.9</Version>
  181. <Comment>Version bump.</Comment>
  182. <Name>Mustafa Cinasal</Name>
  183. <Email>muscnsl@gmail.com</Email>
  184. </Update>
  185. <Update release="47">
  186. <Date>2024-03-13</Date>
  187. <Version>3.11.8</Version>
  188. <Comment>Rebuild</Comment>
  189. <Name>Mustafa Cinasal</Name>
  190. <Email>muscnsl@gmail.com</Email>
  191. </Update>
  192. <Update release="46">
  193. <Date>2024-02-09</Date>
  194. <Version>3.11.8</Version>
  195. <Comment>Version bump.</Comment>
  196. <Name>Mustafa Cinasal</Name>
  197. <Email>muscnsl@gmail.com</Email>
  198. </Update>
  199. <Update release="45">
  200. <Date>2023-11-23</Date>
  201. <Version>3.11.6</Version>
  202. <Comment>Rebuild sqlite.</Comment>
  203. <Name>Mustafa Cinasal</Name>
  204. <Email>muscnsl@gmail.com</Email>
  205. </Update>
  206. <Update release="44">
  207. <Date>2023-11-16</Date>
  208. <Version>3.11.6</Version>
  209. <Comment>Rebuild sqlite.</Comment>
  210. <Name>Mustafa Cinasal</Name>
  211. <Email>muscnsl@gmail.com</Email>
  212. </Update>
  213. <Update release="43">
  214. <Date>2023-10-15</Date>
  215. <Version>3.11.6</Version>
  216. <Comment>Version bump.</Comment>
  217. <Name>Mustafa Cinasal</Name>
  218. <Email>muscnsl@gmail.com</Email>
  219. </Update>
  220. <Update release="42">
  221. <Date>2023-10-12</Date>
  222. <Version>3.9.18</Version>
  223. <Comment>Rebuild.</Comment>
  224. <Name>Mustafa Cinasal</Name>
  225. <Email>muscnsl@gmail.com</Email>
  226. </Update>
  227. <Update release="41">
  228. <Date>2023-09-13</Date>
  229. <Version>3.9.18</Version>
  230. <Comment>Rebuild.</Comment>
  231. <Name>Mustafa Cinasal</Name>
  232. <Email>muscnsl@gmail.com</Email>
  233. </Update>
  234. <Update release="40">
  235. <Date>2023-09-04</Date>
  236. <Version>3.9.18</Version>
  237. <Comment>Version bump.</Comment>
  238. <Name>Mustafa Cinasal</Name>
  239. <Email>muscnsl@gmail.com</Email>
  240. </Update>
  241. <Update release="39">
  242. <Date>2023-08-02</Date>
  243. <Version>3.9.17</Version>
  244. <Comment>Rebuild.</Comment>
  245. <Name>Mustafa Cinasal</Name>
  246. <Email>muscnsl@gmail.com</Email>
  247. </Update>
  248. <Update release="38">
  249. <Date>2023-06-07</Date>
  250. <Version>3.9.17</Version>
  251. <Comment>Version bump.</Comment>
  252. <Name>Mustafa Cinasal</Name>
  253. <Email>muscnsl@gmail.com</Email>
  254. </Update>
  255. <Update release="37">
  256. <Date>2023-05-31</Date>
  257. <Version>3.9.16</Version>
  258. <Comment>Rebuild.</Comment>
  259. <Name>Mustafa Cinasal</Name>
  260. <Email>muscnsl@gmail.com</Email>
  261. </Update>
  262. <Update release="36">
  263. <Date>2023-05-23</Date>
  264. <Version>3.9.16</Version>
  265. <Comment>Rebuild.</Comment>
  266. <Name>Mustafa Cinasal</Name>
  267. <Email>muscnsl@gmail.com</Email>
  268. </Update>
  269. <Update release="35">
  270. <Date>2023-03-25</Date>
  271. <Version>3.9.16</Version>
  272. <Comment>Rebuild.</Comment>
  273. <Name>Mustafa Cinasal</Name>
  274. <Email>muscnsl@gmail.com</Email>
  275. </Update>
  276. <Update release="34">
  277. <Date>2023-03-11</Date>
  278. <Version>3.9.16</Version>
  279. <Comment>Rebuild.</Comment>
  280. <Name>Mustafa Cinasal</Name>
  281. <Email>muscnsl@gmail.com</Email>
  282. </Update>
  283. <Update release="33">
  284. <Date>2023-02-08</Date>
  285. <Version>3.9.16</Version>
  286. <Comment>Rebuild.</Comment>
  287. <Name>Mustafa Cinasal</Name>
  288. <Email>muscnsl@gmail.com</Email>
  289. </Update>
  290. <Update release="32">
  291. <Date>2023-01-28</Date>
  292. <Version>3.9.16</Version>
  293. <Comment>Rebuild.</Comment>
  294. <Name>Mustafa Cinasal</Name>
  295. <Email>muscnsl@gmail.com</Email>
  296. </Update>
  297. <Update release="31">
  298. <Date>2022-12-08</Date>
  299. <Version>3.9.16</Version>
  300. <Comment>Version bump.</Comment>
  301. <Name>Mustafa Cinasal</Name>
  302. <Email>muscnsl@gmail.com</Email>
  303. </Update>
  304. <Update release="30">
  305. <Date>2022-11-10</Date>
  306. <Version>3.9.15</Version>
  307. <Comment>Rebuild.</Comment>
  308. <Name>Mustafa Cinasal</Name>
  309. <Email>muscnsl@gmail.com</Email>
  310. </Update>
  311. <Update release="29">
  312. <Date>2022-10-20</Date>
  313. <Version>3.9.15</Version>
  314. <Comment>Version bump.</Comment>
  315. <Name>Mustafa Cinasal</Name>
  316. <Email>muscnsl@gmail.com</Email>
  317. </Update>
  318. <Update release="28">
  319. <Date>2022-09-30</Date>
  320. <Version>3.9.14</Version>
  321. <Comment>Rebuild.</Comment>
  322. <Name>Mustafa Cinasal</Name>
  323. <Email>muscnsl@gmail.com</Email>
  324. </Update>
  325. <Update release="27">
  326. <Date>2022-09-12</Date>
  327. <Version>3.9.14</Version>
  328. <Comment>Version bump.</Comment>
  329. <Name>Mustafa Cinasal</Name>
  330. <Email>muscnsl@gmail.com</Email>
  331. </Update>
  332. <Update release="26">
  333. <Date>2022-07-18</Date>
  334. <Version>3.9.13</Version>
  335. <Comment>Rebuild.</Comment>
  336. <Name>Mustafa Cinasal</Name>
  337. <Email>muscnsl@gmail.com</Email>
  338. </Update>
  339. <Update release="25">
  340. <Date>2022-07-07</Date>
  341. <Version>3.9.13</Version>
  342. <Comment>Rebuild.</Comment>
  343. <Name>Mustafa Cinasal</Name>
  344. <Email>muscnsl@gmail.com</Email>
  345. </Update>
  346. <Update release="24">
  347. <Date>2022-06-26</Date>
  348. <Version>3.9.13</Version>
  349. <Comment>Rebuild.</Comment>
  350. <Name>Mustafa Cinasal</Name>
  351. <Email>muscnsl@gmail.com</Email>
  352. </Update>
  353. <Update release="23">
  354. <Date>2022-05-24</Date>
  355. <Version>3.9.13</Version>
  356. <Comment>Version bump.</Comment>
  357. <Name>Mustafa Cinasal</Name>
  358. <Email>muscnsl@gmail.com</Email>
  359. </Update>
  360. <Update release="22">
  361. <Date>2022-05-19</Date>
  362. <Version>3.9.13</Version>
  363. <Comment>Version bump.</Comment>
  364. <Name>Mustafa Cinasal</Name>
  365. <Email>muscnsl@gmail.com</Email>
  366. </Update>
  367. <Update release="21">
  368. <Date>2022-04-23</Date>
  369. <Version>3.9.12</Version>
  370. <Comment>Version bump.</Comment>
  371. <Name>Mustafa Cinasal</Name>
  372. <Email>muscnsl@gmail.com</Email>
  373. </Update>
  374. <Update release="20">
  375. <Date>2022-03-23</Date>
  376. <Version>3.9.11</Version>
  377. <Comment>Version bump.</Comment>
  378. <Name>Mustafa Cinasal</Name>
  379. <Email>muscnsl@gmail.com</Email>
  380. </Update>
  381. <Update release="19">
  382. <Date>2021-11-06</Date>
  383. <Version>3.9.7</Version>
  384. <Comment>Rebuild.</Comment>
  385. <Name>Mustafa Cinasal</Name>
  386. <Email>muscnsl@gmail.com</Email>
  387. </Update>
  388. <Update release="18">
  389. <Date>2021-10-22</Date>
  390. <Version>3.9.7</Version>
  391. <Comment>Version bump.</Comment>
  392. <Name>Mustafa Cinasal</Name>
  393. <Email>muscnsl@gmail.com</Email>
  394. </Update>
  395. <Update release="17">
  396. <Date>2021-10-18</Date>
  397. <Version>3.8.12</Version>
  398. <Comment>Version bump.</Comment>
  399. <Name>Mustafa Cinasal</Name>
  400. <Email>muscnsl@gmail.com</Email>
  401. </Update>
  402. <Update release="16">
  403. <Date>2021-08-27</Date>
  404. <Version>3.8.11</Version>
  405. <Comment>Version bump.</Comment>
  406. <Name>Mustafa Cinasal</Name>
  407. <Email>muscnsl@gmail.com</Email>
  408. </Update>
  409. <Update release="15">
  410. <Date>2021-06-19</Date>
  411. <Version>3.8.10</Version>
  412. <Comment>Version bump.</Comment>
  413. <Name>Mustafa Cinasal</Name>
  414. <Email>muscnsl@gmail.com</Email>
  415. </Update>
  416. <Update release="14">
  417. <Date>2021-04-11</Date>
  418. <Version>3.8.9</Version>
  419. <Comment>Version bump.</Comment>
  420. <Name>Mustafa Cinasal</Name>
  421. <Email>muscnsl@gmail.com</Email>
  422. </Update>
  423. <Update release="13">
  424. <Date>2021-04-11</Date>
  425. <Version>3.8.8</Version>
  426. <Comment>Version bump</Comment>
  427. <Name>İdris Kalp</Name>
  428. <Email>idriskalp@gmail.com</Email>
  429. </Update>
  430. <Update release="12">
  431. <Date>2020-12-09</Date>
  432. <Version>3.8.6</Version>
  433. <Comment>Version bump</Comment>
  434. <Name>İdris Kalp</Name>
  435. <Email>idriskalp@gmail.com</Email>
  436. </Update>
  437. <Update release="11">
  438. <Date>2020-10-19</Date>
  439. <Version>3.8.5</Version>
  440. <Comment>Patch version bump</Comment>
  441. <Name>Blue Devil</Name>
  442. <Email>bluedevil@sctzine.com</Email>
  443. </Update>
  444. <Update release="10">
  445. <Date>2020-05-22</Date>
  446. <Version>3.8.3</Version>
  447. <Comment>Patch version bump</Comment>
  448. <Name>Blue Devil</Name>
  449. <Email>bluedevil@sctzine.com</Email>
  450. </Update>
  451. <Update release="9">
  452. <Date>2020-03-28</Date>
  453. <Version>3.8.2</Version>
  454. <Comment>Patch version bump</Comment>
  455. <Name>Blue Devil</Name>
  456. <Email>bluedevil@sctzine.com</Email>
  457. </Update>
  458. <Update release="8">
  459. <Date>2019-12-23</Date>
  460. <Version>3.8.1</Version>
  461. <Comment>Version bump</Comment>
  462. <Name>Idris Kalp</Name>
  463. <Email>idriskalp@gmail.com</Email>
  464. </Update>
  465. <Update release="7">
  466. <Date>2019-12-10</Date>
  467. <Version>3.8.0</Version>
  468. <Comment>Version bump</Comment>
  469. <Name>Idris Kalp</Name>
  470. <Email>idriskalp@gmail.com</Email>
  471. </Update>
  472. <Update release="6">
  473. <Date>2018-07-31</Date>
  474. <Version>3.6.5</Version>
  475. <Comment>Rebuild.</Comment>
  476. <Name>mustafa Cinasal</Name>
  477. <Email>muscnsl@gmail.com</Email>
  478. </Update>
  479. <Update release="5">
  480. <Date>2018-05-09</Date>
  481. <Version>3.6.5</Version>
  482. <Comment>Version bump</Comment>
  483. <Name>Ertuğrul Erata</Name>
  484. <Email>ertugrulerata@gmail.com</Email>
  485. </Update>
  486. <Update release="4">
  487. <Date>2018-01-31</Date>
  488. <Version>3.6.0</Version>
  489. <Comment>Rebuild</Comment>
  490. <Name>Ayhan Yalçınsoy</Name>
  491. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  492. </Update>
  493. <Update release="3">
  494. <Date>2016-06-09</Date>
  495. <Version>3.4.3</Version>
  496. <Comment>Release Bump</Comment>
  497. <Name>Pisi Linux Community</Name>
  498. <Email>admin@pisilinux.org</Email>
  499. </Update>
  500. <Update release="2">
  501. <Date>2016-05-08</Date>
  502. <Version>3.4.3</Version>
  503. <Comment>Rebuild.</Comment>
  504. <Name>Ertuğrul Erata</Name>
  505. <Email>ertugrulerata@gmail.com</Email>
  506. </Update>
  507. <Update release="1">
  508. <Date>2015-08-13</Date>
  509. <Version>3.4.3</Version>
  510. <Comment>First release</Comment>
  511. <Name>Marcin Bojara</Name>
  512. <Email>marcin@pisilinux.org</Email>
  513. </Update>
  514. </History>
  515. </PISI>