-
Notifications
You must be signed in to change notification settings - Fork 8
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
could not parse package string #11
Comments
Thanks for the report, and sorry for the delayed response. We were in full crazy mode at the office last week, and I was camping over the weekend. I'll get on this tonight or tomorrow! |
So this is an interesting one. Based on your output from |
Hmm, there definitely should have been a package name. And I can't reproduce it now :( I'll reopen the issue if it reoccurs. |
Ah, I'm able to reproduce. Somehow I didn't copy and paste correctly in the initial report. Here's the full stacktrace:
|
Changing the regex in rpm.py to something like |
That is indeed a complicated package name! I'll add it to the test suite and update the regex to handle it properly. |
Getting the following error:
For reference, python-rpm parses this as ('', '13.2+git20140911.61c1681', '10.1')
The text was updated successfully, but these errors were encountered: