aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-yarl
Commit message (Collapse)AuthorAgeFilesLines
* community/py3-yarl: upgrade to 1.2.6Fabian Affolter2018-06-151-2/+2
|
* community/py3-yarl: upgrade to 1.2.4Fabian Affolter2018-05-141-2/+2
|
* community/py3-yarl: ugprade to 1.2.3Francesco Colista2018-05-081-2/+2
|
* community/py3-yarl: improve abuildprspkt2018-05-081-4/+5
| | | | move py3-pytest to checkdepends
* community/py3-yarl: upgrade to 1.1.1Fabian Affolter2018-02-191-2/+2
|
* community/py3-yarl: upgrade to 1.1.0Fabian Affolter2018-02-031-2/+2
|
* community/py3-yarl: upgrade to 1.0.0Fabian Affolter2018-01-221-2/+2
|
* community/py3-yarl: upgrade to 0.18.0Fabian Affolter2018-01-201-3/+3
|
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/
* community/py3-yarl: upgrade to 0.15.0Fabian Affolter2017-11-281-2/+2
|
* community/py3-yarl: upgrade to 0.14.2Fabian Affolter2017-11-201-2/+2
|
* community/py3-yarl: upgrade to 0.14.1Fabian Affolter2017-11-161-2/+2
|
* community/py3-yarl: upgrade to 0.14.0Fabian Affolter2017-11-151-3/+8
|
* community/py3-yarl: upgrade to 0.13.0Fabian Affolter2017-10-021-2/+2
|
* community/py3-yarl: upgrade to 0.12.0Fabian Affolter2017-07-181-2/+2
|
* community/py3-yarl: upgrade to 0.11.0Fabian Affolter2017-06-301-2/+2
|
* community/py3-yarl: upgrade to 0.10.3Fabian Affolter2017-06-141-2/+2
|
* community/py3-yarl: upgrade to 0.10.2Fabian Affolter2017-05-131-2/+2
|
* community/py3-yarl: upgrade to 0.10.0Fabian Affolter2017-03-171-3/+3
|
* community/py3-yarl: rebuild against new version of python3Ɓukasz Jendrysik2017-02-181-1/+1
|
* community/py3-yarl: upgrade to 0.9.8Francesco Colista2017-02-171-4/+2
|
* community/py3-yarl: upgrade to 0.9.2Fabian Affolter2017-02-091-4/+4
|
* community/py3-yarl: upgrade to 0.8.1Fabian Affolter2017-01-251-4/+4
|
* community/py3-yarl: new aport (dependency of py3-aiohttp)Fabian Affolter2016-11-081-0/+28
http://yarl.readthedocs.io/en/latest/ The module provides handy URL class for url parsing and changing.