123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>python-smbc</Name>
- <Homepage>http://cyberelk.net/tim/software/pysmbc</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <PartOf>programming.language.python</PartOf>
- <License>GPLv2</License>
- <IsA>library</IsA>
- <Summary>Python interface to the libsmbclient library</Summary>
- <Description>python-smbc is a Python binding for the libsmbclient library.</Description>
- <Archive sha1sum="32e676c17b03f2bf30368e675fdd1d62da64060a" type="targz">https://pypi.org/packages/source/p/pysmbc/pysmbc-1.0.22.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>samba-devel</Dependency>
- <Dependency>python-devel</Dependency>
- <Dependency>python-setuptools</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>python-smbc</Name>
- <Summary>Python interface to the libsmbclient library</Summary>
- <RuntimeDependencies>
- <Dependency>samba</Dependency>
- <Dependency>python</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/python2*</Path>
- <Path fileType="doc">/usr/share/doc/python-smbc</Path>
- </Files>
- </Package>
- <History>
- <Update release="9">
- <Date>2020-05-24</Date>
- <Version>1.0.22</Version>
- <Comment>Patch version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="8">
- <Date>2020-04-22</Date>
- <Version>1.0.21</Version>
- <Comment>Patch version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="7">
- <Date>2020-03-29</Date>
- <Version>1.0.20</Version>
- <Comment>Patch version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="6">
- <Date>2020-03-27</Date>
- <Version>1.0.19</Version>
- <Comment>Patch version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="5">
- <Date>2020-01-20</Date>
- <Version>1.0.18</Version>
- <Comment>Version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-08-15</Date>
- <Version>1.0.15.4</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-25</Date>
- <Version>1.0.13</Version>
- <Comment>Rebuild for new toolchain</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>1.0.13</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-01-09</Date>
- <Version>1.0.13</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|