<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/testing/py-mongo, 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-mongo: rename from py-mongo</title>
<updated>2019-09-24T19:43:22+00:00</updated>
<author>
<name>Leo</name>
<email>thinkabit.ukim@gmail.com</email>
</author>
<published>2019-09-20T01:50:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=835349acfdb4950ceb46d81354b952a4934a294a'/>
<id>835349acfdb4950ceb46d81354b952a4934a294a</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-mongo: moved from non-free/py-mongo</title>
<updated>2019-07-24T13:49:21+00:00</updated>
<author>
<name>Sergey Safarov</name>
<email>s.safarov@gmail.com</email>
</author>
<published>2019-07-06T10:31:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=1f1a36ee78be3cca44f33299a52f17613b50c337'/>
<id>1f1a36ee78be3cca44f33299a52f17613b50c337</id>
<content type='text'>
reverted part of 8a901de31fa055ed591d487e12f8bb9ffcc0df21 commit
py-mongo use Apache 2.0 license
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
reverted part of 8a901de31fa055ed591d487e12f8bb9ffcc0df21 commit
py-mongo use Apache 2.0 license
</pre>
</div>
</content>
</entry>
<entry>
<title>community/mongodb: expunge nonfree software</title>
<updated>2019-04-03T08:49:55+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2019-03-11T22:04:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=8a901de31fa055ed591d487e12f8bb9ffcc0df21'/>
<id>8a901de31fa055ed591d487e12f8bb9ffcc0df21</id>
<content type='text'>
Upstream has switched to a nonfree license.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Upstream has switched to a nonfree license.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/py-mongo: added tests</title>
<updated>2019-01-15T16:32:20+00:00</updated>
<author>
<name>Dmitry Romanenko</name>
<email>Dmitry@Romanenko.in</email>
</author>
<published>2019-01-12T22:20:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=6f9ec4d2787244113b680e7267a708f6aa1fc42d'/>
<id>6f9ec4d2787244113b680e7267a708f6aa1fc42d</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-mongo: python3 version added, upgrade to 3.7.2</title>
<updated>2019-01-15T16:32:20+00:00</updated>
<author>
<name>Dmitry Romanenko</name>
<email>Dmitry@Romanenko.in</email>
</author>
<published>2019-01-12T04:57:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=4cae36ba315751bb62386006458f3c8364723c84'/>
<id>4cae36ba315751bb62386006458f3c8364723c84</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>[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>
<entry>
<title>[various] rename dependency python-dev to python2-dev</title>
<updated>2016-10-26T17:47:14+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2016-10-26T16:18:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=af0c01ac63cfe01e0feb2f423efb822c93ba7e03'/>
<id>af0c01ac63cfe01e0feb2f423efb822c93ba7e03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/*: change source URL pypi.python.org to files.pythonhosted.org</title>
<updated>2016-07-08T15:39:12+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2016-07-06T17:34:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=bb62c4901b5dcda2d798b25d48d8bcb55868c5f0'/>
<id>bb62c4901b5dcda2d798b25d48d8bcb55868c5f0</id>
<content type='text'>
See https://bitbucket.org/pypa/pypi/issues/438/backwards-compatible-un-hashed-package#comment-27734791
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://bitbucket.org/pypa/pypi/issues/438/backwards-compatible-un-hashed-package#comment-27734791
</pre>
</div>
</content>
</entry>
</feed>
