Package: python-lxml-2.3.3-1.fc17 Tag: None Status: complete Built by: sharkcz

S390 Koji Build System buildsys at fedoraproject.org
Sat Jan 21 04:04:00 UTC 2012


Package: python-lxml-2.3.3-1.fc17
Tag: None
Status: complete
Built by: sharkcz
ID: 88375
Started: Fri, 20 Jan 2012 20:55:53 UTC
Finished: Fri, 20 Jan 2012 21:02:38 UTC
Changelog:
* Thu Jan 05 2012 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.3.3-1
- 2.3.3 (2012-01-04)
- Features added
-
-  * lxml.html.tostring() gained new serialisation options with_tail and
-    doctype.
-
- Bugs fixed
-
-  * Fixed a crash when using iterparse() for HTML parsing and requesting
-    start events.
-  * Fixed parsing of more selectors in cssselect. Whitespace before pseudo-
-    elements and pseudo-classes is significant as it is a descendant
-    combinator. "E :pseudo" should parse the same as "E *:pseudo", not
-    "E:pseudo". Patch by Simon Sapin.
-  * lxml.html.diff no longer raises an exception when hitting 'img' tags
-    without 'src' attribute.

* Mon Nov 14 2011 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.3.2-1
- 2.3.2 (2011-11-11)
- Features added
-
-   * lxml.objectify.deannotate() has a new boolean option
-     cleanup_namespaces to remove the objectify namespace declarations
-     (and generally clean up the namespace declarations) after removing
-     the type annotations.
-   * lxml.objectify gained its own SubElement() function as a copy of
-     etree.SubElement to avoid an otherwise redundant import of
-     lxml.etree on the user side.
-
- Bugs fixed
-
-    * Fixed the "descendant" bug in cssselect a second time (after a first
-      fix in lxml 2.3.1). The previous change resulted in a serious
-      performance regression for the XPath based evaluation of the
-      translated expression. Note that this breaks the usage of some
-      of the generated XPath expressions as XSLT location paths that
-      previously worked in 2.3.1.
-    * Fixed parsing of some selectors in cssselect. Whitespace after
-      combinators ">", "+" and "~" is now correctly ignored. Previously
-      it was parsed as a descendant combinator. For example, "div> .foo"
-      was parsed the same as "div>* .foo" instead of "div>.foo". Patch by
-      Simon Sapin.

* Sun Sep 25 2011 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.3.1-1
- Features added
- --------------
-
- * New option kill_tags in lxml.html.clean to remove specific
-   tags and their content (i.e. their whole subtree).
-
- * pi.get() and pi.attrib on processing instructions to parse
-   pseudo-attributes from the text content of processing instructions.
-
- * lxml.get_include() returns a list of include paths that can be
-   used to compile external C code against lxml.etree.  This is
-   specifically required for statically linked lxml builds when code
-   needs to compile against the exact same header file versions as lxml
-   itself.
-
- * Resolver.resolve_file() takes an additional option
-   close_file that configures if the file(-like) object will be
-   closed after reading or not.  By default, the file will be closed,
-   as the user is not expected to keep a reference to it.
-
- Bugs fixed
- ----------
-
- * HTML cleaning didn't remove 'data:' links.
-
- * The html5lib parser integration now uses the 'official'
-   implementation in html5lib itself, which makes it work with newer
-   releases of the library.
-
- * In lxml.sax, endElementNS() could incorrectly reject a plain
-   tag name when the corresponding start event inferred the same plain
-   tag name to be in the default namespace.
-
- * When an open file-like object is passed into parse() or
-   iterparse(), the parser will no longer close it after use.  This
-   reverts a change in lxml 2.3 where all files would be closed.  It is
-   the users responsibility to properly close the file(-like) object,
-   also in error cases.
-
- * Assertion error in lxml.html.cleaner when discarding top-level elements.
-
- * In lxml.cssselect, use the xpath 'A//B' (short for
-   'A/descendant-or-self::node()/B') instead of 'A/descendant::B' for the
-   css descendant selector ('A B'). This makes a few edge cases to be
-   consistent with the selector behavior in WebKit and Firefox, and makes
-   more css expressions valid location paths (for use in xsl:template
-   match).
-
- * In lxml.html, non-selected <option> tags no longer show up in the
-   collected form values.
-
- * Adding/removing <option> values to/from a multiple select form
-   field properly selects them and unselects them.
-
- Other changes
- --------------
-
- * Static builds can specify the download directory with the
-   --download-dir option.



SRPMS:
  python-lxml-2.3.3-1.fc17.src.rpm

Closed tasks:
-------------

Task 549753 on fedora1.s390.bos.redhat.com
Task Type: build (None, python-lxml-2.3.3-1.fc17.src.rpm)

Task 549763 on fedora3.s390.bos.redhat.com
Task Type: buildArch (python-lxml-2.3.3-1.fc17.src.rpm, s390)
logs:
  http://s390.koji.fedoraproject.org/koji/getfile?taskID=549763&name=build.log
  http://s390.koji.fedoraproject.org/koji/getfile?taskID=549763&name=mock_output.log
  http://s390.koji.fedoraproject.org/koji/getfile?taskID=549763&name=root.log
  http://s390.koji.fedoraproject.org/koji/getfile?taskID=549763&name=state.log
rpms:
 http://s390pkgs.fedoraproject.org/packages/python-lxml/2.3.3/1.fc17/s390/python-lxml-2.3.3-1.fc17.s390.rpm
 http://s390pkgs.fedoraproject.org/packages/python-lxml/2.3.3/1.fc17/s390/python-lxml-debuginfo-2.3.3-1.fc17.s390.rpm
 http://s390pkgs.fedoraproject.org/packages/python-lxml/2.3.3/1.fc17/s390/python-lxml-docs-2.3.3-1.fc17.noarch.rpm
 http://s390pkgs.fedoraproject.org/packages/python-lxml/2.3.3/1.fc17/s390/python3-lxml-2.3.3-1.fc17.s390.rpm

Task 549764 on fedora3.s390.bos.redhat.com
Task Type: buildArch (python-lxml-2.3.3-1.fc17.src.rpm, s390x)
logs:
  http://s390.koji.fedoraproject.org/koji/getfile?taskID=549764&name=build.log
  http://s390.koji.fedoraproject.org/koji/getfile?taskID=549764&name=mock_output.log
  http://s390.koji.fedoraproject.org/koji/getfile?taskID=549764&name=root.log
  http://s390.koji.fedoraproject.org/koji/getfile?taskID=549764&name=state.log
rpms:
 http://s390pkgs.fedoraproject.org/packages/python-lxml/2.3.3/1.fc17/s390x/python-lxml-2.3.3-1.fc17.s390x.rpm
 http://s390pkgs.fedoraproject.org/packages/python-lxml/2.3.3/1.fc17/s390x/python-lxml-debuginfo-2.3.3-1.fc17.s390x.rpm
 http://s390pkgs.fedoraproject.org/packages/python-lxml/2.3.3/1.fc17/s390x/python-lxml-docs-2.3.3-1.fc17.noarch.rpm
 http://s390pkgs.fedoraproject.org/packages/python-lxml/2.3.3/1.fc17/s390x/python3-lxml-2.3.3-1.fc17.s390x.rpm



Task Info: http://s390.koji.fedoraproject.org/koji/taskinfo?taskID=549753
Build Info: http://s390.koji.fedoraproject.org/koji/buildinfo?buildID=88375


More information about the s390-builds mailing list