Merge pull request #8045 from blue-devil/master
version bumps of python and perl mdules
This commit is contained in:
+401
-76
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
7491f46f42726773d2f66678e9feba4652463abd
|
||||
c796307a4f72f42f49ef2b1885114caf1fd4875b
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
66745e36c38e9a3678ee95668bee650fede7e834
|
||||
5b7bf5d4dc59922b65d4061f5b8b221b0e833447
|
||||
@@ -29,4 +29,4 @@ def install():
|
||||
pisitools.remove("/usr/share/man/man3/HTTP::Status.3pm")
|
||||
pisitools.remove("/usr/share/man/man3/HTTP::Request::Common.3pm")
|
||||
pisitools.remove("/usr/share/man/man3/HTTP::Response.3pm")
|
||||
pisitools.remove("/usr/share/man/man3/HTTP::Headers::Auth.3pm")
|
||||
pisitools.remove("/usr/share/man/man3/HTTP::Headers::Auth.3pm")
|
||||
@@ -3,18 +3,18 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-HTTP-Message</Name>
|
||||
<Homepage>http://search.cpan.org/~gaas/HTTP-Message-6.03/</Homepage>
|
||||
<Homepage>https://metacpan.org/release/HTTP-Message</Homepage>
|
||||
<Packager>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<License>Artistic</License>
|
||||
<License>GPLv2</License>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>HTTP::Message - HTTP style message (base class)</Summary>
|
||||
<Description>HTTP::Message object contains some headers and a content body.</Description>
|
||||
<Archive sha1sum="812926834f4386c462ced4aab44f0fdf7affdbbc" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Message-6.18.tar.gz</Archive>
|
||||
<Archive sha1sum="0b767fafa11a7342261a43251fcd454c1374fe72" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Message-6.22.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-IO-HTML</Dependency>
|
||||
@@ -49,6 +49,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-03-04</Date>
|
||||
<Version>6.22</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-01-11</Date>
|
||||
<Version>6.18</Version>
|
||||
|
||||
@@ -3,17 +3,17 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-Test-Deep</Name>
|
||||
<Homepage>http://search.cpan.org/dist/Test-Deep/</Homepage>
|
||||
<Homepage>https://metacpan.org/release/Test-Deep</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>as-is</License>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<License>as-is</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A Perl module that gives you lots of flexibility when testing deep structures</Summary>
|
||||
<Description>perl-Test-Deep is a Perl module that gives you lots of flexibility when testing deep structures.</Description>
|
||||
<Archive sha1sum="c5e5276940b2a928d876f3f48e9bfd7a911abf55" type="targz">https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Test-Deep-1.128.tar.gz</Archive>
|
||||
<Archive sha1sum="a6e88014edc88b9a39cac9420dd329ff3d632f13" type="targz">https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Test-Deep-1.130.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -26,13 +26,20 @@
|
||||
<Dependency>perl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-03-05</Date>
|
||||
<Version>1.130</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-01-02</Date>
|
||||
<Version>1.128</Version>
|
||||
@@ -69,4 +76,4 @@
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -6,11 +6,9 @@
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def check():
|
||||
shelltools.system("nosetests --with-doctest -e documentation")
|
||||
|
||||
def install():
|
||||
pythonmodules.install()
|
||||
|
||||
pythonmodules.install()
|
||||
@@ -8,27 +8,35 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<PartOf>programming.language.python</PartOf>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Python module to simplify the usage of decorators</Summary>
|
||||
<Description>python-decorator simplifies the usage of decorators for the average programmer.</Description>
|
||||
<Archive sha1sum="c25e6611e0d45913b7342c819500259d2e8b8ccf" type="targz">https://files.pythonhosted.org/packages/dc/c3/9d378af09f5737cfd524b844cd2fbb0d2263a35c11d712043daab290144d/decorator-4.4.1.tar.gz</Archive>
|
||||
<Archive sha1sum="e849ad93b008a4f8922f05db4045b1f1aac4a0f3" type="targz">https://github.com/micheles/decorator/archive/4.4.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-nose</Dependency>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
<Dependency>python-nose</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python-decorator</Name>
|
||||
<Summary>Python module to simplify the usage of decorators</Summary>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python-decorator</Path>
|
||||
<Path fileType="library">/usr/lib/python2*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2020-03-04</Date>
|
||||
<Version>4.4.2</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2019-12-27</Date>
|
||||
<Version>4.4.1</Version>
|
||||
@@ -79,4 +87,4 @@
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -5,4 +5,4 @@
|
||||
<Summary xml:lang="tr">Dekoratör kullanımını kolaylaştıran python modulü</Summary>
|
||||
<Description xml:lang="tr">python-decorator, ortalama bir Python programcısı için dekoratör kullanımını basitleştirir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -3,7 +3,7 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python-enum34</Name>
|
||||
<Homepage>https://pypi.org/project/enum34/</Homepage>
|
||||
<Homepage>https://bitbucket.org/stoneleaf/enum34/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>An enumeration is a set of symbolic names (members) bound to unique, constant values. Within an enumeration, the members can be compared by identity, and the enumeration itself can be iterated over.</Summary>
|
||||
<Description>python-enum34 is the new Python stdlib enum module available in Python 3.4 backported for previous versions of Python from 2.4 to 3.3. tested on 2.6, 2.7, and 3.3+</Description>
|
||||
<Archive sha1sum="e3d61b93264b3b5c1790aea8422fcee15ceabf60" type="targz">https://files.pythonhosted.org/packages/a7/9a/909b721496b6f3e7776345c250d55cbdbcb1302fb42cf79de0d929af74c1/enum34-1.1.8.tar.gz</Archive>
|
||||
<Archive sha1sum="03b0b6ee5d046013dcd55f60a7433250e5b2cc61" type="targz">https://bitbucket.org/stoneleaf/enum34/get/1.1.9.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
@@ -30,6 +30,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2020-03-04</Date>
|
||||
<Version>1.1.9</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2020-02-23</Date>
|
||||
<Version>1.1.8</Version>
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
shelltools.export("PYTHONDONTWRITEBYTECODE", "1")
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A python templating language</Summary>
|
||||
<Description>python-mako is a super-fast templating language that borrows the best ideas from the existing templating languages.</Description>
|
||||
<Archive sha1sum="42147cc1cae0c65824b6fa0211a8c99cd0056766" type="targz">https://files.pythonhosted.org/packages/28/03/329b21f00243fc2d3815399413845dbbfb0745cff38a29d3597e97f8be58/Mako-1.1.1.tar.gz</Archive>
|
||||
<Archive sha1sum="4f9dd6e28a4a63691e1c03c1e078ae17dba49fe9" type="targz">https://files.pythonhosted.org/packages/42/64/fc7c506d14d8b6ed363e7798ffec2dfe4ba21e14dda4cfab99f4430cba3a/Mako-1.1.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-MarkupSafe</Dependency>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
@@ -51,6 +51,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-03-04</Date>
|
||||
<Version>1.1.2</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2020-01-23</Date>
|
||||
<Version>1.1.1</Version>
|
||||
|
||||
@@ -8,12 +8,12 @@
|
||||
<Name>Blue DeviL</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<PartOf>programming.language.python</PartOf>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>PyZMQ: Python bindings for zeromq</Summary>
|
||||
<Description>This package contains Python bindings for ØMQ. ØMQ is a lightweight and fast messaging implementation.</Description>
|
||||
<Archive sha1sum="d88bf269fed045e05473c7c32dddb861f473f33d" type="targz">https://github.com/zeromq/pyzmq/archive/v18.1.1.tar.gz</Archive>
|
||||
<Archive sha1sum="2d538a6c4254e9c8a9781eb65f2795906ea04d38" type="targz">https://github.com/zeromq/pyzmq/archive/v19.0.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
<Dependency>zeromq-devel</Dependency>
|
||||
@@ -35,6 +35,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-03-04</Date>
|
||||
<Version>19.0.0</Version>
|
||||
<Comment>Major version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-12-31</Date>
|
||||
<Version>18.1.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A database migration tool for SQLAlchemy.</Summary>
|
||||
<Description>Alembic is a database migrations tool written by the author of SQLAlchemy.</Description>
|
||||
<Archive sha1sum="637491458046ceb122ac4f94e25fa70fa64a89cc" type="targz">https://files.pythonhosted.org/packages/be/4e/9a6044bb78e8cb6d5846c07f8d3e976b7d5db845e5bd8c82c57f3ca91b0e/alembic-1.4.0.tar.gz</Archive>
|
||||
<Archive sha1sum="33c97eace3869374df0a46ae37bab4a55540e2b4" type="targz">https://files.pythonhosted.org/packages/e0/e9/359dbb77c35c419df0aedeb1d53e71e7e3f438ff64a8fdb048c907404de3/alembic-1.4.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -32,13 +32,20 @@
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/python3-alembic</Path>
|
||||
<Path fileType="executable">/usr/bin/alembic</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-alembic</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-03-04</Date>
|
||||
<Version>1.4.1</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-02-18</Date>
|
||||
<Version>1.4.0</Version>
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Curio - Concurrent I/O</Summary>
|
||||
<Description>Curio is a library for performing concurrent I/O with coroutines in Python 3.</Description>
|
||||
<Archive sha1sum="fe8011b2492f9f9461beb8c9c4433c896ef50683" type="targz">https://github.com/dabeaz/curio/archive/1.0.tar.gz</Archive>
|
||||
<Archive sha1sum="b99c3b2d0827e5e6e702b45fbe03ff612b8057ef" type="targz">https://github.com/dabeaz/curio/archive/1.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -27,13 +27,20 @@
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-curio</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2020-03-04</Date>
|
||||
<Version>1.1</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2020-02-21</Date>
|
||||
<Version>1.0</Version>
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-cycler</Name>
|
||||
<Homepage>https://github.com/matplotlib/cycler</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<License>BSDv3</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>cycler: composable cycles.</Summary>
|
||||
<Description>python3-cycler provides composable style cycles.</Description>
|
||||
<Archive sha1sum="c7591a281ddd0a30c542d04ea8ff671f1dc5503f" type="targz">https://github.com/matplotlib/cycler/archive/v0.10.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-cycler</Name>
|
||||
<Summary>cycler: composable cycles.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3-six</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/python3-cycler</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-03-05</Date>
|
||||
<Version>0.10.0</Version>
|
||||
<Comment>First release.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-cycler</Name>
|
||||
<Summary xml:lang="tr">cycler: birleştirilebilir döngüler.</Summary>
|
||||
<Description xml:lang="tr">python3-cycler, birleştirilebilir stil döngüler içeren python kitaplığı sunar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -6,11 +6,9 @@
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def check():
|
||||
shelltools.system("nosetests3 --with-doctest -e documentation")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
|
||||
pythonmodules.install(pyVer="3")
|
||||
@@ -3,20 +3,20 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-decorator</Name>
|
||||
<Homepage>https://pypi.org/project/decorator/</Homepage>
|
||||
<Homepage>https://github.com/micheles/decorator</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Python3 module to simplify the usage of decorators</Summary>
|
||||
<Description>python-decorator simplifies the usage of decorators for the average programmer.</Description>
|
||||
<Archive sha1sum="c25e6611e0d45913b7342c819500259d2e8b8ccf" type="targz">https://files.pythonhosted.org/packages/dc/c3/9d378af09f5737cfd524b844cd2fbb0d2263a35c11d712043daab290144d/decorator-4.4.1.tar.gz</Archive>
|
||||
<Archive sha1sum="e849ad93b008a4f8922f05db4045b1f1aac4a0f3" type="targz">https://github.com/micheles/decorator/archive/4.4.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-nose</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-nose</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -27,12 +27,19 @@
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-decorator</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2020-03-04</Date>
|
||||
<Version>4.4.2</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2019-12-27</Date>
|
||||
<Version>4.4.1</Version>
|
||||
@@ -83,4 +90,4 @@
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -5,4 +5,4 @@
|
||||
<Summary xml:lang="tr">Dekoratör kullanımını kolaylaştıran python modulü</Summary>
|
||||
<Description xml:lang="tr">python3-decorator, ortalama bir Python programcısı için dekoratör kullanımını basitleştirir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -5,31 +5,31 @@
|
||||
<Name>python3-enchant</Name>
|
||||
<Homepage>https://github.com/pyenchant/pyenchant</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<License>LGPLv3</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Python bindings for the Enchant spellchecking system</Summary>
|
||||
<Description>python-enchant is an efficient Python module for Enchant spellchecker.</Description>
|
||||
<Archive sha1sum="92ca797bbef9660271c3a9269ff7eb841272044d" type="targz">https://pypi.python.org/packages/9e/54/04d88a59efa33fefb88133ceb638cdf754319030c28aadc5a379d82140ed/pyenchant-2.0.0.tar.gz</Archive>
|
||||
<Description>python3-enchant is an efficient Python module for Enchant spellchecker.</Description>
|
||||
<Archive sha1sum="3d9f24d74c239958a43104a40c5d8167a721041f" type="targz">https://github.com/pyenchant/pyenchant/archive/v3.0.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>enchant2-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">enchant-2.patch</Patch>
|
||||
<!--<Patch level="1">enchant-2.patch</Patch>-->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-enchant</Name>
|
||||
<Summary>Python bindings for the Enchant spellchecking system</Summary>
|
||||
<Summary>Python bindings for the Enchant spellchecking system</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>enchant2</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
@@ -38,6 +38,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-03-04</Date>
|
||||
<Version>3.0.1</Version>
|
||||
<Comment>Major version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-01-18</Date>
|
||||
<Version>2.0.0</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Chromium HSTS Preload list as a Python package and updated daily.</Summary>
|
||||
<Description>Chromium HSTS Preload list as a Python package and updated daily. The package provides a single function: in_hsts_preload() which takes an IDNA-encoded host and returns either True or False regarding whether that host should be only accessed via HTTPS.</Description>
|
||||
<Archive sha1sum="1c258608c93e56e42e82d11a3e660417459f848a" type="targz">https://github.com/sethmlarson/hstspreload/archive/2020.2.21.tar.gz</Archive>
|
||||
<Archive sha1sum="1876df2bc6de6c9ff122606e352acd3a457eac53" type="targz">https://github.com/sethmlarson/hstspreload/archive/2020.3.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -34,6 +34,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-03-04</Date>
|
||||
<Version>2020.3.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2020-02-22</Date>
|
||||
<Version>2020.2.21</Version>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A python3 templating language</Summary>
|
||||
<Description>python3-mako is a super-fast templating language that borrows the best ideas from the existing templating languages.</Description>
|
||||
<Archive sha1sum="42147cc1cae0c65824b6fa0211a8c99cd0056766" type="targz">https://files.pythonhosted.org/packages/28/03/329b21f00243fc2d3815399413845dbbfb0745cff38a29d3597e97f8be58/Mako-1.1.1.tar.gz</Archive>
|
||||
<Archive sha1sum="4f9dd6e28a4a63691e1c03c1e078ae17dba49fe9" type="targz">https://files.pythonhosted.org/packages/42/64/fc7c506d14d8b6ed363e7798ffec2dfe4ba21e14dda4cfab99f4430cba3a/Mako-1.1.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-MarkupSafe</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
@@ -52,6 +52,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-03-04</Date>
|
||||
<Version>1.1.2</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2020-01-23</Date>
|
||||
<Version>1.1.1</Version>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Complete C99 parser in pure Python</Summary>
|
||||
<Description>pycparser is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code.</Description>
|
||||
<Archive sha1sum="141582eb2a5ad9fee9bb7646cecb024f0406be8a" type="targz">https://github.com/eliben/pycparser/archive/release_v2.19.tar.gz</Archive>
|
||||
<Archive sha1sum="3a7e92b87f9fe0b863ec99b0c4ee9f90a32a3c3f" type="targz">https://github.com/eliben/pycparser/archive/release_v2.20.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
@@ -27,12 +27,19 @@
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-pycparser</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-03-04</Date>
|
||||
<Version>2.20</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-11-07</Date>
|
||||
<Version>2.19</Version>
|
||||
|
||||
@@ -8,12 +8,12 @@
|
||||
<Name>Blue DeviL</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>PyZMQ: Python3 bindings for zeromq</Summary>
|
||||
<Description>This package contains Python bindings for ØMQ. ØMQ is a lightweight and fast messaging implementation.</Description>
|
||||
<Archive sha1sum="d88bf269fed045e05473c7c32dddb861f473f33d" type="targz">https://github.com/zeromq/pyzmq/archive/v18.1.1.tar.gz</Archive>
|
||||
<Archive sha1sum="2d538a6c4254e9c8a9781eb65f2795906ea04d38" type="targz">https://github.com/zeromq/pyzmq/archive/v19.0.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -30,12 +30,19 @@
|
||||
<Dependency>zeromq</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-pyzmq</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-03-04</Date>
|
||||
<Version>19.0.0</Version>
|
||||
<Comment>Major version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-12-31</Date>
|
||||
<Version>18.1.1</Version>
|
||||
|
||||
@@ -8,12 +8,12 @@
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Sphinx extension which outputs Apple help books.</Summary>
|
||||
<Description>sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books.</Description>
|
||||
<Archive sha1sum="4dd4712ffc5461844da967ab3dd300c8c74daa15" type="targz">https://github.com/sphinx-doc/sphinxcontrib-applehelp/archive/1.0.1.tar.gz</Archive>
|
||||
<Archive sha1sum="01fa65fc393aed774c1b3a0b0502207789d768f2" type="targz">https://github.com/sphinx-doc/sphinxcontrib-applehelp/archive/1.0.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -27,12 +27,19 @@
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-sphinxcontrib-applehelp</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-03-04</Date>
|
||||
<Version>1.0.2</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-12-30</Date>
|
||||
<Version>1.0.1</Version>
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
<Summary xml:lang="tr">Apple yardım kitapları olarak çıktı verebilen sphinx genişleme modülüdür.</Summary>
|
||||
<Description xml:lang="tr">python3-sphinxcontrib-applehelp, Apple yardım kitapları olarak çıktı verebilen sphinx genişleme modülüdür.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -8,12 +8,12 @@
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Sphinx extension which outputs Devhelp document.</Summary>
|
||||
<Description>sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document.</Description>
|
||||
<Archive sha1sum="2673efc6a83b34b96e0c18b7b164e17d3971a79b" type="targz">https://github.com/sphinx-doc/sphinxcontrib-devhelp/archive/1.0.1.tar.gz</Archive>
|
||||
<Archive sha1sum="b015b4c73027f53ab4d4c991e28eca7fdd920d24" type="targz">https://github.com/sphinx-doc/sphinxcontrib-devhelp/archive/1.0.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -27,12 +27,19 @@
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-sphinxcontrib-devhelp</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-03-04</Date>
|
||||
<Version>1.0.2</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-12-30</Date>
|
||||
<Version>1.0.1</Version>
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
<Summary xml:lang="tr">Devhelp belgesi olarak çıktı verebilen sphinx genişleme modülüdür.</Summary>
|
||||
<Description xml:lang="tr">python3-sphinxcontrib-devhelp, Devhelp belgesi olarak çıktı verebilen sphinx genişleme modülüdür.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -8,12 +8,12 @@
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Sphinx extension which outputs Qthelp document.</Summary>
|
||||
<Description>sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document</Description>
|
||||
<Archive sha1sum="556aead473ffc015dc2f0e4161ff164606e3b76f" type="targz">https://github.com/sphinx-doc/sphinxcontrib-qthelp/archive/1.0.2.tar.gz</Archive>
|
||||
<Archive sha1sum="40905a0ffcdf4fb3c517be6d2a9aef739c959773" type="targz">https://github.com/sphinx-doc/sphinxcontrib-qthelp/archive/1.0.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -33,6 +33,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-03-04</Date>
|
||||
<Version>1.0.3</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-12-30</Date>
|
||||
<Version>1.0.2</Version>
|
||||
@@ -41,4 +48,4 @@
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -5,4 +5,4 @@
|
||||
<Summary xml:lang="tr">Qthelp belgesi olarak çıktı verebilen sphinx genişleme modülüdür.</Summary>
|
||||
<Description xml:lang="tr">python3-sphinxcontrib-qthelp, Qthelp belgesi olarak çıktı verebilen sphinx genişleme modülüdür.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -8,12 +8,12 @@
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Sphinx extension which outputs "serialized" HTML files (json and pickle).</Summary>
|
||||
<Description>sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle).</Description>
|
||||
<Archive sha1sum="36164df09adf87297f72318243111a020d618f19" type="targz">https://files.pythonhosted.org/packages/cd/cc/fd7d17cfae18e5a92564bb899bc05e13260d7a633f3cffdaad4e5f3ce46a/sphinxcontrib-serializinghtml-1.1.3.tar.gz</Archive>
|
||||
<Archive sha1sum="23403f89c1aab34bd128e0fd635cd809d27826d7" type="targz">https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/archive/1.1.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -27,12 +27,19 @@
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-sphinxcontrib-serializinghtml</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-03-04</Date>
|
||||
<Version>1.1.4</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-12-30</Date>
|
||||
<Version>1.1.3</Version>
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
<Summary xml:lang="tr">python3-sphinxcontrib-serializinghtml, serileştirilmiş HTML dosyaları yaratabilen sphinx genişletmesi.</Summary>
|
||||
<Description xml:lang="tr">python3-sphinxcontrib-serializinghtml, serileştirilmiş HTML dosyaları yaratabilen sphinx genişleme modülüdür.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A non-validating SQL parser module for Python.</Summary>
|
||||
<Description>sqlparse is a non-validating SQL parser for Python. It provides support for parsing, splitting and formatting SQL statements.</Description>
|
||||
<Archive sha1sum="871e09a8ecfa68ed3c87acc75645c08cd2091837" type="targz">https://github.com/andialbrecht/sqlparse/archive/0.3.0.tar.gz</Archive>
|
||||
<Archive sha1sum="fc63140691639b18e10d234026d9c89d87abb033" type="targz">https://github.com/andialbrecht/sqlparse/archive/0.3.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -35,6 +35,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2020-03-04</Date>
|
||||
<Version>0.3.1</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-02-19</Date>
|
||||
<Version>0.3.0</Version>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Youtube Video Downloader</Summary>
|
||||
<Description>Youtube Video Downloader</Description>
|
||||
<Archive sha1sum="f9ea65cf619f5142ba9d3673a2eea4e14f7d45af" type="targz">https://github.com/ytdl-org/youtube-dl/archive/2020.02.16.tar.gz</Archive>
|
||||
<Archive sha1sum="fa2d326df3fe8e689ba02d6732032c347de041a5" type="targz">https://github.com/ytdl-org/youtube-dl/archive/2020.03.01.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
@@ -38,7 +38,15 @@
|
||||
<Path fileType="data">/etc/fish</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="16">
|
||||
<Date>2020-03-04</Date>
|
||||
<Version>2020.03.01</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="15">
|
||||
<Date>2020-02-18</Date>
|
||||
<Version>2020.02.16</Version>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","3.0.0")
|
||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","3.1.0")
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A pathlib-compatible Zipfile object wrapper.</Summary>
|
||||
<Description>A pathlib-compatible Zipfile object wrapper. A backport of the Path object.</Description>
|
||||
<Archive sha1sum="1cfe052ce5d08757a8e1e1fbba11595c838a2a86" type="targz">https://github.com/jaraco/zipp/archive/v3.0.0.tar.gz</Archive>
|
||||
<Archive sha1sum="cf179bdcaf9183088c10572481d09aadec3d01d7" type="targz">https://github.com/jaraco/zipp/archive/v3.1.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools-scm</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
@@ -34,6 +34,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2020-03-04</Date>
|
||||
<Version>3.1.0</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2020-02-21</Date>
|
||||
<Version>3.0.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user