All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Tim Orling" <ticotimo@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-python][PATCH 00/16] Drop python3-pytest and others
Date: Sat, 28 Nov 2020 11:46:40 -0800	[thread overview]
Message-ID: <cover.1606592636.git.ticotimo@gmail.com> (raw)

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


             reply	other threads:[~2020-11-28 19:47 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-28 19:46 Tim Orling [this message]
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

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=cover.1606592636.git.ticotimo@gmail.com \
    --to=ticotimo@gmail.com \
    --cc=openembedded-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.