Fri, 22 Nov 2024 06:15:01 CST | login

Information for build jsoup-1.13.1-10.el9

ID24962
Package Namejsoup
Version1.13.1
Release10.el9
Epoch
DraftFalse
Sourcegit+https://git.cclinux.org/stage/rpms/jsoup.git#5faa51bf154d16cf7a60253e880755d66a2fac88
SummaryJava library for working with real-world HTML
Descriptionjsoup is a Java library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers do. - scrape and parse HTML from a URL, file, or string - find and extract data, using DOM traversal or CSS selectors - manipulate the HTML elements, attributes, and text - clean user-submitted content against a safe white-list, to prevent XSS attacks - output tidy HTML jsoup is designed to deal with all varieties of HTML found in the wild; from pristine and validating, to invalid tag-soup; jsoup will create a sensible parse tree.
Built bydistrobuild
State complete
Volume DEFAULT
StartedSat, 13 May 2023 17:56:44 CST
CompletedSat, 13 May 2023 17:58:00 CST
Taskbuild (dist-circle9, /stage/rpms/jsoup.git:5faa51bf154d16cf7a60253e880755d66a2fac88)
Extra{'source': {'original_url': 'git+https://git.cclinux.org/stage/rpms/jsoup.git?#5faa51bf154d16cf7a60253e880755d66a2fac88'}}
Tags
dist-circle9
dist-circle9-compose
RPMs
src
jsoup-1.13.1-10.el9.src.rpm (info) (download)
noarch
jsoup-1.13.1-10.el9.noarch.rpm (info) (download)
jsoup-javadoc-1.13.1-10.el9.noarch.rpm (info) (download)
Logs
noarch
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Tue Jan 31 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.13.1-10 - Rebuild to regenerate auto-requires * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.13.1-9 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.13.1-8 - Rebuild to workaround DistroBaker issue * Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.13.1-7 - Bootstrap Maven for CentOS Stream 9 * Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.13.1-6 - Bootstrap build - Non-bootstrap build