Bug 623865
| Summary: | subversion uses PyCObject API (via SWIG) (deprecated in Python 2.7) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dave Malcolm <dmalcolm> |
| Component: | subversion | Assignee: | Joe Orton <jorton> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 14 | CC: | atkac, jorton, vanmeeuwen+fedora, ville.skytta |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-02-29 13:55:33 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 620842 | ||
|
Description
Dave Malcolm
2010-08-13 01:22:46 UTC
Is there a backwards-compatible API which can be used here instead? It looks like the replacement API is 2.7+ only. Does subversion use swig to generate swig/* files in the koji or does it use pregenerated files from upstream? If it generates files in koji then please look on bug #623854 - this is a bug in the swig and reassign this bugzilla ticket to me and I will rebuild subversion & release update when swig gets fixed. "Yes" is the answer to comment 2... hence, fixed. subversion-python-1.6.17-5.fc16.x86_64 python-2.7.2-5.2.fc16.x86_64 Python 2.7.2 (default, Oct 27 2011, 01:40:22) [GCC 4.6.1 20111003 (Red Hat 4.6.1-10)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import warnings >>> warnings.filterwarnings('error') >>> import svn.client >>> |