Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-python][PATCH 00/16] Drop python3-pytest and others
@ 2020-11-28 19:46 Tim Orling
  2020-11-28 19:46 ` [meta-python][PATCH 01/16] python3-atomicwrites: drop (moved to oe-core) Tim Orling
                   ` (16 more replies)
  0 siblings, 17 replies; 34+ messages in thread
From: Tim Orling @ 2020-11-28 19:46 UTC (permalink / raw)
  To: openembedded-devel

From: Tim Orling <ticotimo@gmail.com>

Once the 2 series for moving python3-pytest and the numpy ptest
dependencies from meta-python are merged to openembedded-core, this
series drops the moved recipes.

The following changes since commit d9874ce27c7a2ff3ed2a3a2e5f6de810f10421ae:

  python3-transitions: Upgrade 0.8.4 -> 0.8.5 (2020-11-27 11:54:04 -0800)

are available in the Git repository at:

  git://git.openembedded.org/meta-openembedded-contrib timo/drop-moved-python-modules
  http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=timo/drop-moved-python-modules

Tim Orling (16):
  python3-atomicwrites: drop (moved to oe-core)
  python3-attrs: drop (moved to oe-core)
  python3-iniconfig: drop (moved to oe-core)
  python3-more-itertools: drop (moved to oe-core)
  python3-pathlib2: drop (moved to oe-core)
  python3-toml: drop (moved to oe-core)
  python3-py: drop (moved to oe-core)
  python3-setuptools-scm: drop (moved to oe-core)
  python3-packaging: drop (moved to oe-core)
  python3-wcwidth: drop (moved to oe-core)
  python3-zipp: drop (moved to oe-core)
  python3-importlib-metadata: drop (moved to oe-core)
  python3-pluggy: drop (moved to oe-core)
  python3-pytest: drop (moved to oe-core)
  python3-hypothesis: drop (moved to oe-core)
  python3-sortedcontainers: drop (moved to oe-core)

 .../python/python3-atomicwrites/run-ptest     |  3 --
 .../python/python3-atomicwrites_1.4.0.bb      | 25 ------------
 .../python/python3-attrs_20.3.0.bb            | 20 ----------
 .../python/python3-hypothesis_5.41.3.bb       | 14 -------
 .../python3-importlib-metadata_2.0.0.bb       | 18 ---------
 .../python/python3-iniconfig_1.1.1.bb         |  9 -----
 .../python/python3-more-itertools/run-ptest   |  3 --
 .../python/python3-more-itertools_8.5.0.bb    | 24 ------------
 .../python/python3-packaging_20.4.bb          | 14 -------
 .../python/python3-pathlib2_2.3.5.bb          | 13 -------
 .../python/python3-pluggy/run-ptest           |  3 --
 .../python/python3-pluggy_0.13.1.bb           | 27 -------------
 .../python/python3-py_1.9.0.bb                | 15 -------
 ...he-setup_requires-for-setuptools-scm.patch | 39 -------------------
 .../python/python3-pytest_6.1.2.bb            | 38 ------------------
 .../python/python3-setuptools-scm_4.1.2.bb    | 21 ----------
 .../python/python3-sortedcontainers_2.3.0.bb  |  9 -----
 .../python/python3-toml_0.10.2.bb             | 15 -------
 .../python/python3-wcwidth/run-ptest          |  3 --
 .../python/python3-wcwidth_0.2.5.bb           | 25 ------------
 .../python/python3-zipp_3.4.0.bb              | 19 ---------
 21 files changed, 357 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-atomicwrites/run-ptest
 delete mode 100644 meta-python/recipes-devtools/python/python3-atomicwrites_1.4.0.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-attrs_20.3.0.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-hypothesis_5.41.3.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-importlib-metadata_2.0.0.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-iniconfig_1.1.1.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-more-itertools/run-ptest
 delete mode 100644 meta-python/recipes-devtools/python/python3-more-itertools_8.5.0.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-packaging_20.4.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-pathlib2_2.3.5.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-pluggy/run-ptest
 delete mode 100644 meta-python/recipes-devtools/python/python3-pluggy_0.13.1.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-py_1.9.0.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-pytest/0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch
 delete mode 100644 meta-python/recipes-devtools/python/python3-pytest_6.1.2.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-toml_0.10.2.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-wcwidth/run-ptest
 delete mode 100644 meta-python/recipes-devtools/python/python3-wcwidth_0.2.5.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-zipp_3.4.0.bb

-- 
2.25.0


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

end of thread, other threads:[~2020-12-02 14:12 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-28 19:46 [meta-python][PATCH 00/16] Drop python3-pytest and others Tim Orling
2020-11-28 19:46 ` [meta-python][PATCH 01/16] python3-atomicwrites: drop (moved to oe-core) Tim Orling
2020-12-02 14:09   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 02/16] python3-attrs: " Tim Orling
2020-12-02 14:09   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 03/16] python3-iniconfig: " Tim Orling
2020-12-02 14:09   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 04/16] python3-more-itertools: " Tim Orling
2020-12-02 14:09   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 05/16] python3-pathlib2: " Tim Orling
2020-12-02 14:09   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 06/16] python3-toml: " Tim Orling
2020-12-02 14:09   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 07/16] python3-py: " Tim Orling
2020-12-02 14:10   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 08/16] python3-setuptools-scm: " Tim Orling
2020-12-02 14:10   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 09/16] python3-packaging: " Tim Orling
2020-12-02 14:10   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 10/16] python3-wcwidth: " Tim Orling
2020-12-02 14:10   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 11/16] python3-zipp: " Tim Orling
2020-12-02 14:11   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 12/16] python3-importlib-metadata: " Tim Orling
2020-12-02 14:11   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 13/16] python3-pluggy: " Tim Orling
2020-12-02 14:11   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 14/16] python3-pytest: " Tim Orling
2020-12-02 14:11   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 15/16] python3-hypothesis: " Tim Orling
2020-12-02 14:11   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 16/16] python3-sortedcontainers: " Tim Orling
2020-12-02 14:12   ` [oe] " Trevor Gamblin
2020-12-02 14:08 ` [oe] [meta-python][PATCH 00/16] Drop python3-pytest and others Trevor Gamblin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox