Message ID | 20220407170029.3500874-17-alex@linutronix.de |
---|---|
State | New |
Headers | show |
Series | [01/17] connman-conf: ignore eth0 in qemu in a way that is not sysvinit-specific | expand |
On Thu, Apr 7, 2022 at 1:01 PM Alexander Kanavin <alex.kanavin@gmail.com> wrote: > > Signed-off-by: Alexander Kanavin <alex@linutronix.de> > --- > ...ensions_3.10.0.0.bb => python3-typing-extensions_4.1.1.bb} | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename meta/recipes-devtools/python/{python3-typing-extensions_3.10.0.0.bb => python3-typing-extensions_4.1.1.bb} (73%) > > diff --git a/meta/recipes-devtools/python/python3-typing-extensions_3.10.0.0.bb b/meta/recipes-devtools/python/python3-typing-extensions_4.1.1.bb > similarity index 73% > rename from meta/recipes-devtools/python/python3-typing-extensions_3.10.0.0.bb > rename to meta/recipes-devtools/python/python3-typing-extensions_4.1.1.bb > index a8e83fc824..6c80a8b237 100644 > --- a/meta/recipes-devtools/python/python3-typing-extensions_3.10.0.0.bb > +++ b/meta/recipes-devtools/python/python3-typing-extensions_4.1.1.bb > @@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=64fc2b30b67d0a8423c250e0386ed72f" > # The name on PyPi is slightly different. > PYPI_PACKAGE = "typing_extensions" > > -SRC_URI[sha256sum] = "50b6f157849174217d0656f99dc82fe932884fb250826c18350e159ec6cdf342" > +SRC_URI[sha256sum] = "1a9462dcc3347a79b1f1c0271fbe79e844580bb598bafa1ed208b94da3cdcd42" > > -inherit pypi setuptools3 > +inherit pypi python_flit_core has this module made a move to use flit instead of setuptools ? if so, perhaps adding that info in commit might be good. > > BBCLASSEXTEND = "native nativesdk" > > -- > 2.30.2 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#164133): https://lists.openembedded.org/g/openembedded-core/message/164133 > Mute This Topic: https://lists.openembedded.org/mt/90317738/1997914 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
On Thu, Apr 7, 2022 at 3:45 PM Alexander Kanavin <alex.kanavin@gmail.com> wrote: > > On Thu, 7 Apr 2022 at 21:43, Khem Raj <raj.khem@gmail.com> wrote: > > > -inherit pypi setuptools3 > > > +inherit pypi python_flit_core > > > > has this module made a move to use flit instead of setuptools ? if so, > > perhaps adding that info in commit might be good. > > It has, yes. I thought such a change is self-documenting. > OK. sometimes there are two build systems in place for some transition time etc. its good to mention these details for context. > Alex
On Thu, 2022-04-07 at 21:45 +0200, Alexander Kanavin wrote: > On Thu, 7 Apr 2022 at 21:43, Khem Raj <raj.khem@gmail.com> wrote: > > > -inherit pypi setuptools3 > > > +inherit pypi python_flit_core > > > > has this module made a move to use flit instead of setuptools ? if so, > > perhaps adding that info in commit might be good. > > It has, yes. I thought such a change is self-documenting. I think there is value to mentioning things like this in the commit message as it shows you were aware of the change and made a conscious decision and it shows up when looking at change logs too where you wouldn't normally have the context diff without specifically looking it out. Cheers, Richard
diff --git a/meta/recipes-devtools/python/python3-typing-extensions_3.10.0.0.bb b/meta/recipes-devtools/python/python3-typing-extensions_4.1.1.bb similarity index 73% rename from meta/recipes-devtools/python/python3-typing-extensions_3.10.0.0.bb rename to meta/recipes-devtools/python/python3-typing-extensions_4.1.1.bb index a8e83fc824..6c80a8b237 100644 --- a/meta/recipes-devtools/python/python3-typing-extensions_3.10.0.0.bb +++ b/meta/recipes-devtools/python/python3-typing-extensions_4.1.1.bb @@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=64fc2b30b67d0a8423c250e0386ed72f" # The name on PyPi is slightly different. PYPI_PACKAGE = "typing_extensions" -SRC_URI[sha256sum] = "50b6f157849174217d0656f99dc82fe932884fb250826c18350e159ec6cdf342" +SRC_URI[sha256sum] = "1a9462dcc3347a79b1f1c0271fbe79e844580bb598bafa1ed208b94da3cdcd42" -inherit pypi setuptools3 +inherit pypi python_flit_core BBCLASSEXTEND = "native nativesdk"
Signed-off-by: Alexander Kanavin <alex@linutronix.de> --- ...ensions_3.10.0.0.bb => python3-typing-extensions_4.1.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-typing-extensions_3.10.0.0.bb => python3-typing-extensions_4.1.1.bb} (73%)