buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/4] Misc Python package updates/additions
@ 2021-09-19 12:45 Thomas Petazzoni
  2021-09-19 12:45 ` [Buildroot] [PATCH 1/4] package/python-{smmap2, gitdb2}: bump versions to 4.0.0 and 4.0.7 Thomas Petazzoni
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2021-09-19 12:45 UTC (permalink / raw)
  To: Buildroot List; +Cc: Thomas Petazzoni, Jeremy Connat

Hello,

A small patch series that:

 - Updates python-smmap2 and python-gitdb2 to newer versions (must be
   done in lockstep)

 - Adds a python-flask test

 - Adds a python-flask-expects-json package, and its associated test.

 - Adds a python-git package, and its associated test

Best regards,

Thomas Petazzoni

Thomas Petazzoni (4):
  package/python-{smmap2,gitdb2}: bump versions to 4.0.0 and 4.0.7
  support/testing/tests/package/test_python_flask: new test
  package/python-flask-expects-json: new package
  package/python-git: new package

 DEVELOPERS                                    | 16 ++++++++
 package/Config.in                             |  2 +
 package/python-flask-expects-json/Config.in   |  9 +++++
 .../python-flask-expects-json.hash            |  5 +++
 .../python-flask-expects-json.mk              | 14 +++++++
 package/python-git/Config.in                  | 13 +++++++
 package/python-git/python-git.hash            |  3 ++
 package/python-git/python-git.mk              | 13 +++++++
 package/python-gitdb2/Config.in               |  4 +-
 package/python-gitdb2/python-gitdb2.hash      |  6 +--
 package/python-gitdb2/python-gitdb2.mk        |  6 +--
 package/python-smmap2/Config.in               |  1 +
 package/python-smmap2/python-smmap2.hash      |  6 +--
 package/python-smmap2/python-smmap2.mk        |  6 +--
 .../tests/package/sample_python_flask.py      |  7 ++++
 .../sample_python_flask_expects_json.py       | 18 +++++++++
 .../tests/package/sample_python_git.py        |  1 +
 .../tests/package/test_python_flask.py        | 29 ++++++++++++++
 .../package/test_python_flask_expects_json.py | 38 +++++++++++++++++++
 .../testing/tests/package/test_python_git.py  | 11 ++++++
 .../tests/package/test_python_gitdb2.py       | 10 -----
 .../tests/package/test_python_smmap2.py       | 10 -----
 22 files changed, 194 insertions(+), 34 deletions(-)
 create mode 100644 package/python-flask-expects-json/Config.in
 create mode 100644 package/python-flask-expects-json/python-flask-expects-json.hash
 create mode 100644 package/python-flask-expects-json/python-flask-expects-json.mk
 create mode 100644 package/python-git/Config.in
 create mode 100644 package/python-git/python-git.hash
 create mode 100644 package/python-git/python-git.mk
 create mode 100644 support/testing/tests/package/sample_python_flask.py
 create mode 100644 support/testing/tests/package/sample_python_flask_expects_json.py
 create mode 100644 support/testing/tests/package/sample_python_git.py
 create mode 100644 support/testing/tests/package/test_python_flask.py
 create mode 100644 support/testing/tests/package/test_python_flask_expects_json.py
 create mode 100644 support/testing/tests/package/test_python_git.py

-- 
2.31.1

_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-09-23 20:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-19 12:45 [Buildroot] [PATCH 0/4] Misc Python package updates/additions Thomas Petazzoni
2021-09-19 12:45 ` [Buildroot] [PATCH 1/4] package/python-{smmap2, gitdb2}: bump versions to 4.0.0 and 4.0.7 Thomas Petazzoni
2021-09-19 12:45 ` [Buildroot] [PATCH 2/4] support/testing/tests/package/test_python_flask: new test Thomas Petazzoni
2021-09-19 12:45 ` [Buildroot] [PATCH 3/4] package/python-flask-expects-json: new package Thomas Petazzoni
2021-09-23 20:09   ` Arnout Vandecappelle
2021-09-19 12:45 ` [Buildroot] [PATCH 4/4] package/python-git: " Thomas Petazzoni
2021-09-23 20:08 ` [Buildroot] [PATCH 0/4] Misc Python package updates/additions Arnout Vandecappelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).