<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/community/py3-async-timeout, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>community/py3-async-timeout: rebuild against python 3.8</title>
<updated>2019-11-05T15:33:54+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-10-29T11:46:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=c650f68db6c0674969e3b5b594185194d5687c30'/>
<id>c650f68db6c0674969e3b5b594185194d5687c30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/py3-async-timeout: rebuild against python 3.7</title>
<updated>2019-04-17T11:45:43+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-04-15T14:34:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=e8895878e53989e97f305bdd66fb931578e404a3'/>
<id>e8895878e53989e97f305bdd66fb931578e404a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/py3-async-timeout: upgrade to 3.0.1</title>
<updated>2018-10-14T12:41:49+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2018-10-14T12:02:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=612e303866c8e8e7fb444de1359c5104085925d2'/>
<id>612e303866c8e8e7fb444de1359c5104085925d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/py3-async-timeout: added check()</title>
<updated>2018-05-08T06:28:25+00:00</updated>
<author>
<name>Francesco Colista</name>
<email>fcolista@alpinelinux.org</email>
</author>
<published>2018-05-08T06:28:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=d2da7ce7aeff92f27ebdb54a133112a9b6cbfe59'/>
<id>d2da7ce7aeff92f27ebdb54a133112a9b6cbfe59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/py3-async-timeout: upgrade to 3.0.0</title>
<updated>2018-05-08T06:27:06+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>fabian@affolter-engineering.ch</email>
</author>
<published>2018-05-05T12:55:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=f4880359bd510934057652b61201589b72d6c098'/>
<id>f4880359bd510934057652b61201589b72d6c098</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[various]: unify names of licenses according to SPDX</title>
<updated>2017-12-30T20:05:50+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-12-30T18:04:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=63f5e7d295659a855709901ce22a3e5f40fce455'/>
<id>63f5e7d295659a855709901ce22a3e5f40fce455</id>
<content type='text'>
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/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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/
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Revert "community/py3-async-timeout: upgrade to 2.0.0""</title>
<updated>2017-10-13T18:05:33+00:00</updated>
<author>
<name>William Pitcock</name>
<email>nenolod@dereferenced.org</email>
</author>
<published>2017-10-13T18:05:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=98f6b748a4a92cb62bc501a73a70338f801978d7'/>
<id>98f6b748a4a92cb62bc501a73a70338f801978d7</id>
<content type='text'>
This reverts commit d15d3f4b5215614701f41909ff864fd583fd8530.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit d15d3f4b5215614701f41909ff864fd583fd8530.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "community/py3-async-timeout: upgrade to 2.0.0"</title>
<updated>2017-10-13T17:55:23+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2017-10-13T17:53:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=d15d3f4b5215614701f41909ff864fd583fd8530'/>
<id>d15d3f4b5215614701f41909ff864fd583fd8530</id>
<content type='text'>
The build fails on kernels with PaX:
Traceback (most recent call last):
  File "setup.py", line 4, in &lt;module&gt;
    from setuptools import setup
  File "/usr/lib/python3.6/site-packages/setuptools/__init__.py", line
14, in &lt;module&gt;
    from setuptools.dist import Distribution, Feature
  File "/usr/lib/python3.6/site-packages/setuptools/dist.py", line 20,
in &lt;module&gt;
    from setuptools import windows_support
  File "/usr/lib/python3.6/site-packages/setuptools/windows_support.py",
line 2, in &lt;module&gt;
    import ctypes
  File "/usr/lib/python3.6/ctypes/__init__.py", line 538, in &lt;module&gt;
    _reset_cache()
  File "/usr/lib/python3.6/ctypes/__init__.py", line 273, in
_reset_cache
    CFUNCTYPE(c_int)(lambda: None)
MemoryError

Apparently it is related to libffi.
Revert to unblock the builder for now.

This reverts commit 771975ffc4c0e4e9f467af146d61bd94d95722d8.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The build fails on kernels with PaX:
Traceback (most recent call last):
  File "setup.py", line 4, in &lt;module&gt;
    from setuptools import setup
  File "/usr/lib/python3.6/site-packages/setuptools/__init__.py", line
14, in &lt;module&gt;
    from setuptools.dist import Distribution, Feature
  File "/usr/lib/python3.6/site-packages/setuptools/dist.py", line 20,
in &lt;module&gt;
    from setuptools import windows_support
  File "/usr/lib/python3.6/site-packages/setuptools/windows_support.py",
line 2, in &lt;module&gt;
    import ctypes
  File "/usr/lib/python3.6/ctypes/__init__.py", line 538, in &lt;module&gt;
    _reset_cache()
  File "/usr/lib/python3.6/ctypes/__init__.py", line 273, in
_reset_cache
    CFUNCTYPE(c_int)(lambda: None)
MemoryError

Apparently it is related to libffi.
Revert to unblock the builder for now.

This reverts commit 771975ffc4c0e4e9f467af146d61bd94d95722d8.
</pre>
</div>
</content>
</entry>
<entry>
<title>community/py3-async-timeout: upgrade to 2.0.0</title>
<updated>2017-10-12T15:00:46+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>fabian@affolter-engineering.ch</email>
</author>
<published>2017-10-09T18:56:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=771975ffc4c0e4e9f467af146d61bd94d95722d8'/>
<id>771975ffc4c0e4e9f467af146d61bd94d95722d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/py3-async-timeout: upgrade to 1.4.0</title>
<updated>2017-09-26T05:25:13+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>fabian@affolter-engineering.ch</email>
</author>
<published>2017-09-25T22:13:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=5df55afaa9bd286dce056cef4d041b8446c83d34'/>
<id>5df55afaa9bd286dce056cef4d041b8446c83d34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
