Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Features are deprecated and will be removed in a future version" #30

Closed
mgedmin opened this issue Dec 14, 2015 · 3 comments · Fixed by #150
Closed

"Features are deprecated and will be removed in a future version" #30

mgedmin opened this issue Dec 14, 2015 · 3 comments · Fixed by #150

Comments

@mgedmin
Copy link
Member

mgedmin commented Dec 14, 2015

Building zope.interface produces these deprecation warnings from setuptools:

setup.py:77: DeprecationWarning: Features are deprecated and will be removed in a future version. See http://bitbucket.org/pypa/setuptools/65.
  [os.path.normcase(codeoptimization_c)]
c:\python26\Lib\distutils\core.py:113: DeprecationWarning: Features are deprecated and will be removed in a future version. See http://bitbucket.org/pypa/setuptools/65.
  _setup_distribution = dist = klass(attrs)

http://bitbucket.org/pypa/setuptools/65 is, ha ha, a 404 page.

@mgedmin
Copy link
Member Author

mgedmin commented Dec 14, 2015

https://bitbucket.org/pypa/setuptools/issues/65 is the correct link.

It claims Features have been removed in early 2014? Clearly I'm missing something.

@tseaver
Copy link
Member

tseaver commented Dec 6, 2016

The issue is migrated to Github, where it is still open: they backed out the change after discovering the vast amount of breakage induced by dropping it.

@jaraco
Copy link

jaraco commented Jan 19, 2020

Thanks Tres for pinging this to the ticket - it gives me the opportunity to let this project know that its package will stop building from source in a near-future backward-incompatible Setuptools release.

mgedmin added a commit that referenced this issue Jan 20, 2020
The feature was used to optionally disable C extension modules used for
speed optimizations.

Nowadays we can disable this extension module by setting the PURE_PYTHON
environment variable.

Closes #30.
fmigneault added a commit to Ouranosinc/Magpie that referenced this issue Mar 9, 2020
…interface#30) to fix missing 'Features' feature officially removed (via pypa/setuptools#65) and pin setuptools<46.0.0
robertknight added a commit to hypothesis/lms that referenced this issue Jun 30, 2020
This fixes an incompatibility with current versions of setuptools [1].
The same fix was previously made in h [2] by running:

```
make upgrade-package name='zope.interface'
```

[1] zopefoundation/zope.interface#30.
[2] hypothesis/h@beb140c
robertknight added a commit to hypothesis/lms that referenced this issue Jun 30, 2020
This fixes an incompatibility with current versions of setuptools [1].
The same fix was previously made in h [2] by running:

```
make upgrade-package name='zope.interface'
```

[1] zopefoundation/zope.interface#30.
[2] hypothesis/h@beb140c
robertknight added a commit to hypothesis/lms that referenced this issue Jun 30, 2020
This fixes an incompatibility with current versions of setuptools [1].
The same fix was previously made in h [2] by running:

```
make upgrade-package name='zope.interface'
```

[1] zopefoundation/zope.interface#30.
[2] hypothesis/h@beb140c
LMS007 pushed a commit to hypothesis/lms that referenced this issue Jul 10, 2020
This fixes an incompatibility with current versions of setuptools [1].
The same fix was previously made in h [2] by running:

```
make upgrade-package name='zope.interface'
```

[1] zopefoundation/zope.interface#30.
[2] hypothesis/h@beb140c
alfredodeza pushed a commit to anchore/anchore-engine that referenced this issue Sep 4, 2020
Specifically, 4.7.1 no longer works with Python 3.8, install fails.

Reference issue: zopefoundation/zope.interface#30

Signed-off-by: Alfredo Deza <adeza@anchore.com>
alfredodeza pushed a commit to anchore/anchore-engine that referenced this issue Oct 27, 2020
Specifically, 4.7.1 no longer works with Python 3.8, install fails.

Reference issue: zopefoundation/zope.interface#30

Signed-off-by: Alfredo Deza <adeza@anchore.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants