<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/testing/py-praw, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>testing/py3-praw: rename from py-praw</title>
<updated>2019-07-02T10:04:03+00:00</updated>
<author>
<name>Leo</name>
<email>thinkabit.ukim@gmail.com</email>
</author>
<published>2019-07-02T06:07:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=091c7c78b4960a7840903d1fe8949dde0cc01a0f'/>
<id>091c7c78b4960a7840903d1fe8949dde0cc01a0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/py-praw: rebuild against python 3.7</title>
<updated>2019-04-17T11:45:56+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-04-17T06:18:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=6b0beb98c321d0435edbe1e6d534fb97e62ff7ba'/>
<id>6b0beb98c321d0435edbe1e6d534fb97e62ff7ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/py-praw: add check step to run test suite</title>
<updated>2018-09-27T06:18:40+00:00</updated>
<author>
<name>Kevin Daudt</name>
<email>ops@ikke.info</email>
</author>
<published>2018-09-17T18:49:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=9784b9555bb99f9ee7ad5cc08d3c2875d3482ad4'/>
<id>9784b9555bb99f9ee7ad5cc08d3c2875d3482ad4</id>
<content type='text'>
The library has a test suite, but this was never used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The library has a test suite, but this was never used.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/py-praw: add missing dependency</title>
<updated>2018-09-27T06:18:40+00:00</updated>
<author>
<name>Kevin Daudt</name>
<email>ops@ikke.info</email>
</author>
<published>2018-09-17T18:52:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=5dc872ff2b7de65540e4f160c528d869b4485efb'/>
<id>5dc872ff2b7de65540e4f160c528d869b4485efb</id>
<content type='text'>
The library depends on py-prawcore, but that package was missing and the
dependency is missing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The library depends on py-prawcore, but that package was missing and the
dependency is missing.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/py-praw: relax setup.py version constraints</title>
<updated>2018-09-27T06:18:40+00:00</updated>
<author>
<name>Kevin Daudt</name>
<email>ops@ikke.info</email>
</author>
<published>2018-09-17T17:23:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=50ee3285c9dbc2c2f7082bd95e233b4c4fd045c8'/>
<id>50ee3285c9dbc2c2f7082bd95e233b4c4fd045c8</id>
<content type='text'>
Alpine ships newer versions of decorator, prawcore and six than setup.py
allows.

Preliminary testing with relaxing the version constraints seem to
indicate that newer versions work as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Alpine ships newer versions of decorator, prawcore and six than setup.py
allows.

Preliminary testing with relaxing the version constraints seem to
indicate that newer versions work as well.
</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>testing/py-praw: rebuild against new version of python3</title>
<updated>2017-02-18T15:32:18+00:00</updated>
<author>
<name>Łukasz Jendrysik</name>
<email>scadu@yandex.com</email>
</author>
<published>2017-02-16T21:33:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=fa27db6c01a4f6914fba2cae2be621c5008d6bd5'/>
<id>fa27db6c01a4f6914fba2cae2be621c5008d6bd5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/py-praw: upgrade to 4.0.0</title>
<updated>2016-12-27T07:43:43+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>fabian@affolter-engineering.ch</email>
</author>
<published>2016-11-29T22:24:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=02597b69211fa64e98a8c57d5002385ab4b5756d'/>
<id>02597b69211fa64e98a8c57d5002385ab4b5756d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[various] rename python executable in APKBUILDs to python2</title>
<updated>2016-10-26T17:47:58+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2016-10-26T17:19:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=c18b35140d6160530980ddae341d9aa45fe118fa'/>
<id>c18b35140d6160530980ddae341d9aa45fe118fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[various] rename dependency python to python2</title>
<updated>2016-10-26T17:47:58+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2016-10-26T16:51:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=d6529c8d14d870c966dc74c3008cdce15dabb7c5'/>
<id>d6529c8d14d870c966dc74c3008cdce15dabb7c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
