All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/2] python3-mccabe: Fix HOMEPAGE
@ 2021-03-02 13:21 Andrei Gherzan
  2021-03-02 13:21 ` [meta-python][PATCH 2/2] python3-pep8: " Andrei Gherzan
  2021-03-08 14:02 ` [oe] [meta-python][PATCH 1/2] python3-mccabe: " Trevor Gamblin
  0 siblings, 2 replies; 4+ messages in thread
From: Andrei Gherzan @ 2021-03-02 13:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Andrei Gherzan

Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
---
 meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb b/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb
index 63a9e35ac..b366f0430 100644
--- a/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb
+++ b/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "McCabe checker, plugin for flake8"
-HOMEPAGE = "https://github.com/dreamhost/cliff"
+HOMEPAGE = "https://github.com/PyCQA/mccabe"
 SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a489dc62bacbdad3335c0f160a974f0f"
-- 
2.30.1


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

* [meta-python][PATCH 2/2] python3-pep8: Fix HOMEPAGE
  2021-03-02 13:21 [meta-python][PATCH 1/2] python3-mccabe: Fix HOMEPAGE Andrei Gherzan
@ 2021-03-02 13:21 ` Andrei Gherzan
  2021-03-08 14:02   ` [oe] " Trevor Gamblin
  2021-03-08 14:02 ` [oe] [meta-python][PATCH 1/2] python3-mccabe: " Trevor Gamblin
  1 sibling, 1 reply; 4+ messages in thread
From: Andrei Gherzan @ 2021-03-02 13:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Andrei Gherzan

Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
---
 meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb b/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb
index 8291281ca..e8587c832 100644
--- a/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Python style guide checker"
-HOMEPAGE = "https://github.com/dreamhost/cliff"
+HOMEPAGE = "https://github.com/PyCQA/pycodestyle"
 SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://README.rst;md5=d8ebbbe831259ce010179d2f310b0f3e"
-- 
2.30.1


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

* Re: [oe] [meta-python][PATCH 1/2] python3-mccabe: Fix HOMEPAGE
  2021-03-02 13:21 [meta-python][PATCH 1/2] python3-mccabe: Fix HOMEPAGE Andrei Gherzan
  2021-03-02 13:21 ` [meta-python][PATCH 2/2] python3-pep8: " Andrei Gherzan
@ 2021-03-08 14:02 ` Trevor Gamblin
  1 sibling, 0 replies; 4+ messages in thread
From: Trevor Gamblin @ 2021-03-08 14:02 UTC (permalink / raw)
  To: Andrei Gherzan, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1015 bytes --]


On 2021-03-02 8:21 a.m., Andrei Gherzan wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb b/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb
> index 63a9e35ac..b366f0430 100644
> --- a/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb
> @@ -1,5 +1,5 @@
>   DESCRIPTION = "McCabe checker, plugin for flake8"
> -HOMEPAGE = "https://github.com/dreamhost/cliff"
> +HOMEPAGE = "https://github.com/PyCQA/mccabe"
>   SECTION = "devel/python"
>   LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=a489dc62bacbdad3335c0f160a974f0f"
> --
> 2.30.1
>
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2069 bytes --]

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

* Re: [oe] [meta-python][PATCH 2/2] python3-pep8: Fix HOMEPAGE
  2021-03-02 13:21 ` [meta-python][PATCH 2/2] python3-pep8: " Andrei Gherzan
@ 2021-03-08 14:02   ` Trevor Gamblin
  0 siblings, 0 replies; 4+ messages in thread
From: Trevor Gamblin @ 2021-03-08 14:02 UTC (permalink / raw)
  To: Andrei Gherzan, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1006 bytes --]


On 2021-03-02 8:21 a.m., Andrei Gherzan wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb b/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb
> index 8291281ca..e8587c832 100644
> --- a/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb
> @@ -1,5 +1,5 @@
>   DESCRIPTION = "Python style guide checker"
> -HOMEPAGE = "https://github.com/dreamhost/cliff"
> +HOMEPAGE = "https://github.com/PyCQA/pycodestyle"
>   SECTION = "devel/python"
>   LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://README.rst;md5=d8ebbbe831259ce010179d2f310b0f3e"
> --
> 2.30.1
>
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2068 bytes --]

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

end of thread, other threads:[~2021-03-08 14:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-02 13:21 [meta-python][PATCH 1/2] python3-mccabe: Fix HOMEPAGE Andrei Gherzan
2021-03-02 13:21 ` [meta-python][PATCH 2/2] python3-pep8: " Andrei Gherzan
2021-03-08 14:02   ` [oe] " Trevor Gamblin
2021-03-08 14:02 ` [oe] [meta-python][PATCH 1/2] python3-mccabe: " Trevor Gamblin

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.