Commit Graph

39 Commits

Author SHA1 Message Date
Francesco Colista
33d64b94b9 community/py3-aiohttp: upgrade to 2.3.10 2018-02-05 13:16:41 +00:00
Fabian Affolter
3af40f4b1c community/py3-aiohttp: upgrade to 2.3.9 2018-01-19 13:42:43 +01:00
Jakub Jirutka
63f5e7d295 [various]: unify names of licenses according to SPDX
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/
2017-12-30 21:05:50 +01:00
Francesco Colista
e34876fe52 community/py3-aiohttp: upgrade to 2.3.7 2017-12-27 16:06:43 +00:00
Fabian Affolter
e8d22b0bc2 community/py3-aiohttp: upgrade to 2.3.6 2017-12-05 03:53:33 +00:00
Francesco Colista
8b86a98e35 community/py3-aiohttp: upgrade to 2.3.4 2017-11-30 14:33:26 +00:00
Francesco Colista
824a938aab community/py3-aiohttp: enabled aarch arch 2017-11-22 03:28:05 +00:00
Fabian Affolter
b8c9afcc0a community/py3-aiohttp: upgrade to 2.3.3 2017-11-20 15:54:56 +00:00
Jakub Jirutka
4ee7c35b7d community/*: fix homepage url and source from http:// to https://
Most of these updates is based on data from https://repology.org/,
detection based on permanent redirect from http:// to https://.

$source urls are updated when they contain $url as substring.
2017-11-19 14:16:58 +01:00
Roberto Oliveira
270bea15bc community/py3-aiohttp: fix build in not x86 architectures
Manually remove _http_parser.cpython-36m-x86_64-linux-gnu.so shared
object that is shipped in source code and make strip fails in not
x86 architectures.

Bug opened upstream: https://github.com/aio-libs/aiohttp/issues/2414
2017-10-26 15:40:59 +00:00
Francesco Colista
090420b7d0 community/py3-aiohttp: disabled aarch64 for now since does not build 2017-10-24 02:52:48 +00:00
Francesco Colista
3ab18e841e community/py3-aiohttp: upgrade to 2.3.1 2017-10-24 01:59:50 +00:00
Francesco Colista
141b26ee21 community/py3-aiohttp: upgrade to 2.2.5 2017-08-04 09:11:48 +00:00
Francesco Colista
d148b0c435 community/py3-aiohttp: upgrade to 2.2.4 2017-08-03 06:20:22 +00:00
Francesco Colista
a0e0ebc0d0 community/py3-aiohttp: upgrade to 2.2.3 2017-07-05 09:24:10 +00:00
Fabian Affolter
3a39afe9b1 community/py3-aiohttp: upgrade to 2.2.2 2017-07-03 11:54:03 +00:00
Fabian Affolter
46f2f68c9b community/py3-aiohttp: upgrade to 2.2.1 2017-07-03 07:46:54 +00:00
Fabian Affolter
f4ed7eef63 community/py3-aiohttp: upgrade to 2.2.0 2017-06-21 07:51:17 +00:00
Fabian Affolter
97f5a60d56 community/py3-aiohttp: upgrade to 2.1.0 2017-06-02 10:41:50 +02:00
Francesco Colista
a3cd944107 community/py3-aiohttp: upgrade to 2.0.7, modernize APKBUILD 2017-04-13 06:45:37 +00:00
Francesco Colista
23c5c6c42c community/py3-aiohttp: upgrade to 2.0.6 2017-04-07 07:35:42 +00:00
Francesco Colista
7a7be373e6 community/py3-aiohttp: upgrade to 2.0.5 2017-03-30 07:04:55 +00:00
Francesco Colista
d43674146e community/py3-aiohttp: upgrade to 2.0.4 2017-03-28 06:12:15 +00:00
Francesco Colista
03fe9b5a40 community/py3-aiohttp: upgrade to 2.0.3 2017-03-25 08:47:33 +00:00
Francesco Colista
e0f6229208 community/py3-aiohttp: upgrade to 2.0.2 2017-03-23 12:31:00 +00:00
Francesco Colista
27a5530fe2 community/py3-aiohttp: upgrade to 2.0.1 2017-03-22 11:41:41 +00:00
Francesco Colista
0f43fbcd2d community/py3-aiohttp: upgrade to 2.0.0 2017-03-21 13:38:30 +00:00
Francesco Colista
f598136a52 community/py3-aiohttp: upgrade to 1.3.4 2017-03-15 13:36:58 +00:00
Francesco Colista
2c95a65e5d community/py3-aiohttp: upgrade to 1.3.3 2017-02-20 13:12:29 +00:00
Łukasz Jendrysik
0e9cf390f9 community/py3-aiohttp: rebuild against new version of python3 2017-02-18 16:32:41 +01:00
Francesco Colista
f68891bf23 community/py3-aiohttp: upgrade to 1.3.2 2017-02-17 07:52:24 +00:00
Fabian Affolter
ebac1d8e04 community/py3-aiohttp: upgrade to 1.3.1 2017-02-12 16:57:19 +01:00
Francesco Colista
d6f39c328f community/py3-aiohttp: upgrade to 1.3.0 2017-02-09 07:47:14 +00:00
Fabian Affolter
ce341d76bd community/py3-aiohttp: upgrade to 1.2.0 2017-01-25 02:53:33 +01:00
Carlo Landmeter
639142dcc2 community/py3-aiohttp: upgrade to 1.1.5 2016-11-26 19:34:00 +01:00
Jakub Jirutka
6b8defef20 community/py3-aiohttp: add missing dependencies 2016-11-20 00:19:05 +01:00
Jakub Jirutka
322d651596 community/py3-aiohttp: improve abuild 2016-11-19 18:28:39 +01:00
Francesco Colista
f0a940643e community/py3-aiohttp: upgrade to 1.1.4 2016-11-15 13:59:39 +00:00
Francesco Colista
c4acb05b9f community/py3-aiohttp: upgrade to 0.22.5. Moved from testing 2016-08-19 13:00:03 +00:00