<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/greenlet.git/setup.py, branch issue206</title>
<subtitle>github.com: python-greenlet/greenlet.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/greenlet.git/'/>
<entry>
<title>Move definition of __version__ into __init__.py.</title>
<updated>2020-11-16T16:26:12+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2020-11-16T16:23:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/greenlet.git/commit/?id=492f69bd6048e1d20ca6867906e4bc447f61d2a8'/>
<id>492f69bd6048e1d20ca6867906e4bc447f61d2a8</id>
<content type='text'>
Instead of getting it from C in the GREENLET_VERSION macro.

Also read this value in setup.py.

This gets us DRY (don't repeat yourself) and compatibility with tools like zest.releaser.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of getting it from C in the GREENLET_VERSION macro.

Also read this value in setup.py.

This gets us DRY (don't repeat yourself) and compatibility with tools like zest.releaser.
</pre>
</div>
</content>
</entry>
<entry>
<title>Build and test in the manylinux environment for amd64 and aarch64, and macos.</title>
<updated>2020-11-16T14:30:42+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2020-11-16T12:51:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/greenlet.git/commit/?id=841a3a8e4ba3194910a791677863d56fec5c135c'/>
<id>841a3a8e4ba3194910a791677863d56fec5c135c</id>
<content type='text'>
All of these environments will upload built wheels on release.

AppVeyor now also uploads built wheels on releases.

Fixes #175 and fixes #191.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All of these environments will upload built wheels on release.

AppVeyor now also uploads built wheels on releases.

Fixes #175 and fixes #191.
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor cleanup after merge of #208</title>
<updated>2020-11-12T21:08:01+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2020-11-12T21:08:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/greenlet.git/commit/?id=7ebdf9bb977fea271517c2754d54405ef68fce93'/>
<id>7ebdf9bb977fea271517c2754d54405ef68fce93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move to the src/ layout, and make greenlet a package.</title>
<updated>2020-11-12T17:49:12+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2020-11-12T17:49:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/greenlet.git/commit/?id=8448b094d1b81788ac9cbaf86a184712f1daf5e0'/>
<id>8448b094d1b81788ac9cbaf86a184712f1daf5e0</id>
<content type='text'>
Make 'tests' become 'greenlet.tests', and be compatible with 'python -m unittest discover'.

Fixes #184. Fixes #184. Fixes #189.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make 'tests' become 'greenlet.tests', and be compatible with 'python -m unittest discover'.

Fixes #184. Fixes #184. Fixes #189.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove custom my_build_ext and stop trying to build extensions at test time.</title>
<updated>2020-11-11T22:08:42+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2020-11-11T21:40:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/greenlet.git/commit/?id=c80fab93073603289f41df8e32b7ecc25f37763e'/>
<id>c80fab93073603289f41df8e32b7ecc25f37763e</id>
<content type='text'>
Building the extensions and getting them in the right place is the job of tox.

This includes a temporary minor regression in that the test extensions are now also packaged in the binary distributions. This will be resolved with #189 and #184.

Removes some (maybe all, didnt check yet) uses of distutils so partly addresses #185.

Fixes #187

Specify an image for appveyor that works for Python 2.7 (the right
visual studio is missing on other images)

Add installation of missing python versions.

Use PYTHON, not PYTHON_ROOT on appveyor. The former is more common in my experience.

Use a newer image for 3.9 on appveyor
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Building the extensions and getting them in the right place is the job of tox.

This includes a temporary minor regression in that the test extensions are now also packaged in the binary distributions. This will be resolved with #189 and #184.

Removes some (maybe all, didnt check yet) uses of distutils so partly addresses #185.

Fixes #187

Specify an image for appveyor that works for Python 2.7 (the right
visual studio is missing on other images)

Add installation of missing python versions.

Use PYTHON, not PYTHON_ROOT on appveyor. The former is more common in my experience.

Use a newer image for 3.9 on appveyor
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redundant code for Python 2.4-2.6 and 3.0-3.3</title>
<updated>2020-10-02T18:15:32+00:00</updated>
<author>
<name>Hugo van Kemenade</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2020-10-02T17:45:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/greenlet.git/commit/?id=9a1de2a1e185f5508191b0153571d29aa8195ea0'/>
<id>9a1de2a1e185f5508191b0153571d29aa8195ea0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Officially drop support for 2.4/5/6 and 3.0/1/2/3/4.</title>
<updated>2020-10-01T11:00:15+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2020-10-01T10:55:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/greenlet.git/commit/?id=bb249b6ca6a252682944581b5231107d367ba6da'/>
<id>bb249b6ca6a252682944581b5231107d367ba6da</id>
<content type='text'>
Change the classifiers, update the version number, remove those versions from CI.

This does not yet make any code changes.

Using 3.4 as the cutoff point because that's where the biggest drop in usage comes; it's also no longer supported by gevent or eventlet.

Fixes #186
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change the classifiers, update the version number, remove those versions from CI.

This does not yet make any code changes.

Using 3.4 as the cutoff point because that's where the biggest drop in usage comes; it's also no longer supported by gevent or eventlet.

Fixes #186
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop 3.0, 3.1 and 3.2; they're no longer supported by setuptools.</title>
<updated>2020-09-30T21:02:43+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2020-09-30T21:02:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/greenlet.git/commit/?id=f245e9c203f1b90bbebc6803966a87cc5fcbc49d'/>
<id>f245e9c203f1b90bbebc6803966a87cc5fcbc49d</id>
<content type='text'>
And restore the test_suite argument as that's currently required on Appveyor, even though its deprecated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And restore the test_suite argument as that's currently required on Appveyor, even though its deprecated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Publish the change log on RTD.</title>
<updated>2020-09-30T20:50:59+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2020-09-30T20:50:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/greenlet.git/commit/?id=4650c20cbba148fa480e9ff71a7cf209e8eb85b7'/>
<id>4650c20cbba148fa480e9ff71a7cf209e8eb85b7</id>
<content type='text'>
Fixes #188

Some other minor modernizations as well:
- use a RTD config file
- Rename NEWS to CHANGES.rst as seems to be th current standard
- Likewise, rename doc to docs and *.txt to *.rst (hooray syntax highlighting)
- Partially require setuptools; we effectively did anyway. More work required here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #188

Some other minor modernizations as well:
- use a RTD config file
- Rename NEWS to CHANGES.rst as seems to be th current standard
- Likewise, rename doc to docs and *.txt to *.rst (hooray syntax highlighting)
- Partially require setuptools; we effectively did anyway. More work required here.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare to release greenlet 0.4.17</title>
<updated>2020-09-22T09:03:52+00:00</updated>
<author>
<name>Alexey Borzenkov</name>
<email>snaury@gmail.com</email>
</author>
<published>2020-09-22T09:03:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/greenlet.git/commit/?id=084f0a412cee00dacbbd20a18758a04da07dc29e'/>
<id>084f0a412cee00dacbbd20a18758a04da07dc29e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
