<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/community/py3-gitlab, 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-gitlab: add missing dependency</title>
<updated>2020-04-11T20:08:59+00:00</updated>
<author>
<name>Keith Maxwell</name>
<email>keith.maxwell@gmail.com</email>
</author>
<published>2020-04-11T19:04:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=e00ba8b6f493c6e7d1434ec2a0682a5cb302e3bb'/>
<id>e00ba8b6f493c6e7d1434ec2a0682a5cb302e3bb</id>
<content type='text'>
Before this change:

    $ sudo apk add py3-gitlab
    ✂
    $ gitlab --version
    Traceback (most recent call last):
      File "/usr/bin/gitlab", line 6, in &lt;module&gt;
        from pkg_resources import load_entry_point
    ModuleNotFoundError: No module named 'pkg_resources'

After this change:

    $ sudo apk add py3-gitlab
    ✂
    $ gitlab --version
    2.2.0

The commands above were run inside docker-abuild using `dabuild sh`.

The change is required because `/usr/bin/gitlab` includes the line:

    from pkg_resources import load_entry_point

That means that py3-setuptools is required at runtime:

    $ python3 -c 'import pkg_resources; print(pkg_resources.__file__)'
    /usr/lib/python3.8/site-packages/pkg_resources/__init__.py
    $ apk info -q -W /usr/lib/python3.8/site-packages/pkg_resources/__init__.py
    py3-setuptools
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before this change:

    $ sudo apk add py3-gitlab
    ✂
    $ gitlab --version
    Traceback (most recent call last):
      File "/usr/bin/gitlab", line 6, in &lt;module&gt;
        from pkg_resources import load_entry_point
    ModuleNotFoundError: No module named 'pkg_resources'

After this change:

    $ sudo apk add py3-gitlab
    ✂
    $ gitlab --version
    2.2.0

The commands above were run inside docker-abuild using `dabuild sh`.

The change is required because `/usr/bin/gitlab` includes the line:

    from pkg_resources import load_entry_point

That means that py3-setuptools is required at runtime:

    $ python3 -c 'import pkg_resources; print(pkg_resources.__file__)'
    /usr/lib/python3.8/site-packages/pkg_resources/__init__.py
    $ apk info -q -W /usr/lib/python3.8/site-packages/pkg_resources/__init__.py
    py3-setuptools
</pre>
</div>
</content>
</entry>
<entry>
<title>community/py3-gitlab: upgrade to 2.2.0</title>
<updated>2020-04-11T16:29:43+00:00</updated>
<author>
<name>Keith Maxwell</name>
<email>keith.maxwell@gmail.com</email>
</author>
<published>2020-04-11T16:29:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=e383ff1baa575088b36865028e11519d15bc842b'/>
<id>e383ff1baa575088b36865028e11519d15bc842b</id>
<content type='text'>
Enable 35 tests in six files; all of the tests that don't require
httmock.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable 35 tests in six files; all of the tests that don't require
httmock.
</pre>
</div>
</content>
</entry>
<entry>
<title>community/py3-gitlab: move from testing</title>
<updated>2020-03-27T10:11:49+00:00</updated>
<author>
<name>Leo</name>
<email>thinkabit.ukim@gmail.com</email>
</author>
<published>2020-03-27T08:07:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=381b0d65e328d1233cea8bb059df8732a11bd312'/>
<id>381b0d65e328d1233cea8bb059df8732a11bd312</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
