<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rq.git/setup.py, branch python3.8</title>
<subtitle>github.com: nvie/rq.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/'/>
<entry>
<title>Remove Python 2.7 from setup.py</title>
<updated>2020-05-16T13:41:36+00:00</updated>
<author>
<name>Selwin Ong</name>
<email>selwin.ong@gmail.com</email>
</author>
<published>2020-05-16T13:41:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=52e426f40ffee046f06269fc2e7593707230e9f6'/>
<id>52e426f40ffee046f06269fc2e7593707230e9f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 1.4.0</title>
<updated>2020-05-13T01:10:29+00:00</updated>
<author>
<name>Selwin Ong</name>
<email>selwin.ong@gmail.com</email>
</author>
<published>2020-05-13T01:10:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=02eb983e90aeb8e878e5c0f9989b7b701b8ad21a'/>
<id>02eb983e90aeb8e878e5c0f9989b7b701b8ad21a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 1.2.0</title>
<updated>2020-01-21T12:02:39+00:00</updated>
<author>
<name>Selwin Ong</name>
<email>selwin.ong@gmail.com</email>
</author>
<published>2020-01-04T03:17:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=927fb5a3ed7fe5465afb0ea0f006a91cc72d60e5'/>
<id>927fb5a3ed7fe5465afb0ea0f006a91cc72d60e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Python 3.3 support. (#1031)</title>
<updated>2019-01-19T15:03:00+00:00</updated>
<author>
<name>Wolfgang Langner</name>
<email>tds333@mailbox.org</email>
</author>
<published>2019-01-19T15:03:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=7893168c877fd76c4ac8fb9bf1c14f044ed2a0f2'/>
<id>7893168c877fd76c4ac8fb9bf1c14f044ed2a0f2</id>
<content type='text'>
* Remove Python 3.3 support.
Redis &gt;= 3.X does only support Python &gt;=3.4.
Python 3.7 is no longer dev.

* Use dev for Python 3.7 build again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove Python 3.3 support.
Redis &gt;= 3.X does only support Python &gt;=3.4.
Python 3.7 is no longer dev.

* Use dev for Python 3.7 build again.
</pre>
</div>
</content>
</entry>
<entry>
<title>modify zadd calls for redis-py 3.0 (#1016)</title>
<updated>2018-12-03T00:28:36+00:00</updated>
<author>
<name>Darshan Rai</name>
<email>darshanjrai@gmail.com</email>
</author>
<published>2018-12-03T00:28:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=ada2ad03ca959e993a86ce7259d6d96ef91c8bfa'/>
<id>ada2ad03ca959e993a86ce7259d6d96ef91c8bfa</id>
<content type='text'>
* modify zadd calls for redis-py 3.0

redis-py 3.0 changes the zadd interface that accepts a single
mapping argument that is expected to be a dict.
https://github.com/andymccurdy/redis-py#mset-msetnx-and-zadd

* change FailedQueue.push_job_id to always push a str

redis-py 3.0 does not attempt to cast values to str and is left
to the user.

* remove Redis connection patching

Since in redis-py 3.0, Redis == StrictRedis class, we no longer
need to patch _zadd and other methods.
Ref: https://github.com/rq/rq/pull/1016#issuecomment-441010847
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* modify zadd calls for redis-py 3.0

redis-py 3.0 changes the zadd interface that accepts a single
mapping argument that is expected to be a dict.
https://github.com/andymccurdy/redis-py#mset-msetnx-and-zadd

* change FailedQueue.push_job_id to always push a str

redis-py 3.0 does not attempt to cast values to str and is left
to the user.

* remove Redis connection patching

Since in redis-py 3.0, Redis == StrictRedis class, we no longer
need to patch _zadd and other methods.
Ref: https://github.com/rq/rq/pull/1016#issuecomment-441010847
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace 'async' keyword with 'is_async' for Queue objects (#977)</title>
<updated>2018-07-07T01:50:33+00:00</updated>
<author>
<name>chevell</name>
<email>chevell@gmail.com</email>
</author>
<published>2018-07-07T01:50:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=c2b939d2df7df2bd0a6e5a73823a07baecc17895'/>
<id>c2b939d2df7df2bd0a6e5a73823a07baecc17895</id>
<content type='text'>
* Replaced async keyword with is_async in the Queue class to fix reserved keyword syntax errors in Python 3.7

* Updated tests to use is_async keyword when instantiating Queue objects

* Updated docs to reference is_async keyword for Queue objects

* Updated tox.ini, setup.py and .travis.yml with references to Python 3.7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Replaced async keyword with is_async in the Queue class to fix reserved keyword syntax errors in Python 3.7

* Updated tests to use is_async keyword when instantiating Queue objects

* Updated docs to reference is_async keyword for Queue objects

* Updated tox.ini, setup.py and .travis.yml with references to Python 3.7
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge latest master.</title>
<updated>2017-09-08T09:01:38+00:00</updated>
<author>
<name>Theo</name>
<email>theo.despoudis@teckro.com</email>
</author>
<published>2017-09-08T09:01:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=4447aa1a8294d60ab4c156add50087702cbc2370'/>
<id>4447aa1a8294d60ab4c156add50087702cbc2370</id>
<content type='text'>
Code reviews.
# Conflicts:
#	setup.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Code reviews.
# Conflicts:
#	setup.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #867 Simplified code in setup.py</title>
<updated>2017-08-31T08:45:26+00:00</updated>
<author>
<name>Theo</name>
<email>theo.despoudis@teckro.com</email>
</author>
<published>2017-08-31T08:45:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=a30129669f320e83b05261d1ece04324a937b0db'/>
<id>a30129669f320e83b05261d1ece04324a937b0db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update clicks requirement in setup.py</title>
<updated>2017-08-07T11:02:36+00:00</updated>
<author>
<name>Selwin Ong</name>
<email>selwin.ong@gmail.com</email>
</author>
<published>2017-08-07T11:02:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=04258d994640a2fa65c78205e325defb5baff62d'/>
<id>04258d994640a2fa65c78205e325defb5baff62d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update PyPI classifiers.</title>
<updated>2017-07-31T06:48:38+00:00</updated>
<author>
<name>Selwin Ong</name>
<email>selwin.ong@gmail.com</email>
</author>
<published>2017-07-31T06:48:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=8244b898fe68d2dfdaa9273094442baca9ed1364'/>
<id>8244b898fe68d2dfdaa9273094442baca9ed1364</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
