<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/blinker.git, branch master</title>
<subtitle>github.com: jek/blinker.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/blinker.git/'/>
<entry>
<title>Merge pull request #18 from jek/feature/send-async</title>
<updated>2021-01-29T13:36:38+00:00</updated>
<author>
<name>Youri Ackx</name>
<email>youri@sugoi.be</email>
</author>
<published>2021-01-29T13:36:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/blinker.git/commit/?id=b5e9f0629200d2b2f62e13e595b802948bb4fefb'/>
<id>b5e9f0629200d2b2f62e13e595b802948bb4fefb</id>
<content type='text'>
Adds Signal.send_async for asyncio

Author: @jek</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds Signal.send_async for asyncio

Author: @jek</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #63 from tirkarthi/fix-warnings</title>
<updated>2020-11-07T17:17:12+00:00</updated>
<author>
<name>jason kirtland</name>
<email>jek@discorporate.us</email>
</author>
<published>2020-11-07T17:17:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/blinker.git/commit/?id=904d8d3803e84257c08526e9047474215aa1c976'/>
<id>904d8d3803e84257c08526e9047474215aa1c976</id>
<content type='text'>
Fix deprecation warnings due to invalid escape sequences.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix deprecation warnings due to invalid escape sequences.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix deprecation warnings due to invalid escape sequences.</title>
<updated>2020-10-28T16:19:22+00:00</updated>
<author>
<name>Karthikeyan Singaravelan</name>
<email>tir.karthi@gmail.com</email>
</author>
<published>2020-10-28T16:19:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/blinker.git/commit/?id=194e17a20008bd778714182ac191ad654074f81c'/>
<id>194e17a20008bd778714182ac191ad654074f81c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document support for send_async</title>
<updated>2020-10-02T15:17:42+00:00</updated>
<author>
<name>Youri Ackx</name>
<email>varia@ackx.net</email>
</author>
<published>2020-10-02T15:17:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/blinker.git/commit/?id=c7b83a18a54efa9e08a9446e2d16956ee5fe353b'/>
<id>c7b83a18a54efa9e08a9446e2d16956ee5fe353b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix incorrect import statement</title>
<updated>2020-10-02T14:59:19+00:00</updated>
<author>
<name>Youri Ackx</name>
<email>varia@ackx.net</email>
</author>
<published>2020-10-02T14:59:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/blinker.git/commit/?id=5936e96bb059dc766d0e87fc569f61dfb5eca963'/>
<id>5936e96bb059dc766d0e87fc569f61dfb5eca963</id>
<content type='text'>
- Attempt to import asyncio.create_task
- Fallback on asyncio.ensure_future
- Remove obsolete asyncio.async call
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Attempt to import asyncio.create_task
- Fallback on asyncio.ensure_future
- Remove obsolete asyncio.async call
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into feature/send-async</title>
<updated>2020-10-02T14:57:28+00:00</updated>
<author>
<name>Youri Ackx</name>
<email>varia@ackx.net</email>
</author>
<published>2020-10-02T14:57:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/blinker.git/commit/?id=74df4c141934c01b3b2f7e27f8438b07b1c12b63'/>
<id>74df4c141934c01b3b2f7e27f8438b07b1c12b63</id>
<content type='text'>
# Conflicts:
#	CHANGES
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Conflicts:
#	CHANGES
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #53 from hugovk/add-3.8</title>
<updated>2019-11-02T21:52:58+00:00</updated>
<author>
<name>jason kirtland</name>
<email>jek@discorporate.us</email>
</author>
<published>2019-11-02T21:52:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/blinker.git/commit/?id=bf5f8f0968552670744fee7960419b8aea27c5b5'/>
<id>bf5f8f0968552670744fee7960419b8aea27c5b5</id>
<content type='text'>
Add support for Python 3.8</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for Python 3.8</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for Python 3.8</title>
<updated>2019-11-02T21:41:32+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2019-11-02T21:41:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/blinker.git/commit/?id=1945b59e0fe49f2b8663b0d02d9f0c98cd7dd453'/>
<id>1945b59e0fe49f2b8663b0d02d9f0c98cd7dd453</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 #41 from hugovk/rm-eol</title>
<updated>2019-11-02T21:04:35+00:00</updated>
<author>
<name>jason kirtland</name>
<email>jek@discorporate.us</email>
</author>
<published>2019-11-02T21:04:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/blinker.git/commit/?id=6f86085e71661d874c6c56f49c76044c9b7f29c0'/>
<id>6f86085e71661d874c6c56f49c76044c9b7f29c0</id>
<content type='text'>
Drop support for EOL Python</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Drop support for EOL Python</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into rm-eol</title>
<updated>2019-04-22T08:47:35+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2019-04-22T08:47:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/blinker.git/commit/?id=17653564e53669899275d23f60b4c7b162218293'/>
<id>17653564e53669899275d23f60b4c7b162218293</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
