From: "Aníbal Limón" <anibal.limon@linux.intel.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCHv3 0/3] bitbake: Add support in fetcher for get new versions of packages in upstream
Date: Wed, 5 Nov 2014 12:10:26 -0600 [thread overview]
Message-ID: <1415211029-25352-1-git-send-email-anibal.limon@linux.intel.com> (raw)
This set of patches adds latest_versionstring method in fetch/wget and fetch/git to support get
new version of packages in upstream.
Adds unittest for fetch/wget and fetch/git for latest_versionstring method, these tests only fails
when minor version or none version of package is found.
Adds beautiful soup module that's provides support to fetch/wget latest_versionstring method to search
over sites new versions of packages.
Aníbal Limón (3):
bitbake: bs4: Add beautifulsoup 4.3.2
bitbake: fetch/git: Add latest_versionstring method
bitbake: fetch/wget: Add latest_versionstring method
lib/bb/fetch2/git.py | 38 +
lib/bb/fetch2/wget.py | 239 +++++
lib/bb/tests/fetch.py | 77 ++
lib/bs4/AUTHORS.txt | 43 +
lib/bs4/COPYING.txt | 26 +
lib/bs4/NEWS.txt | 1066 +++++++++++++++++++
lib/bs4/__init__.py | 406 +++++++
lib/bs4/builder/__init__.py | 321 ++++++
lib/bs4/builder/_html5lib.py | 285 +++++
lib/bs4/builder/_htmlparser.py | 258 +++++
lib/bs4/builder/_lxml.py | 233 ++++
lib/bs4/dammit.py | 829 +++++++++++++++
lib/bs4/diagnose.py | 204 ++++
lib/bs4/element.py | 1611 ++++++++++++++++++++++++++++
lib/bs4/testing.py | 592 +++++++++++
lib/bs4/tests/__init__.py | 1 +
lib/bs4/tests/test_builder_registry.py | 141 +++
lib/bs4/tests/test_docs.py | 36 +
lib/bs4/tests/test_html5lib.py | 85 ++
lib/bs4/tests/test_htmlparser.py | 19 +
lib/bs4/tests/test_lxml.py | 91 ++
lib/bs4/tests/test_soup.py | 434 ++++++++
lib/bs4/tests/test_tree.py | 1829 ++++++++++++++++++++++++++++++++
23 files changed, 8864 insertions(+)
create mode 100644 lib/bs4/AUTHORS.txt
create mode 100644 lib/bs4/COPYING.txt
create mode 100644 lib/bs4/NEWS.txt
create mode 100644 lib/bs4/__init__.py
create mode 100644 lib/bs4/builder/__init__.py
create mode 100644 lib/bs4/builder/_html5lib.py
create mode 100644 lib/bs4/builder/_htmlparser.py
create mode 100644 lib/bs4/builder/_lxml.py
create mode 100644 lib/bs4/dammit.py
create mode 100644 lib/bs4/diagnose.py
create mode 100644 lib/bs4/element.py
create mode 100644 lib/bs4/testing.py
create mode 100644 lib/bs4/tests/__init__.py
create mode 100644 lib/bs4/tests/test_builder_registry.py
create mode 100644 lib/bs4/tests/test_docs.py
create mode 100644 lib/bs4/tests/test_html5lib.py
create mode 100644 lib/bs4/tests/test_htmlparser.py
create mode 100644 lib/bs4/tests/test_lxml.py
create mode 100644 lib/bs4/tests/test_soup.py
create mode 100644 lib/bs4/tests/test_tree.py
--
1.9.1
next reply other threads:[~2014-11-05 18:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-05 18:10 Aníbal Limón [this message]
2014-11-05 18:10 ` [PATCHv3 1/3] bitbake: bs4: Add beautifulsoup 4.3.2 Aníbal Limón
2014-11-05 18:10 ` [PATCHv3 2/3] bitbake: fetch/git: Add latest_versionstring method Aníbal Limón
2014-11-05 18:10 ` [PATCHv3 3/3] bitbake: fetch/wget: " Aníbal Limón
2014-11-07 23:17 ` Aníbal Limón
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1415211029-25352-1-git-send-email-anibal.limon@linux.intel.com \
--to=anibal.limon@linux.intel.com \
--cc=bitbake-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox