<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/setup.py, branch 5.2.11</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=5.2.11</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=5.2.11'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2024-06-24T18:34:43Z</updated>
<entry>
<title>Migrated setuptools configuration to pyproject.toml.</title>
<updated>2024-06-24T18:34:43Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2024-06-24T18:34:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4686541691dbe986f58ac87630c3b7a04db4ff93'/>
<id>urn:sha1:4686541691dbe986f58ac87630c3b7a04db4ff93</id>
<content type='text'>
This branch migrates setuptools configuration from setup.py/setup.cfg to
pyproject.toml. In order to ensure that the generated binary files have
consistent casing (both the tarball and the wheel), setuptools version
is limited to "&gt;=61.0.0,&lt;69.3.0".

Configuration for flake8 was moved to a dedicated .flake8 file since
it cannot be configured via pyproject.toml.

Also, __pycache__ exclusion was removed from MANIFEST and the
extras/Makefile was replaced with a simpler build command.

Co-authored-by: Nick Pope &lt;nick@nickpope.me.uk&gt;</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #33044 -- Reallowed editable install into user site directory.</title>
<updated>2021-09-01T20:09:37Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton@noumenal.es</email>
</author>
<published>2021-09-01T20:09:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c1d50b901b50672a46e7e5fe473c14da1616fc4e'/>
<id>urn:sha1:c1d50b901b50672a46e7e5fe473c14da1616fc4e</id>
<content type='text'>
Regression in f8f35e8c530aaf440fa8160327461460d79f6db2.</content>
</entry>
<entry>
<title>Removed obsolete version check in setup.py.</title>
<updated>2021-04-15T06:12:35Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2021-04-15T06:12:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=78eaae9bf16f455c3a35234e0a04c08d5c82f808'/>
<id>urn:sha1:78eaae9bf16f455c3a35234e0a04c08d5c82f808</id>
<content type='text'>
This was originally added to ensure that Django 2.0+ could not be
installed on Python 2.7 or earlier, in particular where the version of
pip or setuptools being used did not support the python_requires
argument.

Unfortunately, as REQUIRED_PYTHON has been bumped, this check no longer
satisfies its original purpose and could be misleading, e.g. if
REQUIRED_PYTHON is 3.8 and CURRENT_PYTHON is 3.7 it would request that
Django &lt; 2 is installed, but there are later versions of Django that
support Python 3.7.

By the time Django 4 is released in December 2021, the python_requires
argument will have been supported for over five years, and Python 2 will
have been EOL for nearly two years, so we can remove this check.

See https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires</content>
</entry>
<entry>
<title>Fixed #32355 -- Dropped support for Python 3.6 and 3.7</title>
<updated>2021-02-10T09:20:54Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-01-19T07:35:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ec0ff406311de88f4e2a135d784363424fe602aa'/>
<id>urn:sha1:ec0ff406311de88f4e2a135d784363424fe602aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30948 -- Changed packaging to use declarative config in setup.cfg.</title>
<updated>2019-11-08T13:14:13Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-11-07T14:53:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=85efc14a2edac532df1a9ad4dd9b6d4a4dcf583e'/>
<id>urn:sha1:85efc14a2edac532df1a9ad4dd9b6d4a4dcf583e</id>
<content type='text'>
Co-authored-by: Nick Pope &lt;nick.pope@flightdataservices.com&gt;
</content>
</entry>
<entry>
<title>Clarified that license is BSD 3-Clause in package metadata.</title>
<updated>2019-11-07T13:36:46Z</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2019-11-07T13:36:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7b915ba8e88cdf05225f2a9ae877eaf3c071547b'/>
<id>urn:sha1:7b915ba8e88cdf05225f2a9ae877eaf3c071547b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #30183 -- Doc'd dropping support for sqlparse &lt; 0.2.2.</title>
<updated>2019-11-06T07:45:43Z</updated>
<author>
<name>Stephen Rauch</name>
<email>stephenrauch@users.noreply.github.com</email>
</author>
<published>2019-11-06T03:11:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4b6db766ba4b613d317c87f87d1d63865b7424a4'/>
<id>urn:sha1:4b6db766ba4b613d317c87f87d1d63865b7424a4</id>
<content type='text'>
Support for sqlparse &lt; 0.2.2 was broken in
782d85b6dfa191e67c0f1d572641d8236c79174c because is_whitespace property
was added in sqlparse 0.2.2.
</content>
</entry>
<entry>
<title>Removed unnecessary EXCLUDE_FROM_PACKAGES from setup.py.</title>
<updated>2019-11-04T14:36:10Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-11-04T14:36:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cff6b14b273244dff7a9764391087a5c68b9324a'/>
<id>urn:sha1:cff6b14b273244dff7a9764391087a5c68b9324a</id>
<content type='text'>
Unnecessary since abc0777b63057e2ff97eee2ff184356051e14c47 where the
extension was changed to not be ".py". Also, django.bin doesn't have
a __init__.py file, so it is not a package and therefore it's not
excluded by this argument.</content>
</entry>
<entry>
<title>Refs #29926 -- Added Python 3.8 to classifiers and tox.ini.</title>
<updated>2019-10-24T11:08:52Z</updated>
<author>
<name>Bastien Vallet</name>
<email>bastien.vallet@gmail.com</email>
</author>
<published>2019-10-24T11:08:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=37f02c47f8eb4d6e7b3c22401dba57b00780dc5d'/>
<id>urn:sha1:37f02c47f8eb4d6e7b3c22401dba57b00780dc5d</id>
<content type='text'>
</content>
</entry>
</feed>
