All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Leon Anavi" <leon.anavi@konsulko.com>
To: openembedded-devel@lists.openembedded.org
Cc: Leon Anavi <leon.anavi@konsulko.com>
Subject: [meta-python][PATCH 1/5] python3-transitions: Upgrade 0.8.6 -> 0.8.7
Date: Mon, 22 Feb 2021 19:50:39 +0200	[thread overview]
Message-ID: <20210222175043.21231-1-leon.anavi@konsulko.com> (raw)

Upgrade to release 0.8.7:

- State configuration dictionaries passed to HierarchicalMachine
  can also use states as a keyword to define substates. If
  children and states are present, only children will be
  considered.
- HierarchicalMachine with custom separator now adds is_state
  partials for nested states (e.g. is_C.s3.a()) to models.
- Use model_attribute consistently in AsyncMachine
- Testing now treats most warnings as errors
- As a consequence, pygraphviz.Agraph in diagrams_pygraphviz are
  now copied by transitions since AGraph.copy as of version 1.6
  does not close temporary files appropriately
- HierarchicalMachine now checks whether state_cls, event_cls and
  transition_cls have been subclassed from nested base classes
  (e.g. NestedState) to prevent hard to debug inheritance errors

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...ython3-transitions_0.8.6.bb => python3-transitions_0.8.7.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-transitions_0.8.6.bb => python3-transitions_0.8.7.bb} (73%)

diff --git a/meta-python/recipes-devtools/python/python3-transitions_0.8.6.bb b/meta-python/recipes-devtools/python/python3-transitions_0.8.7.bb
similarity index 73%
rename from meta-python/recipes-devtools/python/python3-transitions_0.8.6.bb
rename to meta-python/recipes-devtools/python/python3-transitions_0.8.7.bb
index 701c82cda8..04a033742a 100644
--- a/meta-python/recipes-devtools/python/python3-transitions_0.8.6.bb
+++ b/meta-python/recipes-devtools/python/python3-transitions_0.8.7.bb
@@ -4,6 +4,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=baac7be1f4c17620df74188e23da6d47"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "032e10113139852ffb3ecfa4c2a5138f87441d85c3d6ad9122bb4b0978180a8d"
+SRC_URI[sha256sum] = "8c60ec0828cd037820726283cad5d4d77a5e31514e058b51250420e9873e9bc7"
 
 RDEPENDS_${PN} += "python3-six"
-- 
2.17.1


             reply	other threads:[~2021-02-22 17:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-22 17:50 Leon Anavi [this message]
2021-02-22 17:50 ` [meta-python][PATCH 2/5] python3-tabulate: Upgrade 0.8.7 -> 0.8.9 Leon Anavi
2021-02-24 14:40   ` [oe] " Trevor Gamblin
2021-02-22 17:50 ` [meta-python][PATCH 3/5] python3-pyperclip: Upgrade 1.8.1 -> 1.8.2 Leon Anavi
2021-02-24 14:40   ` [oe] " Trevor Gamblin
2021-02-22 17:50 ` [meta-python][PATCH 4/5] python3-elementpath: Upgrade 2.1.3 -> 2.1.4 Leon Anavi
2021-02-24 14:40   ` [oe] " Trevor Gamblin
2021-02-22 17:50 ` [meta-python][PATCH 5/5] python3-mpmath: Upgrade 1.1.0 -> 1.2.1 Leon Anavi
2021-02-24 14:40   ` [oe] " Trevor Gamblin
2021-02-24 14:40 ` [oe] [meta-python][PATCH 1/5] python3-transitions: Upgrade 0.8.6 -> 0.8.7 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=20210222175043.21231-1-leon.anavi@konsulko.com \
    --to=leon.anavi@konsulko.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.