<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/community/python3-tkinter, branch 3.9-stable</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>main/python3-tkinter: patch CVE-2019-5010</title>
<updated>2019-01-24T16:33:45+00:00</updated>
<author>
<name>J0WI</name>
<email>J0WI@users.noreply.github.com</email>
</author>
<published>2019-01-23T14:29:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=79f386b90585ae7a00a19a23b9be4df36ee3bfdb'/>
<id>79f386b90585ae7a00a19a23b9be4df36ee3bfdb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/python3-tkinter: Upgrade to 3.6.8</title>
<updated>2019-01-24T16:33:45+00:00</updated>
<author>
<name>J0WI</name>
<email>J0WI@users.noreply.github.com</email>
</author>
<published>2019-01-05T22:00:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=3719a5100bcacdd579d27720353083610d3a0cf3'/>
<id>3719a5100bcacdd579d27720353083610d3a0cf3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/python3-tkinter: upgrade to 3.6.7</title>
<updated>2019-01-05T19:47:22+00:00</updated>
<author>
<name>J0WI</name>
<email>J0WI@users.noreply.github.com</email>
</author>
<published>2018-11-15T00:01:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=e97c353394e98dc7c2acfdd454c7bcc1192e1aab'/>
<id>e97c353394e98dc7c2acfdd454c7bcc1192e1aab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community: (Bulk change) Update source urls to https using HTTPS Everywhere</title>
<updated>2018-10-06T17:10:15+00:00</updated>
<author>
<name>J0WI</name>
<email>J0WI@users.noreply.github.com</email>
</author>
<published>2018-10-06T12:07:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=0ed5524b742b317bdcc9b7b26dd4033369e6c2f8'/>
<id>0ed5524b742b317bdcc9b7b26dd4033369e6c2f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove scadu as a maintainer from their packages, per request</title>
<updated>2018-01-12T05:27:29+00:00</updated>
<author>
<name>Łukasz Jendrysik</name>
<email>scadu@yandex.com</email>
</author>
<published>2018-01-10T18:30:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=6e36d8de985b28cfb2198c26082856e25931372a'/>
<id>6e36d8de985b28cfb2198c26082856e25931372a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/python3-tkinter: improve splitting and fix upgrade</title>
<updated>2017-11-21T14:53:47+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2017-11-21T14:27:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=21594f076cd9567280189c5b7a8a5d9ed070eddc'/>
<id>21594f076cd9567280189c5b7a8a5d9ed070eddc</id>
<content type='text'>
move all the idlelib files to the idle package and include the tkinter
files which no longer are provided by main python3 package.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
move all the idlelib files to the idle package and include the tkinter
files which no longer are provided by main python3 package.
</pre>
</div>
</content>
</entry>
<entry>
<title>main/python3: fix cyclic dependency for tkinter</title>
<updated>2017-10-27T16:49:59+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2017-10-27T07:04:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=6f4cca64ba524f3bb7b076776e940befef11390e'/>
<id>6f4cca64ba524f3bb7b076776e940befef11390e</id>
<content type='text'>
Add a separate apkbuild for tkinter to avoid the cyclic buildtime
dependency:

  python3 -&gt; tk -&gt; libX11 -&gt; libxcb -&gt; xcb-proto -&gt; python3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a separate apkbuild for tkinter to avoid the cyclic buildtime
dependency:

  python3 -&gt; tk -&gt; libX11 -&gt; libxcb -&gt; xcb-proto -&gt; python3
</pre>
</div>
</content>
</entry>
</feed>
