| Name: | python-sieve |
|---|---|
| Version: | 0.1.6 |
| Release: | 12.el7 |
| Architecture: | noarch |
| Group: | Development/Libraries |
| Size: | 37858 |
| License: | MIT |
| RPM: | python-sieve-0.1.6-12.el7.noarch.rpm |
| Source RPM: | python-sieve-0.1.6-12.el7.src.rpm |
| Build Date: | Thu Sep 14 2017 |
| Build Host: | x86-ol7-builder-02.us.oracle.com |
| Vendor: | Oracle America |
| 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 |
- Fixed with_python3 conditional.
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Move python3 requirements into the correct section.
- Bump release to get around a koji hiccup again.
- Bump release to get around a koji hiccup.
- Added requirement on python3-six back in since that package has been split.
- Removed upstream egg-info in prep section.