<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/docs, branch docs/sphinx-annotations</title>
<subtitle>github.com: gpocentek/python-gitlab.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/'/>
<entry>
<title>chore(docs): link to main, not master</title>
<updated>2021-11-28T17:41:31+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-11-28T17:41:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=af0cb4d18b8bfbc0624ea2771d73544dc1b24b54'/>
<id>af0cb4d18b8bfbc0624ea2771d73544dc1b24b54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(docs): use builtin autodoc hints</title>
<updated>2021-11-28T17:40:53+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-11-28T17:40:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=5e9c94313f6714a159993cefb488aca3326e3e66'/>
<id>5e9c94313f6714a159993cefb488aca3326e3e66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(docs): load autodoc-typehints module</title>
<updated>2021-11-28T17:31:59+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-11-24T19:38:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=bd366ab9e4b552fb29f7a41564cc180a659bba2f'/>
<id>bd366ab9e4b552fb29f7a41564cc180a659bba2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1712 from StingRayZA/Epicnotes</title>
<updated>2021-11-27T11:36:17+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-11-27T11:36:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=70b9870f929c4db32fd2e1406db2122de9958bfd'/>
<id>70b9870f929c4db32fd2e1406db2122de9958bfd</id>
<content type='text'>
feat(api): add support for epic notes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat(api): add support for epic notes</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add support for `projects.groups.list()`</title>
<updated>2021-11-27T04:19:51+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-11-26T19:54:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=68ff595967a5745b369a93d9d18fef48b65ebedb'/>
<id>68ff595967a5745b369a93d9d18fef48b65ebedb</id>
<content type='text'>
Add support for `projects.groups.list()` endpoint.

Closes #1717
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for `projects.groups.list()` endpoint.

Closes #1717
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(api): add support for epic notes</title>
<updated>2021-11-25T11:45:28+00:00</updated>
<author>
<name>Raimund Hook</name>
<email>raimund.hook@exfo.com</email>
</author>
<published>2021-11-25T11:45:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=7f4edb53e9413f401c859701d8c3bac4a40706af'/>
<id>7f4edb53e9413f401c859701d8c3bac4a40706af</id>
<content type='text'>
Added support for notes on group epics

Signed-off-by: Raimund Hook &lt;raimund.hook@exfo.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added support for notes on group epics

Signed-off-by: Raimund Hook &lt;raimund.hook@exfo.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: remove support for Python 3.6, require 3.7 or higher</title>
<updated>2021-11-23T20:10:20+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2021-11-23T06:17:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=414009daebe19a8ae6c36f050dffc690dff40e91'/>
<id>414009daebe19a8ae6c36f050dffc690dff40e91</id>
<content type='text'>
Python 3.6 is End-of-Life (EOL) as of 2021-12 as stated in
https://www.python.org/dev/peps/pep-0494/

By dropping support for Python 3.6 and requiring Python 3.7 or higher
it allows python-gitlab to take advantage of new features in Python
3.7, which are documented at:
https://docs.python.org/3/whatsnew/3.7.html

Some of these new features that may be useful to python-gitlab are:
  * PEP 563, postponed evaluation of type annotations.
  * dataclasses: PEP 557 – Data Classes
  * importlib.resources
  * PEP 562, customization of access to module attributes.
  * PEP 560, core support for typing module and generic types.
  * PEP 565, improved DeprecationWarning handling

BREAKING CHANGE: As of python-gitlab 3.0.0, Python 3.6 is no longer
supported. Python 3.7 or higher is required.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 3.6 is End-of-Life (EOL) as of 2021-12 as stated in
https://www.python.org/dev/peps/pep-0494/

By dropping support for Python 3.6 and requiring Python 3.7 or higher
it allows python-gitlab to take advantage of new features in Python
3.7, which are documented at:
https://docs.python.org/3/whatsnew/3.7.html

Some of these new features that may be useful to python-gitlab are:
  * PEP 563, postponed evaluation of type annotations.
  * dataclasses: PEP 557 – Data Classes
  * importlib.resources
  * PEP 562, customization of access to module attributes.
  * PEP 560, core support for typing module and generic types.
  * PEP 565, improved DeprecationWarning handling

BREAKING CHANGE: As of python-gitlab 3.0.0, Python 3.6 is no longer
supported. Python 3.7 or higher is required.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1646 from JacobHenner/add-merge-trains</title>
<updated>2021-11-01T18:58:08+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-11-01T18:58:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=ed88bcea09c337fe9ede822ea88e7770a9c6ade0'/>
<id>ed88bcea09c337fe9ede822ea88e7770a9c6ade0</id>
<content type='text'>
feat(api): add merge trains</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat(api): add merge trains</pre>
</div>
</content>
</entry>
<entry>
<title>feat(api): add project milestone promotion</title>
<updated>2021-10-27T10:52:37+00:00</updated>
<author>
<name>Raimund Hook</name>
<email>raimund.hook@exfo.com</email>
</author>
<published>2021-10-27T10:52:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=f0685209f88d1199873c1f27d27f478706908fd3'/>
<id>f0685209f88d1199873c1f27d27f478706908fd3</id>
<content type='text'>
Adds promotion to Project Milestones

Signed-off-by: Raimund Hook &lt;raimund.hook@exfo.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds promotion to Project Milestones

Signed-off-by: Raimund Hook &lt;raimund.hook@exfo.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(api): add merge trains</title>
<updated>2021-10-20T22:11:16+00:00</updated>
<author>
<name>Jacob Henner</name>
<email>code@ventricle.us</email>
</author>
<published>2021-10-20T00:15:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=fd73a738b429be0a2642d5b777d5e56a4c928787'/>
<id>fd73a738b429be0a2642d5b777d5e56a4c928787</id>
<content type='text'>
Add support for merge trains
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for merge trains
</pre>
</div>
</content>
</entry>
</feed>
