Bug 838643

Summary: Wrong version of pysvn used for subversion 1.7 support
Product: [Fedora] Fedora Reporter: Barry Scott <barry.scott>
Component: pysvnAssignee: Caitlyn O'Hanna <ravenoak>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 17CC: ravenoak, sgallagh
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-07-27 09:54:36 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
pysvn spec file fix for 1.7.6 none

Description Barry Scott 2012-07-09 16:58:31 UTC
Description of problem:

pysvn 1.7.6 is required to support subversion 1.7 API

But fedora 17 is using pysvn 1.7.5 from fedora 16 that is for subversion 1.6 API.

This leads to code built on top of pysvn not working as expected.

Version-Release number of selected component (if applicable):



How reproducible:



Steps to Reproduce:
1. cd to folder that is part of an svn wc
2. python /usr/share/doc/pysvn-1.7.5/Examples/Client/svn_cmd.py update
  
Actual results:

$ python /usr/share/doc/pysvn-1.7.5/Examples/Client/svn_cmd.py update
Traceback (most recent call last):
  File "/usr/share/doc/pysvn-1.7.5/Examples/Client/svn_cmd.py", line 206, in callback_notify
    elif arg_dict['path'] != '' and wc_notify_action_map[ arg_dict['action'] ] is not None:
KeyError: <wc_notify_action.-unknown (0041)->
Updated to revision 31778

Expected results:

$ python /usr/share/doc/pysvn-1.7.5/Examples/Client/svn_cmd.py update
Updated to revision 31778


Additional info:

I am the upstream maintainer of pysvn contact me if I can offer any assistance.

Comment 1 Barry Scott 2012-07-10 11:21:21 UTC
Created attachment 597312 [details]
pysvn spec file fix for 1.7.6

I have taken the SRPM and tested fix the build.

1) Use pysvn 1.7.6 tar.gz
2) patches are included in 1.7.6 kit
3) patch spec file (attached)

Barry

Comment 2 Fedora Update System 2012-07-10 17:39:21 UTC
pysvn-1.7.6-1.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/pysvn-1.7.6-1.fc17

Comment 3 Fedora Update System 2012-07-11 23:55:36 UTC
Package pysvn-1.7.6-1.fc17:
* should fix your issue,
* was pushed to the Fedora 17 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing pysvn-1.7.6-1.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-10539/pysvn-1.7.6-1.fc17
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2012-07-27 09:54:36 UTC
pysvn-1.7.6-1.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.