Fedora EPEL 7 Update: python-sieve-0.1.6-12.el7

updates at fedoraproject.org updates at fedoraproject.org
Sun Nov 30 19:17:49 UTC 2014


--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2014-4029
2014-11-13 23:43:51
--------------------------------------------------------------------------------

Name        : python-sieve
Product     : Fedora EPEL 7
Version     : 0.1.6
Release     : 12.el7
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:

branch for epel7
--------------------------------------------------------------------------------

This update can be installed with the "yum" update programs.  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 EPEL 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 epel-package-announce mailing list