Bug 1018333 - pylons require FormEncode>=1.2.4
Summary: pylons require FormEncode>=1.2.4
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-formencode
Version: 18
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Luke Macken
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 678537
TreeView+ depends on / blocked
 
Reported: 2013-10-11 17:32 UTC by Jan ONDREJ
Modified: 2016-09-20 02:45 UTC (History)
5 users (show)

Fixed In Version: python-formencode-1.2.6-1.fc18
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-10-23 03:37:14 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jan ONDREJ 2013-10-11 17:32:48 UTC
Description of problem:
Current version of pylons in Fedora stable requires FormEncode>=1.2.4.
Please update to upstream.

Version-Release number of selected component (if applicable):
python-formencode-1.2.2-7.fc18.noarch

How reproducible:
always

Steps to Reproduce:
1. update pythom-markupsafe # see RHBZ#678537
2. python
3. import pkg_resources
4. pkg_resources.require("pylons")

Actual results:
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 690, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 592, in resolve
    raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (FormEncode 1.2.2 (/usr/lib/python2.7/site-packages), Requirement.parse('FormEncode>=1.2.4'))

Expected results:
no error

Additional info:
python-markupsafe update also requested in:
  https://bugzilla.redhat.com/show_bug.cgi?id=678537

Comment 1 Fedora Update System 2013-10-11 21:35:11 UTC
python-formencode-1.2.6-1.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/python-formencode-1.2.6-1.fc18

Comment 2 Fedora Update System 2013-10-14 07:14:21 UTC
Package python-formencode-1.2.6-1.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing python-formencode-1.2.6-1.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-19028/python-formencode-1.2.6-1.fc18
then log in and leave karma (feedback).

Comment 3 Fedora Update System 2013-10-23 03:37:14 UTC
python-formencode-1.2.6-1.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.