Update to work with Django 4.0 and 4.1#114
Conversation
|
@BITSOLVER It seems like your PR is introducing a new dependency that is not explicitly listed - at least this is what I get when I try to use your forked release Is your replacement of |
|
@philippfreyer As far as I can tell packaging is the preferred way to go in newer versions of python. I'll update the rest of tox.ini targets to include packaging. I'm a bit new at contributing to these apps on github so must of mist this. I'll see if I can update the pull request correctly! |
|
I am happy to hear a quick response - please check that setup.py also includes the reference then - this is what is evaluated when pulling the dependency through pip as far as I remember - I am not packaging these packages often as well ;-) |
|
@philippfreyer Ok that makes sense. I'm just investigation if I should make packaging conditional based on the python version and also the install_requires in setup.py conditional. |
|
@philippfreyer I've committed and pushed changes to my fork and created a prerelease. |
|
@BITSOLVER Thank you, this fixes the issues I had :-) - I just tried it in my build. |
|
@BITSOLVER this repo is not being maintained anymore. The company I work on, Vinta Software, is the new maintainer now and has ability to launch new releases to django-js-reverse package in PyPI. We're going to do the updates on our fork of this repository. Can I merge your changes here to our repo? |
|
Hi,
Yes feel free to merge my changes.
Kind Regards,
Steve
…On Sat, 12 Aug 2023 at 15:03, Hugo Bessa ***@***.***> wrote:
@BITSOLVER <https://github.com/BITSOLVER> this repo is not being
maintained anymore. The company I work on, Vinta Software
<https://vintasoftware.com>, is the new maintainer now and has ability to
launch new releases to django-js-reverse package in PyPI. We're going to do
the updates on our fork of this repository
<https://github.com/vintasoftware/django-js-reverse/>.
Can I merge your changes here to our repo?
—
Reply to this email directly, view it on GitHub
<#114 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADTEWGJTEXPES4J623M5PV3XU6EKVANCNFSM6AAAAAAQDNAODM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
BitSolver Limited
Registered in England and Wales – Company No: 8036503 - VAT Registration
No: 134 6839 94
Registered Office: The Old Bake House, Downs Park East, Westbury Park,
Bristol, BS6 7QD
|
I forked the master from ierror/django-js-reverse and managed to get things working with Django 4.0 and 4.1 that I needed for a current project.
Hopefully this will be helpful to others.