~petersanchez/public-inbox

3 2

[PATCH 1 of 2 django-impersonate] Update classifiers

Mariusz Felisiak <felisiak.mariusz@gmail.com>
Details
Message ID
<05b51c924d64fb5273e4.1744009587@felixx-work>
Sender timestamp
1744016787
DKIM signature
missing
Download raw message
Patch: +2 -6
# HG changeset patch
# User Mariusz Felisiak <felisiak.mariusz@gmail.com>
# Date 1744005606 -7200
#      Mon Apr 07 08:00:06 2025 +0200
# Branch update-classifiers
# Node ID 05b51c924d64fb5273e472cd862ec0d158d0b72d
# Parent  f249c31366bfd5e845347acca3a7cd52a7e1f5f6
Update classifiers.

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -45,15 +45,11 @@
        'Natural Language :: English',
        'Operating System :: OS Independent',
        'Framework :: Django',
        'Framework :: Django :: 3.2',
        'Framework :: Django :: 4.0',
        'Framework :: Django :: 4.1',
        'Framework :: Django :: 4.2',
        'Framework :: Django :: 5.0',
        'Framework :: Django :: 5.1',
        'Framework :: Django :: 5.2',
        'Programming Language :: Python',
        'Programming Language :: Python :: 3.7',
        'Programming Language :: Python :: 3.8',
        'Programming Language :: Python :: 3.9',
        'Programming Language :: Python :: 3.10',
        'Programming Language :: Python :: 3.11',
        'Programming Language :: Python :: 3.12',

[PATCH 2 of 2 django-impersonate] Add Python 3.13 classifier and update tox output in README

Mariusz Felisiak <felisiak.mariusz@gmail.com>
Details
Message ID
<8a5136c566c8d621288d.1744009588@felixx-work>
In-Reply-To
<05b51c924d64fb5273e4.1744009587@felixx-work> (view parent)
Sender timestamp
1744016788
DKIM signature
missing
Download raw message
Patch: +14 -11
# HG changeset patch
# User Mariusz Felisiak <felisiak.mariusz@gmail.com>
# Date 1744009327 -7200
#      Mon Apr 07 09:02:07 2025 +0200
# Branch update-classifiers
# Node ID 8a5136c566c8d621288d7082ac42aff2e53e936a
# Parent  05b51c924d64fb5273e472cd862ec0d158d0b72d
Add Python 3.13 classifier and update tox output in README.

diff --git a/README.rst b/README.rst
--- a/README.rst
+++ b/README.rst
@@ -561,16 +561,18 @@

::

   py37-django2.2: commands succeeded
   py37-django3.2: commands succeeded
   py38-django2.2: commands succeeded
   py38-django3.2: commands succeeded
   py39-django2.2: commands succeeded
   py39-django3.2: commands succeeded
   py38-django4.0: commands succeeded
   py39-django4.0: commands succeeded
   py310-django3.2: commands succeeded
   py310-django4.0: commands succeeded
   py310-django4.2: commands succeeded
   py310-django5.1: commands succeeded
   py310-django5.2: commands succeeded
   py311-django4.2: commands succeeded
   py311-django5.1: commands succeeded
   py311-django5.2: commands succeeded
   py312-django4.2: commands succeeded
   py312-django5.1: commands succeeded
   py312-django5.2: commands succeeded
   py313-django5.1: commands succeeded
   py313-django5.2: commands succeeded

   congratulations :)

Contributing
diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -53,6 +53,7 @@
        'Programming Language :: Python :: 3.10',
        'Programming Language :: Python :: 3.11',
        'Programming Language :: Python :: 3.12',
        'Programming Language :: Python :: 3.13',
        'Environment :: Web Environment',
    ],
)
diff --git a/tox.ini b/tox.ini
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
; https://docs.djangoproject.com/en/5.0/faq/install/
envlist =
	py{310,311,312}-django4.2
	py{310,311,312}-django5.1
	py{310,311,312,313}-django5.1
	py{310,311,312,313}-django5.2

[testenv]
Details
Message ID
<D94P8MVID6VU.36NSMF58D83Z@netlandish.com>
In-Reply-To
<05b51c924d64fb5273e4.1744009587@felixx-work> (view parent)
Sender timestamp
1744443420
DKIM signature
missing
Download raw message
Applied. Thanks!

Re: [PATCH 2 of 2 django-impersonate] Add Python 3.13 classifier and update tox output in README

Details
Message ID
<D94P9846KR16.3RMOKZXX6AL6D@netlandish.com>
In-Reply-To
<8a5136c566c8d621288d.1744009588@felixx-work> (view parent)
Sender timestamp
1744443466
DKIM signature
missing
Download raw message
Applied! Made a small edit to remove Django 5.0 as it's now EOL'd but 
otherwise it's the same patch.

Thanks!
Reply to thread Export thread (mbox)