Giter VIP home page Giter VIP logo

Comments (4)

GrahamDumpleton avatar GrahamDumpleton commented on September 21, 2024

How does this affect old release wheels on PyPi?

People using tensorflow are pinned to an older version of wrapt. Will this mean their installs will start failing if I don't go back and create a new patch release of older versions. That is going to be almost impossible as GitHub actions doesn't support some older Python versions anymore and creating a patch release which drops Python versions may not be appreciated.

from wrapt.

mwgamble avatar mwgamble commented on September 21, 2024

I have no idea sorry. You'll probably need to reach out to the setuptools maintainers.

While it will probably be painful to support older versions, it would probably still be useful to some if there was a brand new latest version provided that is compatible with the upcoming changes.

Or perhaps this is good motivation to move away from setuptools and on to something like Poetry or Flit?

from wrapt.

GrahamDumpleton avatar GrahamDumpleton commented on September 21, 2024

That warning also says "remove deprecated calls", which could be bad wording, but I don't think that part of the warning applies to the keyword arguments. I feel it may relate more to the actual removal of distutils in Python 3.12. So expectation is that don't use any functions or objects from distutils as mentioned in:

For the keywords, although docs mention as deprecated, I don't actually think they will remove the old ones and can't find anything that says they will. It has too big a risk of breaking old packages even when they use setuptools.

Anyway, suggest you try installing:

This has dropped distutils and requires setuptools. You may find that the warning above is different or disappears at normal log levels. If you do try, let me know what message you get with it so know if different.

BTW, this doesn't mean I will not change the keyword argument, just trying to understand what is really meant by the warning at this point and implications on older released packages. For now I don't think older released packages will be affected as they are Python 3.11 or older and any change is only going to relate to some possible version of Python 3.12.

from wrapt.

GrahamDumpleton avatar GrahamDumpleton commented on September 21, 2024

Have changed to use license_files in 1.16.0.

from wrapt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.