Fedora 18 Update: python-sieve-0.1.6-7.fc18

updates at fedoraproject.org updates at fedoraproject.org
Wed Nov 14 02:07:46 UTC 2012


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2012-17539
2012-11-03 19:22:31
--------------------------------------------------------------------------------

Name        : python-sieve
Product     : Fedora 18
Version     : 0.1.6
Release     : 7.fc18
URL         : http://pypi.python.org/pypi/sieve
Summary     : XML Comparison Utils
Description :
Ripped from FormEncode and strainer just to support Pythons 2 and 3.
Intended for use in your webapp test suites.

Example usage::

    >>> from sieve.operators import eq_xml, in_xml
    >>> a = "<foo><bar>Value</bar></foo>"
    >>> b = """
    ... <foo>
    ...     <bar>
    ...         Value
    ...     </bar>
    ... </foo>
    ... """
    >>> eq_xml(a, b)
    True
    >>> c = "<html><body><foo><bar>Value</bar></foo></body></html"
    >>> in_xml(a, c)  # 'needle' in a 'haystack'
    True

--------------------------------------------------------------------------------
Update Information:

Correct python3 dependencies.
New package
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #834681 - Review Request: python-sieve - XML Comparison Utils
        https://bugzilla.redhat.com/show_bug.cgi?id=834681
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update python-sieve' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list