Merge pull request #8690 from blue-devil/master
more python modules updated
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>A web server and web framework that's written to go fast. Build fast. Run fast.</Summary>
|
||||
<Description>Sanic is a Python 3.6+ web server and web framework that's written to go fast. It allows the usage of the async/await syntax added in Python 3.5, which makes your code non-blocking and speedy.</Description>
|
||||
<Archive sha1sum="49df8693be6b7501d44ba4040ad8c7fb6ae1ad57" type="targz">https://github.com/huge-success/sanic/archive/v20.3.0.tar.gz</Archive>
|
||||
<Archive sha1sum="c86605600190c9b52943923f1ce56f307f7efc48" type="targz">https://github.com/huge-success/sanic/archive/v20.6.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
@@ -41,6 +41,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-07-21</Date>
|
||||
<Version>20.6.3</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-05-18</Date>
|
||||
<Version>20.3.0</Version>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","4.0.0")
|
||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","4.1.2")
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Python3 setuptools-scm module</Summary>
|
||||
<Description>Tsetuptools_scm handles managing your Python package versions in SCM metadata instead of declaring them as the version argument or in a SCM managed file.</Description>
|
||||
<Archive sha1sum="86edf1783efc9648747981160c9cdffdaf071b0c" type="targz">https://github.com/pypa/setuptools_scm/archive/v4.0.0.tar.gz</Archive>
|
||||
<Archive sha1sum="a28fc7cd4de8fffe89509b6662f24bb897078809" type="targz">https://github.com/pypa/setuptools_scm/archive/v4.1.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
@@ -35,6 +35,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-07-21</Date>
|
||||
<Version>4.1.2</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-05-24</Date>
|
||||
<Version>4.0.0</Version>
|
||||
|
||||
@@ -4,10 +4,11 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pythonmodules
|
||||
|
||||
def build():
|
||||
# fix unused direct dependency analysis
|
||||
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread")
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
|
||||
@@ -14,10 +14,10 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Simple, fast, extensible JSON encoder/decoder for Python.</Summary>
|
||||
<Description>simplejson is a simple, fast, complete, correct and extensible JSON (http://json.org) encoder and decoder for Python 3.3+ with legacy support for Python 2.5+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost.</Description>
|
||||
<Archive sha1sum="a66affe9eafa920ab8fca973e307ad07757ae093" type="targz">https://github.com/simplejson/simplejson/archive/v3.17.0.tar.gz</Archive>
|
||||
<Archive sha1sum="4d86c3817eea587a2acf6e7ce4da5b4a6efba531" type="targz">https://github.com/simplejson/simplejson/archive/v3.17.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -34,6 +34,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-07-21</Date>
|
||||
<Version>3.17.2</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-01-24</Date>
|
||||
<Version>3.17.0</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>The Python SQL Toolkit and Object Relational Mapper</Summary>
|
||||
<Description>SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language.</Description>
|
||||
<Archive sha1sum="520315f02a2e4a4d851c2fdf0c9820eafca655fc" type="targz">https://github.com/sqlalchemy/sqlalchemy/archive/rel_1_3_17.tar.gz</Archive>
|
||||
<Archive sha1sum="b521a008cd09d301b331c61fbebb29f7ea8af530" type="targz">https://github.com/sqlalchemy/sqlalchemy/archive/rel_1_3_19.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -33,6 +33,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-08-31</Date>
|
||||
<Version>1.3.19</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2020-05-18</Date>
|
||||
<Version>1.3.17</Version>
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A Fast, Extensible Progress Bar for Python and CLI.</Summary>
|
||||
<Description>python3-tqdm provides a fast, extensible progress bar for python and commandline. Instantly make your loops show a smart progress meter - just wrap any iterable with tqdm(iterable), and you're done!</Description>
|
||||
<Archive sha1sum="96d0d5d7a851e1e46e51c03c81175919adce395b" type="targz">https://github.com/tqdm/tqdm/archive/v4.46.0.tar.gz</Archive>
|
||||
<Archive sha1sum="a997c503d64cceb3455c6a8e0c8fe0960431dc45" type="targz">https://github.com/tqdm/tqdm/archive/v4.48.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
<Name>python3-tqdm</Name>
|
||||
<Summary>A Fast, Extensible Progress Bar for Python and CLI.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/python3-tqdm</Path>
|
||||
@@ -35,6 +35,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2020-08-31</Date>
|
||||
<Version>4.48.2</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2020-05-18</Date>
|
||||
<Version>4.46.0</Version>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pythonmodules
|
||||
|
||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.21")
|
||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.27")
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Virtual Python Environment builder.</Summary>
|
||||
<Description>python3-virtualenv is a a tool and library for creating isolated virtual python environments.</Description>
|
||||
<Archive sha1sum="1d378296fc2aea4f364ce53043b49eeacbdfe4ab" type="targz">https://github.com/pypa/virtualenv/archive/20.0.21.tar.gz</Archive>
|
||||
<Archive sha1sum="46cb238e6f9d799fdda328b700cf3003dd08828c" type="targz">https://github.com/pypa/virtualenv/archive/20.0.31.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
@@ -41,6 +41,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2020-08-31</Date>
|
||||
<Version>20.0.31</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2020-05-24</Date>
|
||||
<Version>20.0.21</Version>
|
||||
|
||||
@@ -4,8 +4,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
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import pythonmodules
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Measures number of Terminal column cells of wide-character codes.</Summary>
|
||||
<Description>Python library that measures the width of unicode strings rendered to a terminal</Description>
|
||||
<Archive sha1sum="0a453a6d272e64af18065b74e42e53c1a70236db" type="targz">https://github.com/jquast/wcwidth/archive/0.1.9.tar.gz</Archive>
|
||||
<Archive sha1sum="53384ef7f7526dfbfb171de5d6dc67dcf1f55141" type="targz">https://github.com/jquast/wcwidth/archive/0.2.5.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -27,12 +27,19 @@
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/python3-wcwidth</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-wcwidth</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2020-07-21</Date>
|
||||
<Version>0.2.5</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2020-03-27</Date>
|
||||
<Version>0.1.9</Version>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Youtube Video Downloader</Summary>
|
||||
<Description>Youtube Video Downloader</Description>
|
||||
<Archive sha1sum="b33733411abf75a475c66a2dd51342a1caf1600d" type="targz">https://github.com/ytdl-org/youtube-dl/archive/2020.06.16.1.tar.gz</Archive>
|
||||
<Archive sha1sum="d33eb3b3860bf5b42639e16155bbe9abf24e01ab" type="targz">https://github.com/ytdl-org/youtube-dl/archive/2020.07.28.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
|
||||
@@ -40,6 +40,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="21">
|
||||
<Date>2020-08-31</Date>
|
||||
<Version>2020.07.28</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="20">
|
||||
<Date>2020-06-28</Date>
|
||||
<Version>2020.06.16.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A pure python3 implementation of multicast DNS service discovery.</Summary>
|
||||
<Description>python3-zeroconf is a pure Python3 Multicast DNS Service Discovery Library (Bonjour/Avahi compatible).</Description>
|
||||
<Archive sha1sum="f1b20644b0b91484b8a46112ee2ff5e1fbcb5036" type="targz">https://github.com/jstasiak/python-zeroconf/archive/0.26.1.tar.gz</Archive>
|
||||
<Archive sha1sum="be84d8556d8bb217892fbb15823e0b905a8970cc" type="targz">https://github.com/jstasiak/python-zeroconf/archive/0.28.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
@@ -34,6 +34,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-08-31</Date>
|
||||
<Version>0.28.3</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-05-19</Date>
|
||||
<Version>0.26.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user