* [meta-python][PATCH] increment pyyaml setup.py version number
@ 2017-03-03 23:52 David Cako
2017-03-04 11:44 ` Martin Jansa
0 siblings, 1 reply; 2+ messages in thread
From: David Cako @ 2017-03-03 23:52 UTC (permalink / raw)
To: openembedded-devel
I was getting dependency issues on my target machine due to an incorrect version number in setup.py.
---
meta-python/recipes-devtools/python/python-pyyaml/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-python/recipes-devtools/python/python-pyyaml/setup.py b/meta-python/recipes-devtools/python/python-pyyaml/setup.py
index 2ed1c94..50318d5 100644
--- a/meta-python/recipes-devtools/python/python-pyyaml/setup.py
+++ b/meta-python/recipes-devtools/python/python-pyyaml/setup.py
@@ -1,5 +1,5 @@
NAME = 'PyYAML'
-VERSION = '3.10'
+VERSION = '3.12'
DESCRIPTION = "YAML parser and emitter for Python"
LONG_DESCRIPTION = """\
YAML is a data serialization format designed for human readability and
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-python][PATCH] increment pyyaml setup.py version number
2017-03-03 23:52 [meta-python][PATCH] increment pyyaml setup.py version number David Cako
@ 2017-03-04 11:44 ` Martin Jansa
0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2017-03-04 11:44 UTC (permalink / raw)
To: David Cako; +Cc: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1626 bytes --]
On Fri, Mar 03, 2017 at 04:52:03PM -0700, David Cako wrote:
> I was getting dependency issues on my target machine due to an incorrect version number in setup.py.
Missing SOB and I don't see this file in repository. It was removed some
time ago:
commit 1161ab8f8dda272eb5d09917446cc5b971be1335
Author: Pascal Bach <pascal.bach@nextrem.ch>
Date: Thu Jan 5 18:12:31 2017 +0100
python-yaml: provide both python2 and python3 package
Further the recipe is simplified by using the pypi and setuptools
class.
The custom setup.py is no onger necessary.
Please test your changes in recent master, before sending them to ML.
>
> ---
> meta-python/recipes-devtools/python/python-pyyaml/setup.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-python/recipes-devtools/python/python-pyyaml/setup.py b/meta-python/recipes-devtools/python/python-pyyaml/setup.py
> index 2ed1c94..50318d5 100644
> --- a/meta-python/recipes-devtools/python/python-pyyaml/setup.py
> +++ b/meta-python/recipes-devtools/python/python-pyyaml/setup.py
> @@ -1,5 +1,5 @@
> NAME = 'PyYAML'
> -VERSION = '3.10'
> +VERSION = '3.12'
> DESCRIPTION = "YAML parser and emitter for Python"
> LONG_DESCRIPTION = """\
> YAML is a data serialization format designed for human readability and
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 201 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-03-04 11:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-03 23:52 [meta-python][PATCH] increment pyyaml setup.py version number David Cako
2017-03-04 11:44 ` Martin Jansa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox